@charset "UTF-8";
:root {
  --container-width: 1140px;
}

:root {
  --container-wide-width: 1140px;
}

:root {
  --primary-color: #335E90;
}

.has-font-family-font-family-sans-serif {
  font-family: "Public Sans", sans-serif;
}

.has-font-family-font-family-serif {
  font-family: Lora, sans-serif;
}

.has-font-family-headings-font-family {
  font-family: "Public Sans", sans-serif;
}

:root {
  --bs-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

:root {
  --bs-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

:root {
  --bs-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
}

/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-body-color: #2B2B2B;
  --bs-blue: #335E90;
  --bs-indigo: #00316B;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #BB2A1F;
  --bs-orange: #CE4D2E;
  --bs-yellow: #C99700;
  --bs-green: #4C986E;
  --bs-teal: #3DC6C6;
  --bs-cyan: #E9F5FB;
  --bs-white: #FFFFFF;
  --bs-whitesmoke: #F8F9FA;
  --bs-gray-button: #F5F4F8;
  --bs-gray-border: #D6D9DD;
  --bs-gray-light: #EBECED;
  --bs-gray: #898989;
  --bs-gray-dark: #292929;
  --bs-gray-darker: #212529;
  --bs-black: #000000;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #335E90;
  --bs-secondary: #6c757d;
  --bs-success: #4C986E;
  --bs-info: #E9F5FB;
  --bs-warning: #C99700;
  --bs-danger: #BB2A1F;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 51, 94, 144;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 76, 152, 110;
  --bs-info-rgb: 233, 245, 251;
  --bs-warning-rgb: 201, 151, 0;
  --bs-danger-rgb: 187, 42, 31;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 43, 43, 43;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Public Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #2B2B2B;
  --bs-body-bg: #FFFFFF;
}

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

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

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

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

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

h2, .h2 {
  font-size: calc(22px + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
  }
}

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

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

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #335E90;
  text-decoration: underline;
}
a:hover {
  color: #294b73;
}

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

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

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

code {
  font-size: 0.875em;
  color: #e83e8c;
  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: 0px;
}
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(20.4px + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 24px;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 20px;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0px;
  box-shadow: var(--bs-shadow-sm);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.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-0-5,
.gx-0-5 {
  --bs-gutter-x: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.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-0-5,
.gx-sm-0-5 {
    --bs-gutter-x: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.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-0-5,
.gx-md-0-5 {
    --bs-gutter-x: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.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-0-5,
.gx-lg-0-5 {
    --bs-gutter-x: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.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-0-5,
.gx-xl-0-5 {
    --bs-gutter-x: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0-5,
.gx-xxl-0-5 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-0-5,
.gy-xxl-0-5 {
    --bs-gutter-y: 0.5rem;
  }

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

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

  .g-xxl-1-5,
.gx-xxl-1-5 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-1-5,
.gy-xxl-1-5 {
    --bs-gutter-y: 1.5rem;
  }

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

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

  .g-xxl-2-5,
.gx-xxl-2-5 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-2-5,
.gy-xxl-2-5 {
    --bs-gutter-y: 2.5rem;
  }

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

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

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

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

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

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

  .g-xxl-4-5,
.gx-xxl-4-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-4-5,
.gy-xxl-4-5 {
    --bs-gutter-y: 4.5rem;
  }

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

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

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

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

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

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

  .g-xxl-6-5,
.gx-xxl-6-5 {
    --bs-gutter-x: 6.5rem;
  }

  .g-xxl-6-5,
.gy-xxl-6-5 {
    --bs-gutter-y: 6.5rem;
  }

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

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

  .g-xxl-7-5,
.gx-xxl-7-5 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xxl-7-5,
.gy-xxl-7-5 {
    --bs-gutter-y: 7.5rem;
  }

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

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

  .g-xxl-8-5,
.gx-xxl-8-5 {
    --bs-gutter-x: 8.5rem;
  }

  .g-xxl-8-5,
.gy-xxl-8-5 {
    --bs-gutter-y: 8.5rem;
  }

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

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

  .g-xxl-9-5,
.gx-xxl-9-5 {
    --bs-gutter-x: 9.5rem;
  }

  .g-xxl-9-5,
.gy-xxl-9-5 {
    --bs-gutter-y: 9.5rem;
  }

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

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

  .g-xxl-10-5,
.gx-xxl-10-5 {
    --bs-gutter-x: 10.5rem;
  }

  .g-xxl-10-5,
.gy-xxl-10-5 {
    --bs-gutter-y: 10.5rem;
  }

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

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

  .g-xxl-11-5,
.gx-xxl-11-5 {
    --bs-gutter-x: 11.5rem;
  }

  .g-xxl-11-5,
.gy-xxl-11-5 {
    --bs-gutter-y: 11.5rem;
  }

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

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

  .g-xxl-12-5,
.gx-xxl-12-5 {
    --bs-gutter-x: 12.5rem;
  }

  .g-xxl-12-5,
.gy-xxl-12-5 {
    --bs-gutter-y: 12.5rem;
  }

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

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

  .g-xxl-13-5,
.gx-xxl-13-5 {
    --bs-gutter-x: 13.5rem;
  }

  .g-xxl-13-5,
.gy-xxl-13-5 {
    --bs-gutter-y: 13.5rem;
  }

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

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

  .g-xxl-14-5,
.gx-xxl-14-5 {
    --bs-gutter-x: 14.5rem;
  }

  .g-xxl-14-5,
.gy-xxl-14-5 {
    --bs-gutter-y: 14.5rem;
  }

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

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

  .g-xxl-15-5,
.gx-xxl-15-5 {
    --bs-gutter-x: 15.5rem;
  }

  .g-xxl-15-5,
.gy-xxl-15-5 {
    --bs-gutter-y: 15.5rem;
  }

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

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

  .g-xxl-16-5,
.gx-xxl-16-5 {
    --bs-gutter-x: 16.5rem;
  }

  .g-xxl-16-5,
.gy-xxl-16-5 {
    --bs-gutter-y: 16.5rem;
  }

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

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

  .g-xxl-17-5,
.gx-xxl-17-5 {
    --bs-gutter-x: 17.5rem;
  }

  .g-xxl-17-5,
.gy-xxl-17-5 {
    --bs-gutter-y: 17.5rem;
  }

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

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

  .g-xxl-18-5,
.gx-xxl-18-5 {
    --bs-gutter-x: 18.5rem;
  }

  .g-xxl-18-5,
.gy-xxl-18-5 {
    --bs-gutter-y: 18.5rem;
  }

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

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

  .g-xxl-19-5,
.gx-xxl-19-5 {
    --bs-gutter-x: 19.5rem;
  }

  .g-xxl-19-5,
.gy-xxl-19-5 {
    --bs-gutter-y: 19.5rem;
  }

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

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

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

  .g-xxl-20-5,
.gy-xxl-20-5 {
    --bs-gutter-y: 20.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2B2B2B;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #2B2B2B;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #2B2B2B;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #2B2B2B;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #d6dfe9;
  --bs-table-striped-bg: #cbd4dd;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c1c9d2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c6ced8;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c1c9d2;
}

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

.table-success {
  --bs-table-bg: #dbeae2;
  --bs-table-striped-bg: #d0ded7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c5d3cb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #cbd8d1;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c5d3cb;
}

.table-info {
  --bs-table-bg: #fbfdfe;
  --bs-table-striped-bg: #eef0f1;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e2e4e5;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e8eaeb;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e2e4e5;
}

.table-warning {
  --bs-table-bg: #f4eacc;
  --bs-table-striped-bg: #e8dec2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dcd3b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e2d8bd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dcd3b8;
}

.table-danger {
  --bs-table-bg: #f1d4d2;
  --bs-table-striped-bg: #e5c9c8;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d9bfbd;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dfc4c2;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #d9bfbd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 14px;
  border-radius: 0px;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 20px;
  border-radius: 0px;
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check input[type=checkbox], .form-check input[type=radio] {
  float: left;
  margin-left: -1.5em;
}

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(51, 94, 144, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(51, 94, 144, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #335E90;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c2cfde;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #335E90;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c2cfde;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 14px;
  color: #000000;
  background-color: rgba(76, 152, 110, 0.9);
  border-radius: 0px;
}

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

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

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

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

.was-validated .form-check-input:valid, .was-validated .form-check input[type=checkbox]:valid, .form-check .was-validated input[type=checkbox]:valid, .was-validated .form-check input[type=radio]:valid, .form-check .was-validated input[type=radio]:valid, .form-check-input.is-valid, .form-check input.is-valid[type=checkbox], .form-check input.is-valid[type=radio] {
  border-color: #4C986E;
}
.was-validated .form-check-input:valid:checked, .was-validated .form-check input[type=checkbox]:valid:checked, .form-check .was-validated input[type=checkbox]:valid:checked, .was-validated .form-check input[type=radio]:valid:checked, .form-check .was-validated input[type=radio]:valid:checked, .form-check-input.is-valid:checked, .form-check input.is-valid[type=checkbox]:checked, .form-check input.is-valid[type=radio]:checked {
  background-color: #4C986E;
}
.was-validated .form-check-input:valid:focus, .was-validated .form-check input[type=checkbox]:valid:focus, .form-check .was-validated input[type=checkbox]:valid:focus, .was-validated .form-check input[type=radio]:valid:focus, .form-check .was-validated input[type=radio]:valid:focus, .form-check-input.is-valid:focus, .form-check input.is-valid[type=checkbox]:focus, .form-check input.is-valid[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 152, 110, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check input[type=checkbox]:valid ~ .form-check-label, .form-check .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated .form-check input[type=radio]:valid ~ .form-check-label, .form-check .was-validated input[type=radio]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .form-check input.is-valid[type=checkbox] ~ .form-check-label, .form-check input.is-valid[type=radio] ~ .form-check-label {
  color: #4C986E;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .form-check input[type=checkbox] ~ .valid-feedback, .form-check .form-check-inline input[type=checkbox] ~ .valid-feedback, .form-check-inline .form-check input[type=radio] ~ .valid-feedback, .form-check .form-check-inline input[type=radio] ~ .valid-feedback {
  margin-left: 0.5em;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 14px;
  color: #FFFFFF;
  background-color: rgba(187, 42, 31, 0.9);
  border-radius: 0px;
}

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

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

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

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

.was-validated .form-check-input:invalid, .was-validated .form-check input[type=checkbox]:invalid, .form-check .was-validated input[type=checkbox]:invalid, .was-validated .form-check input[type=radio]:invalid, .form-check .was-validated input[type=radio]:invalid, .form-check-input.is-invalid, .form-check input.is-invalid[type=checkbox], .form-check input.is-invalid[type=radio] {
  border-color: #BB2A1F;
}
.was-validated .form-check-input:invalid:checked, .was-validated .form-check input[type=checkbox]:invalid:checked, .form-check .was-validated input[type=checkbox]:invalid:checked, .was-validated .form-check input[type=radio]:invalid:checked, .form-check .was-validated input[type=radio]:invalid:checked, .form-check-input.is-invalid:checked, .form-check input.is-invalid[type=checkbox]:checked, .form-check input.is-invalid[type=radio]:checked {
  background-color: #BB2A1F;
}
.was-validated .form-check-input:invalid:focus, .was-validated .form-check input[type=checkbox]:invalid:focus, .form-check .was-validated input[type=checkbox]:invalid:focus, .was-validated .form-check input[type=radio]:invalid:focus, .form-check .was-validated input[type=radio]:invalid:focus, .form-check-input.is-invalid:focus, .form-check input.is-invalid[type=checkbox]:focus, .form-check input.is-invalid[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 42, 31, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check input[type=checkbox]:invalid ~ .form-check-label, .form-check .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated .form-check input[type=radio]:invalid ~ .form-check-label, .form-check .was-validated input[type=radio]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .form-check input.is-invalid[type=checkbox] ~ .form-check-label, .form-check input.is-invalid[type=radio] ~ .form-check-label {
  color: #BB2A1F;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check input[type=checkbox] ~ .invalid-feedback, .form-check .form-check-inline input[type=checkbox] ~ .invalid-feedback, .form-check-inline .form-check input[type=radio] ~ .invalid-feedback, .form-check .form-check-inline input[type=radio] ~ .invalid-feedback {
  margin-left: 0.5em;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.6;
  color: #2B2B2B;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #2B2B2B;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 144, 0.25);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 144, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #2b507a;
  border-color: #294b73;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #2b507a;
  border-color: #294b73;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 118, 161, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #294b73;
  border-color: #26476c;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 118, 161, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #FFFFFF;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #000000;
  background-color: #67a784;
  border-color: #5ea27d;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #67a784;
  border-color: #5ea27d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(65, 129, 94, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #70ad8b;
  border-color: #5ea27d;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(65, 129, 94, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
}

.btn-info {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #000000;
  background-color: #ecf7fc;
  border-color: #ebf6fb;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #ecf7fc;
  border-color: #ebf6fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(198, 208, 213, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #edf7fc;
  border-color: #ebf6fb;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(198, 208, 213, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
}

.btn-warning {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #000000;
  background-color: #d1a726;
  border-color: #cea11a;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #d1a726;
  border-color: #cea11a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(171, 128, 0, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #d4ac33;
  border-color: #cea11a;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(171, 128, 0, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
}

.btn-danger {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #9f241a;
  border-color: #962219;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFFFFF;
  background-color: #9f241a;
  border-color: #962219;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(197, 74, 65, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #962219;
  border-color: #8c2017;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(197, 74, 65, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
}

.btn-light {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #335E90;
  border-color: #335E90;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 144, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(51, 94, 144, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #335E90;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #4C986E;
  border-color: #4C986E;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 152, 110, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(76, 152, 110, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #4C986E;
  background-color: transparent;
}

.btn-outline-info {
  color: #E9F5FB;
  border-color: #E9F5FB;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 245, 251, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(233, 245, 251, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #E9F5FB;
  background-color: transparent;
}

.btn-outline-warning {
  color: #C99700;
  border-color: #C99700;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 151, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(201, 151, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #C99700;
  background-color: transparent;
}

.btn-outline-danger {
  color: #BB2A1F;
  border-color: #BB2A1F;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 42, 31, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(187, 42, 31, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #BB2A1F;
  background-color: transparent;
}

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

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

.btn-link {
  font-weight: 400;
  color: #335E90;
  text-decoration: underline;
}
.btn-link:hover {
  color: #294b73;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 20px;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  border-radius: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #335E90;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

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

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

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

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

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

.card-link + .card-link {
  margin-left: 1rem;
}

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  color: #335E90;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #294b73;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #294b73;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 144, 0.25);
}

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #1f3856;
  background-color: #d6dfe9;
  border-color: #c2cfde;
}
.alert-primary .alert-link {
  color: #192d45;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #2e5b42;
  background-color: #dbeae2;
  border-color: #c9e0d4;
}
.alert-success .alert-link {
  color: #254935;
}

.alert-info {
  color: #5d6264;
  background-color: #fbfdfe;
  border-color: #f8fcfe;
}
.alert-info .alert-link {
  color: #4a4e50;
}

.alert-warning {
  color: #795b00;
  background-color: #f4eacc;
  border-color: #efe0b3;
}
.alert-warning .alert-link {
  color: #614900;
}

.alert-danger {
  color: #701913;
  background-color: #f1d4d2;
  border-color: #ebbfbc;
}
.alert-danger .alert-link {
  color: #5a140f;
}

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 12px;
  background-color: #e9ecef;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #1f3856;
  background-color: #d6dfe9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1f3856;
  background-color: #c1c9d2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1f3856;
  border-color: #1f3856;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #2e5b42;
  background-color: #dbeae2;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2e5b42;
  background-color: #c5d3cb;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #2e5b42;
  border-color: #2e5b42;
}

.list-group-item-info {
  color: #5d6264;
  background-color: #fbfdfe;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #5d6264;
  background-color: #e2e4e5;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #5d6264;
  border-color: #5d6264;
}

.list-group-item-warning {
  color: #795b00;
  background-color: #f4eacc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #795b00;
  background-color: #dcd3b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #795b00;
  border-color: #795b00;
}

.list-group-item-danger {
  color: #701913;
  background-color: #f1d4d2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #701913;
  background-color: #d9bfbd;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #701913;
  border-color: #701913;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #141619;
  border-color: #141619;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-content {
    box-shadow: var(--bs-shadow);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #335E90;
}
.link-primary:hover, .link-primary:focus {
  color: #294b73;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #4C986E;
}
.link-success:hover, .link-success:focus {
  color: #70ad8b;
}

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

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

.link-danger {
  color: #BB2A1F;
}
.link-danger:hover, .link-danger:focus {
  color: #962219;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

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

.opacity-75 {
  opacity: 0.75 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-shadow-lg) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #335E90 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #4C986E !important;
}

.border-info {
  border-color: #E9F5FB !important;
}

.border-warning {
  border-color: #C99700 !important;
}

.border-danger {
  border-color: #BB2A1F !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-0-5 {
  gap: 0.5rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-1-5 {
  gap: 1.5rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-2-5 {
  gap: 2.5rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-3-5 {
  gap: 3.5rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-4-5 {
  gap: 4.5rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.gap-5-5 {
  gap: 5.5rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-6-5 {
  gap: 6.5rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.gap-7-5 {
  gap: 7.5rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-8-5 {
  gap: 8.5rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-9-5 {
  gap: 9.5rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-10-5 {
  gap: 10.5rem !important;
}

.gap-11 {
  gap: 11rem !important;
}

.gap-11-5 {
  gap: 11.5rem !important;
}

.gap-12 {
  gap: 12rem !important;
}

.gap-12-5 {
  gap: 12.5rem !important;
}

.gap-13 {
  gap: 13rem !important;
}

.gap-13-5 {
  gap: 13.5rem !important;
}

.gap-14 {
  gap: 14rem !important;
}

.gap-14-5 {
  gap: 14.5rem !important;
}

.gap-15 {
  gap: 15rem !important;
}

.gap-15-5 {
  gap: 15.5rem !important;
}

.gap-16 {
  gap: 16rem !important;
}

.gap-16-5 {
  gap: 16.5rem !important;
}

.gap-17 {
  gap: 17rem !important;
}

.gap-17-5 {
  gap: 17.5rem !important;
}

.gap-18 {
  gap: 18rem !important;
}

.gap-18-5 {
  gap: 18.5rem !important;
}

.gap-19 {
  gap: 19rem !important;
}

.gap-19-5 {
  gap: 19.5rem !important;
}

.gap-20 {
  gap: 20rem !important;
}

.gap-20-5 {
  gap: 20.5rem !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-0-5 {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-1-5 {
  margin: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-2-5 {
  margin: 2.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-3-5 {
  margin: 3.5rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-4-5 {
  margin: 4.5rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-5-5 {
  margin: 5.5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-6-5 {
  margin: 6.5rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-7-5 {
  margin: 7.5rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-8-5 {
  margin: 8.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-9-5 {
  margin: 9.5rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-10-5 {
  margin: 10.5rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.m-11-5 {
  margin: 11.5rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-12-5 {
  margin: 12.5rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.m-13-5 {
  margin: 13.5rem !important;
}

.m-14 {
  margin: 14rem !important;
}

.m-14-5 {
  margin: 14.5rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-15-5 {
  margin: 15.5rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.m-16-5 {
  margin: 16.5rem !important;
}

.m-17 {
  margin: 17rem !important;
}

.m-17-5 {
  margin: 17.5rem !important;
}

.m-18 {
  margin: 18rem !important;
}

.m-18-5 {
  margin: 18.5rem !important;
}

.m-19 {
  margin: 19rem !important;
}

.m-19-5 {
  margin: 19.5rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.m-20-5 {
  margin: 20.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-0-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-1-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-2-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-3-5 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-4-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-5-5 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-6-5 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-7-5 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-8-5 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-9-5 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-10-5 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.mx-11 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-11-5 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.mx-12 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-12-5 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx-13 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-13-5 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

.mx-14 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.mx-14-5 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-15-5 {
  margin-right: 15.5rem !important;
  margin-left: 15.5rem !important;
}

.mx-16 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-16-5 {
  margin-right: 16.5rem !important;
  margin-left: 16.5rem !important;
}

.mx-17 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}

.mx-17-5 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}

.mx-18 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

.mx-18-5 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

.mx-19 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-19-5 {
  margin-right: 19.5rem !important;
  margin-left: 19.5rem !important;
}

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-20-5 {
  margin-right: 20.5rem !important;
  margin-left: 20.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-0-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-1-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-2-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-3-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-4-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-5-5 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-6-5 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-7-5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-8-5 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-9-5 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-10-5 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-11-5 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-12-5 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-13-5 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-14-5 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-15-5 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important;
}

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-16-5 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important;
}

.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.my-17-5 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}

.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-18-5 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-19-5 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-20-5 {
  margin-top: 20.5rem !important;
  margin-bottom: 20.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-0-5 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1-5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-2-5 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-3-5 {
  margin-top: 3.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-4-5 {
  margin-top: 4.5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-5-5 {
  margin-top: 5.5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-6-5 {
  margin-top: 6.5rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-7-5 {
  margin-top: 7.5rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-8-5 {
  margin-top: 8.5rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-9-5 {
  margin-top: 9.5rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-10-5 {
  margin-top: 10.5rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mt-11-5 {
  margin-top: 11.5rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mt-12-5 {
  margin-top: 12.5rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mt-13-5 {
  margin-top: 13.5rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mt-14-5 {
  margin-top: 14.5rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-15-5 {
  margin-top: 15.5rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mt-16-5 {
  margin-top: 16.5rem !important;
}

.mt-17 {
  margin-top: 17rem !important;
}

.mt-17-5 {
  margin-top: 17.5rem !important;
}

.mt-18 {
  margin-top: 18rem !important;
}

.mt-18-5 {
  margin-top: 18.5rem !important;
}

.mt-19 {
  margin-top: 19rem !important;
}

.mt-19-5 {
  margin-top: 19.5rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.mt-20-5 {
  margin-top: 20.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-0-5 {
  margin-right: 0.5rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-1-5 {
  margin-right: 1.5rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-2-5 {
  margin-right: 2.5rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-3-5 {
  margin-right: 3.5rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-4-5 {
  margin-right: 4.5rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-5-5 {
  margin-right: 5.5rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-6-5 {
  margin-right: 6.5rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-7-5 {
  margin-right: 7.5rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-8-5 {
  margin-right: 8.5rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-9-5 {
  margin-right: 9.5rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-10-5 {
  margin-right: 10.5rem !important;
}

.me-11 {
  margin-right: 11rem !important;
}

.me-11-5 {
  margin-right: 11.5rem !important;
}

.me-12 {
  margin-right: 12rem !important;
}

.me-12-5 {
  margin-right: 12.5rem !important;
}

.me-13 {
  margin-right: 13rem !important;
}

.me-13-5 {
  margin-right: 13.5rem !important;
}

.me-14 {
  margin-right: 14rem !important;
}

.me-14-5 {
  margin-right: 14.5rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-15-5 {
  margin-right: 15.5rem !important;
}

.me-16 {
  margin-right: 16rem !important;
}

.me-16-5 {
  margin-right: 16.5rem !important;
}

.me-17 {
  margin-right: 17rem !important;
}

.me-17-5 {
  margin-right: 17.5rem !important;
}

.me-18 {
  margin-right: 18rem !important;
}

.me-18-5 {
  margin-right: 18.5rem !important;
}

.me-19 {
  margin-right: 19rem !important;
}

.me-19-5 {
  margin-right: 19.5rem !important;
}

.me-20 {
  margin-right: 20rem !important;
}

.me-20-5 {
  margin-right: 20.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-0-5 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1-5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-2-5 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-3-5 {
  margin-bottom: 3.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-4-5 {
  margin-bottom: 4.5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-5-5 {
  margin-bottom: 5.5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-6-5 {
  margin-bottom: 6.5rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-7-5 {
  margin-bottom: 7.5rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-8-5 {
  margin-bottom: 8.5rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-9-5 {
  margin-bottom: 9.5rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-10-5 {
  margin-bottom: 10.5rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.mb-11-5 {
  margin-bottom: 11.5rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-12-5 {
  margin-bottom: 12.5rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-13-5 {
  margin-bottom: 13.5rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.mb-14-5 {
  margin-bottom: 14.5rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-15-5 {
  margin-bottom: 15.5rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.mb-16-5 {
  margin-bottom: 16.5rem !important;
}

.mb-17 {
  margin-bottom: 17rem !important;
}

.mb-17-5 {
  margin-bottom: 17.5rem !important;
}

.mb-18 {
  margin-bottom: 18rem !important;
}

.mb-18-5 {
  margin-bottom: 18.5rem !important;
}

.mb-19 {
  margin-bottom: 19rem !important;
}

.mb-19-5 {
  margin-bottom: 19.5rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.mb-20-5 {
  margin-bottom: 20.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-0-5 {
  margin-left: 0.5rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-1-5 {
  margin-left: 1.5rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-2-5 {
  margin-left: 2.5rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-3-5 {
  margin-left: 3.5rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-4-5 {
  margin-left: 4.5rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-5-5 {
  margin-left: 5.5rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-6-5 {
  margin-left: 6.5rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-7-5 {
  margin-left: 7.5rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-8-5 {
  margin-left: 8.5rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-9-5 {
  margin-left: 9.5rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-10-5 {
  margin-left: 10.5rem !important;
}

.ms-11 {
  margin-left: 11rem !important;
}

.ms-11-5 {
  margin-left: 11.5rem !important;
}

.ms-12 {
  margin-left: 12rem !important;
}

.ms-12-5 {
  margin-left: 12.5rem !important;
}

.ms-13 {
  margin-left: 13rem !important;
}

.ms-13-5 {
  margin-left: 13.5rem !important;
}

.ms-14 {
  margin-left: 14rem !important;
}

.ms-14-5 {
  margin-left: 14.5rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-15-5 {
  margin-left: 15.5rem !important;
}

.ms-16 {
  margin-left: 16rem !important;
}

.ms-16-5 {
  margin-left: 16.5rem !important;
}

.ms-17 {
  margin-left: 17rem !important;
}

.ms-17-5 {
  margin-left: 17.5rem !important;
}

.ms-18 {
  margin-left: 18rem !important;
}

.ms-18-5 {
  margin-left: 18.5rem !important;
}

.ms-19 {
  margin-left: 19rem !important;
}

.ms-19-5 {
  margin-left: 19.5rem !important;
}

.ms-20 {
  margin-left: 20rem !important;
}

.ms-20-5 {
  margin-left: 20.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n0-5 {
  margin: -0.5rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.m-n1-5 {
  margin: -1.5rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.m-n2-5 {
  margin: -2.5rem !important;
}

.m-n3 {
  margin: -3rem !important;
}

.m-n3-5 {
  margin: -3.5rem !important;
}

.m-n4 {
  margin: -4rem !important;
}

.m-n4-5 {
  margin: -4.5rem !important;
}

.m-n5 {
  margin: -5rem !important;
}

.m-n5-5 {
  margin: -5.5rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.m-n6-5 {
  margin: -6.5rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.m-n7-5 {
  margin: -7.5rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.m-n8-5 {
  margin: -8.5rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.m-n9-5 {
  margin: -9.5rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.m-n10-5 {
  margin: -10.5rem !important;
}

.m-n11 {
  margin: -11rem !important;
}

.m-n11-5 {
  margin: -11.5rem !important;
}

.m-n12 {
  margin: -12rem !important;
}

.m-n12-5 {
  margin: -12.5rem !important;
}

.m-n13 {
  margin: -13rem !important;
}

.m-n13-5 {
  margin: -13.5rem !important;
}

.m-n14 {
  margin: -14rem !important;
}

.m-n14-5 {
  margin: -14.5rem !important;
}

.m-n15 {
  margin: -15rem !important;
}

.m-n15-5 {
  margin: -15.5rem !important;
}

.m-n16 {
  margin: -16rem !important;
}

.m-n16-5 {
  margin: -16.5rem !important;
}

.m-n17 {
  margin: -17rem !important;
}

.m-n17-5 {
  margin: -17.5rem !important;
}

.m-n18 {
  margin: -18rem !important;
}

.m-n18-5 {
  margin: -18.5rem !important;
}

.m-n19 {
  margin: -19rem !important;
}

.m-n19-5 {
  margin: -19.5rem !important;
}

.m-n20 {
  margin: -20rem !important;
}

.m-n20-5 {
  margin: -20.5rem !important;
}

.mx-n0-5 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n1 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n1-5 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n2 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n2-5 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n3 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n3-5 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n4 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n4-5 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n5 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n5-5 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n6-5 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx-n7 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n7-5 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n8-5 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx-n9-5 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n10-5 {
  margin-right: -10.5rem !important;
  margin-left: -10.5rem !important;
}

.mx-n11 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx-n11-5 {
  margin-right: -11.5rem !important;
  margin-left: -11.5rem !important;
}

.mx-n12 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.mx-n12-5 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.mx-n13 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx-n13-5 {
  margin-right: -13.5rem !important;
  margin-left: -13.5rem !important;
}

.mx-n14 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx-n14-5 {
  margin-right: -14.5rem !important;
  margin-left: -14.5rem !important;
}

.mx-n15 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

.mx-n15-5 {
  margin-right: -15.5rem !important;
  margin-left: -15.5rem !important;
}

.mx-n16 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.mx-n16-5 {
  margin-right: -16.5rem !important;
  margin-left: -16.5rem !important;
}

.mx-n17 {
  margin-right: -17rem !important;
  margin-left: -17rem !important;
}

.mx-n17-5 {
  margin-right: -17.5rem !important;
  margin-left: -17.5rem !important;
}

.mx-n18 {
  margin-right: -18rem !important;
  margin-left: -18rem !important;
}

.mx-n18-5 {
  margin-right: -18.5rem !important;
  margin-left: -18.5rem !important;
}

.mx-n19 {
  margin-right: -19rem !important;
  margin-left: -19rem !important;
}

.mx-n19-5 {
  margin-right: -19.5rem !important;
  margin-left: -19.5rem !important;
}

.mx-n20 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}

.mx-n20-5 {
  margin-right: -20.5rem !important;
  margin-left: -20.5rem !important;
}

.my-n0-5 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n1 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n1-5 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n2 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n2-5 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n3 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n3-5 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n4 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n4-5 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n5 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n5-5 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n6-5 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n7 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n7-5 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n8-5 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n9-5 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n10-5 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important;
}

.my-n11 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my-n11-5 {
  margin-top: -11.5rem !important;
  margin-bottom: -11.5rem !important;
}

.my-n12 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.my-n12-5 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.my-n13 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my-n13-5 {
  margin-top: -13.5rem !important;
  margin-bottom: -13.5rem !important;
}

.my-n14 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my-n14-5 {
  margin-top: -14.5rem !important;
  margin-bottom: -14.5rem !important;
}

.my-n15 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.my-n15-5 {
  margin-top: -15.5rem !important;
  margin-bottom: -15.5rem !important;
}

.my-n16 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.my-n16-5 {
  margin-top: -16.5rem !important;
  margin-bottom: -16.5rem !important;
}

.my-n17 {
  margin-top: -17rem !important;
  margin-bottom: -17rem !important;
}

.my-n17-5 {
  margin-top: -17.5rem !important;
  margin-bottom: -17.5rem !important;
}

.my-n18 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.my-n18-5 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

.my-n19 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important;
}

.my-n19-5 {
  margin-top: -19.5rem !important;
  margin-bottom: -19.5rem !important;
}

.my-n20 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.my-n20-5 {
  margin-top: -20.5rem !important;
  margin-bottom: -20.5rem !important;
}

.mt-n0-5 {
  margin-top: -0.5rem !important;
}

.mt-n1 {
  margin-top: -1rem !important;
}

.mt-n1-5 {
  margin-top: -1.5rem !important;
}

.mt-n2 {
  margin-top: -2rem !important;
}

.mt-n2-5 {
  margin-top: -2.5rem !important;
}

.mt-n3 {
  margin-top: -3rem !important;
}

.mt-n3-5 {
  margin-top: -3.5rem !important;
}

.mt-n4 {
  margin-top: -4rem !important;
}

.mt-n4-5 {
  margin-top: -4.5rem !important;
}

.mt-n5 {
  margin-top: -5rem !important;
}

.mt-n5-5 {
  margin-top: -5.5rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n6-5 {
  margin-top: -6.5rem !important;
}

.mt-n7 {
  margin-top: -7rem !important;
}

.mt-n7-5 {
  margin-top: -7.5rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n8-5 {
  margin-top: -8.5rem !important;
}

.mt-n9 {
  margin-top: -9rem !important;
}

.mt-n9-5 {
  margin-top: -9.5rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.mt-n10-5 {
  margin-top: -10.5rem !important;
}

.mt-n11 {
  margin-top: -11rem !important;
}

.mt-n11-5 {
  margin-top: -11.5rem !important;
}

.mt-n12 {
  margin-top: -12rem !important;
}

.mt-n12-5 {
  margin-top: -12.5rem !important;
}

.mt-n13 {
  margin-top: -13rem !important;
}

.mt-n13-5 {
  margin-top: -13.5rem !important;
}

.mt-n14 {
  margin-top: -14rem !important;
}

.mt-n14-5 {
  margin-top: -14.5rem !important;
}

.mt-n15 {
  margin-top: -15rem !important;
}

.mt-n15-5 {
  margin-top: -15.5rem !important;
}

.mt-n16 {
  margin-top: -16rem !important;
}

.mt-n16-5 {
  margin-top: -16.5rem !important;
}

.mt-n17 {
  margin-top: -17rem !important;
}

.mt-n17-5 {
  margin-top: -17.5rem !important;
}

.mt-n18 {
  margin-top: -18rem !important;
}

.mt-n18-5 {
  margin-top: -18.5rem !important;
}

.mt-n19 {
  margin-top: -19rem !important;
}

.mt-n19-5 {
  margin-top: -19.5rem !important;
}

.mt-n20 {
  margin-top: -20rem !important;
}

.mt-n20-5 {
  margin-top: -20.5rem !important;
}

.me-n0-5 {
  margin-right: -0.5rem !important;
}

.me-n1 {
  margin-right: -1rem !important;
}

.me-n1-5 {
  margin-right: -1.5rem !important;
}

.me-n2 {
  margin-right: -2rem !important;
}

.me-n2-5 {
  margin-right: -2.5rem !important;
}

.me-n3 {
  margin-right: -3rem !important;
}

.me-n3-5 {
  margin-right: -3.5rem !important;
}

.me-n4 {
  margin-right: -4rem !important;
}

.me-n4-5 {
  margin-right: -4.5rem !important;
}

.me-n5 {
  margin-right: -5rem !important;
}

.me-n5-5 {
  margin-right: -5.5rem !important;
}

.me-n6 {
  margin-right: -6rem !important;
}

.me-n6-5 {
  margin-right: -6.5rem !important;
}

.me-n7 {
  margin-right: -7rem !important;
}

.me-n7-5 {
  margin-right: -7.5rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n8-5 {
  margin-right: -8.5rem !important;
}

.me-n9 {
  margin-right: -9rem !important;
}

.me-n9-5 {
  margin-right: -9.5rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.me-n10-5 {
  margin-right: -10.5rem !important;
}

.me-n11 {
  margin-right: -11rem !important;
}

.me-n11-5 {
  margin-right: -11.5rem !important;
}

.me-n12 {
  margin-right: -12rem !important;
}

.me-n12-5 {
  margin-right: -12.5rem !important;
}

.me-n13 {
  margin-right: -13rem !important;
}

.me-n13-5 {
  margin-right: -13.5rem !important;
}

.me-n14 {
  margin-right: -14rem !important;
}

.me-n14-5 {
  margin-right: -14.5rem !important;
}

.me-n15 {
  margin-right: -15rem !important;
}

.me-n15-5 {
  margin-right: -15.5rem !important;
}

.me-n16 {
  margin-right: -16rem !important;
}

.me-n16-5 {
  margin-right: -16.5rem !important;
}

.me-n17 {
  margin-right: -17rem !important;
}

.me-n17-5 {
  margin-right: -17.5rem !important;
}

.me-n18 {
  margin-right: -18rem !important;
}

.me-n18-5 {
  margin-right: -18.5rem !important;
}

.me-n19 {
  margin-right: -19rem !important;
}

.me-n19-5 {
  margin-right: -19.5rem !important;
}

.me-n20 {
  margin-right: -20rem !important;
}

.me-n20-5 {
  margin-right: -20.5rem !important;
}

.mb-n0-5 {
  margin-bottom: -0.5rem !important;
}

.mb-n1 {
  margin-bottom: -1rem !important;
}

.mb-n1-5 {
  margin-bottom: -1.5rem !important;
}

.mb-n2 {
  margin-bottom: -2rem !important;
}

.mb-n2-5 {
  margin-bottom: -2.5rem !important;
}

.mb-n3 {
  margin-bottom: -3rem !important;
}

.mb-n3-5 {
  margin-bottom: -3.5rem !important;
}

.mb-n4 {
  margin-bottom: -4rem !important;
}

.mb-n4-5 {
  margin-bottom: -4.5rem !important;
}

.mb-n5 {
  margin-bottom: -5rem !important;
}

.mb-n5-5 {
  margin-bottom: -5.5rem !important;
}

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n6-5 {
  margin-bottom: -6.5rem !important;
}

.mb-n7 {
  margin-bottom: -7rem !important;
}

.mb-n7-5 {
  margin-bottom: -7.5rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.mb-n8-5 {
  margin-bottom: -8.5rem !important;
}

.mb-n9 {
  margin-bottom: -9rem !important;
}

.mb-n9-5 {
  margin-bottom: -9.5rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

.mb-n10-5 {
  margin-bottom: -10.5rem !important;
}

.mb-n11 {
  margin-bottom: -11rem !important;
}

.mb-n11-5 {
  margin-bottom: -11.5rem !important;
}

.mb-n12 {
  margin-bottom: -12rem !important;
}

.mb-n12-5 {
  margin-bottom: -12.5rem !important;
}

.mb-n13 {
  margin-bottom: -13rem !important;
}

.mb-n13-5 {
  margin-bottom: -13.5rem !important;
}

.mb-n14 {
  margin-bottom: -14rem !important;
}

.mb-n14-5 {
  margin-bottom: -14.5rem !important;
}

.mb-n15 {
  margin-bottom: -15rem !important;
}

.mb-n15-5 {
  margin-bottom: -15.5rem !important;
}

.mb-n16 {
  margin-bottom: -16rem !important;
}

.mb-n16-5 {
  margin-bottom: -16.5rem !important;
}

.mb-n17 {
  margin-bottom: -17rem !important;
}

.mb-n17-5 {
  margin-bottom: -17.5rem !important;
}

.mb-n18 {
  margin-bottom: -18rem !important;
}

.mb-n18-5 {
  margin-bottom: -18.5rem !important;
}

.mb-n19 {
  margin-bottom: -19rem !important;
}

.mb-n19-5 {
  margin-bottom: -19.5rem !important;
}

.mb-n20 {
  margin-bottom: -20rem !important;
}

.mb-n20-5 {
  margin-bottom: -20.5rem !important;
}

.ms-n0-5 {
  margin-left: -0.5rem !important;
}

.ms-n1 {
  margin-left: -1rem !important;
}

.ms-n1-5 {
  margin-left: -1.5rem !important;
}

.ms-n2 {
  margin-left: -2rem !important;
}

.ms-n2-5 {
  margin-left: -2.5rem !important;
}

.ms-n3 {
  margin-left: -3rem !important;
}

.ms-n3-5 {
  margin-left: -3.5rem !important;
}

.ms-n4 {
  margin-left: -4rem !important;
}

.ms-n4-5 {
  margin-left: -4.5rem !important;
}

.ms-n5 {
  margin-left: -5rem !important;
}

.ms-n5-5 {
  margin-left: -5.5rem !important;
}

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n6-5 {
  margin-left: -6.5rem !important;
}

.ms-n7 {
  margin-left: -7rem !important;
}

.ms-n7-5 {
  margin-left: -7.5rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n8-5 {
  margin-left: -8.5rem !important;
}

.ms-n9 {
  margin-left: -9rem !important;
}

.ms-n9-5 {
  margin-left: -9.5rem !important;
}

.ms-n10 {
  margin-left: -10rem !important;
}

.ms-n10-5 {
  margin-left: -10.5rem !important;
}

.ms-n11 {
  margin-left: -11rem !important;
}

.ms-n11-5 {
  margin-left: -11.5rem !important;
}

.ms-n12 {
  margin-left: -12rem !important;
}

.ms-n12-5 {
  margin-left: -12.5rem !important;
}

.ms-n13 {
  margin-left: -13rem !important;
}

.ms-n13-5 {
  margin-left: -13.5rem !important;
}

.ms-n14 {
  margin-left: -14rem !important;
}

.ms-n14-5 {
  margin-left: -14.5rem !important;
}

.ms-n15 {
  margin-left: -15rem !important;
}

.ms-n15-5 {
  margin-left: -15.5rem !important;
}

.ms-n16 {
  margin-left: -16rem !important;
}

.ms-n16-5 {
  margin-left: -16.5rem !important;
}

.ms-n17 {
  margin-left: -17rem !important;
}

.ms-n17-5 {
  margin-left: -17.5rem !important;
}

.ms-n18 {
  margin-left: -18rem !important;
}

.ms-n18-5 {
  margin-left: -18.5rem !important;
}

.ms-n19 {
  margin-left: -19rem !important;
}

.ms-n19-5 {
  margin-left: -19.5rem !important;
}

.ms-n20 {
  margin-left: -20rem !important;
}

.ms-n20-5 {
  margin-left: -20.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0-5 {
  padding: 0.5rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-1-5 {
  padding: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-2-5 {
  padding: 2.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-3-5 {
  padding: 3.5rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-4-5 {
  padding: 4.5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-5-5 {
  padding: 5.5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-6-5 {
  padding: 6.5rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-7-5 {
  padding: 7.5rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-8-5 {
  padding: 8.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-9-5 {
  padding: 9.5rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-10-5 {
  padding: 10.5rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.p-11-5 {
  padding: 11.5rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.p-12-5 {
  padding: 12.5rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.p-13-5 {
  padding: 13.5rem !important;
}

.p-14 {
  padding: 14rem !important;
}

.p-14-5 {
  padding: 14.5rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-15-5 {
  padding: 15.5rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.p-16-5 {
  padding: 16.5rem !important;
}

.p-17 {
  padding: 17rem !important;
}

.p-17-5 {
  padding: 17.5rem !important;
}

.p-18 {
  padding: 18rem !important;
}

.p-18-5 {
  padding: 18.5rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.p-19-5 {
  padding: 19.5rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.p-20-5 {
  padding: 20.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-0-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-1-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-2-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-3-5 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-4-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-5-5 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-6-5 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-7-5 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-8-5 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-9-5 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-10-5 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.px-11 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-11-5 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.px-12 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-12-5 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.px-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-13-5 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.px-14 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-14-5 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-15-5 {
  padding-right: 15.5rem !important;
  padding-left: 15.5rem !important;
}

.px-16 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-16-5 {
  padding-right: 16.5rem !important;
  padding-left: 16.5rem !important;
}

.px-17 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.px-17-5 {
  padding-right: 17.5rem !important;
  padding-left: 17.5rem !important;
}

.px-18 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-18-5 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

.px-19 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-19-5 {
  padding-right: 19.5rem !important;
  padding-left: 19.5rem !important;
}

.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-20-5 {
  padding-right: 20.5rem !important;
  padding-left: 20.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-2-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-3-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-4-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-5-5 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-6-5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-7-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-8-5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-9-5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-10-5 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-11-5 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-12-5 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-13-5 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-14-5 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-15-5 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important;
}

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-16-5 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.py-17-5 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important;
}

.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-18-5 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-19-5 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-20-5 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-0-5 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-1-5 {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-2-5 {
  padding-top: 2.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-3-5 {
  padding-top: 3.5rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-4-5 {
  padding-top: 4.5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-5-5 {
  padding-top: 5.5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-6-5 {
  padding-top: 6.5rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-7-5 {
  padding-top: 7.5rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-8-5 {
  padding-top: 8.5rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-9-5 {
  padding-top: 9.5rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-10-5 {
  padding-top: 10.5rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pt-11-5 {
  padding-top: 11.5rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-12-5 {
  padding-top: 12.5rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-13-5 {
  padding-top: 13.5rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-14-5 {
  padding-top: 14.5rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-15-5 {
  padding-top: 15.5rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-16-5 {
  padding-top: 16.5rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pt-17-5 {
  padding-top: 17.5rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pt-18-5 {
  padding-top: 18.5rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pt-19-5 {
  padding-top: 19.5rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pt-20-5 {
  padding-top: 20.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-0-5 {
  padding-right: 0.5rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-1-5 {
  padding-right: 1.5rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-2-5 {
  padding-right: 2.5rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-3-5 {
  padding-right: 3.5rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-4-5 {
  padding-right: 4.5rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-5-5 {
  padding-right: 5.5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-6-5 {
  padding-right: 6.5rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-7-5 {
  padding-right: 7.5rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-8-5 {
  padding-right: 8.5rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-9-5 {
  padding-right: 9.5rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-10-5 {
  padding-right: 10.5rem !important;
}

.pe-11 {
  padding-right: 11rem !important;
}

.pe-11-5 {
  padding-right: 11.5rem !important;
}

.pe-12 {
  padding-right: 12rem !important;
}

.pe-12-5 {
  padding-right: 12.5rem !important;
}

.pe-13 {
  padding-right: 13rem !important;
}

.pe-13-5 {
  padding-right: 13.5rem !important;
}

.pe-14 {
  padding-right: 14rem !important;
}

.pe-14-5 {
  padding-right: 14.5rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-15-5 {
  padding-right: 15.5rem !important;
}

.pe-16 {
  padding-right: 16rem !important;
}

.pe-16-5 {
  padding-right: 16.5rem !important;
}

.pe-17 {
  padding-right: 17rem !important;
}

.pe-17-5 {
  padding-right: 17.5rem !important;
}

.pe-18 {
  padding-right: 18rem !important;
}

.pe-18-5 {
  padding-right: 18.5rem !important;
}

.pe-19 {
  padding-right: 19rem !important;
}

.pe-19-5 {
  padding-right: 19.5rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

.pe-20-5 {
  padding-right: 20.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-0-5 {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-1-5 {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-2-5 {
  padding-bottom: 2.5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-3-5 {
  padding-bottom: 3.5rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-4-5 {
  padding-bottom: 4.5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-5-5 {
  padding-bottom: 5.5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-6-5 {
  padding-bottom: 6.5rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-7-5 {
  padding-bottom: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-8-5 {
  padding-bottom: 8.5rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-9-5 {
  padding-bottom: 9.5rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-10-5 {
  padding-bottom: 10.5rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pb-11-5 {
  padding-bottom: 11.5rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-12-5 {
  padding-bottom: 12.5rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-13-5 {
  padding-bottom: 13.5rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-14-5 {
  padding-bottom: 14.5rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-15-5 {
  padding-bottom: 15.5rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-16-5 {
  padding-bottom: 16.5rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pb-17-5 {
  padding-bottom: 17.5rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.pb-18-5 {
  padding-bottom: 18.5rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pb-19-5 {
  padding-bottom: 19.5rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pb-20-5 {
  padding-bottom: 20.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-0-5 {
  padding-left: 0.5rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-1-5 {
  padding-left: 1.5rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-2-5 {
  padding-left: 2.5rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-3-5 {
  padding-left: 3.5rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-4-5 {
  padding-left: 4.5rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-5-5 {
  padding-left: 5.5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-6-5 {
  padding-left: 6.5rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-7-5 {
  padding-left: 7.5rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-8-5 {
  padding-left: 8.5rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-9-5 {
  padding-left: 9.5rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-10-5 {
  padding-left: 10.5rem !important;
}

.ps-11 {
  padding-left: 11rem !important;
}

.ps-11-5 {
  padding-left: 11.5rem !important;
}

.ps-12 {
  padding-left: 12rem !important;
}

.ps-12-5 {
  padding-left: 12.5rem !important;
}

.ps-13 {
  padding-left: 13rem !important;
}

.ps-13-5 {
  padding-left: 13.5rem !important;
}

.ps-14 {
  padding-left: 14rem !important;
}

.ps-14-5 {
  padding-left: 14.5rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-15-5 {
  padding-left: 15.5rem !important;
}

.ps-16 {
  padding-left: 16rem !important;
}

.ps-16-5 {
  padding-left: 16.5rem !important;
}

.ps-17 {
  padding-left: 17rem !important;
}

.ps-17-5 {
  padding-left: 17.5rem !important;
}

.ps-18 {
  padding-left: 18rem !important;
}

.ps-18-5 {
  padding-left: 18.5rem !important;
}

.ps-19 {
  padding-left: 19rem !important;
}

.ps-19-5 {
  padding-left: 19.5rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

.ps-20-5 {
  padding-left: 20.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: calc(20.2px + 0.15vw) !important;
}

.fs-24 {
  font-size: calc(20.4px + 0.3vw) !important;
}

.fs-26 {
  font-size: calc(20.6px + 0.45vw) !important;
}

.fs-30 {
  font-size: calc(21px + 0.75vw) !important;
}

.fs-32 {
  font-size: calc(21.2px + 0.9vw) !important;
}

.fs-35 {
  font-size: calc(21.5px + 1.125vw) !important;
}

.fs-36 {
  font-size: calc(21.6px + 1.2vw) !important;
}

.fs-40 {
  font-size: calc(22px + 1.5vw) !important;
}

.fs-48 {
  font-size: calc(22.8px + 2.1vw) !important;
}

.fs-64 {
  font-size: calc(24.4px + 3.3vw) !important;
}

.fs-75 {
  font-size: calc(25.5px + 4.125vw) !important;
}

.fs-80 {
  font-size: calc(26px + 4.5vw) !important;
}

.fs-100 {
  font-size: calc(28px + 6vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0px !important;
}

.rounded-2 {
  border-radius: 0px !important;
}

.rounded-3 {
  border-radius: 0px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-end {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-start {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-0-5 {
    gap: 0.5rem !important;
  }

  .gap-sm-1 {
    gap: 1rem !important;
  }

  .gap-sm-1-5 {
    gap: 1.5rem !important;
  }

  .gap-sm-2 {
    gap: 2rem !important;
  }

  .gap-sm-2-5 {
    gap: 2.5rem !important;
  }

  .gap-sm-3 {
    gap: 3rem !important;
  }

  .gap-sm-3-5 {
    gap: 3.5rem !important;
  }

  .gap-sm-4 {
    gap: 4rem !important;
  }

  .gap-sm-4-5 {
    gap: 4.5rem !important;
  }

  .gap-sm-5 {
    gap: 5rem !important;
  }

  .gap-sm-5-5 {
    gap: 5.5rem !important;
  }

  .gap-sm-6 {
    gap: 6rem !important;
  }

  .gap-sm-6-5 {
    gap: 6.5rem !important;
  }

  .gap-sm-7 {
    gap: 7rem !important;
  }

  .gap-sm-7-5 {
    gap: 7.5rem !important;
  }

  .gap-sm-8 {
    gap: 8rem !important;
  }

  .gap-sm-8-5 {
    gap: 8.5rem !important;
  }

  .gap-sm-9 {
    gap: 9rem !important;
  }

  .gap-sm-9-5 {
    gap: 9.5rem !important;
  }

  .gap-sm-10 {
    gap: 10rem !important;
  }

  .gap-sm-10-5 {
    gap: 10.5rem !important;
  }

  .gap-sm-11 {
    gap: 11rem !important;
  }

  .gap-sm-11-5 {
    gap: 11.5rem !important;
  }

  .gap-sm-12 {
    gap: 12rem !important;
  }

  .gap-sm-12-5 {
    gap: 12.5rem !important;
  }

  .gap-sm-13 {
    gap: 13rem !important;
  }

  .gap-sm-13-5 {
    gap: 13.5rem !important;
  }

  .gap-sm-14 {
    gap: 14rem !important;
  }

  .gap-sm-14-5 {
    gap: 14.5rem !important;
  }

  .gap-sm-15 {
    gap: 15rem !important;
  }

  .gap-sm-15-5 {
    gap: 15.5rem !important;
  }

  .gap-sm-16 {
    gap: 16rem !important;
  }

  .gap-sm-16-5 {
    gap: 16.5rem !important;
  }

  .gap-sm-17 {
    gap: 17rem !important;
  }

  .gap-sm-17-5 {
    gap: 17.5rem !important;
  }

  .gap-sm-18 {
    gap: 18rem !important;
  }

  .gap-sm-18-5 {
    gap: 18.5rem !important;
  }

  .gap-sm-19 {
    gap: 19rem !important;
  }

  .gap-sm-19-5 {
    gap: 19.5rem !important;
  }

  .gap-sm-20 {
    gap: 20rem !important;
  }

  .gap-sm-20-5 {
    gap: 20.5rem !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-0-5 {
    margin: 0.5rem !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .m-sm-1-5 {
    margin: 1.5rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .m-sm-2-5 {
    margin: 2.5rem !important;
  }

  .m-sm-3 {
    margin: 3rem !important;
  }

  .m-sm-3-5 {
    margin: 3.5rem !important;
  }

  .m-sm-4 {
    margin: 4rem !important;
  }

  .m-sm-4-5 {
    margin: 4.5rem !important;
  }

  .m-sm-5 {
    margin: 5rem !important;
  }

  .m-sm-5-5 {
    margin: 5.5rem !important;
  }

  .m-sm-6 {
    margin: 6rem !important;
  }

  .m-sm-6-5 {
    margin: 6.5rem !important;
  }

  .m-sm-7 {
    margin: 7rem !important;
  }

  .m-sm-7-5 {
    margin: 7.5rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .m-sm-8-5 {
    margin: 8.5rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .m-sm-9-5 {
    margin: 9.5rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .m-sm-10-5 {
    margin: 10.5rem !important;
  }

  .m-sm-11 {
    margin: 11rem !important;
  }

  .m-sm-11-5 {
    margin: 11.5rem !important;
  }

  .m-sm-12 {
    margin: 12rem !important;
  }

  .m-sm-12-5 {
    margin: 12.5rem !important;
  }

  .m-sm-13 {
    margin: 13rem !important;
  }

  .m-sm-13-5 {
    margin: 13.5rem !important;
  }

  .m-sm-14 {
    margin: 14rem !important;
  }

  .m-sm-14-5 {
    margin: 14.5rem !important;
  }

  .m-sm-15 {
    margin: 15rem !important;
  }

  .m-sm-15-5 {
    margin: 15.5rem !important;
  }

  .m-sm-16 {
    margin: 16rem !important;
  }

  .m-sm-16-5 {
    margin: 16.5rem !important;
  }

  .m-sm-17 {
    margin: 17rem !important;
  }

  .m-sm-17-5 {
    margin: 17.5rem !important;
  }

  .m-sm-18 {
    margin: 18rem !important;
  }

  .m-sm-18-5 {
    margin: 18.5rem !important;
  }

  .m-sm-19 {
    margin: 19rem !important;
  }

  .m-sm-19-5 {
    margin: 19.5rem !important;
  }

  .m-sm-20 {
    margin: 20rem !important;
  }

  .m-sm-20-5 {
    margin: 20.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-sm-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }

  .mx-sm-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-sm-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }

  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-sm-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-sm-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-sm-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }

  .mx-sm-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-sm-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }

  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-sm-15-5 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }

  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-sm-16-5 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }

  .mx-sm-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-sm-17-5 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }

  .mx-sm-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-sm-18-5 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }

  .mx-sm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-sm-19-5 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }

  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-sm-20-5 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !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-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }

  .my-sm-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-sm-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }

  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-sm-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-sm-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-sm-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }

  .my-sm-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-sm-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }

  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-sm-15-5 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }

  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-sm-16-5 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }

  .my-sm-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-sm-17-5 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }

  .my-sm-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-sm-18-5 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .my-sm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-sm-19-5 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }

  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-sm-20-5 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-0-5 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mt-sm-1-5 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 2rem !important;
  }

  .mt-sm-2-5 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 3rem !important;
  }

  .mt-sm-3-5 {
    margin-top: 3.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 4rem !important;
  }

  .mt-sm-4-5 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 5rem !important;
  }

  .mt-sm-5-5 {
    margin-top: 5.5rem !important;
  }

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-6-5 {
    margin-top: 6.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mt-sm-7-5 {
    margin-top: 7.5rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mt-sm-8-5 {
    margin-top: 8.5rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-9-5 {
    margin-top: 9.5rem !important;
  }

  .mt-sm-10 {
    margin-top: 10rem !important;
  }

  .mt-sm-10-5 {
    margin-top: 10.5rem !important;
  }

  .mt-sm-11 {
    margin-top: 11rem !important;
  }

  .mt-sm-11-5 {
    margin-top: 11.5rem !important;
  }

  .mt-sm-12 {
    margin-top: 12rem !important;
  }

  .mt-sm-12-5 {
    margin-top: 12.5rem !important;
  }

  .mt-sm-13 {
    margin-top: 13rem !important;
  }

  .mt-sm-13-5 {
    margin-top: 13.5rem !important;
  }

  .mt-sm-14 {
    margin-top: 14rem !important;
  }

  .mt-sm-14-5 {
    margin-top: 14.5rem !important;
  }

  .mt-sm-15 {
    margin-top: 15rem !important;
  }

  .mt-sm-15-5 {
    margin-top: 15.5rem !important;
  }

  .mt-sm-16 {
    margin-top: 16rem !important;
  }

  .mt-sm-16-5 {
    margin-top: 16.5rem !important;
  }

  .mt-sm-17 {
    margin-top: 17rem !important;
  }

  .mt-sm-17-5 {
    margin-top: 17.5rem !important;
  }

  .mt-sm-18 {
    margin-top: 18rem !important;
  }

  .mt-sm-18-5 {
    margin-top: 18.5rem !important;
  }

  .mt-sm-19 {
    margin-top: 19rem !important;
  }

  .mt-sm-19-5 {
    margin-top: 19.5rem !important;
  }

  .mt-sm-20 {
    margin-top: 20rem !important;
  }

  .mt-sm-20-5 {
    margin-top: 20.5rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-0-5 {
    margin-right: 0.5rem !important;
  }

  .me-sm-1 {
    margin-right: 1rem !important;
  }

  .me-sm-1-5 {
    margin-right: 1.5rem !important;
  }

  .me-sm-2 {
    margin-right: 2rem !important;
  }

  .me-sm-2-5 {
    margin-right: 2.5rem !important;
  }

  .me-sm-3 {
    margin-right: 3rem !important;
  }

  .me-sm-3-5 {
    margin-right: 3.5rem !important;
  }

  .me-sm-4 {
    margin-right: 4rem !important;
  }

  .me-sm-4-5 {
    margin-right: 4.5rem !important;
  }

  .me-sm-5 {
    margin-right: 5rem !important;
  }

  .me-sm-5-5 {
    margin-right: 5.5rem !important;
  }

  .me-sm-6 {
    margin-right: 6rem !important;
  }

  .me-sm-6-5 {
    margin-right: 6.5rem !important;
  }

  .me-sm-7 {
    margin-right: 7rem !important;
  }

  .me-sm-7-5 {
    margin-right: 7.5rem !important;
  }

  .me-sm-8 {
    margin-right: 8rem !important;
  }

  .me-sm-8-5 {
    margin-right: 8.5rem !important;
  }

  .me-sm-9 {
    margin-right: 9rem !important;
  }

  .me-sm-9-5 {
    margin-right: 9.5rem !important;
  }

  .me-sm-10 {
    margin-right: 10rem !important;
  }

  .me-sm-10-5 {
    margin-right: 10.5rem !important;
  }

  .me-sm-11 {
    margin-right: 11rem !important;
  }

  .me-sm-11-5 {
    margin-right: 11.5rem !important;
  }

  .me-sm-12 {
    margin-right: 12rem !important;
  }

  .me-sm-12-5 {
    margin-right: 12.5rem !important;
  }

  .me-sm-13 {
    margin-right: 13rem !important;
  }

  .me-sm-13-5 {
    margin-right: 13.5rem !important;
  }

  .me-sm-14 {
    margin-right: 14rem !important;
  }

  .me-sm-14-5 {
    margin-right: 14.5rem !important;
  }

  .me-sm-15 {
    margin-right: 15rem !important;
  }

  .me-sm-15-5 {
    margin-right: 15.5rem !important;
  }

  .me-sm-16 {
    margin-right: 16rem !important;
  }

  .me-sm-16-5 {
    margin-right: 16.5rem !important;
  }

  .me-sm-17 {
    margin-right: 17rem !important;
  }

  .me-sm-17-5 {
    margin-right: 17.5rem !important;
  }

  .me-sm-18 {
    margin-right: 18rem !important;
  }

  .me-sm-18-5 {
    margin-right: 18.5rem !important;
  }

  .me-sm-19 {
    margin-right: 19rem !important;
  }

  .me-sm-19-5 {
    margin-right: 19.5rem !important;
  }

  .me-sm-20 {
    margin-right: 20rem !important;
  }

  .me-sm-20-5 {
    margin-right: 20.5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-0-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-1-5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-2-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-3-5 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-4-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-5-5 {
    margin-bottom: 5.5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-6-5 {
    margin-bottom: 6.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-7-5 {
    margin-bottom: 7.5rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-8-5 {
    margin-bottom: 8.5rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-9-5 {
    margin-bottom: 9.5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-10-5 {
    margin-bottom: 10.5rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 11rem !important;
  }

  .mb-sm-11-5 {
    margin-bottom: 11.5rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-12-5 {
    margin-bottom: 12.5rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }

  .mb-sm-13-5 {
    margin-bottom: 13.5rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 14rem !important;
  }

  .mb-sm-14-5 {
    margin-bottom: 14.5rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }

  .mb-sm-15-5 {
    margin-bottom: 15.5rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }

  .mb-sm-16-5 {
    margin-bottom: 16.5rem !important;
  }

  .mb-sm-17 {
    margin-bottom: 17rem !important;
  }

  .mb-sm-17-5 {
    margin-bottom: 17.5rem !important;
  }

  .mb-sm-18 {
    margin-bottom: 18rem !important;
  }

  .mb-sm-18-5 {
    margin-bottom: 18.5rem !important;
  }

  .mb-sm-19 {
    margin-bottom: 19rem !important;
  }

  .mb-sm-19-5 {
    margin-bottom: 19.5rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }

  .mb-sm-20-5 {
    margin-bottom: 20.5rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-0-5 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-1 {
    margin-left: 1rem !important;
  }

  .ms-sm-1-5 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-2 {
    margin-left: 2rem !important;
  }

  .ms-sm-2-5 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 3rem !important;
  }

  .ms-sm-3-5 {
    margin-left: 3.5rem !important;
  }

  .ms-sm-4 {
    margin-left: 4rem !important;
  }

  .ms-sm-4-5 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 5rem !important;
  }

  .ms-sm-5-5 {
    margin-left: 5.5rem !important;
  }

  .ms-sm-6 {
    margin-left: 6rem !important;
  }

  .ms-sm-6-5 {
    margin-left: 6.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 7rem !important;
  }

  .ms-sm-7-5 {
    margin-left: 7.5rem !important;
  }

  .ms-sm-8 {
    margin-left: 8rem !important;
  }

  .ms-sm-8-5 {
    margin-left: 8.5rem !important;
  }

  .ms-sm-9 {
    margin-left: 9rem !important;
  }

  .ms-sm-9-5 {
    margin-left: 9.5rem !important;
  }

  .ms-sm-10 {
    margin-left: 10rem !important;
  }

  .ms-sm-10-5 {
    margin-left: 10.5rem !important;
  }

  .ms-sm-11 {
    margin-left: 11rem !important;
  }

  .ms-sm-11-5 {
    margin-left: 11.5rem !important;
  }

  .ms-sm-12 {
    margin-left: 12rem !important;
  }

  .ms-sm-12-5 {
    margin-left: 12.5rem !important;
  }

  .ms-sm-13 {
    margin-left: 13rem !important;
  }

  .ms-sm-13-5 {
    margin-left: 13.5rem !important;
  }

  .ms-sm-14 {
    margin-left: 14rem !important;
  }

  .ms-sm-14-5 {
    margin-left: 14.5rem !important;
  }

  .ms-sm-15 {
    margin-left: 15rem !important;
  }

  .ms-sm-15-5 {
    margin-left: 15.5rem !important;
  }

  .ms-sm-16 {
    margin-left: 16rem !important;
  }

  .ms-sm-16-5 {
    margin-left: 16.5rem !important;
  }

  .ms-sm-17 {
    margin-left: 17rem !important;
  }

  .ms-sm-17-5 {
    margin-left: 17.5rem !important;
  }

  .ms-sm-18 {
    margin-left: 18rem !important;
  }

  .ms-sm-18-5 {
    margin-left: 18.5rem !important;
  }

  .ms-sm-19 {
    margin-left: 19rem !important;
  }

  .ms-sm-19-5 {
    margin-left: 19.5rem !important;
  }

  .ms-sm-20 {
    margin-left: 20rem !important;
  }

  .ms-sm-20-5 {
    margin-left: 20.5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n0-5 {
    margin: -0.5rem !important;
  }

  .m-sm-n1 {
    margin: -1rem !important;
  }

  .m-sm-n1-5 {
    margin: -1.5rem !important;
  }

  .m-sm-n2 {
    margin: -2rem !important;
  }

  .m-sm-n2-5 {
    margin: -2.5rem !important;
  }

  .m-sm-n3 {
    margin: -3rem !important;
  }

  .m-sm-n3-5 {
    margin: -3.5rem !important;
  }

  .m-sm-n4 {
    margin: -4rem !important;
  }

  .m-sm-n4-5 {
    margin: -4.5rem !important;
  }

  .m-sm-n5 {
    margin: -5rem !important;
  }

  .m-sm-n5-5 {
    margin: -5.5rem !important;
  }

  .m-sm-n6 {
    margin: -6rem !important;
  }

  .m-sm-n6-5 {
    margin: -6.5rem !important;
  }

  .m-sm-n7 {
    margin: -7rem !important;
  }

  .m-sm-n7-5 {
    margin: -7.5rem !important;
  }

  .m-sm-n8 {
    margin: -8rem !important;
  }

  .m-sm-n8-5 {
    margin: -8.5rem !important;
  }

  .m-sm-n9 {
    margin: -9rem !important;
  }

  .m-sm-n9-5 {
    margin: -9.5rem !important;
  }

  .m-sm-n10 {
    margin: -10rem !important;
  }

  .m-sm-n10-5 {
    margin: -10.5rem !important;
  }

  .m-sm-n11 {
    margin: -11rem !important;
  }

  .m-sm-n11-5 {
    margin: -11.5rem !important;
  }

  .m-sm-n12 {
    margin: -12rem !important;
  }

  .m-sm-n12-5 {
    margin: -12.5rem !important;
  }

  .m-sm-n13 {
    margin: -13rem !important;
  }

  .m-sm-n13-5 {
    margin: -13.5rem !important;
  }

  .m-sm-n14 {
    margin: -14rem !important;
  }

  .m-sm-n14-5 {
    margin: -14.5rem !important;
  }

  .m-sm-n15 {
    margin: -15rem !important;
  }

  .m-sm-n15-5 {
    margin: -15.5rem !important;
  }

  .m-sm-n16 {
    margin: -16rem !important;
  }

  .m-sm-n16-5 {
    margin: -16.5rem !important;
  }

  .m-sm-n17 {
    margin: -17rem !important;
  }

  .m-sm-n17-5 {
    margin: -17.5rem !important;
  }

  .m-sm-n18 {
    margin: -18rem !important;
  }

  .m-sm-n18-5 {
    margin: -18.5rem !important;
  }

  .m-sm-n19 {
    margin: -19rem !important;
  }

  .m-sm-n19-5 {
    margin: -19.5rem !important;
  }

  .m-sm-n20 {
    margin: -20rem !important;
  }

  .m-sm-n20-5 {
    margin: -20.5rem !important;
  }

  .mx-sm-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-sm-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-sm-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-sm-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-sm-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-sm-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-sm-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-sm-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-sm-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-sm-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-sm-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-sm-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-sm-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-sm-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-sm-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-sm-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-sm-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-sm-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-sm-n15-5 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-sm-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-sm-n16-5 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }

  .mx-sm-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-sm-n17-5 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }

  .mx-sm-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-sm-n18-5 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }

  .mx-sm-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-sm-n19-5 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }

  .mx-sm-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-sm-n20-5 {
    margin-right: -20.5rem !important;
    margin-left: -20.5rem !important;
  }

  .my-sm-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-sm-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-sm-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-sm-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-sm-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-sm-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-sm-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-sm-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-sm-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-sm-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-sm-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-sm-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-sm-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-sm-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-sm-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-sm-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-sm-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-sm-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-sm-n15-5 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-sm-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-sm-n16-5 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }

  .my-sm-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-sm-n17-5 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }

  .my-sm-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-sm-n18-5 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .my-sm-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-sm-n19-5 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }

  .my-sm-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-sm-n20-5 {
    margin-top: -20.5rem !important;
    margin-bottom: -20.5rem !important;
  }

  .mt-sm-n0-5 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n1 {
    margin-top: -1rem !important;
  }

  .mt-sm-n1-5 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n2 {
    margin-top: -2rem !important;
  }

  .mt-sm-n2-5 {
    margin-top: -2.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -3rem !important;
  }

  .mt-sm-n3-5 {
    margin-top: -3.5rem !important;
  }

  .mt-sm-n4 {
    margin-top: -4rem !important;
  }

  .mt-sm-n4-5 {
    margin-top: -4.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -5rem !important;
  }

  .mt-sm-n5-5 {
    margin-top: -5.5rem !important;
  }

  .mt-sm-n6 {
    margin-top: -6rem !important;
  }

  .mt-sm-n6-5 {
    margin-top: -6.5rem !important;
  }

  .mt-sm-n7 {
    margin-top: -7rem !important;
  }

  .mt-sm-n7-5 {
    margin-top: -7.5rem !important;
  }

  .mt-sm-n8 {
    margin-top: -8rem !important;
  }

  .mt-sm-n8-5 {
    margin-top: -8.5rem !important;
  }

  .mt-sm-n9 {
    margin-top: -9rem !important;
  }

  .mt-sm-n9-5 {
    margin-top: -9.5rem !important;
  }

  .mt-sm-n10 {
    margin-top: -10rem !important;
  }

  .mt-sm-n10-5 {
    margin-top: -10.5rem !important;
  }

  .mt-sm-n11 {
    margin-top: -11rem !important;
  }

  .mt-sm-n11-5 {
    margin-top: -11.5rem !important;
  }

  .mt-sm-n12 {
    margin-top: -12rem !important;
  }

  .mt-sm-n12-5 {
    margin-top: -12.5rem !important;
  }

  .mt-sm-n13 {
    margin-top: -13rem !important;
  }

  .mt-sm-n13-5 {
    margin-top: -13.5rem !important;
  }

  .mt-sm-n14 {
    margin-top: -14rem !important;
  }

  .mt-sm-n14-5 {
    margin-top: -14.5rem !important;
  }

  .mt-sm-n15 {
    margin-top: -15rem !important;
  }

  .mt-sm-n15-5 {
    margin-top: -15.5rem !important;
  }

  .mt-sm-n16 {
    margin-top: -16rem !important;
  }

  .mt-sm-n16-5 {
    margin-top: -16.5rem !important;
  }

  .mt-sm-n17 {
    margin-top: -17rem !important;
  }

  .mt-sm-n17-5 {
    margin-top: -17.5rem !important;
  }

  .mt-sm-n18 {
    margin-top: -18rem !important;
  }

  .mt-sm-n18-5 {
    margin-top: -18.5rem !important;
  }

  .mt-sm-n19 {
    margin-top: -19rem !important;
  }

  .mt-sm-n19-5 {
    margin-top: -19.5rem !important;
  }

  .mt-sm-n20 {
    margin-top: -20rem !important;
  }

  .mt-sm-n20-5 {
    margin-top: -20.5rem !important;
  }

  .me-sm-n0-5 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n1 {
    margin-right: -1rem !important;
  }

  .me-sm-n1-5 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n2 {
    margin-right: -2rem !important;
  }

  .me-sm-n2-5 {
    margin-right: -2.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -3rem !important;
  }

  .me-sm-n3-5 {
    margin-right: -3.5rem !important;
  }

  .me-sm-n4 {
    margin-right: -4rem !important;
  }

  .me-sm-n4-5 {
    margin-right: -4.5rem !important;
  }

  .me-sm-n5 {
    margin-right: -5rem !important;
  }

  .me-sm-n5-5 {
    margin-right: -5.5rem !important;
  }

  .me-sm-n6 {
    margin-right: -6rem !important;
  }

  .me-sm-n6-5 {
    margin-right: -6.5rem !important;
  }

  .me-sm-n7 {
    margin-right: -7rem !important;
  }

  .me-sm-n7-5 {
    margin-right: -7.5rem !important;
  }

  .me-sm-n8 {
    margin-right: -8rem !important;
  }

  .me-sm-n8-5 {
    margin-right: -8.5rem !important;
  }

  .me-sm-n9 {
    margin-right: -9rem !important;
  }

  .me-sm-n9-5 {
    margin-right: -9.5rem !important;
  }

  .me-sm-n10 {
    margin-right: -10rem !important;
  }

  .me-sm-n10-5 {
    margin-right: -10.5rem !important;
  }

  .me-sm-n11 {
    margin-right: -11rem !important;
  }

  .me-sm-n11-5 {
    margin-right: -11.5rem !important;
  }

  .me-sm-n12 {
    margin-right: -12rem !important;
  }

  .me-sm-n12-5 {
    margin-right: -12.5rem !important;
  }

  .me-sm-n13 {
    margin-right: -13rem !important;
  }

  .me-sm-n13-5 {
    margin-right: -13.5rem !important;
  }

  .me-sm-n14 {
    margin-right: -14rem !important;
  }

  .me-sm-n14-5 {
    margin-right: -14.5rem !important;
  }

  .me-sm-n15 {
    margin-right: -15rem !important;
  }

  .me-sm-n15-5 {
    margin-right: -15.5rem !important;
  }

  .me-sm-n16 {
    margin-right: -16rem !important;
  }

  .me-sm-n16-5 {
    margin-right: -16.5rem !important;
  }

  .me-sm-n17 {
    margin-right: -17rem !important;
  }

  .me-sm-n17-5 {
    margin-right: -17.5rem !important;
  }

  .me-sm-n18 {
    margin-right: -18rem !important;
  }

  .me-sm-n18-5 {
    margin-right: -18.5rem !important;
  }

  .me-sm-n19 {
    margin-right: -19rem !important;
  }

  .me-sm-n19-5 {
    margin-right: -19.5rem !important;
  }

  .me-sm-n20 {
    margin-right: -20rem !important;
  }

  .me-sm-n20-5 {
    margin-right: -20.5rem !important;
  }

  .mb-sm-n0-5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n1-5 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-n2-5 {
    margin-bottom: -2.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-n3-5 {
    margin-bottom: -3.5rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -4rem !important;
  }

  .mb-sm-n4-5 {
    margin-bottom: -4.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -5rem !important;
  }

  .mb-sm-n5-5 {
    margin-bottom: -5.5rem !important;
  }

  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n6-5 {
    margin-bottom: -6.5rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-sm-n7-5 {
    margin-bottom: -7.5rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-sm-n8-5 {
    margin-bottom: -8.5rem !important;
  }

  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-sm-n9-5 {
    margin-bottom: -9.5rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-sm-n10-5 {
    margin-bottom: -10.5rem !important;
  }

  .mb-sm-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-sm-n11-5 {
    margin-bottom: -11.5rem !important;
  }

  .mb-sm-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-sm-n12-5 {
    margin-bottom: -12.5rem !important;
  }

  .mb-sm-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-sm-n13-5 {
    margin-bottom: -13.5rem !important;
  }

  .mb-sm-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-sm-n14-5 {
    margin-bottom: -14.5rem !important;
  }

  .mb-sm-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-sm-n15-5 {
    margin-bottom: -15.5rem !important;
  }

  .mb-sm-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-sm-n16-5 {
    margin-bottom: -16.5rem !important;
  }

  .mb-sm-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-sm-n17-5 {
    margin-bottom: -17.5rem !important;
  }

  .mb-sm-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-sm-n18-5 {
    margin-bottom: -18.5rem !important;
  }

  .mb-sm-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-sm-n19-5 {
    margin-bottom: -19.5rem !important;
  }

  .mb-sm-n20 {
    margin-bottom: -20rem !important;
  }

  .mb-sm-n20-5 {
    margin-bottom: -20.5rem !important;
  }

  .ms-sm-n0-5 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n1 {
    margin-left: -1rem !important;
  }

  .ms-sm-n1-5 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n2 {
    margin-left: -2rem !important;
  }

  .ms-sm-n2-5 {
    margin-left: -2.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -3rem !important;
  }

  .ms-sm-n3-5 {
    margin-left: -3.5rem !important;
  }

  .ms-sm-n4 {
    margin-left: -4rem !important;
  }

  .ms-sm-n4-5 {
    margin-left: -4.5rem !important;
  }

  .ms-sm-n5 {
    margin-left: -5rem !important;
  }

  .ms-sm-n5-5 {
    margin-left: -5.5rem !important;
  }

  .ms-sm-n6 {
    margin-left: -6rem !important;
  }

  .ms-sm-n6-5 {
    margin-left: -6.5rem !important;
  }

  .ms-sm-n7 {
    margin-left: -7rem !important;
  }

  .ms-sm-n7-5 {
    margin-left: -7.5rem !important;
  }

  .ms-sm-n8 {
    margin-left: -8rem !important;
  }

  .ms-sm-n8-5 {
    margin-left: -8.5rem !important;
  }

  .ms-sm-n9 {
    margin-left: -9rem !important;
  }

  .ms-sm-n9-5 {
    margin-left: -9.5rem !important;
  }

  .ms-sm-n10 {
    margin-left: -10rem !important;
  }

  .ms-sm-n10-5 {
    margin-left: -10.5rem !important;
  }

  .ms-sm-n11 {
    margin-left: -11rem !important;
  }

  .ms-sm-n11-5 {
    margin-left: -11.5rem !important;
  }

  .ms-sm-n12 {
    margin-left: -12rem !important;
  }

  .ms-sm-n12-5 {
    margin-left: -12.5rem !important;
  }

  .ms-sm-n13 {
    margin-left: -13rem !important;
  }

  .ms-sm-n13-5 {
    margin-left: -13.5rem !important;
  }

  .ms-sm-n14 {
    margin-left: -14rem !important;
  }

  .ms-sm-n14-5 {
    margin-left: -14.5rem !important;
  }

  .ms-sm-n15 {
    margin-left: -15rem !important;
  }

  .ms-sm-n15-5 {
    margin-left: -15.5rem !important;
  }

  .ms-sm-n16 {
    margin-left: -16rem !important;
  }

  .ms-sm-n16-5 {
    margin-left: -16.5rem !important;
  }

  .ms-sm-n17 {
    margin-left: -17rem !important;
  }

  .ms-sm-n17-5 {
    margin-left: -17.5rem !important;
  }

  .ms-sm-n18 {
    margin-left: -18rem !important;
  }

  .ms-sm-n18-5 {
    margin-left: -18.5rem !important;
  }

  .ms-sm-n19 {
    margin-left: -19rem !important;
  }

  .ms-sm-n19-5 {
    margin-left: -19.5rem !important;
  }

  .ms-sm-n20 {
    margin-left: -20rem !important;
  }

  .ms-sm-n20-5 {
    margin-left: -20.5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-0-5 {
    padding: 0.5rem !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .p-sm-1-5 {
    padding: 1.5rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .p-sm-2-5 {
    padding: 2.5rem !important;
  }

  .p-sm-3 {
    padding: 3rem !important;
  }

  .p-sm-3-5 {
    padding: 3.5rem !important;
  }

  .p-sm-4 {
    padding: 4rem !important;
  }

  .p-sm-4-5 {
    padding: 4.5rem !important;
  }

  .p-sm-5 {
    padding: 5rem !important;
  }

  .p-sm-5-5 {
    padding: 5.5rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .p-sm-6-5 {
    padding: 6.5rem !important;
  }

  .p-sm-7 {
    padding: 7rem !important;
  }

  .p-sm-7-5 {
    padding: 7.5rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .p-sm-8-5 {
    padding: 8.5rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .p-sm-9-5 {
    padding: 9.5rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .p-sm-10-5 {
    padding: 10.5rem !important;
  }

  .p-sm-11 {
    padding: 11rem !important;
  }

  .p-sm-11-5 {
    padding: 11.5rem !important;
  }

  .p-sm-12 {
    padding: 12rem !important;
  }

  .p-sm-12-5 {
    padding: 12.5rem !important;
  }

  .p-sm-13 {
    padding: 13rem !important;
  }

  .p-sm-13-5 {
    padding: 13.5rem !important;
  }

  .p-sm-14 {
    padding: 14rem !important;
  }

  .p-sm-14-5 {
    padding: 14.5rem !important;
  }

  .p-sm-15 {
    padding: 15rem !important;
  }

  .p-sm-15-5 {
    padding: 15.5rem !important;
  }

  .p-sm-16 {
    padding: 16rem !important;
  }

  .p-sm-16-5 {
    padding: 16.5rem !important;
  }

  .p-sm-17 {
    padding: 17rem !important;
  }

  .p-sm-17-5 {
    padding: 17.5rem !important;
  }

  .p-sm-18 {
    padding: 18rem !important;
  }

  .p-sm-18-5 {
    padding: 18.5rem !important;
  }

  .p-sm-19 {
    padding: 19rem !important;
  }

  .p-sm-19-5 {
    padding: 19.5rem !important;
  }

  .p-sm-20 {
    padding: 20rem !important;
  }

  .p-sm-20-5 {
    padding: 20.5rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }

  .px-sm-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-sm-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }

  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-sm-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-sm-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }

  .px-sm-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-sm-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }

  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-15-5 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }

  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-sm-16-5 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }

  .px-sm-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-sm-17-5 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }

  .px-sm-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-sm-18-5 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }

  .px-sm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-sm-19-5 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }

  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-sm-20-5 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }

  .py-sm-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-sm-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }

  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-sm-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-sm-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }

  .py-sm-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-sm-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }

  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-15-5 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }

  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-sm-16-5 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }

  .py-sm-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-sm-17-5 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }

  .py-sm-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-sm-18-5 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .py-sm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-sm-19-5 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }

  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-sm-20-5 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-0-5 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-1-5 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-2-5 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 3rem !important;
  }

  .pt-sm-3-5 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 4rem !important;
  }

  .pt-sm-4-5 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 5rem !important;
  }

  .pt-sm-5-5 {
    padding-top: 5.5rem !important;
  }

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-6-5 {
    padding-top: 6.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pt-sm-7-5 {
    padding-top: 7.5rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pt-sm-8-5 {
    padding-top: 8.5rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pt-sm-9-5 {
    padding-top: 9.5rem !important;
  }

  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pt-sm-10-5 {
    padding-top: 10.5rem !important;
  }

  .pt-sm-11 {
    padding-top: 11rem !important;
  }

  .pt-sm-11-5 {
    padding-top: 11.5rem !important;
  }

  .pt-sm-12 {
    padding-top: 12rem !important;
  }

  .pt-sm-12-5 {
    padding-top: 12.5rem !important;
  }

  .pt-sm-13 {
    padding-top: 13rem !important;
  }

  .pt-sm-13-5 {
    padding-top: 13.5rem !important;
  }

  .pt-sm-14 {
    padding-top: 14rem !important;
  }

  .pt-sm-14-5 {
    padding-top: 14.5rem !important;
  }

  .pt-sm-15 {
    padding-top: 15rem !important;
  }

  .pt-sm-15-5 {
    padding-top: 15.5rem !important;
  }

  .pt-sm-16 {
    padding-top: 16rem !important;
  }

  .pt-sm-16-5 {
    padding-top: 16.5rem !important;
  }

  .pt-sm-17 {
    padding-top: 17rem !important;
  }

  .pt-sm-17-5 {
    padding-top: 17.5rem !important;
  }

  .pt-sm-18 {
    padding-top: 18rem !important;
  }

  .pt-sm-18-5 {
    padding-top: 18.5rem !important;
  }

  .pt-sm-19 {
    padding-top: 19rem !important;
  }

  .pt-sm-19-5 {
    padding-top: 19.5rem !important;
  }

  .pt-sm-20 {
    padding-top: 20rem !important;
  }

  .pt-sm-20-5 {
    padding-top: 20.5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-0-5 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-1 {
    padding-right: 1rem !important;
  }

  .pe-sm-1-5 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-2 {
    padding-right: 2rem !important;
  }

  .pe-sm-2-5 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 3rem !important;
  }

  .pe-sm-3-5 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-4 {
    padding-right: 4rem !important;
  }

  .pe-sm-4-5 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 5rem !important;
  }

  .pe-sm-5-5 {
    padding-right: 5.5rem !important;
  }

  .pe-sm-6 {
    padding-right: 6rem !important;
  }

  .pe-sm-6-5 {
    padding-right: 6.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 7rem !important;
  }

  .pe-sm-7-5 {
    padding-right: 7.5rem !important;
  }

  .pe-sm-8 {
    padding-right: 8rem !important;
  }

  .pe-sm-8-5 {
    padding-right: 8.5rem !important;
  }

  .pe-sm-9 {
    padding-right: 9rem !important;
  }

  .pe-sm-9-5 {
    padding-right: 9.5rem !important;
  }

  .pe-sm-10 {
    padding-right: 10rem !important;
  }

  .pe-sm-10-5 {
    padding-right: 10.5rem !important;
  }

  .pe-sm-11 {
    padding-right: 11rem !important;
  }

  .pe-sm-11-5 {
    padding-right: 11.5rem !important;
  }

  .pe-sm-12 {
    padding-right: 12rem !important;
  }

  .pe-sm-12-5 {
    padding-right: 12.5rem !important;
  }

  .pe-sm-13 {
    padding-right: 13rem !important;
  }

  .pe-sm-13-5 {
    padding-right: 13.5rem !important;
  }

  .pe-sm-14 {
    padding-right: 14rem !important;
  }

  .pe-sm-14-5 {
    padding-right: 14.5rem !important;
  }

  .pe-sm-15 {
    padding-right: 15rem !important;
  }

  .pe-sm-15-5 {
    padding-right: 15.5rem !important;
  }

  .pe-sm-16 {
    padding-right: 16rem !important;
  }

  .pe-sm-16-5 {
    padding-right: 16.5rem !important;
  }

  .pe-sm-17 {
    padding-right: 17rem !important;
  }

  .pe-sm-17-5 {
    padding-right: 17.5rem !important;
  }

  .pe-sm-18 {
    padding-right: 18rem !important;
  }

  .pe-sm-18-5 {
    padding-right: 18.5rem !important;
  }

  .pe-sm-19 {
    padding-right: 19rem !important;
  }

  .pe-sm-19-5 {
    padding-right: 19.5rem !important;
  }

  .pe-sm-20 {
    padding-right: 20rem !important;
  }

  .pe-sm-20-5 {
    padding-right: 20.5rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-0-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-1-5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-2-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-3-5 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-4-5 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-5-5 {
    padding-bottom: 5.5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-6-5 {
    padding-bottom: 6.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-7-5 {
    padding-bottom: 7.5rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-8-5 {
    padding-bottom: 8.5rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-9-5 {
    padding-bottom: 9.5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-10-5 {
    padding-bottom: 10.5rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }

  .pb-sm-11-5 {
    padding-bottom: 11.5rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-12-5 {
    padding-bottom: 12.5rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }

  .pb-sm-13-5 {
    padding-bottom: 13.5rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }

  .pb-sm-14-5 {
    padding-bottom: 14.5rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-15-5 {
    padding-bottom: 15.5rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }

  .pb-sm-16-5 {
    padding-bottom: 16.5rem !important;
  }

  .pb-sm-17 {
    padding-bottom: 17rem !important;
  }

  .pb-sm-17-5 {
    padding-bottom: 17.5rem !important;
  }

  .pb-sm-18 {
    padding-bottom: 18rem !important;
  }

  .pb-sm-18-5 {
    padding-bottom: 18.5rem !important;
  }

  .pb-sm-19 {
    padding-bottom: 19rem !important;
  }

  .pb-sm-19-5 {
    padding-bottom: 19.5rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }

  .pb-sm-20-5 {
    padding-bottom: 20.5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-0-5 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-1 {
    padding-left: 1rem !important;
  }

  .ps-sm-1-5 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-2 {
    padding-left: 2rem !important;
  }

  .ps-sm-2-5 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 3rem !important;
  }

  .ps-sm-3-5 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-4 {
    padding-left: 4rem !important;
  }

  .ps-sm-4-5 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 5rem !important;
  }

  .ps-sm-5-5 {
    padding-left: 5.5rem !important;
  }

  .ps-sm-6 {
    padding-left: 6rem !important;
  }

  .ps-sm-6-5 {
    padding-left: 6.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 7rem !important;
  }

  .ps-sm-7-5 {
    padding-left: 7.5rem !important;
  }

  .ps-sm-8 {
    padding-left: 8rem !important;
  }

  .ps-sm-8-5 {
    padding-left: 8.5rem !important;
  }

  .ps-sm-9 {
    padding-left: 9rem !important;
  }

  .ps-sm-9-5 {
    padding-left: 9.5rem !important;
  }

  .ps-sm-10 {
    padding-left: 10rem !important;
  }

  .ps-sm-10-5 {
    padding-left: 10.5rem !important;
  }

  .ps-sm-11 {
    padding-left: 11rem !important;
  }

  .ps-sm-11-5 {
    padding-left: 11.5rem !important;
  }

  .ps-sm-12 {
    padding-left: 12rem !important;
  }

  .ps-sm-12-5 {
    padding-left: 12.5rem !important;
  }

  .ps-sm-13 {
    padding-left: 13rem !important;
  }

  .ps-sm-13-5 {
    padding-left: 13.5rem !important;
  }

  .ps-sm-14 {
    padding-left: 14rem !important;
  }

  .ps-sm-14-5 {
    padding-left: 14.5rem !important;
  }

  .ps-sm-15 {
    padding-left: 15rem !important;
  }

  .ps-sm-15-5 {
    padding-left: 15.5rem !important;
  }

  .ps-sm-16 {
    padding-left: 16rem !important;
  }

  .ps-sm-16-5 {
    padding-left: 16.5rem !important;
  }

  .ps-sm-17 {
    padding-left: 17rem !important;
  }

  .ps-sm-17-5 {
    padding-left: 17.5rem !important;
  }

  .ps-sm-18 {
    padding-left: 18rem !important;
  }

  .ps-sm-18-5 {
    padding-left: 18.5rem !important;
  }

  .ps-sm-19 {
    padding-left: 19rem !important;
  }

  .ps-sm-19-5 {
    padding-left: 19.5rem !important;
  }

  .ps-sm-20 {
    padding-left: 20rem !important;
  }

  .ps-sm-20-5 {
    padding-left: 20.5rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-0-5 {
    gap: 0.5rem !important;
  }

  .gap-md-1 {
    gap: 1rem !important;
  }

  .gap-md-1-5 {
    gap: 1.5rem !important;
  }

  .gap-md-2 {
    gap: 2rem !important;
  }

  .gap-md-2-5 {
    gap: 2.5rem !important;
  }

  .gap-md-3 {
    gap: 3rem !important;
  }

  .gap-md-3-5 {
    gap: 3.5rem !important;
  }

  .gap-md-4 {
    gap: 4rem !important;
  }

  .gap-md-4-5 {
    gap: 4.5rem !important;
  }

  .gap-md-5 {
    gap: 5rem !important;
  }

  .gap-md-5-5 {
    gap: 5.5rem !important;
  }

  .gap-md-6 {
    gap: 6rem !important;
  }

  .gap-md-6-5 {
    gap: 6.5rem !important;
  }

  .gap-md-7 {
    gap: 7rem !important;
  }

  .gap-md-7-5 {
    gap: 7.5rem !important;
  }

  .gap-md-8 {
    gap: 8rem !important;
  }

  .gap-md-8-5 {
    gap: 8.5rem !important;
  }

  .gap-md-9 {
    gap: 9rem !important;
  }

  .gap-md-9-5 {
    gap: 9.5rem !important;
  }

  .gap-md-10 {
    gap: 10rem !important;
  }

  .gap-md-10-5 {
    gap: 10.5rem !important;
  }

  .gap-md-11 {
    gap: 11rem !important;
  }

  .gap-md-11-5 {
    gap: 11.5rem !important;
  }

  .gap-md-12 {
    gap: 12rem !important;
  }

  .gap-md-12-5 {
    gap: 12.5rem !important;
  }

  .gap-md-13 {
    gap: 13rem !important;
  }

  .gap-md-13-5 {
    gap: 13.5rem !important;
  }

  .gap-md-14 {
    gap: 14rem !important;
  }

  .gap-md-14-5 {
    gap: 14.5rem !important;
  }

  .gap-md-15 {
    gap: 15rem !important;
  }

  .gap-md-15-5 {
    gap: 15.5rem !important;
  }

  .gap-md-16 {
    gap: 16rem !important;
  }

  .gap-md-16-5 {
    gap: 16.5rem !important;
  }

  .gap-md-17 {
    gap: 17rem !important;
  }

  .gap-md-17-5 {
    gap: 17.5rem !important;
  }

  .gap-md-18 {
    gap: 18rem !important;
  }

  .gap-md-18-5 {
    gap: 18.5rem !important;
  }

  .gap-md-19 {
    gap: 19rem !important;
  }

  .gap-md-19-5 {
    gap: 19.5rem !important;
  }

  .gap-md-20 {
    gap: 20rem !important;
  }

  .gap-md-20-5 {
    gap: 20.5rem !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-0-5 {
    margin: 0.5rem !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .m-md-1-5 {
    margin: 1.5rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .m-md-2-5 {
    margin: 2.5rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .m-md-3-5 {
    margin: 3.5rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .m-md-4-5 {
    margin: 4.5rem !important;
  }

  .m-md-5 {
    margin: 5rem !important;
  }

  .m-md-5-5 {
    margin: 5.5rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .m-md-6-5 {
    margin: 6.5rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .m-md-7-5 {
    margin: 7.5rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .m-md-8-5 {
    margin: 8.5rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .m-md-9-5 {
    margin: 9.5rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .m-md-10-5 {
    margin: 10.5rem !important;
  }

  .m-md-11 {
    margin: 11rem !important;
  }

  .m-md-11-5 {
    margin: 11.5rem !important;
  }

  .m-md-12 {
    margin: 12rem !important;
  }

  .m-md-12-5 {
    margin: 12.5rem !important;
  }

  .m-md-13 {
    margin: 13rem !important;
  }

  .m-md-13-5 {
    margin: 13.5rem !important;
  }

  .m-md-14 {
    margin: 14rem !important;
  }

  .m-md-14-5 {
    margin: 14.5rem !important;
  }

  .m-md-15 {
    margin: 15rem !important;
  }

  .m-md-15-5 {
    margin: 15.5rem !important;
  }

  .m-md-16 {
    margin: 16rem !important;
  }

  .m-md-16-5 {
    margin: 16.5rem !important;
  }

  .m-md-17 {
    margin: 17rem !important;
  }

  .m-md-17-5 {
    margin: 17.5rem !important;
  }

  .m-md-18 {
    margin: 18rem !important;
  }

  .m-md-18-5 {
    margin: 18.5rem !important;
  }

  .m-md-19 {
    margin: 19rem !important;
  }

  .m-md-19-5 {
    margin: 19.5rem !important;
  }

  .m-md-20 {
    margin: 20rem !important;
  }

  .m-md-20-5 {
    margin: 20.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }

  .mx-md-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-md-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }

  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-md-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-md-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }

  .mx-md-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-md-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }

  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-15-5 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }

  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-md-16-5 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }

  .mx-md-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-md-17-5 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }

  .mx-md-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-md-18-5 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }

  .mx-md-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-md-19-5 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }

  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-md-20-5 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !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-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }

  .my-md-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-md-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }

  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-md-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }

  .my-md-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-md-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }

  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-15-5 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }

  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-md-16-5 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }

  .my-md-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-md-17-5 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }

  .my-md-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-md-18-5 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-md-19-5 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }

  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-md-20-5 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-0-5 {
    margin-top: 0.5rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-1-5 {
    margin-top: 1.5rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-2-5 {
    margin-top: 2.5rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-3-5 {
    margin-top: 3.5rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-4-5 {
    margin-top: 4.5rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mt-md-5-5 {
    margin-top: 5.5rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-6-5 {
    margin-top: 6.5rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-7-5 {
    margin-top: 7.5rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-8-5 {
    margin-top: 8.5rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-9-5 {
    margin-top: 9.5rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-10-5 {
    margin-top: 10.5rem !important;
  }

  .mt-md-11 {
    margin-top: 11rem !important;
  }

  .mt-md-11-5 {
    margin-top: 11.5rem !important;
  }

  .mt-md-12 {
    margin-top: 12rem !important;
  }

  .mt-md-12-5 {
    margin-top: 12.5rem !important;
  }

  .mt-md-13 {
    margin-top: 13rem !important;
  }

  .mt-md-13-5 {
    margin-top: 13.5rem !important;
  }

  .mt-md-14 {
    margin-top: 14rem !important;
  }

  .mt-md-14-5 {
    margin-top: 14.5rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  .mt-md-15-5 {
    margin-top: 15.5rem !important;
  }

  .mt-md-16 {
    margin-top: 16rem !important;
  }

  .mt-md-16-5 {
    margin-top: 16.5rem !important;
  }

  .mt-md-17 {
    margin-top: 17rem !important;
  }

  .mt-md-17-5 {
    margin-top: 17.5rem !important;
  }

  .mt-md-18 {
    margin-top: 18rem !important;
  }

  .mt-md-18-5 {
    margin-top: 18.5rem !important;
  }

  .mt-md-19 {
    margin-top: 19rem !important;
  }

  .mt-md-19-5 {
    margin-top: 19.5rem !important;
  }

  .mt-md-20 {
    margin-top: 20rem !important;
  }

  .mt-md-20-5 {
    margin-top: 20.5rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-0-5 {
    margin-right: 0.5rem !important;
  }

  .me-md-1 {
    margin-right: 1rem !important;
  }

  .me-md-1-5 {
    margin-right: 1.5rem !important;
  }

  .me-md-2 {
    margin-right: 2rem !important;
  }

  .me-md-2-5 {
    margin-right: 2.5rem !important;
  }

  .me-md-3 {
    margin-right: 3rem !important;
  }

  .me-md-3-5 {
    margin-right: 3.5rem !important;
  }

  .me-md-4 {
    margin-right: 4rem !important;
  }

  .me-md-4-5 {
    margin-right: 4.5rem !important;
  }

  .me-md-5 {
    margin-right: 5rem !important;
  }

  .me-md-5-5 {
    margin-right: 5.5rem !important;
  }

  .me-md-6 {
    margin-right: 6rem !important;
  }

  .me-md-6-5 {
    margin-right: 6.5rem !important;
  }

  .me-md-7 {
    margin-right: 7rem !important;
  }

  .me-md-7-5 {
    margin-right: 7.5rem !important;
  }

  .me-md-8 {
    margin-right: 8rem !important;
  }

  .me-md-8-5 {
    margin-right: 8.5rem !important;
  }

  .me-md-9 {
    margin-right: 9rem !important;
  }

  .me-md-9-5 {
    margin-right: 9.5rem !important;
  }

  .me-md-10 {
    margin-right: 10rem !important;
  }

  .me-md-10-5 {
    margin-right: 10.5rem !important;
  }

  .me-md-11 {
    margin-right: 11rem !important;
  }

  .me-md-11-5 {
    margin-right: 11.5rem !important;
  }

  .me-md-12 {
    margin-right: 12rem !important;
  }

  .me-md-12-5 {
    margin-right: 12.5rem !important;
  }

  .me-md-13 {
    margin-right: 13rem !important;
  }

  .me-md-13-5 {
    margin-right: 13.5rem !important;
  }

  .me-md-14 {
    margin-right: 14rem !important;
  }

  .me-md-14-5 {
    margin-right: 14.5rem !important;
  }

  .me-md-15 {
    margin-right: 15rem !important;
  }

  .me-md-15-5 {
    margin-right: 15.5rem !important;
  }

  .me-md-16 {
    margin-right: 16rem !important;
  }

  .me-md-16-5 {
    margin-right: 16.5rem !important;
  }

  .me-md-17 {
    margin-right: 17rem !important;
  }

  .me-md-17-5 {
    margin-right: 17.5rem !important;
  }

  .me-md-18 {
    margin-right: 18rem !important;
  }

  .me-md-18-5 {
    margin-right: 18.5rem !important;
  }

  .me-md-19 {
    margin-right: 19rem !important;
  }

  .me-md-19-5 {
    margin-right: 19.5rem !important;
  }

  .me-md-20 {
    margin-right: 20rem !important;
  }

  .me-md-20-5 {
    margin-right: 20.5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-0-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-1-5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-2-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-3-5 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-4-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mb-md-5-5 {
    margin-bottom: 5.5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-6-5 {
    margin-bottom: 6.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-7-5 {
    margin-bottom: 7.5rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-8-5 {
    margin-bottom: 8.5rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-9-5 {
    margin-bottom: 9.5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-10-5 {
    margin-bottom: 10.5rem !important;
  }

  .mb-md-11 {
    margin-bottom: 11rem !important;
  }

  .mb-md-11-5 {
    margin-bottom: 11.5rem !important;
  }

  .mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .mb-md-12-5 {
    margin-bottom: 12.5rem !important;
  }

  .mb-md-13 {
    margin-bottom: 13rem !important;
  }

  .mb-md-13-5 {
    margin-bottom: 13.5rem !important;
  }

  .mb-md-14 {
    margin-bottom: 14rem !important;
  }

  .mb-md-14-5 {
    margin-bottom: 14.5rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .mb-md-15-5 {
    margin-bottom: 15.5rem !important;
  }

  .mb-md-16 {
    margin-bottom: 16rem !important;
  }

  .mb-md-16-5 {
    margin-bottom: 16.5rem !important;
  }

  .mb-md-17 {
    margin-bottom: 17rem !important;
  }

  .mb-md-17-5 {
    margin-bottom: 17.5rem !important;
  }

  .mb-md-18 {
    margin-bottom: 18rem !important;
  }

  .mb-md-18-5 {
    margin-bottom: 18.5rem !important;
  }

  .mb-md-19 {
    margin-bottom: 19rem !important;
  }

  .mb-md-19-5 {
    margin-bottom: 19.5rem !important;
  }

  .mb-md-20 {
    margin-bottom: 20rem !important;
  }

  .mb-md-20-5 {
    margin-bottom: 20.5rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-0-5 {
    margin-left: 0.5rem !important;
  }

  .ms-md-1 {
    margin-left: 1rem !important;
  }

  .ms-md-1-5 {
    margin-left: 1.5rem !important;
  }

  .ms-md-2 {
    margin-left: 2rem !important;
  }

  .ms-md-2-5 {
    margin-left: 2.5rem !important;
  }

  .ms-md-3 {
    margin-left: 3rem !important;
  }

  .ms-md-3-5 {
    margin-left: 3.5rem !important;
  }

  .ms-md-4 {
    margin-left: 4rem !important;
  }

  .ms-md-4-5 {
    margin-left: 4.5rem !important;
  }

  .ms-md-5 {
    margin-left: 5rem !important;
  }

  .ms-md-5-5 {
    margin-left: 5.5rem !important;
  }

  .ms-md-6 {
    margin-left: 6rem !important;
  }

  .ms-md-6-5 {
    margin-left: 6.5rem !important;
  }

  .ms-md-7 {
    margin-left: 7rem !important;
  }

  .ms-md-7-5 {
    margin-left: 7.5rem !important;
  }

  .ms-md-8 {
    margin-left: 8rem !important;
  }

  .ms-md-8-5 {
    margin-left: 8.5rem !important;
  }

  .ms-md-9 {
    margin-left: 9rem !important;
  }

  .ms-md-9-5 {
    margin-left: 9.5rem !important;
  }

  .ms-md-10 {
    margin-left: 10rem !important;
  }

  .ms-md-10-5 {
    margin-left: 10.5rem !important;
  }

  .ms-md-11 {
    margin-left: 11rem !important;
  }

  .ms-md-11-5 {
    margin-left: 11.5rem !important;
  }

  .ms-md-12 {
    margin-left: 12rem !important;
  }

  .ms-md-12-5 {
    margin-left: 12.5rem !important;
  }

  .ms-md-13 {
    margin-left: 13rem !important;
  }

  .ms-md-13-5 {
    margin-left: 13.5rem !important;
  }

  .ms-md-14 {
    margin-left: 14rem !important;
  }

  .ms-md-14-5 {
    margin-left: 14.5rem !important;
  }

  .ms-md-15 {
    margin-left: 15rem !important;
  }

  .ms-md-15-5 {
    margin-left: 15.5rem !important;
  }

  .ms-md-16 {
    margin-left: 16rem !important;
  }

  .ms-md-16-5 {
    margin-left: 16.5rem !important;
  }

  .ms-md-17 {
    margin-left: 17rem !important;
  }

  .ms-md-17-5 {
    margin-left: 17.5rem !important;
  }

  .ms-md-18 {
    margin-left: 18rem !important;
  }

  .ms-md-18-5 {
    margin-left: 18.5rem !important;
  }

  .ms-md-19 {
    margin-left: 19rem !important;
  }

  .ms-md-19-5 {
    margin-left: 19.5rem !important;
  }

  .ms-md-20 {
    margin-left: 20rem !important;
  }

  .ms-md-20-5 {
    margin-left: 20.5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n0-5 {
    margin: -0.5rem !important;
  }

  .m-md-n1 {
    margin: -1rem !important;
  }

  .m-md-n1-5 {
    margin: -1.5rem !important;
  }

  .m-md-n2 {
    margin: -2rem !important;
  }

  .m-md-n2-5 {
    margin: -2.5rem !important;
  }

  .m-md-n3 {
    margin: -3rem !important;
  }

  .m-md-n3-5 {
    margin: -3.5rem !important;
  }

  .m-md-n4 {
    margin: -4rem !important;
  }

  .m-md-n4-5 {
    margin: -4.5rem !important;
  }

  .m-md-n5 {
    margin: -5rem !important;
  }

  .m-md-n5-5 {
    margin: -5.5rem !important;
  }

  .m-md-n6 {
    margin: -6rem !important;
  }

  .m-md-n6-5 {
    margin: -6.5rem !important;
  }

  .m-md-n7 {
    margin: -7rem !important;
  }

  .m-md-n7-5 {
    margin: -7.5rem !important;
  }

  .m-md-n8 {
    margin: -8rem !important;
  }

  .m-md-n8-5 {
    margin: -8.5rem !important;
  }

  .m-md-n9 {
    margin: -9rem !important;
  }

  .m-md-n9-5 {
    margin: -9.5rem !important;
  }

  .m-md-n10 {
    margin: -10rem !important;
  }

  .m-md-n10-5 {
    margin: -10.5rem !important;
  }

  .m-md-n11 {
    margin: -11rem !important;
  }

  .m-md-n11-5 {
    margin: -11.5rem !important;
  }

  .m-md-n12 {
    margin: -12rem !important;
  }

  .m-md-n12-5 {
    margin: -12.5rem !important;
  }

  .m-md-n13 {
    margin: -13rem !important;
  }

  .m-md-n13-5 {
    margin: -13.5rem !important;
  }

  .m-md-n14 {
    margin: -14rem !important;
  }

  .m-md-n14-5 {
    margin: -14.5rem !important;
  }

  .m-md-n15 {
    margin: -15rem !important;
  }

  .m-md-n15-5 {
    margin: -15.5rem !important;
  }

  .m-md-n16 {
    margin: -16rem !important;
  }

  .m-md-n16-5 {
    margin: -16.5rem !important;
  }

  .m-md-n17 {
    margin: -17rem !important;
  }

  .m-md-n17-5 {
    margin: -17.5rem !important;
  }

  .m-md-n18 {
    margin: -18rem !important;
  }

  .m-md-n18-5 {
    margin: -18.5rem !important;
  }

  .m-md-n19 {
    margin: -19rem !important;
  }

  .m-md-n19-5 {
    margin: -19.5rem !important;
  }

  .m-md-n20 {
    margin: -20rem !important;
  }

  .m-md-n20-5 {
    margin: -20.5rem !important;
  }

  .mx-md-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-md-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-md-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-md-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-md-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-md-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-md-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-md-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-md-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-md-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-md-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-md-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-md-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-md-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-md-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-md-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-md-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-md-n15-5 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-md-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-md-n16-5 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }

  .mx-md-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-md-n17-5 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }

  .mx-md-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-md-n18-5 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }

  .mx-md-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-md-n19-5 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }

  .mx-md-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-md-n20-5 {
    margin-right: -20.5rem !important;
    margin-left: -20.5rem !important;
  }

  .my-md-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-md-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-md-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-md-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-md-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-md-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-md-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-md-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-md-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-md-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-md-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-md-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-md-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-md-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-md-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-md-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-md-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-md-n15-5 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-md-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-md-n16-5 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }

  .my-md-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-md-n17-5 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }

  .my-md-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-md-n18-5 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .my-md-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-md-n19-5 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }

  .my-md-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-md-n20-5 {
    margin-top: -20.5rem !important;
    margin-bottom: -20.5rem !important;
  }

  .mt-md-n0-5 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n1 {
    margin-top: -1rem !important;
  }

  .mt-md-n1-5 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n2 {
    margin-top: -2rem !important;
  }

  .mt-md-n2-5 {
    margin-top: -2.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -3rem !important;
  }

  .mt-md-n3-5 {
    margin-top: -3.5rem !important;
  }

  .mt-md-n4 {
    margin-top: -4rem !important;
  }

  .mt-md-n4-5 {
    margin-top: -4.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -5rem !important;
  }

  .mt-md-n5-5 {
    margin-top: -5.5rem !important;
  }

  .mt-md-n6 {
    margin-top: -6rem !important;
  }

  .mt-md-n6-5 {
    margin-top: -6.5rem !important;
  }

  .mt-md-n7 {
    margin-top: -7rem !important;
  }

  .mt-md-n7-5 {
    margin-top: -7.5rem !important;
  }

  .mt-md-n8 {
    margin-top: -8rem !important;
  }

  .mt-md-n8-5 {
    margin-top: -8.5rem !important;
  }

  .mt-md-n9 {
    margin-top: -9rem !important;
  }

  .mt-md-n9-5 {
    margin-top: -9.5rem !important;
  }

  .mt-md-n10 {
    margin-top: -10rem !important;
  }

  .mt-md-n10-5 {
    margin-top: -10.5rem !important;
  }

  .mt-md-n11 {
    margin-top: -11rem !important;
  }

  .mt-md-n11-5 {
    margin-top: -11.5rem !important;
  }

  .mt-md-n12 {
    margin-top: -12rem !important;
  }

  .mt-md-n12-5 {
    margin-top: -12.5rem !important;
  }

  .mt-md-n13 {
    margin-top: -13rem !important;
  }

  .mt-md-n13-5 {
    margin-top: -13.5rem !important;
  }

  .mt-md-n14 {
    margin-top: -14rem !important;
  }

  .mt-md-n14-5 {
    margin-top: -14.5rem !important;
  }

  .mt-md-n15 {
    margin-top: -15rem !important;
  }

  .mt-md-n15-5 {
    margin-top: -15.5rem !important;
  }

  .mt-md-n16 {
    margin-top: -16rem !important;
  }

  .mt-md-n16-5 {
    margin-top: -16.5rem !important;
  }

  .mt-md-n17 {
    margin-top: -17rem !important;
  }

  .mt-md-n17-5 {
    margin-top: -17.5rem !important;
  }

  .mt-md-n18 {
    margin-top: -18rem !important;
  }

  .mt-md-n18-5 {
    margin-top: -18.5rem !important;
  }

  .mt-md-n19 {
    margin-top: -19rem !important;
  }

  .mt-md-n19-5 {
    margin-top: -19.5rem !important;
  }

  .mt-md-n20 {
    margin-top: -20rem !important;
  }

  .mt-md-n20-5 {
    margin-top: -20.5rem !important;
  }

  .me-md-n0-5 {
    margin-right: -0.5rem !important;
  }

  .me-md-n1 {
    margin-right: -1rem !important;
  }

  .me-md-n1-5 {
    margin-right: -1.5rem !important;
  }

  .me-md-n2 {
    margin-right: -2rem !important;
  }

  .me-md-n2-5 {
    margin-right: -2.5rem !important;
  }

  .me-md-n3 {
    margin-right: -3rem !important;
  }

  .me-md-n3-5 {
    margin-right: -3.5rem !important;
  }

  .me-md-n4 {
    margin-right: -4rem !important;
  }

  .me-md-n4-5 {
    margin-right: -4.5rem !important;
  }

  .me-md-n5 {
    margin-right: -5rem !important;
  }

  .me-md-n5-5 {
    margin-right: -5.5rem !important;
  }

  .me-md-n6 {
    margin-right: -6rem !important;
  }

  .me-md-n6-5 {
    margin-right: -6.5rem !important;
  }

  .me-md-n7 {
    margin-right: -7rem !important;
  }

  .me-md-n7-5 {
    margin-right: -7.5rem !important;
  }

  .me-md-n8 {
    margin-right: -8rem !important;
  }

  .me-md-n8-5 {
    margin-right: -8.5rem !important;
  }

  .me-md-n9 {
    margin-right: -9rem !important;
  }

  .me-md-n9-5 {
    margin-right: -9.5rem !important;
  }

  .me-md-n10 {
    margin-right: -10rem !important;
  }

  .me-md-n10-5 {
    margin-right: -10.5rem !important;
  }

  .me-md-n11 {
    margin-right: -11rem !important;
  }

  .me-md-n11-5 {
    margin-right: -11.5rem !important;
  }

  .me-md-n12 {
    margin-right: -12rem !important;
  }

  .me-md-n12-5 {
    margin-right: -12.5rem !important;
  }

  .me-md-n13 {
    margin-right: -13rem !important;
  }

  .me-md-n13-5 {
    margin-right: -13.5rem !important;
  }

  .me-md-n14 {
    margin-right: -14rem !important;
  }

  .me-md-n14-5 {
    margin-right: -14.5rem !important;
  }

  .me-md-n15 {
    margin-right: -15rem !important;
  }

  .me-md-n15-5 {
    margin-right: -15.5rem !important;
  }

  .me-md-n16 {
    margin-right: -16rem !important;
  }

  .me-md-n16-5 {
    margin-right: -16.5rem !important;
  }

  .me-md-n17 {
    margin-right: -17rem !important;
  }

  .me-md-n17-5 {
    margin-right: -17.5rem !important;
  }

  .me-md-n18 {
    margin-right: -18rem !important;
  }

  .me-md-n18-5 {
    margin-right: -18.5rem !important;
  }

  .me-md-n19 {
    margin-right: -19rem !important;
  }

  .me-md-n19-5 {
    margin-right: -19.5rem !important;
  }

  .me-md-n20 {
    margin-right: -20rem !important;
  }

  .me-md-n20-5 {
    margin-right: -20.5rem !important;
  }

  .mb-md-n0-5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n1-5 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-md-n2-5 {
    margin-bottom: -2.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n3-5 {
    margin-bottom: -3.5rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }

  .mb-md-n4-5 {
    margin-bottom: -4.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }

  .mb-md-n5-5 {
    margin-bottom: -5.5rem !important;
  }

  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n6-5 {
    margin-bottom: -6.5rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-md-n7-5 {
    margin-bottom: -7.5rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-md-n8-5 {
    margin-bottom: -8.5rem !important;
  }

  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-md-n9-5 {
    margin-bottom: -9.5rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-md-n10-5 {
    margin-bottom: -10.5rem !important;
  }

  .mb-md-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-md-n11-5 {
    margin-bottom: -11.5rem !important;
  }

  .mb-md-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-md-n12-5 {
    margin-bottom: -12.5rem !important;
  }

  .mb-md-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-md-n13-5 {
    margin-bottom: -13.5rem !important;
  }

  .mb-md-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-md-n14-5 {
    margin-bottom: -14.5rem !important;
  }

  .mb-md-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-md-n15-5 {
    margin-bottom: -15.5rem !important;
  }

  .mb-md-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-md-n16-5 {
    margin-bottom: -16.5rem !important;
  }

  .mb-md-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-md-n17-5 {
    margin-bottom: -17.5rem !important;
  }

  .mb-md-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-md-n18-5 {
    margin-bottom: -18.5rem !important;
  }

  .mb-md-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-md-n19-5 {
    margin-bottom: -19.5rem !important;
  }

  .mb-md-n20 {
    margin-bottom: -20rem !important;
  }

  .mb-md-n20-5 {
    margin-bottom: -20.5rem !important;
  }

  .ms-md-n0-5 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n1 {
    margin-left: -1rem !important;
  }

  .ms-md-n1-5 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n2 {
    margin-left: -2rem !important;
  }

  .ms-md-n2-5 {
    margin-left: -2.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -3rem !important;
  }

  .ms-md-n3-5 {
    margin-left: -3.5rem !important;
  }

  .ms-md-n4 {
    margin-left: -4rem !important;
  }

  .ms-md-n4-5 {
    margin-left: -4.5rem !important;
  }

  .ms-md-n5 {
    margin-left: -5rem !important;
  }

  .ms-md-n5-5 {
    margin-left: -5.5rem !important;
  }

  .ms-md-n6 {
    margin-left: -6rem !important;
  }

  .ms-md-n6-5 {
    margin-left: -6.5rem !important;
  }

  .ms-md-n7 {
    margin-left: -7rem !important;
  }

  .ms-md-n7-5 {
    margin-left: -7.5rem !important;
  }

  .ms-md-n8 {
    margin-left: -8rem !important;
  }

  .ms-md-n8-5 {
    margin-left: -8.5rem !important;
  }

  .ms-md-n9 {
    margin-left: -9rem !important;
  }

  .ms-md-n9-5 {
    margin-left: -9.5rem !important;
  }

  .ms-md-n10 {
    margin-left: -10rem !important;
  }

  .ms-md-n10-5 {
    margin-left: -10.5rem !important;
  }

  .ms-md-n11 {
    margin-left: -11rem !important;
  }

  .ms-md-n11-5 {
    margin-left: -11.5rem !important;
  }

  .ms-md-n12 {
    margin-left: -12rem !important;
  }

  .ms-md-n12-5 {
    margin-left: -12.5rem !important;
  }

  .ms-md-n13 {
    margin-left: -13rem !important;
  }

  .ms-md-n13-5 {
    margin-left: -13.5rem !important;
  }

  .ms-md-n14 {
    margin-left: -14rem !important;
  }

  .ms-md-n14-5 {
    margin-left: -14.5rem !important;
  }

  .ms-md-n15 {
    margin-left: -15rem !important;
  }

  .ms-md-n15-5 {
    margin-left: -15.5rem !important;
  }

  .ms-md-n16 {
    margin-left: -16rem !important;
  }

  .ms-md-n16-5 {
    margin-left: -16.5rem !important;
  }

  .ms-md-n17 {
    margin-left: -17rem !important;
  }

  .ms-md-n17-5 {
    margin-left: -17.5rem !important;
  }

  .ms-md-n18 {
    margin-left: -18rem !important;
  }

  .ms-md-n18-5 {
    margin-left: -18.5rem !important;
  }

  .ms-md-n19 {
    margin-left: -19rem !important;
  }

  .ms-md-n19-5 {
    margin-left: -19.5rem !important;
  }

  .ms-md-n20 {
    margin-left: -20rem !important;
  }

  .ms-md-n20-5 {
    margin-left: -20.5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-0-5 {
    padding: 0.5rem !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .p-md-1-5 {
    padding: 1.5rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .p-md-2-5 {
    padding: 2.5rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .p-md-3-5 {
    padding: 3.5rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .p-md-4-5 {
    padding: 4.5rem !important;
  }

  .p-md-5 {
    padding: 5rem !important;
  }

  .p-md-5-5 {
    padding: 5.5rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .p-md-6-5 {
    padding: 6.5rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .p-md-7-5 {
    padding: 7.5rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .p-md-8-5 {
    padding: 8.5rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .p-md-9-5 {
    padding: 9.5rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .p-md-10-5 {
    padding: 10.5rem !important;
  }

  .p-md-11 {
    padding: 11rem !important;
  }

  .p-md-11-5 {
    padding: 11.5rem !important;
  }

  .p-md-12 {
    padding: 12rem !important;
  }

  .p-md-12-5 {
    padding: 12.5rem !important;
  }

  .p-md-13 {
    padding: 13rem !important;
  }

  .p-md-13-5 {
    padding: 13.5rem !important;
  }

  .p-md-14 {
    padding: 14rem !important;
  }

  .p-md-14-5 {
    padding: 14.5rem !important;
  }

  .p-md-15 {
    padding: 15rem !important;
  }

  .p-md-15-5 {
    padding: 15.5rem !important;
  }

  .p-md-16 {
    padding: 16rem !important;
  }

  .p-md-16-5 {
    padding: 16.5rem !important;
  }

  .p-md-17 {
    padding: 17rem !important;
  }

  .p-md-17-5 {
    padding: 17.5rem !important;
  }

  .p-md-18 {
    padding: 18rem !important;
  }

  .p-md-18-5 {
    padding: 18.5rem !important;
  }

  .p-md-19 {
    padding: 19rem !important;
  }

  .p-md-19-5 {
    padding: 19.5rem !important;
  }

  .p-md-20 {
    padding: 20rem !important;
  }

  .p-md-20-5 {
    padding: 20.5rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }

  .px-md-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-md-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }

  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-md-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-md-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }

  .px-md-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-md-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }

  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-15-5 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }

  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-md-16-5 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }

  .px-md-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-md-17-5 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }

  .px-md-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-md-18-5 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }

  .px-md-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-md-19-5 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }

  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-md-20-5 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }

  .py-md-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-md-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }

  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-md-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }

  .py-md-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-md-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }

  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-15-5 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }

  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-md-16-5 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }

  .py-md-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-md-17-5 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }

  .py-md-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-md-18-5 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-md-19-5 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }

  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-md-20-5 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-0-5 {
    padding-top: 0.5rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-1-5 {
    padding-top: 1.5rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-2-5 {
    padding-top: 2.5rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-3-5 {
    padding-top: 3.5rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-4-5 {
    padding-top: 4.5rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pt-md-5-5 {
    padding-top: 5.5rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-6-5 {
    padding-top: 6.5rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-7-5 {
    padding-top: 7.5rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-8-5 {
    padding-top: 8.5rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-9-5 {
    padding-top: 9.5rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-10-5 {
    padding-top: 10.5rem !important;
  }

  .pt-md-11 {
    padding-top: 11rem !important;
  }

  .pt-md-11-5 {
    padding-top: 11.5rem !important;
  }

  .pt-md-12 {
    padding-top: 12rem !important;
  }

  .pt-md-12-5 {
    padding-top: 12.5rem !important;
  }

  .pt-md-13 {
    padding-top: 13rem !important;
  }

  .pt-md-13-5 {
    padding-top: 13.5rem !important;
  }

  .pt-md-14 {
    padding-top: 14rem !important;
  }

  .pt-md-14-5 {
    padding-top: 14.5rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pt-md-15-5 {
    padding-top: 15.5rem !important;
  }

  .pt-md-16 {
    padding-top: 16rem !important;
  }

  .pt-md-16-5 {
    padding-top: 16.5rem !important;
  }

  .pt-md-17 {
    padding-top: 17rem !important;
  }

  .pt-md-17-5 {
    padding-top: 17.5rem !important;
  }

  .pt-md-18 {
    padding-top: 18rem !important;
  }

  .pt-md-18-5 {
    padding-top: 18.5rem !important;
  }

  .pt-md-19 {
    padding-top: 19rem !important;
  }

  .pt-md-19-5 {
    padding-top: 19.5rem !important;
  }

  .pt-md-20 {
    padding-top: 20rem !important;
  }

  .pt-md-20-5 {
    padding-top: 20.5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-0-5 {
    padding-right: 0.5rem !important;
  }

  .pe-md-1 {
    padding-right: 1rem !important;
  }

  .pe-md-1-5 {
    padding-right: 1.5rem !important;
  }

  .pe-md-2 {
    padding-right: 2rem !important;
  }

  .pe-md-2-5 {
    padding-right: 2.5rem !important;
  }

  .pe-md-3 {
    padding-right: 3rem !important;
  }

  .pe-md-3-5 {
    padding-right: 3.5rem !important;
  }

  .pe-md-4 {
    padding-right: 4rem !important;
  }

  .pe-md-4-5 {
    padding-right: 4.5rem !important;
  }

  .pe-md-5 {
    padding-right: 5rem !important;
  }

  .pe-md-5-5 {
    padding-right: 5.5rem !important;
  }

  .pe-md-6 {
    padding-right: 6rem !important;
  }

  .pe-md-6-5 {
    padding-right: 6.5rem !important;
  }

  .pe-md-7 {
    padding-right: 7rem !important;
  }

  .pe-md-7-5 {
    padding-right: 7.5rem !important;
  }

  .pe-md-8 {
    padding-right: 8rem !important;
  }

  .pe-md-8-5 {
    padding-right: 8.5rem !important;
  }

  .pe-md-9 {
    padding-right: 9rem !important;
  }

  .pe-md-9-5 {
    padding-right: 9.5rem !important;
  }

  .pe-md-10 {
    padding-right: 10rem !important;
  }

  .pe-md-10-5 {
    padding-right: 10.5rem !important;
  }

  .pe-md-11 {
    padding-right: 11rem !important;
  }

  .pe-md-11-5 {
    padding-right: 11.5rem !important;
  }

  .pe-md-12 {
    padding-right: 12rem !important;
  }

  .pe-md-12-5 {
    padding-right: 12.5rem !important;
  }

  .pe-md-13 {
    padding-right: 13rem !important;
  }

  .pe-md-13-5 {
    padding-right: 13.5rem !important;
  }

  .pe-md-14 {
    padding-right: 14rem !important;
  }

  .pe-md-14-5 {
    padding-right: 14.5rem !important;
  }

  .pe-md-15 {
    padding-right: 15rem !important;
  }

  .pe-md-15-5 {
    padding-right: 15.5rem !important;
  }

  .pe-md-16 {
    padding-right: 16rem !important;
  }

  .pe-md-16-5 {
    padding-right: 16.5rem !important;
  }

  .pe-md-17 {
    padding-right: 17rem !important;
  }

  .pe-md-17-5 {
    padding-right: 17.5rem !important;
  }

  .pe-md-18 {
    padding-right: 18rem !important;
  }

  .pe-md-18-5 {
    padding-right: 18.5rem !important;
  }

  .pe-md-19 {
    padding-right: 19rem !important;
  }

  .pe-md-19-5 {
    padding-right: 19.5rem !important;
  }

  .pe-md-20 {
    padding-right: 20rem !important;
  }

  .pe-md-20-5 {
    padding-right: 20.5rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-0-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-1-5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-2-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-3-5 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-4-5 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pb-md-5-5 {
    padding-bottom: 5.5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-6-5 {
    padding-bottom: 6.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-7-5 {
    padding-bottom: 7.5rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-8-5 {
    padding-bottom: 8.5rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-9-5 {
    padding-bottom: 9.5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-10-5 {
    padding-bottom: 10.5rem !important;
  }

  .pb-md-11 {
    padding-bottom: 11rem !important;
  }

  .pb-md-11-5 {
    padding-bottom: 11.5rem !important;
  }

  .pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .pb-md-12-5 {
    padding-bottom: 12.5rem !important;
  }

  .pb-md-13 {
    padding-bottom: 13rem !important;
  }

  .pb-md-13-5 {
    padding-bottom: 13.5rem !important;
  }

  .pb-md-14 {
    padding-bottom: 14rem !important;
  }

  .pb-md-14-5 {
    padding-bottom: 14.5rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }

  .pb-md-15-5 {
    padding-bottom: 15.5rem !important;
  }

  .pb-md-16 {
    padding-bottom: 16rem !important;
  }

  .pb-md-16-5 {
    padding-bottom: 16.5rem !important;
  }

  .pb-md-17 {
    padding-bottom: 17rem !important;
  }

  .pb-md-17-5 {
    padding-bottom: 17.5rem !important;
  }

  .pb-md-18 {
    padding-bottom: 18rem !important;
  }

  .pb-md-18-5 {
    padding-bottom: 18.5rem !important;
  }

  .pb-md-19 {
    padding-bottom: 19rem !important;
  }

  .pb-md-19-5 {
    padding-bottom: 19.5rem !important;
  }

  .pb-md-20 {
    padding-bottom: 20rem !important;
  }

  .pb-md-20-5 {
    padding-bottom: 20.5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-0-5 {
    padding-left: 0.5rem !important;
  }

  .ps-md-1 {
    padding-left: 1rem !important;
  }

  .ps-md-1-5 {
    padding-left: 1.5rem !important;
  }

  .ps-md-2 {
    padding-left: 2rem !important;
  }

  .ps-md-2-5 {
    padding-left: 2.5rem !important;
  }

  .ps-md-3 {
    padding-left: 3rem !important;
  }

  .ps-md-3-5 {
    padding-left: 3.5rem !important;
  }

  .ps-md-4 {
    padding-left: 4rem !important;
  }

  .ps-md-4-5 {
    padding-left: 4.5rem !important;
  }

  .ps-md-5 {
    padding-left: 5rem !important;
  }

  .ps-md-5-5 {
    padding-left: 5.5rem !important;
  }

  .ps-md-6 {
    padding-left: 6rem !important;
  }

  .ps-md-6-5 {
    padding-left: 6.5rem !important;
  }

  .ps-md-7 {
    padding-left: 7rem !important;
  }

  .ps-md-7-5 {
    padding-left: 7.5rem !important;
  }

  .ps-md-8 {
    padding-left: 8rem !important;
  }

  .ps-md-8-5 {
    padding-left: 8.5rem !important;
  }

  .ps-md-9 {
    padding-left: 9rem !important;
  }

  .ps-md-9-5 {
    padding-left: 9.5rem !important;
  }

  .ps-md-10 {
    padding-left: 10rem !important;
  }

  .ps-md-10-5 {
    padding-left: 10.5rem !important;
  }

  .ps-md-11 {
    padding-left: 11rem !important;
  }

  .ps-md-11-5 {
    padding-left: 11.5rem !important;
  }

  .ps-md-12 {
    padding-left: 12rem !important;
  }

  .ps-md-12-5 {
    padding-left: 12.5rem !important;
  }

  .ps-md-13 {
    padding-left: 13rem !important;
  }

  .ps-md-13-5 {
    padding-left: 13.5rem !important;
  }

  .ps-md-14 {
    padding-left: 14rem !important;
  }

  .ps-md-14-5 {
    padding-left: 14.5rem !important;
  }

  .ps-md-15 {
    padding-left: 15rem !important;
  }

  .ps-md-15-5 {
    padding-left: 15.5rem !important;
  }

  .ps-md-16 {
    padding-left: 16rem !important;
  }

  .ps-md-16-5 {
    padding-left: 16.5rem !important;
  }

  .ps-md-17 {
    padding-left: 17rem !important;
  }

  .ps-md-17-5 {
    padding-left: 17.5rem !important;
  }

  .ps-md-18 {
    padding-left: 18rem !important;
  }

  .ps-md-18-5 {
    padding-left: 18.5rem !important;
  }

  .ps-md-19 {
    padding-left: 19rem !important;
  }

  .ps-md-19-5 {
    padding-left: 19.5rem !important;
  }

  .ps-md-20 {
    padding-left: 20rem !important;
  }

  .ps-md-20-5 {
    padding-left: 20.5rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-0-5 {
    gap: 0.5rem !important;
  }

  .gap-lg-1 {
    gap: 1rem !important;
  }

  .gap-lg-1-5 {
    gap: 1.5rem !important;
  }

  .gap-lg-2 {
    gap: 2rem !important;
  }

  .gap-lg-2-5 {
    gap: 2.5rem !important;
  }

  .gap-lg-3 {
    gap: 3rem !important;
  }

  .gap-lg-3-5 {
    gap: 3.5rem !important;
  }

  .gap-lg-4 {
    gap: 4rem !important;
  }

  .gap-lg-4-5 {
    gap: 4.5rem !important;
  }

  .gap-lg-5 {
    gap: 5rem !important;
  }

  .gap-lg-5-5 {
    gap: 5.5rem !important;
  }

  .gap-lg-6 {
    gap: 6rem !important;
  }

  .gap-lg-6-5 {
    gap: 6.5rem !important;
  }

  .gap-lg-7 {
    gap: 7rem !important;
  }

  .gap-lg-7-5 {
    gap: 7.5rem !important;
  }

  .gap-lg-8 {
    gap: 8rem !important;
  }

  .gap-lg-8-5 {
    gap: 8.5rem !important;
  }

  .gap-lg-9 {
    gap: 9rem !important;
  }

  .gap-lg-9-5 {
    gap: 9.5rem !important;
  }

  .gap-lg-10 {
    gap: 10rem !important;
  }

  .gap-lg-10-5 {
    gap: 10.5rem !important;
  }

  .gap-lg-11 {
    gap: 11rem !important;
  }

  .gap-lg-11-5 {
    gap: 11.5rem !important;
  }

  .gap-lg-12 {
    gap: 12rem !important;
  }

  .gap-lg-12-5 {
    gap: 12.5rem !important;
  }

  .gap-lg-13 {
    gap: 13rem !important;
  }

  .gap-lg-13-5 {
    gap: 13.5rem !important;
  }

  .gap-lg-14 {
    gap: 14rem !important;
  }

  .gap-lg-14-5 {
    gap: 14.5rem !important;
  }

  .gap-lg-15 {
    gap: 15rem !important;
  }

  .gap-lg-15-5 {
    gap: 15.5rem !important;
  }

  .gap-lg-16 {
    gap: 16rem !important;
  }

  .gap-lg-16-5 {
    gap: 16.5rem !important;
  }

  .gap-lg-17 {
    gap: 17rem !important;
  }

  .gap-lg-17-5 {
    gap: 17.5rem !important;
  }

  .gap-lg-18 {
    gap: 18rem !important;
  }

  .gap-lg-18-5 {
    gap: 18.5rem !important;
  }

  .gap-lg-19 {
    gap: 19rem !important;
  }

  .gap-lg-19-5 {
    gap: 19.5rem !important;
  }

  .gap-lg-20 {
    gap: 20rem !important;
  }

  .gap-lg-20-5 {
    gap: 20.5rem !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-0-5 {
    margin: 0.5rem !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .m-lg-1-5 {
    margin: 1.5rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .m-lg-2-5 {
    margin: 2.5rem !important;
  }

  .m-lg-3 {
    margin: 3rem !important;
  }

  .m-lg-3-5 {
    margin: 3.5rem !important;
  }

  .m-lg-4 {
    margin: 4rem !important;
  }

  .m-lg-4-5 {
    margin: 4.5rem !important;
  }

  .m-lg-5 {
    margin: 5rem !important;
  }

  .m-lg-5-5 {
    margin: 5.5rem !important;
  }

  .m-lg-6 {
    margin: 6rem !important;
  }

  .m-lg-6-5 {
    margin: 6.5rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .m-lg-7-5 {
    margin: 7.5rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .m-lg-8-5 {
    margin: 8.5rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .m-lg-9-5 {
    margin: 9.5rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .m-lg-10-5 {
    margin: 10.5rem !important;
  }

  .m-lg-11 {
    margin: 11rem !important;
  }

  .m-lg-11-5 {
    margin: 11.5rem !important;
  }

  .m-lg-12 {
    margin: 12rem !important;
  }

  .m-lg-12-5 {
    margin: 12.5rem !important;
  }

  .m-lg-13 {
    margin: 13rem !important;
  }

  .m-lg-13-5 {
    margin: 13.5rem !important;
  }

  .m-lg-14 {
    margin: 14rem !important;
  }

  .m-lg-14-5 {
    margin: 14.5rem !important;
  }

  .m-lg-15 {
    margin: 15rem !important;
  }

  .m-lg-15-5 {
    margin: 15.5rem !important;
  }

  .m-lg-16 {
    margin: 16rem !important;
  }

  .m-lg-16-5 {
    margin: 16.5rem !important;
  }

  .m-lg-17 {
    margin: 17rem !important;
  }

  .m-lg-17-5 {
    margin: 17.5rem !important;
  }

  .m-lg-18 {
    margin: 18rem !important;
  }

  .m-lg-18-5 {
    margin: 18.5rem !important;
  }

  .m-lg-19 {
    margin: 19rem !important;
  }

  .m-lg-19-5 {
    margin: 19.5rem !important;
  }

  .m-lg-20 {
    margin: 20rem !important;
  }

  .m-lg-20-5 {
    margin: 20.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }

  .mx-lg-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-lg-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }

  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-lg-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-lg-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }

  .mx-lg-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-lg-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }

  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-15-5 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }

  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-lg-16-5 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }

  .mx-lg-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-lg-17-5 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }

  .mx-lg-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-lg-18-5 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }

  .mx-lg-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-lg-19-5 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }

  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-lg-20-5 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !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-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }

  .my-lg-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-lg-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }

  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-lg-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }

  .my-lg-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-lg-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }

  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-15-5 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }

  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-lg-16-5 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }

  .my-lg-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-lg-17-5 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }

  .my-lg-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-lg-18-5 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-lg-19-5 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }

  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-lg-20-5 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-0-5 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-1-5 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-2-5 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mt-lg-3-5 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mt-lg-4-5 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mt-lg-5-5 {
    margin-top: 5.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-6-5 {
    margin-top: 6.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-7-5 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-8-5 {
    margin-top: 8.5rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-9-5 {
    margin-top: 9.5rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-10-5 {
    margin-top: 10.5rem !important;
  }

  .mt-lg-11 {
    margin-top: 11rem !important;
  }

  .mt-lg-11-5 {
    margin-top: 11.5rem !important;
  }

  .mt-lg-12 {
    margin-top: 12rem !important;
  }

  .mt-lg-12-5 {
    margin-top: 12.5rem !important;
  }

  .mt-lg-13 {
    margin-top: 13rem !important;
  }

  .mt-lg-13-5 {
    margin-top: 13.5rem !important;
  }

  .mt-lg-14 {
    margin-top: 14rem !important;
  }

  .mt-lg-14-5 {
    margin-top: 14.5rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mt-lg-15-5 {
    margin-top: 15.5rem !important;
  }

  .mt-lg-16 {
    margin-top: 16rem !important;
  }

  .mt-lg-16-5 {
    margin-top: 16.5rem !important;
  }

  .mt-lg-17 {
    margin-top: 17rem !important;
  }

  .mt-lg-17-5 {
    margin-top: 17.5rem !important;
  }

  .mt-lg-18 {
    margin-top: 18rem !important;
  }

  .mt-lg-18-5 {
    margin-top: 18.5rem !important;
  }

  .mt-lg-19 {
    margin-top: 19rem !important;
  }

  .mt-lg-19-5 {
    margin-top: 19.5rem !important;
  }

  .mt-lg-20 {
    margin-top: 20rem !important;
  }

  .mt-lg-20-5 {
    margin-top: 20.5rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-0-5 {
    margin-right: 0.5rem !important;
  }

  .me-lg-1 {
    margin-right: 1rem !important;
  }

  .me-lg-1-5 {
    margin-right: 1.5rem !important;
  }

  .me-lg-2 {
    margin-right: 2rem !important;
  }

  .me-lg-2-5 {
    margin-right: 2.5rem !important;
  }

  .me-lg-3 {
    margin-right: 3rem !important;
  }

  .me-lg-3-5 {
    margin-right: 3.5rem !important;
  }

  .me-lg-4 {
    margin-right: 4rem !important;
  }

  .me-lg-4-5 {
    margin-right: 4.5rem !important;
  }

  .me-lg-5 {
    margin-right: 5rem !important;
  }

  .me-lg-5-5 {
    margin-right: 5.5rem !important;
  }

  .me-lg-6 {
    margin-right: 6rem !important;
  }

  .me-lg-6-5 {
    margin-right: 6.5rem !important;
  }

  .me-lg-7 {
    margin-right: 7rem !important;
  }

  .me-lg-7-5 {
    margin-right: 7.5rem !important;
  }

  .me-lg-8 {
    margin-right: 8rem !important;
  }

  .me-lg-8-5 {
    margin-right: 8.5rem !important;
  }

  .me-lg-9 {
    margin-right: 9rem !important;
  }

  .me-lg-9-5 {
    margin-right: 9.5rem !important;
  }

  .me-lg-10 {
    margin-right: 10rem !important;
  }

  .me-lg-10-5 {
    margin-right: 10.5rem !important;
  }

  .me-lg-11 {
    margin-right: 11rem !important;
  }

  .me-lg-11-5 {
    margin-right: 11.5rem !important;
  }

  .me-lg-12 {
    margin-right: 12rem !important;
  }

  .me-lg-12-5 {
    margin-right: 12.5rem !important;
  }

  .me-lg-13 {
    margin-right: 13rem !important;
  }

  .me-lg-13-5 {
    margin-right: 13.5rem !important;
  }

  .me-lg-14 {
    margin-right: 14rem !important;
  }

  .me-lg-14-5 {
    margin-right: 14.5rem !important;
  }

  .me-lg-15 {
    margin-right: 15rem !important;
  }

  .me-lg-15-5 {
    margin-right: 15.5rem !important;
  }

  .me-lg-16 {
    margin-right: 16rem !important;
  }

  .me-lg-16-5 {
    margin-right: 16.5rem !important;
  }

  .me-lg-17 {
    margin-right: 17rem !important;
  }

  .me-lg-17-5 {
    margin-right: 17.5rem !important;
  }

  .me-lg-18 {
    margin-right: 18rem !important;
  }

  .me-lg-18-5 {
    margin-right: 18.5rem !important;
  }

  .me-lg-19 {
    margin-right: 19rem !important;
  }

  .me-lg-19-5 {
    margin-right: 19.5rem !important;
  }

  .me-lg-20 {
    margin-right: 20rem !important;
  }

  .me-lg-20-5 {
    margin-right: 20.5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-0-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-1-5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-2-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-3-5 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-4-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-5-5 {
    margin-bottom: 5.5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-6-5 {
    margin-bottom: 6.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-7-5 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-8-5 {
    margin-bottom: 8.5rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-9-5 {
    margin-bottom: 9.5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-10-5 {
    margin-bottom: 10.5rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-11-5 {
    margin-bottom: 11.5rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-12-5 {
    margin-bottom: 12.5rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-13-5 {
    margin-bottom: 13.5rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-14-5 {
    margin-bottom: 14.5rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-15-5 {
    margin-bottom: 15.5rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }

  .mb-lg-16-5 {
    margin-bottom: 16.5rem !important;
  }

  .mb-lg-17 {
    margin-bottom: 17rem !important;
  }

  .mb-lg-17-5 {
    margin-bottom: 17.5rem !important;
  }

  .mb-lg-18 {
    margin-bottom: 18rem !important;
  }

  .mb-lg-18-5 {
    margin-bottom: 18.5rem !important;
  }

  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }

  .mb-lg-19-5 {
    margin-bottom: 19.5rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }

  .mb-lg-20-5 {
    margin-bottom: 20.5rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-0-5 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-1 {
    margin-left: 1rem !important;
  }

  .ms-lg-1-5 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-2 {
    margin-left: 2rem !important;
  }

  .ms-lg-2-5 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 3rem !important;
  }

  .ms-lg-3-5 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-4 {
    margin-left: 4rem !important;
  }

  .ms-lg-4-5 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 5rem !important;
  }

  .ms-lg-5-5 {
    margin-left: 5.5rem !important;
  }

  .ms-lg-6 {
    margin-left: 6rem !important;
  }

  .ms-lg-6-5 {
    margin-left: 6.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 7rem !important;
  }

  .ms-lg-7-5 {
    margin-left: 7.5rem !important;
  }

  .ms-lg-8 {
    margin-left: 8rem !important;
  }

  .ms-lg-8-5 {
    margin-left: 8.5rem !important;
  }

  .ms-lg-9 {
    margin-left: 9rem !important;
  }

  .ms-lg-9-5 {
    margin-left: 9.5rem !important;
  }

  .ms-lg-10 {
    margin-left: 10rem !important;
  }

  .ms-lg-10-5 {
    margin-left: 10.5rem !important;
  }

  .ms-lg-11 {
    margin-left: 11rem !important;
  }

  .ms-lg-11-5 {
    margin-left: 11.5rem !important;
  }

  .ms-lg-12 {
    margin-left: 12rem !important;
  }

  .ms-lg-12-5 {
    margin-left: 12.5rem !important;
  }

  .ms-lg-13 {
    margin-left: 13rem !important;
  }

  .ms-lg-13-5 {
    margin-left: 13.5rem !important;
  }

  .ms-lg-14 {
    margin-left: 14rem !important;
  }

  .ms-lg-14-5 {
    margin-left: 14.5rem !important;
  }

  .ms-lg-15 {
    margin-left: 15rem !important;
  }

  .ms-lg-15-5 {
    margin-left: 15.5rem !important;
  }

  .ms-lg-16 {
    margin-left: 16rem !important;
  }

  .ms-lg-16-5 {
    margin-left: 16.5rem !important;
  }

  .ms-lg-17 {
    margin-left: 17rem !important;
  }

  .ms-lg-17-5 {
    margin-left: 17.5rem !important;
  }

  .ms-lg-18 {
    margin-left: 18rem !important;
  }

  .ms-lg-18-5 {
    margin-left: 18.5rem !important;
  }

  .ms-lg-19 {
    margin-left: 19rem !important;
  }

  .ms-lg-19-5 {
    margin-left: 19.5rem !important;
  }

  .ms-lg-20 {
    margin-left: 20rem !important;
  }

  .ms-lg-20-5 {
    margin-left: 20.5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n0-5 {
    margin: -0.5rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .m-lg-n1-5 {
    margin: -1.5rem !important;
  }

  .m-lg-n2 {
    margin: -2rem !important;
  }

  .m-lg-n2-5 {
    margin: -2.5rem !important;
  }

  .m-lg-n3 {
    margin: -3rem !important;
  }

  .m-lg-n3-5 {
    margin: -3.5rem !important;
  }

  .m-lg-n4 {
    margin: -4rem !important;
  }

  .m-lg-n4-5 {
    margin: -4.5rem !important;
  }

  .m-lg-n5 {
    margin: -5rem !important;
  }

  .m-lg-n5-5 {
    margin: -5.5rem !important;
  }

  .m-lg-n6 {
    margin: -6rem !important;
  }

  .m-lg-n6-5 {
    margin: -6.5rem !important;
  }

  .m-lg-n7 {
    margin: -7rem !important;
  }

  .m-lg-n7-5 {
    margin: -7.5rem !important;
  }

  .m-lg-n8 {
    margin: -8rem !important;
  }

  .m-lg-n8-5 {
    margin: -8.5rem !important;
  }

  .m-lg-n9 {
    margin: -9rem !important;
  }

  .m-lg-n9-5 {
    margin: -9.5rem !important;
  }

  .m-lg-n10 {
    margin: -10rem !important;
  }

  .m-lg-n10-5 {
    margin: -10.5rem !important;
  }

  .m-lg-n11 {
    margin: -11rem !important;
  }

  .m-lg-n11-5 {
    margin: -11.5rem !important;
  }

  .m-lg-n12 {
    margin: -12rem !important;
  }

  .m-lg-n12-5 {
    margin: -12.5rem !important;
  }

  .m-lg-n13 {
    margin: -13rem !important;
  }

  .m-lg-n13-5 {
    margin: -13.5rem !important;
  }

  .m-lg-n14 {
    margin: -14rem !important;
  }

  .m-lg-n14-5 {
    margin: -14.5rem !important;
  }

  .m-lg-n15 {
    margin: -15rem !important;
  }

  .m-lg-n15-5 {
    margin: -15.5rem !important;
  }

  .m-lg-n16 {
    margin: -16rem !important;
  }

  .m-lg-n16-5 {
    margin: -16.5rem !important;
  }

  .m-lg-n17 {
    margin: -17rem !important;
  }

  .m-lg-n17-5 {
    margin: -17.5rem !important;
  }

  .m-lg-n18 {
    margin: -18rem !important;
  }

  .m-lg-n18-5 {
    margin: -18.5rem !important;
  }

  .m-lg-n19 {
    margin: -19rem !important;
  }

  .m-lg-n19-5 {
    margin: -19.5rem !important;
  }

  .m-lg-n20 {
    margin: -20rem !important;
  }

  .m-lg-n20-5 {
    margin: -20.5rem !important;
  }

  .mx-lg-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-lg-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-lg-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-lg-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-lg-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-lg-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-lg-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-lg-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-lg-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-lg-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-lg-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-lg-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-lg-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-lg-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-lg-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-lg-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-lg-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-lg-n15-5 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-lg-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-lg-n16-5 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }

  .mx-lg-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-lg-n17-5 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }

  .mx-lg-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-lg-n18-5 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }

  .mx-lg-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-lg-n19-5 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }

  .mx-lg-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-lg-n20-5 {
    margin-right: -20.5rem !important;
    margin-left: -20.5rem !important;
  }

  .my-lg-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-lg-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-lg-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-lg-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-lg-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-lg-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-lg-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-lg-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-lg-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-lg-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-lg-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-lg-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-lg-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-lg-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-lg-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-lg-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-lg-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-lg-n15-5 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-lg-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-lg-n16-5 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }

  .my-lg-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-lg-n17-5 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }

  .my-lg-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-lg-n18-5 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .my-lg-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-lg-n19-5 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }

  .my-lg-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-lg-n20-5 {
    margin-top: -20.5rem !important;
    margin-bottom: -20.5rem !important;
  }

  .mt-lg-n0-5 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n1 {
    margin-top: -1rem !important;
  }

  .mt-lg-n1-5 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n2 {
    margin-top: -2rem !important;
  }

  .mt-lg-n2-5 {
    margin-top: -2.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -3rem !important;
  }

  .mt-lg-n3-5 {
    margin-top: -3.5rem !important;
  }

  .mt-lg-n4 {
    margin-top: -4rem !important;
  }

  .mt-lg-n4-5 {
    margin-top: -4.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -5rem !important;
  }

  .mt-lg-n5-5 {
    margin-top: -5.5rem !important;
  }

  .mt-lg-n6 {
    margin-top: -6rem !important;
  }

  .mt-lg-n6-5 {
    margin-top: -6.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -7rem !important;
  }

  .mt-lg-n7-5 {
    margin-top: -7.5rem !important;
  }

  .mt-lg-n8 {
    margin-top: -8rem !important;
  }

  .mt-lg-n8-5 {
    margin-top: -8.5rem !important;
  }

  .mt-lg-n9 {
    margin-top: -9rem !important;
  }

  .mt-lg-n9-5 {
    margin-top: -9.5rem !important;
  }

  .mt-lg-n10 {
    margin-top: -10rem !important;
  }

  .mt-lg-n10-5 {
    margin-top: -10.5rem !important;
  }

  .mt-lg-n11 {
    margin-top: -11rem !important;
  }

  .mt-lg-n11-5 {
    margin-top: -11.5rem !important;
  }

  .mt-lg-n12 {
    margin-top: -12rem !important;
  }

  .mt-lg-n12-5 {
    margin-top: -12.5rem !important;
  }

  .mt-lg-n13 {
    margin-top: -13rem !important;
  }

  .mt-lg-n13-5 {
    margin-top: -13.5rem !important;
  }

  .mt-lg-n14 {
    margin-top: -14rem !important;
  }

  .mt-lg-n14-5 {
    margin-top: -14.5rem !important;
  }

  .mt-lg-n15 {
    margin-top: -15rem !important;
  }

  .mt-lg-n15-5 {
    margin-top: -15.5rem !important;
  }

  .mt-lg-n16 {
    margin-top: -16rem !important;
  }

  .mt-lg-n16-5 {
    margin-top: -16.5rem !important;
  }

  .mt-lg-n17 {
    margin-top: -17rem !important;
  }

  .mt-lg-n17-5 {
    margin-top: -17.5rem !important;
  }

  .mt-lg-n18 {
    margin-top: -18rem !important;
  }

  .mt-lg-n18-5 {
    margin-top: -18.5rem !important;
  }

  .mt-lg-n19 {
    margin-top: -19rem !important;
  }

  .mt-lg-n19-5 {
    margin-top: -19.5rem !important;
  }

  .mt-lg-n20 {
    margin-top: -20rem !important;
  }

  .mt-lg-n20-5 {
    margin-top: -20.5rem !important;
  }

  .me-lg-n0-5 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n1 {
    margin-right: -1rem !important;
  }

  .me-lg-n1-5 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n2 {
    margin-right: -2rem !important;
  }

  .me-lg-n2-5 {
    margin-right: -2.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -3rem !important;
  }

  .me-lg-n3-5 {
    margin-right: -3.5rem !important;
  }

  .me-lg-n4 {
    margin-right: -4rem !important;
  }

  .me-lg-n4-5 {
    margin-right: -4.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -5rem !important;
  }

  .me-lg-n5-5 {
    margin-right: -5.5rem !important;
  }

  .me-lg-n6 {
    margin-right: -6rem !important;
  }

  .me-lg-n6-5 {
    margin-right: -6.5rem !important;
  }

  .me-lg-n7 {
    margin-right: -7rem !important;
  }

  .me-lg-n7-5 {
    margin-right: -7.5rem !important;
  }

  .me-lg-n8 {
    margin-right: -8rem !important;
  }

  .me-lg-n8-5 {
    margin-right: -8.5rem !important;
  }

  .me-lg-n9 {
    margin-right: -9rem !important;
  }

  .me-lg-n9-5 {
    margin-right: -9.5rem !important;
  }

  .me-lg-n10 {
    margin-right: -10rem !important;
  }

  .me-lg-n10-5 {
    margin-right: -10.5rem !important;
  }

  .me-lg-n11 {
    margin-right: -11rem !important;
  }

  .me-lg-n11-5 {
    margin-right: -11.5rem !important;
  }

  .me-lg-n12 {
    margin-right: -12rem !important;
  }

  .me-lg-n12-5 {
    margin-right: -12.5rem !important;
  }

  .me-lg-n13 {
    margin-right: -13rem !important;
  }

  .me-lg-n13-5 {
    margin-right: -13.5rem !important;
  }

  .me-lg-n14 {
    margin-right: -14rem !important;
  }

  .me-lg-n14-5 {
    margin-right: -14.5rem !important;
  }

  .me-lg-n15 {
    margin-right: -15rem !important;
  }

  .me-lg-n15-5 {
    margin-right: -15.5rem !important;
  }

  .me-lg-n16 {
    margin-right: -16rem !important;
  }

  .me-lg-n16-5 {
    margin-right: -16.5rem !important;
  }

  .me-lg-n17 {
    margin-right: -17rem !important;
  }

  .me-lg-n17-5 {
    margin-right: -17.5rem !important;
  }

  .me-lg-n18 {
    margin-right: -18rem !important;
  }

  .me-lg-n18-5 {
    margin-right: -18.5rem !important;
  }

  .me-lg-n19 {
    margin-right: -19rem !important;
  }

  .me-lg-n19-5 {
    margin-right: -19.5rem !important;
  }

  .me-lg-n20 {
    margin-right: -20rem !important;
  }

  .me-lg-n20-5 {
    margin-right: -20.5rem !important;
  }

  .mb-lg-n0-5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n1-5 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-n2-5 {
    margin-bottom: -2.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n3-5 {
    margin-bottom: -3.5rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }

  .mb-lg-n4-5 {
    margin-bottom: -4.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }

  .mb-lg-n5-5 {
    margin-bottom: -5.5rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n6-5 {
    margin-bottom: -6.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-lg-n7-5 {
    margin-bottom: -7.5rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-lg-n8-5 {
    margin-bottom: -8.5rem !important;
  }

  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-lg-n9-5 {
    margin-bottom: -9.5rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-lg-n10-5 {
    margin-bottom: -10.5rem !important;
  }

  .mb-lg-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-lg-n11-5 {
    margin-bottom: -11.5rem !important;
  }

  .mb-lg-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-lg-n12-5 {
    margin-bottom: -12.5rem !important;
  }

  .mb-lg-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-lg-n13-5 {
    margin-bottom: -13.5rem !important;
  }

  .mb-lg-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-lg-n14-5 {
    margin-bottom: -14.5rem !important;
  }

  .mb-lg-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-lg-n15-5 {
    margin-bottom: -15.5rem !important;
  }

  .mb-lg-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-lg-n16-5 {
    margin-bottom: -16.5rem !important;
  }

  .mb-lg-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-lg-n17-5 {
    margin-bottom: -17.5rem !important;
  }

  .mb-lg-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-lg-n18-5 {
    margin-bottom: -18.5rem !important;
  }

  .mb-lg-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-lg-n19-5 {
    margin-bottom: -19.5rem !important;
  }

  .mb-lg-n20 {
    margin-bottom: -20rem !important;
  }

  .mb-lg-n20-5 {
    margin-bottom: -20.5rem !important;
  }

  .ms-lg-n0-5 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n1 {
    margin-left: -1rem !important;
  }

  .ms-lg-n1-5 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n2 {
    margin-left: -2rem !important;
  }

  .ms-lg-n2-5 {
    margin-left: -2.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -3rem !important;
  }

  .ms-lg-n3-5 {
    margin-left: -3.5rem !important;
  }

  .ms-lg-n4 {
    margin-left: -4rem !important;
  }

  .ms-lg-n4-5 {
    margin-left: -4.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -5rem !important;
  }

  .ms-lg-n5-5 {
    margin-left: -5.5rem !important;
  }

  .ms-lg-n6 {
    margin-left: -6rem !important;
  }

  .ms-lg-n6-5 {
    margin-left: -6.5rem !important;
  }

  .ms-lg-n7 {
    margin-left: -7rem !important;
  }

  .ms-lg-n7-5 {
    margin-left: -7.5rem !important;
  }

  .ms-lg-n8 {
    margin-left: -8rem !important;
  }

  .ms-lg-n8-5 {
    margin-left: -8.5rem !important;
  }

  .ms-lg-n9 {
    margin-left: -9rem !important;
  }

  .ms-lg-n9-5 {
    margin-left: -9.5rem !important;
  }

  .ms-lg-n10 {
    margin-left: -10rem !important;
  }

  .ms-lg-n10-5 {
    margin-left: -10.5rem !important;
  }

  .ms-lg-n11 {
    margin-left: -11rem !important;
  }

  .ms-lg-n11-5 {
    margin-left: -11.5rem !important;
  }

  .ms-lg-n12 {
    margin-left: -12rem !important;
  }

  .ms-lg-n12-5 {
    margin-left: -12.5rem !important;
  }

  .ms-lg-n13 {
    margin-left: -13rem !important;
  }

  .ms-lg-n13-5 {
    margin-left: -13.5rem !important;
  }

  .ms-lg-n14 {
    margin-left: -14rem !important;
  }

  .ms-lg-n14-5 {
    margin-left: -14.5rem !important;
  }

  .ms-lg-n15 {
    margin-left: -15rem !important;
  }

  .ms-lg-n15-5 {
    margin-left: -15.5rem !important;
  }

  .ms-lg-n16 {
    margin-left: -16rem !important;
  }

  .ms-lg-n16-5 {
    margin-left: -16.5rem !important;
  }

  .ms-lg-n17 {
    margin-left: -17rem !important;
  }

  .ms-lg-n17-5 {
    margin-left: -17.5rem !important;
  }

  .ms-lg-n18 {
    margin-left: -18rem !important;
  }

  .ms-lg-n18-5 {
    margin-left: -18.5rem !important;
  }

  .ms-lg-n19 {
    margin-left: -19rem !important;
  }

  .ms-lg-n19-5 {
    margin-left: -19.5rem !important;
  }

  .ms-lg-n20 {
    margin-left: -20rem !important;
  }

  .ms-lg-n20-5 {
    margin-left: -20.5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-0-5 {
    padding: 0.5rem !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .p-lg-1-5 {
    padding: 1.5rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .p-lg-2-5 {
    padding: 2.5rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .p-lg-3-5 {
    padding: 3.5rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .p-lg-4-5 {
    padding: 4.5rem !important;
  }

  .p-lg-5 {
    padding: 5rem !important;
  }

  .p-lg-5-5 {
    padding: 5.5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-6-5 {
    padding: 6.5rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .p-lg-7-5 {
    padding: 7.5rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .p-lg-8-5 {
    padding: 8.5rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .p-lg-9-5 {
    padding: 9.5rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .p-lg-10-5 {
    padding: 10.5rem !important;
  }

  .p-lg-11 {
    padding: 11rem !important;
  }

  .p-lg-11-5 {
    padding: 11.5rem !important;
  }

  .p-lg-12 {
    padding: 12rem !important;
  }

  .p-lg-12-5 {
    padding: 12.5rem !important;
  }

  .p-lg-13 {
    padding: 13rem !important;
  }

  .p-lg-13-5 {
    padding: 13.5rem !important;
  }

  .p-lg-14 {
    padding: 14rem !important;
  }

  .p-lg-14-5 {
    padding: 14.5rem !important;
  }

  .p-lg-15 {
    padding: 15rem !important;
  }

  .p-lg-15-5 {
    padding: 15.5rem !important;
  }

  .p-lg-16 {
    padding: 16rem !important;
  }

  .p-lg-16-5 {
    padding: 16.5rem !important;
  }

  .p-lg-17 {
    padding: 17rem !important;
  }

  .p-lg-17-5 {
    padding: 17.5rem !important;
  }

  .p-lg-18 {
    padding: 18rem !important;
  }

  .p-lg-18-5 {
    padding: 18.5rem !important;
  }

  .p-lg-19 {
    padding: 19rem !important;
  }

  .p-lg-19-5 {
    padding: 19.5rem !important;
  }

  .p-lg-20 {
    padding: 20rem !important;
  }

  .p-lg-20-5 {
    padding: 20.5rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }

  .px-lg-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-lg-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }

  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-lg-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-lg-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }

  .px-lg-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-lg-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }

  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-15-5 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }

  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-lg-16-5 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }

  .px-lg-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-lg-17-5 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }

  .px-lg-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-lg-18-5 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }

  .px-lg-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-lg-19-5 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }

  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-lg-20-5 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }

  .py-lg-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-lg-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }

  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-lg-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }

  .py-lg-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-lg-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }

  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-15-5 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }

  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-lg-16-5 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }

  .py-lg-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-lg-17-5 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }

  .py-lg-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-lg-18-5 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-lg-19-5 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }

  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-lg-20-5 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-0-5 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-1-5 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-2-5 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-3-5 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-4-5 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-5-5 {
    padding-top: 5.5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-6-5 {
    padding-top: 6.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-7-5 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-8-5 {
    padding-top: 8.5rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-9-5 {
    padding-top: 9.5rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-10-5 {
    padding-top: 10.5rem !important;
  }

  .pt-lg-11 {
    padding-top: 11rem !important;
  }

  .pt-lg-11-5 {
    padding-top: 11.5rem !important;
  }

  .pt-lg-12 {
    padding-top: 12rem !important;
  }

  .pt-lg-12-5 {
    padding-top: 12.5rem !important;
  }

  .pt-lg-13 {
    padding-top: 13rem !important;
  }

  .pt-lg-13-5 {
    padding-top: 13.5rem !important;
  }

  .pt-lg-14 {
    padding-top: 14rem !important;
  }

  .pt-lg-14-5 {
    padding-top: 14.5rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pt-lg-15-5 {
    padding-top: 15.5rem !important;
  }

  .pt-lg-16 {
    padding-top: 16rem !important;
  }

  .pt-lg-16-5 {
    padding-top: 16.5rem !important;
  }

  .pt-lg-17 {
    padding-top: 17rem !important;
  }

  .pt-lg-17-5 {
    padding-top: 17.5rem !important;
  }

  .pt-lg-18 {
    padding-top: 18rem !important;
  }

  .pt-lg-18-5 {
    padding-top: 18.5rem !important;
  }

  .pt-lg-19 {
    padding-top: 19rem !important;
  }

  .pt-lg-19-5 {
    padding-top: 19.5rem !important;
  }

  .pt-lg-20 {
    padding-top: 20rem !important;
  }

  .pt-lg-20-5 {
    padding-top: 20.5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-0-5 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-1 {
    padding-right: 1rem !important;
  }

  .pe-lg-1-5 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-2 {
    padding-right: 2rem !important;
  }

  .pe-lg-2-5 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 3rem !important;
  }

  .pe-lg-3-5 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-4 {
    padding-right: 4rem !important;
  }

  .pe-lg-4-5 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 5rem !important;
  }

  .pe-lg-5-5 {
    padding-right: 5.5rem !important;
  }

  .pe-lg-6 {
    padding-right: 6rem !important;
  }

  .pe-lg-6-5 {
    padding-right: 6.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 7rem !important;
  }

  .pe-lg-7-5 {
    padding-right: 7.5rem !important;
  }

  .pe-lg-8 {
    padding-right: 8rem !important;
  }

  .pe-lg-8-5 {
    padding-right: 8.5rem !important;
  }

  .pe-lg-9 {
    padding-right: 9rem !important;
  }

  .pe-lg-9-5 {
    padding-right: 9.5rem !important;
  }

  .pe-lg-10 {
    padding-right: 10rem !important;
  }

  .pe-lg-10-5 {
    padding-right: 10.5rem !important;
  }

  .pe-lg-11 {
    padding-right: 11rem !important;
  }

  .pe-lg-11-5 {
    padding-right: 11.5rem !important;
  }

  .pe-lg-12 {
    padding-right: 12rem !important;
  }

  .pe-lg-12-5 {
    padding-right: 12.5rem !important;
  }

  .pe-lg-13 {
    padding-right: 13rem !important;
  }

  .pe-lg-13-5 {
    padding-right: 13.5rem !important;
  }

  .pe-lg-14 {
    padding-right: 14rem !important;
  }

  .pe-lg-14-5 {
    padding-right: 14.5rem !important;
  }

  .pe-lg-15 {
    padding-right: 15rem !important;
  }

  .pe-lg-15-5 {
    padding-right: 15.5rem !important;
  }

  .pe-lg-16 {
    padding-right: 16rem !important;
  }

  .pe-lg-16-5 {
    padding-right: 16.5rem !important;
  }

  .pe-lg-17 {
    padding-right: 17rem !important;
  }

  .pe-lg-17-5 {
    padding-right: 17.5rem !important;
  }

  .pe-lg-18 {
    padding-right: 18rem !important;
  }

  .pe-lg-18-5 {
    padding-right: 18.5rem !important;
  }

  .pe-lg-19 {
    padding-right: 19rem !important;
  }

  .pe-lg-19-5 {
    padding-right: 19.5rem !important;
  }

  .pe-lg-20 {
    padding-right: 20rem !important;
  }

  .pe-lg-20-5 {
    padding-right: 20.5rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-0-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-1-5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-2-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-3-5 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-4-5 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-5-5 {
    padding-bottom: 5.5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-6-5 {
    padding-bottom: 6.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-7-5 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-8-5 {
    padding-bottom: 8.5rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-9-5 {
    padding-bottom: 9.5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-10-5 {
    padding-bottom: 10.5rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-11-5 {
    padding-bottom: 11.5rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-12-5 {
    padding-bottom: 12.5rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-13-5 {
    padding-bottom: 13.5rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-14-5 {
    padding-bottom: 14.5rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-15-5 {
    padding-bottom: 15.5rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }

  .pb-lg-16-5 {
    padding-bottom: 16.5rem !important;
  }

  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }

  .pb-lg-17-5 {
    padding-bottom: 17.5rem !important;
  }

  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }

  .pb-lg-18-5 {
    padding-bottom: 18.5rem !important;
  }

  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }

  .pb-lg-19-5 {
    padding-bottom: 19.5rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }

  .pb-lg-20-5 {
    padding-bottom: 20.5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-0-5 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-1 {
    padding-left: 1rem !important;
  }

  .ps-lg-1-5 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-2 {
    padding-left: 2rem !important;
  }

  .ps-lg-2-5 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 3rem !important;
  }

  .ps-lg-3-5 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-4 {
    padding-left: 4rem !important;
  }

  .ps-lg-4-5 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 5rem !important;
  }

  .ps-lg-5-5 {
    padding-left: 5.5rem !important;
  }

  .ps-lg-6 {
    padding-left: 6rem !important;
  }

  .ps-lg-6-5 {
    padding-left: 6.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 7rem !important;
  }

  .ps-lg-7-5 {
    padding-left: 7.5rem !important;
  }

  .ps-lg-8 {
    padding-left: 8rem !important;
  }

  .ps-lg-8-5 {
    padding-left: 8.5rem !important;
  }

  .ps-lg-9 {
    padding-left: 9rem !important;
  }

  .ps-lg-9-5 {
    padding-left: 9.5rem !important;
  }

  .ps-lg-10 {
    padding-left: 10rem !important;
  }

  .ps-lg-10-5 {
    padding-left: 10.5rem !important;
  }

  .ps-lg-11 {
    padding-left: 11rem !important;
  }

  .ps-lg-11-5 {
    padding-left: 11.5rem !important;
  }

  .ps-lg-12 {
    padding-left: 12rem !important;
  }

  .ps-lg-12-5 {
    padding-left: 12.5rem !important;
  }

  .ps-lg-13 {
    padding-left: 13rem !important;
  }

  .ps-lg-13-5 {
    padding-left: 13.5rem !important;
  }

  .ps-lg-14 {
    padding-left: 14rem !important;
  }

  .ps-lg-14-5 {
    padding-left: 14.5rem !important;
  }

  .ps-lg-15 {
    padding-left: 15rem !important;
  }

  .ps-lg-15-5 {
    padding-left: 15.5rem !important;
  }

  .ps-lg-16 {
    padding-left: 16rem !important;
  }

  .ps-lg-16-5 {
    padding-left: 16.5rem !important;
  }

  .ps-lg-17 {
    padding-left: 17rem !important;
  }

  .ps-lg-17-5 {
    padding-left: 17.5rem !important;
  }

  .ps-lg-18 {
    padding-left: 18rem !important;
  }

  .ps-lg-18-5 {
    padding-left: 18.5rem !important;
  }

  .ps-lg-19 {
    padding-left: 19rem !important;
  }

  .ps-lg-19-5 {
    padding-left: 19.5rem !important;
  }

  .ps-lg-20 {
    padding-left: 20rem !important;
  }

  .ps-lg-20-5 {
    padding-left: 20.5rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-0-5 {
    gap: 0.5rem !important;
  }

  .gap-xl-1 {
    gap: 1rem !important;
  }

  .gap-xl-1-5 {
    gap: 1.5rem !important;
  }

  .gap-xl-2 {
    gap: 2rem !important;
  }

  .gap-xl-2-5 {
    gap: 2.5rem !important;
  }

  .gap-xl-3 {
    gap: 3rem !important;
  }

  .gap-xl-3-5 {
    gap: 3.5rem !important;
  }

  .gap-xl-4 {
    gap: 4rem !important;
  }

  .gap-xl-4-5 {
    gap: 4.5rem !important;
  }

  .gap-xl-5 {
    gap: 5rem !important;
  }

  .gap-xl-5-5 {
    gap: 5.5rem !important;
  }

  .gap-xl-6 {
    gap: 6rem !important;
  }

  .gap-xl-6-5 {
    gap: 6.5rem !important;
  }

  .gap-xl-7 {
    gap: 7rem !important;
  }

  .gap-xl-7-5 {
    gap: 7.5rem !important;
  }

  .gap-xl-8 {
    gap: 8rem !important;
  }

  .gap-xl-8-5 {
    gap: 8.5rem !important;
  }

  .gap-xl-9 {
    gap: 9rem !important;
  }

  .gap-xl-9-5 {
    gap: 9.5rem !important;
  }

  .gap-xl-10 {
    gap: 10rem !important;
  }

  .gap-xl-10-5 {
    gap: 10.5rem !important;
  }

  .gap-xl-11 {
    gap: 11rem !important;
  }

  .gap-xl-11-5 {
    gap: 11.5rem !important;
  }

  .gap-xl-12 {
    gap: 12rem !important;
  }

  .gap-xl-12-5 {
    gap: 12.5rem !important;
  }

  .gap-xl-13 {
    gap: 13rem !important;
  }

  .gap-xl-13-5 {
    gap: 13.5rem !important;
  }

  .gap-xl-14 {
    gap: 14rem !important;
  }

  .gap-xl-14-5 {
    gap: 14.5rem !important;
  }

  .gap-xl-15 {
    gap: 15rem !important;
  }

  .gap-xl-15-5 {
    gap: 15.5rem !important;
  }

  .gap-xl-16 {
    gap: 16rem !important;
  }

  .gap-xl-16-5 {
    gap: 16.5rem !important;
  }

  .gap-xl-17 {
    gap: 17rem !important;
  }

  .gap-xl-17-5 {
    gap: 17.5rem !important;
  }

  .gap-xl-18 {
    gap: 18rem !important;
  }

  .gap-xl-18-5 {
    gap: 18.5rem !important;
  }

  .gap-xl-19 {
    gap: 19rem !important;
  }

  .gap-xl-19-5 {
    gap: 19.5rem !important;
  }

  .gap-xl-20 {
    gap: 20rem !important;
  }

  .gap-xl-20-5 {
    gap: 20.5rem !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-0-5 {
    margin: 0.5rem !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .m-xl-1-5 {
    margin: 1.5rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .m-xl-2-5 {
    margin: 2.5rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .m-xl-3-5 {
    margin: 3.5rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .m-xl-4-5 {
    margin: 4.5rem !important;
  }

  .m-xl-5 {
    margin: 5rem !important;
  }

  .m-xl-5-5 {
    margin: 5.5rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .m-xl-6-5 {
    margin: 6.5rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .m-xl-7-5 {
    margin: 7.5rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .m-xl-8-5 {
    margin: 8.5rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .m-xl-9-5 {
    margin: 9.5rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .m-xl-10-5 {
    margin: 10.5rem !important;
  }

  .m-xl-11 {
    margin: 11rem !important;
  }

  .m-xl-11-5 {
    margin: 11.5rem !important;
  }

  .m-xl-12 {
    margin: 12rem !important;
  }

  .m-xl-12-5 {
    margin: 12.5rem !important;
  }

  .m-xl-13 {
    margin: 13rem !important;
  }

  .m-xl-13-5 {
    margin: 13.5rem !important;
  }

  .m-xl-14 {
    margin: 14rem !important;
  }

  .m-xl-14-5 {
    margin: 14.5rem !important;
  }

  .m-xl-15 {
    margin: 15rem !important;
  }

  .m-xl-15-5 {
    margin: 15.5rem !important;
  }

  .m-xl-16 {
    margin: 16rem !important;
  }

  .m-xl-16-5 {
    margin: 16.5rem !important;
  }

  .m-xl-17 {
    margin: 17rem !important;
  }

  .m-xl-17-5 {
    margin: 17.5rem !important;
  }

  .m-xl-18 {
    margin: 18rem !important;
  }

  .m-xl-18-5 {
    margin: 18.5rem !important;
  }

  .m-xl-19 {
    margin: 19rem !important;
  }

  .m-xl-19-5 {
    margin: 19.5rem !important;
  }

  .m-xl-20 {
    margin: 20rem !important;
  }

  .m-xl-20-5 {
    margin: 20.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }

  .mx-xl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xl-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }

  .mx-xl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-xl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xl-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }

  .mx-xl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xl-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }

  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-15-5 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }

  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-16-5 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }

  .mx-xl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-xl-17-5 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }

  .mx-xl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-xl-18-5 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }

  .mx-xl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xl-19-5 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }

  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xl-20-5 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !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-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }

  .my-xl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xl-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }

  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xl-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }

  .my-xl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xl-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }

  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-15-5 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }

  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-16-5 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }

  .my-xl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-xl-17-5 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }

  .my-xl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-xl-18-5 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xl-19-5 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }

  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xl-20-5 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-0-5 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-1-5 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-2-5 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-3-5 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-4-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-5-5 {
    margin-top: 5.5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-6-5 {
    margin-top: 6.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-7-5 {
    margin-top: 7.5rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-8-5 {
    margin-top: 8.5rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-9-5 {
    margin-top: 9.5rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-10-5 {
    margin-top: 10.5rem !important;
  }

  .mt-xl-11 {
    margin-top: 11rem !important;
  }

  .mt-xl-11-5 {
    margin-top: 11.5rem !important;
  }

  .mt-xl-12 {
    margin-top: 12rem !important;
  }

  .mt-xl-12-5 {
    margin-top: 12.5rem !important;
  }

  .mt-xl-13 {
    margin-top: 13rem !important;
  }

  .mt-xl-13-5 {
    margin-top: 13.5rem !important;
  }

  .mt-xl-14 {
    margin-top: 14rem !important;
  }

  .mt-xl-14-5 {
    margin-top: 14.5rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mt-xl-15-5 {
    margin-top: 15.5rem !important;
  }

  .mt-xl-16 {
    margin-top: 16rem !important;
  }

  .mt-xl-16-5 {
    margin-top: 16.5rem !important;
  }

  .mt-xl-17 {
    margin-top: 17rem !important;
  }

  .mt-xl-17-5 {
    margin-top: 17.5rem !important;
  }

  .mt-xl-18 {
    margin-top: 18rem !important;
  }

  .mt-xl-18-5 {
    margin-top: 18.5rem !important;
  }

  .mt-xl-19 {
    margin-top: 19rem !important;
  }

  .mt-xl-19-5 {
    margin-top: 19.5rem !important;
  }

  .mt-xl-20 {
    margin-top: 20rem !important;
  }

  .mt-xl-20-5 {
    margin-top: 20.5rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-0-5 {
    margin-right: 0.5rem !important;
  }

  .me-xl-1 {
    margin-right: 1rem !important;
  }

  .me-xl-1-5 {
    margin-right: 1.5rem !important;
  }

  .me-xl-2 {
    margin-right: 2rem !important;
  }

  .me-xl-2-5 {
    margin-right: 2.5rem !important;
  }

  .me-xl-3 {
    margin-right: 3rem !important;
  }

  .me-xl-3-5 {
    margin-right: 3.5rem !important;
  }

  .me-xl-4 {
    margin-right: 4rem !important;
  }

  .me-xl-4-5 {
    margin-right: 4.5rem !important;
  }

  .me-xl-5 {
    margin-right: 5rem !important;
  }

  .me-xl-5-5 {
    margin-right: 5.5rem !important;
  }

  .me-xl-6 {
    margin-right: 6rem !important;
  }

  .me-xl-6-5 {
    margin-right: 6.5rem !important;
  }

  .me-xl-7 {
    margin-right: 7rem !important;
  }

  .me-xl-7-5 {
    margin-right: 7.5rem !important;
  }

  .me-xl-8 {
    margin-right: 8rem !important;
  }

  .me-xl-8-5 {
    margin-right: 8.5rem !important;
  }

  .me-xl-9 {
    margin-right: 9rem !important;
  }

  .me-xl-9-5 {
    margin-right: 9.5rem !important;
  }

  .me-xl-10 {
    margin-right: 10rem !important;
  }

  .me-xl-10-5 {
    margin-right: 10.5rem !important;
  }

  .me-xl-11 {
    margin-right: 11rem !important;
  }

  .me-xl-11-5 {
    margin-right: 11.5rem !important;
  }

  .me-xl-12 {
    margin-right: 12rem !important;
  }

  .me-xl-12-5 {
    margin-right: 12.5rem !important;
  }

  .me-xl-13 {
    margin-right: 13rem !important;
  }

  .me-xl-13-5 {
    margin-right: 13.5rem !important;
  }

  .me-xl-14 {
    margin-right: 14rem !important;
  }

  .me-xl-14-5 {
    margin-right: 14.5rem !important;
  }

  .me-xl-15 {
    margin-right: 15rem !important;
  }

  .me-xl-15-5 {
    margin-right: 15.5rem !important;
  }

  .me-xl-16 {
    margin-right: 16rem !important;
  }

  .me-xl-16-5 {
    margin-right: 16.5rem !important;
  }

  .me-xl-17 {
    margin-right: 17rem !important;
  }

  .me-xl-17-5 {
    margin-right: 17.5rem !important;
  }

  .me-xl-18 {
    margin-right: 18rem !important;
  }

  .me-xl-18-5 {
    margin-right: 18.5rem !important;
  }

  .me-xl-19 {
    margin-right: 19rem !important;
  }

  .me-xl-19-5 {
    margin-right: 19.5rem !important;
  }

  .me-xl-20 {
    margin-right: 20rem !important;
  }

  .me-xl-20-5 {
    margin-right: 20.5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-0-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-1-5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-2-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-3-5 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-4-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-5-5 {
    margin-bottom: 5.5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-6-5 {
    margin-bottom: 6.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-7-5 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-8-5 {
    margin-bottom: 8.5rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-9-5 {
    margin-bottom: 9.5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-10-5 {
    margin-bottom: 10.5rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-11-5 {
    margin-bottom: 11.5rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-12-5 {
    margin-bottom: 12.5rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-13-5 {
    margin-bottom: 13.5rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-14-5 {
    margin-bottom: 14.5rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-15-5 {
    margin-bottom: 15.5rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-16-5 {
    margin-bottom: 16.5rem !important;
  }

  .mb-xl-17 {
    margin-bottom: 17rem !important;
  }

  .mb-xl-17-5 {
    margin-bottom: 17.5rem !important;
  }

  .mb-xl-18 {
    margin-bottom: 18rem !important;
  }

  .mb-xl-18-5 {
    margin-bottom: 18.5rem !important;
  }

  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xl-19-5 {
    margin-bottom: 19.5rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xl-20-5 {
    margin-bottom: 20.5rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-0-5 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-1 {
    margin-left: 1rem !important;
  }

  .ms-xl-1-5 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-2 {
    margin-left: 2rem !important;
  }

  .ms-xl-2-5 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 3rem !important;
  }

  .ms-xl-3-5 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-4 {
    margin-left: 4rem !important;
  }

  .ms-xl-4-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 5rem !important;
  }

  .ms-xl-5-5 {
    margin-left: 5.5rem !important;
  }

  .ms-xl-6 {
    margin-left: 6rem !important;
  }

  .ms-xl-6-5 {
    margin-left: 6.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 7rem !important;
  }

  .ms-xl-7-5 {
    margin-left: 7.5rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

  .ms-xl-8-5 {
    margin-left: 8.5rem !important;
  }

  .ms-xl-9 {
    margin-left: 9rem !important;
  }

  .ms-xl-9-5 {
    margin-left: 9.5rem !important;
  }

  .ms-xl-10 {
    margin-left: 10rem !important;
  }

  .ms-xl-10-5 {
    margin-left: 10.5rem !important;
  }

  .ms-xl-11 {
    margin-left: 11rem !important;
  }

  .ms-xl-11-5 {
    margin-left: 11.5rem !important;
  }

  .ms-xl-12 {
    margin-left: 12rem !important;
  }

  .ms-xl-12-5 {
    margin-left: 12.5rem !important;
  }

  .ms-xl-13 {
    margin-left: 13rem !important;
  }

  .ms-xl-13-5 {
    margin-left: 13.5rem !important;
  }

  .ms-xl-14 {
    margin-left: 14rem !important;
  }

  .ms-xl-14-5 {
    margin-left: 14.5rem !important;
  }

  .ms-xl-15 {
    margin-left: 15rem !important;
  }

  .ms-xl-15-5 {
    margin-left: 15.5rem !important;
  }

  .ms-xl-16 {
    margin-left: 16rem !important;
  }

  .ms-xl-16-5 {
    margin-left: 16.5rem !important;
  }

  .ms-xl-17 {
    margin-left: 17rem !important;
  }

  .ms-xl-17-5 {
    margin-left: 17.5rem !important;
  }

  .ms-xl-18 {
    margin-left: 18rem !important;
  }

  .ms-xl-18-5 {
    margin-left: 18.5rem !important;
  }

  .ms-xl-19 {
    margin-left: 19rem !important;
  }

  .ms-xl-19-5 {
    margin-left: 19.5rem !important;
  }

  .ms-xl-20 {
    margin-left: 20rem !important;
  }

  .ms-xl-20-5 {
    margin-left: 20.5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n0-5 {
    margin: -0.5rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .m-xl-n1-5 {
    margin: -1.5rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .m-xl-n2-5 {
    margin: -2.5rem !important;
  }

  .m-xl-n3 {
    margin: -3rem !important;
  }

  .m-xl-n3-5 {
    margin: -3.5rem !important;
  }

  .m-xl-n4 {
    margin: -4rem !important;
  }

  .m-xl-n4-5 {
    margin: -4.5rem !important;
  }

  .m-xl-n5 {
    margin: -5rem !important;
  }

  .m-xl-n5-5 {
    margin: -5.5rem !important;
  }

  .m-xl-n6 {
    margin: -6rem !important;
  }

  .m-xl-n6-5 {
    margin: -6.5rem !important;
  }

  .m-xl-n7 {
    margin: -7rem !important;
  }

  .m-xl-n7-5 {
    margin: -7.5rem !important;
  }

  .m-xl-n8 {
    margin: -8rem !important;
  }

  .m-xl-n8-5 {
    margin: -8.5rem !important;
  }

  .m-xl-n9 {
    margin: -9rem !important;
  }

  .m-xl-n9-5 {
    margin: -9.5rem !important;
  }

  .m-xl-n10 {
    margin: -10rem !important;
  }

  .m-xl-n10-5 {
    margin: -10.5rem !important;
  }

  .m-xl-n11 {
    margin: -11rem !important;
  }

  .m-xl-n11-5 {
    margin: -11.5rem !important;
  }

  .m-xl-n12 {
    margin: -12rem !important;
  }

  .m-xl-n12-5 {
    margin: -12.5rem !important;
  }

  .m-xl-n13 {
    margin: -13rem !important;
  }

  .m-xl-n13-5 {
    margin: -13.5rem !important;
  }

  .m-xl-n14 {
    margin: -14rem !important;
  }

  .m-xl-n14-5 {
    margin: -14.5rem !important;
  }

  .m-xl-n15 {
    margin: -15rem !important;
  }

  .m-xl-n15-5 {
    margin: -15.5rem !important;
  }

  .m-xl-n16 {
    margin: -16rem !important;
  }

  .m-xl-n16-5 {
    margin: -16.5rem !important;
  }

  .m-xl-n17 {
    margin: -17rem !important;
  }

  .m-xl-n17-5 {
    margin: -17.5rem !important;
  }

  .m-xl-n18 {
    margin: -18rem !important;
  }

  .m-xl-n18-5 {
    margin: -18.5rem !important;
  }

  .m-xl-n19 {
    margin: -19rem !important;
  }

  .m-xl-n19-5 {
    margin: -19.5rem !important;
  }

  .m-xl-n20 {
    margin: -20rem !important;
  }

  .m-xl-n20-5 {
    margin: -20.5rem !important;
  }

  .mx-xl-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xl-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xl-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-xl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xl-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xl-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xl-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xl-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-xl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xl-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-xl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xl-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-xl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xl-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-xl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xl-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-xl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xl-n15-5 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-xl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-xl-n16-5 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }

  .mx-xl-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-xl-n17-5 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }

  .mx-xl-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-xl-n18-5 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }

  .mx-xl-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-xl-n19-5 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }

  .mx-xl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-xl-n20-5 {
    margin-right: -20.5rem !important;
    margin-left: -20.5rem !important;
  }

  .my-xl-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xl-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xl-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-xl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xl-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xl-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xl-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xl-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-xl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xl-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-xl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xl-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-xl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xl-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-xl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xl-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-xl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xl-n15-5 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-xl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-xl-n16-5 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }

  .my-xl-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-xl-n17-5 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }

  .my-xl-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-xl-n18-5 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .my-xl-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-xl-n19-5 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }

  .my-xl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-xl-n20-5 {
    margin-top: -20.5rem !important;
    margin-bottom: -20.5rem !important;
  }

  .mt-xl-n0-5 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xl-n1-5 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xl-n2-5 {
    margin-top: -2.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -3rem !important;
  }

  .mt-xl-n3-5 {
    margin-top: -3.5rem !important;
  }

  .mt-xl-n4 {
    margin-top: -4rem !important;
  }

  .mt-xl-n4-5 {
    margin-top: -4.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -5rem !important;
  }

  .mt-xl-n5-5 {
    margin-top: -5.5rem !important;
  }

  .mt-xl-n6 {
    margin-top: -6rem !important;
  }

  .mt-xl-n6-5 {
    margin-top: -6.5rem !important;
  }

  .mt-xl-n7 {
    margin-top: -7rem !important;
  }

  .mt-xl-n7-5 {
    margin-top: -7.5rem !important;
  }

  .mt-xl-n8 {
    margin-top: -8rem !important;
  }

  .mt-xl-n8-5 {
    margin-top: -8.5rem !important;
  }

  .mt-xl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xl-n9-5 {
    margin-top: -9.5rem !important;
  }

  .mt-xl-n10 {
    margin-top: -10rem !important;
  }

  .mt-xl-n10-5 {
    margin-top: -10.5rem !important;
  }

  .mt-xl-n11 {
    margin-top: -11rem !important;
  }

  .mt-xl-n11-5 {
    margin-top: -11.5rem !important;
  }

  .mt-xl-n12 {
    margin-top: -12rem !important;
  }

  .mt-xl-n12-5 {
    margin-top: -12.5rem !important;
  }

  .mt-xl-n13 {
    margin-top: -13rem !important;
  }

  .mt-xl-n13-5 {
    margin-top: -13.5rem !important;
  }

  .mt-xl-n14 {
    margin-top: -14rem !important;
  }

  .mt-xl-n14-5 {
    margin-top: -14.5rem !important;
  }

  .mt-xl-n15 {
    margin-top: -15rem !important;
  }

  .mt-xl-n15-5 {
    margin-top: -15.5rem !important;
  }

  .mt-xl-n16 {
    margin-top: -16rem !important;
  }

  .mt-xl-n16-5 {
    margin-top: -16.5rem !important;
  }

  .mt-xl-n17 {
    margin-top: -17rem !important;
  }

  .mt-xl-n17-5 {
    margin-top: -17.5rem !important;
  }

  .mt-xl-n18 {
    margin-top: -18rem !important;
  }

  .mt-xl-n18-5 {
    margin-top: -18.5rem !important;
  }

  .mt-xl-n19 {
    margin-top: -19rem !important;
  }

  .mt-xl-n19-5 {
    margin-top: -19.5rem !important;
  }

  .mt-xl-n20 {
    margin-top: -20rem !important;
  }

  .mt-xl-n20-5 {
    margin-top: -20.5rem !important;
  }

  .me-xl-n0-5 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n1 {
    margin-right: -1rem !important;
  }

  .me-xl-n1-5 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n2 {
    margin-right: -2rem !important;
  }

  .me-xl-n2-5 {
    margin-right: -2.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -3rem !important;
  }

  .me-xl-n3-5 {
    margin-right: -3.5rem !important;
  }

  .me-xl-n4 {
    margin-right: -4rem !important;
  }

  .me-xl-n4-5 {
    margin-right: -4.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -5rem !important;
  }

  .me-xl-n5-5 {
    margin-right: -5.5rem !important;
  }

  .me-xl-n6 {
    margin-right: -6rem !important;
  }

  .me-xl-n6-5 {
    margin-right: -6.5rem !important;
  }

  .me-xl-n7 {
    margin-right: -7rem !important;
  }

  .me-xl-n7-5 {
    margin-right: -7.5rem !important;
  }

  .me-xl-n8 {
    margin-right: -8rem !important;
  }

  .me-xl-n8-5 {
    margin-right: -8.5rem !important;
  }

  .me-xl-n9 {
    margin-right: -9rem !important;
  }

  .me-xl-n9-5 {
    margin-right: -9.5rem !important;
  }

  .me-xl-n10 {
    margin-right: -10rem !important;
  }

  .me-xl-n10-5 {
    margin-right: -10.5rem !important;
  }

  .me-xl-n11 {
    margin-right: -11rem !important;
  }

  .me-xl-n11-5 {
    margin-right: -11.5rem !important;
  }

  .me-xl-n12 {
    margin-right: -12rem !important;
  }

  .me-xl-n12-5 {
    margin-right: -12.5rem !important;
  }

  .me-xl-n13 {
    margin-right: -13rem !important;
  }

  .me-xl-n13-5 {
    margin-right: -13.5rem !important;
  }

  .me-xl-n14 {
    margin-right: -14rem !important;
  }

  .me-xl-n14-5 {
    margin-right: -14.5rem !important;
  }

  .me-xl-n15 {
    margin-right: -15rem !important;
  }

  .me-xl-n15-5 {
    margin-right: -15.5rem !important;
  }

  .me-xl-n16 {
    margin-right: -16rem !important;
  }

  .me-xl-n16-5 {
    margin-right: -16.5rem !important;
  }

  .me-xl-n17 {
    margin-right: -17rem !important;
  }

  .me-xl-n17-5 {
    margin-right: -17.5rem !important;
  }

  .me-xl-n18 {
    margin-right: -18rem !important;
  }

  .me-xl-n18-5 {
    margin-right: -18.5rem !important;
  }

  .me-xl-n19 {
    margin-right: -19rem !important;
  }

  .me-xl-n19-5 {
    margin-right: -19.5rem !important;
  }

  .me-xl-n20 {
    margin-right: -20rem !important;
  }

  .me-xl-n20-5 {
    margin-right: -20.5rem !important;
  }

  .mb-xl-n0-5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n1-5 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n2-5 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n3-5 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }

  .mb-xl-n4-5 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }

  .mb-xl-n5-5 {
    margin-bottom: -5.5rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n6-5 {
    margin-bottom: -6.5rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-xl-n7-5 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-xl-n8-5 {
    margin-bottom: -8.5rem !important;
  }

  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xl-n9-5 {
    margin-bottom: -9.5rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-xl-n10-5 {
    margin-bottom: -10.5rem !important;
  }

  .mb-xl-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-xl-n11-5 {
    margin-bottom: -11.5rem !important;
  }

  .mb-xl-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-xl-n12-5 {
    margin-bottom: -12.5rem !important;
  }

  .mb-xl-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-xl-n13-5 {
    margin-bottom: -13.5rem !important;
  }

  .mb-xl-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-xl-n14-5 {
    margin-bottom: -14.5rem !important;
  }

  .mb-xl-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-xl-n15-5 {
    margin-bottom: -15.5rem !important;
  }

  .mb-xl-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-xl-n16-5 {
    margin-bottom: -16.5rem !important;
  }

  .mb-xl-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-xl-n17-5 {
    margin-bottom: -17.5rem !important;
  }

  .mb-xl-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-xl-n18-5 {
    margin-bottom: -18.5rem !important;
  }

  .mb-xl-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-xl-n19-5 {
    margin-bottom: -19.5rem !important;
  }

  .mb-xl-n20 {
    margin-bottom: -20rem !important;
  }

  .mb-xl-n20-5 {
    margin-bottom: -20.5rem !important;
  }

  .ms-xl-n0-5 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xl-n1-5 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xl-n2-5 {
    margin-left: -2.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -3rem !important;
  }

  .ms-xl-n3-5 {
    margin-left: -3.5rem !important;
  }

  .ms-xl-n4 {
    margin-left: -4rem !important;
  }

  .ms-xl-n4-5 {
    margin-left: -4.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -5rem !important;
  }

  .ms-xl-n5-5 {
    margin-left: -5.5rem !important;
  }

  .ms-xl-n6 {
    margin-left: -6rem !important;
  }

  .ms-xl-n6-5 {
    margin-left: -6.5rem !important;
  }

  .ms-xl-n7 {
    margin-left: -7rem !important;
  }

  .ms-xl-n7-5 {
    margin-left: -7.5rem !important;
  }

  .ms-xl-n8 {
    margin-left: -8rem !important;
  }

  .ms-xl-n8-5 {
    margin-left: -8.5rem !important;
  }

  .ms-xl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xl-n9-5 {
    margin-left: -9.5rem !important;
  }

  .ms-xl-n10 {
    margin-left: -10rem !important;
  }

  .ms-xl-n10-5 {
    margin-left: -10.5rem !important;
  }

  .ms-xl-n11 {
    margin-left: -11rem !important;
  }

  .ms-xl-n11-5 {
    margin-left: -11.5rem !important;
  }

  .ms-xl-n12 {
    margin-left: -12rem !important;
  }

  .ms-xl-n12-5 {
    margin-left: -12.5rem !important;
  }

  .ms-xl-n13 {
    margin-left: -13rem !important;
  }

  .ms-xl-n13-5 {
    margin-left: -13.5rem !important;
  }

  .ms-xl-n14 {
    margin-left: -14rem !important;
  }

  .ms-xl-n14-5 {
    margin-left: -14.5rem !important;
  }

  .ms-xl-n15 {
    margin-left: -15rem !important;
  }

  .ms-xl-n15-5 {
    margin-left: -15.5rem !important;
  }

  .ms-xl-n16 {
    margin-left: -16rem !important;
  }

  .ms-xl-n16-5 {
    margin-left: -16.5rem !important;
  }

  .ms-xl-n17 {
    margin-left: -17rem !important;
  }

  .ms-xl-n17-5 {
    margin-left: -17.5rem !important;
  }

  .ms-xl-n18 {
    margin-left: -18rem !important;
  }

  .ms-xl-n18-5 {
    margin-left: -18.5rem !important;
  }

  .ms-xl-n19 {
    margin-left: -19rem !important;
  }

  .ms-xl-n19-5 {
    margin-left: -19.5rem !important;
  }

  .ms-xl-n20 {
    margin-left: -20rem !important;
  }

  .ms-xl-n20-5 {
    margin-left: -20.5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-0-5 {
    padding: 0.5rem !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .p-xl-1-5 {
    padding: 1.5rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .p-xl-2-5 {
    padding: 2.5rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .p-xl-3-5 {
    padding: 3.5rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .p-xl-4-5 {
    padding: 4.5rem !important;
  }

  .p-xl-5 {
    padding: 5rem !important;
  }

  .p-xl-5-5 {
    padding: 5.5rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .p-xl-6-5 {
    padding: 6.5rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .p-xl-7-5 {
    padding: 7.5rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .p-xl-8-5 {
    padding: 8.5rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .p-xl-9-5 {
    padding: 9.5rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .p-xl-10-5 {
    padding: 10.5rem !important;
  }

  .p-xl-11 {
    padding: 11rem !important;
  }

  .p-xl-11-5 {
    padding: 11.5rem !important;
  }

  .p-xl-12 {
    padding: 12rem !important;
  }

  .p-xl-12-5 {
    padding: 12.5rem !important;
  }

  .p-xl-13 {
    padding: 13rem !important;
  }

  .p-xl-13-5 {
    padding: 13.5rem !important;
  }

  .p-xl-14 {
    padding: 14rem !important;
  }

  .p-xl-14-5 {
    padding: 14.5rem !important;
  }

  .p-xl-15 {
    padding: 15rem !important;
  }

  .p-xl-15-5 {
    padding: 15.5rem !important;
  }

  .p-xl-16 {
    padding: 16rem !important;
  }

  .p-xl-16-5 {
    padding: 16.5rem !important;
  }

  .p-xl-17 {
    padding: 17rem !important;
  }

  .p-xl-17-5 {
    padding: 17.5rem !important;
  }

  .p-xl-18 {
    padding: 18rem !important;
  }

  .p-xl-18-5 {
    padding: 18.5rem !important;
  }

  .p-xl-19 {
    padding: 19rem !important;
  }

  .p-xl-19-5 {
    padding: 19.5rem !important;
  }

  .p-xl-20 {
    padding: 20rem !important;
  }

  .p-xl-20-5 {
    padding: 20.5rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }

  .px-xl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xl-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }

  .px-xl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-xl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xl-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }

  .px-xl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xl-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }

  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-15-5 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }

  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xl-16-5 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }

  .px-xl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-xl-17-5 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }

  .px-xl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-xl-18-5 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }

  .px-xl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xl-19-5 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }

  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xl-20-5 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }

  .py-xl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xl-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }

  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xl-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }

  .py-xl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xl-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }

  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-15-5 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }

  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xl-16-5 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }

  .py-xl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-xl-17-5 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }

  .py-xl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-xl-18-5 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xl-19-5 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }

  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xl-20-5 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-0-5 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-1-5 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-2-5 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 3rem !important;
  }

  .pt-xl-3-5 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pt-xl-4-5 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pt-xl-5-5 {
    padding-top: 5.5rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-6-5 {
    padding-top: 6.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pt-xl-7-5 {
    padding-top: 7.5rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pt-xl-8-5 {
    padding-top: 8.5rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-9-5 {
    padding-top: 9.5rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pt-xl-10-5 {
    padding-top: 10.5rem !important;
  }

  .pt-xl-11 {
    padding-top: 11rem !important;
  }

  .pt-xl-11-5 {
    padding-top: 11.5rem !important;
  }

  .pt-xl-12 {
    padding-top: 12rem !important;
  }

  .pt-xl-12-5 {
    padding-top: 12.5rem !important;
  }

  .pt-xl-13 {
    padding-top: 13rem !important;
  }

  .pt-xl-13-5 {
    padding-top: 13.5rem !important;
  }

  .pt-xl-14 {
    padding-top: 14rem !important;
  }

  .pt-xl-14-5 {
    padding-top: 14.5rem !important;
  }

  .pt-xl-15 {
    padding-top: 15rem !important;
  }

  .pt-xl-15-5 {
    padding-top: 15.5rem !important;
  }

  .pt-xl-16 {
    padding-top: 16rem !important;
  }

  .pt-xl-16-5 {
    padding-top: 16.5rem !important;
  }

  .pt-xl-17 {
    padding-top: 17rem !important;
  }

  .pt-xl-17-5 {
    padding-top: 17.5rem !important;
  }

  .pt-xl-18 {
    padding-top: 18rem !important;
  }

  .pt-xl-18-5 {
    padding-top: 18.5rem !important;
  }

  .pt-xl-19 {
    padding-top: 19rem !important;
  }

  .pt-xl-19-5 {
    padding-top: 19.5rem !important;
  }

  .pt-xl-20 {
    padding-top: 20rem !important;
  }

  .pt-xl-20-5 {
    padding-top: 20.5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-0-5 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-1 {
    padding-right: 1rem !important;
  }

  .pe-xl-1-5 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-2 {
    padding-right: 2rem !important;
  }

  .pe-xl-2-5 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 3rem !important;
  }

  .pe-xl-3-5 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-4 {
    padding-right: 4rem !important;
  }

  .pe-xl-4-5 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 5rem !important;
  }

  .pe-xl-5-5 {
    padding-right: 5.5rem !important;
  }

  .pe-xl-6 {
    padding-right: 6rem !important;
  }

  .pe-xl-6-5 {
    padding-right: 6.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 7rem !important;
  }

  .pe-xl-7-5 {
    padding-right: 7.5rem !important;
  }

  .pe-xl-8 {
    padding-right: 8rem !important;
  }

  .pe-xl-8-5 {
    padding-right: 8.5rem !important;
  }

  .pe-xl-9 {
    padding-right: 9rem !important;
  }

  .pe-xl-9-5 {
    padding-right: 9.5rem !important;
  }

  .pe-xl-10 {
    padding-right: 10rem !important;
  }

  .pe-xl-10-5 {
    padding-right: 10.5rem !important;
  }

  .pe-xl-11 {
    padding-right: 11rem !important;
  }

  .pe-xl-11-5 {
    padding-right: 11.5rem !important;
  }

  .pe-xl-12 {
    padding-right: 12rem !important;
  }

  .pe-xl-12-5 {
    padding-right: 12.5rem !important;
  }

  .pe-xl-13 {
    padding-right: 13rem !important;
  }

  .pe-xl-13-5 {
    padding-right: 13.5rem !important;
  }

  .pe-xl-14 {
    padding-right: 14rem !important;
  }

  .pe-xl-14-5 {
    padding-right: 14.5rem !important;
  }

  .pe-xl-15 {
    padding-right: 15rem !important;
  }

  .pe-xl-15-5 {
    padding-right: 15.5rem !important;
  }

  .pe-xl-16 {
    padding-right: 16rem !important;
  }

  .pe-xl-16-5 {
    padding-right: 16.5rem !important;
  }

  .pe-xl-17 {
    padding-right: 17rem !important;
  }

  .pe-xl-17-5 {
    padding-right: 17.5rem !important;
  }

  .pe-xl-18 {
    padding-right: 18rem !important;
  }

  .pe-xl-18-5 {
    padding-right: 18.5rem !important;
  }

  .pe-xl-19 {
    padding-right: 19rem !important;
  }

  .pe-xl-19-5 {
    padding-right: 19.5rem !important;
  }

  .pe-xl-20 {
    padding-right: 20rem !important;
  }

  .pe-xl-20-5 {
    padding-right: 20.5rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-0-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-1-5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-2-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-3-5 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-4-5 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-5-5 {
    padding-bottom: 5.5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-6-5 {
    padding-bottom: 6.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-7-5 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-8-5 {
    padding-bottom: 8.5rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-9-5 {
    padding-bottom: 9.5rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-10-5 {
    padding-bottom: 10.5rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 11rem !important;
  }

  .pb-xl-11-5 {
    padding-bottom: 11.5rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-12-5 {
    padding-bottom: 12.5rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }

  .pb-xl-13-5 {
    padding-bottom: 13.5rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 14rem !important;
  }

  .pb-xl-14-5 {
    padding-bottom: 14.5rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-15-5 {
    padding-bottom: 15.5rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xl-16-5 {
    padding-bottom: 16.5rem !important;
  }

  .pb-xl-17 {
    padding-bottom: 17rem !important;
  }

  .pb-xl-17-5 {
    padding-bottom: 17.5rem !important;
  }

  .pb-xl-18 {
    padding-bottom: 18rem !important;
  }

  .pb-xl-18-5 {
    padding-bottom: 18.5rem !important;
  }

  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xl-19-5 {
    padding-bottom: 19.5rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xl-20-5 {
    padding-bottom: 20.5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-0-5 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-1 {
    padding-left: 1rem !important;
  }

  .ps-xl-1-5 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-2 {
    padding-left: 2rem !important;
  }

  .ps-xl-2-5 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 3rem !important;
  }

  .ps-xl-3-5 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-4 {
    padding-left: 4rem !important;
  }

  .ps-xl-4-5 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 5rem !important;
  }

  .ps-xl-5-5 {
    padding-left: 5.5rem !important;
  }

  .ps-xl-6 {
    padding-left: 6rem !important;
  }

  .ps-xl-6-5 {
    padding-left: 6.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 7rem !important;
  }

  .ps-xl-7-5 {
    padding-left: 7.5rem !important;
  }

  .ps-xl-8 {
    padding-left: 8rem !important;
  }

  .ps-xl-8-5 {
    padding-left: 8.5rem !important;
  }

  .ps-xl-9 {
    padding-left: 9rem !important;
  }

  .ps-xl-9-5 {
    padding-left: 9.5rem !important;
  }

  .ps-xl-10 {
    padding-left: 10rem !important;
  }

  .ps-xl-10-5 {
    padding-left: 10.5rem !important;
  }

  .ps-xl-11 {
    padding-left: 11rem !important;
  }

  .ps-xl-11-5 {
    padding-left: 11.5rem !important;
  }

  .ps-xl-12 {
    padding-left: 12rem !important;
  }

  .ps-xl-12-5 {
    padding-left: 12.5rem !important;
  }

  .ps-xl-13 {
    padding-left: 13rem !important;
  }

  .ps-xl-13-5 {
    padding-left: 13.5rem !important;
  }

  .ps-xl-14 {
    padding-left: 14rem !important;
  }

  .ps-xl-14-5 {
    padding-left: 14.5rem !important;
  }

  .ps-xl-15 {
    padding-left: 15rem !important;
  }

  .ps-xl-15-5 {
    padding-left: 15.5rem !important;
  }

  .ps-xl-16 {
    padding-left: 16rem !important;
  }

  .ps-xl-16-5 {
    padding-left: 16.5rem !important;
  }

  .ps-xl-17 {
    padding-left: 17rem !important;
  }

  .ps-xl-17-5 {
    padding-left: 17.5rem !important;
  }

  .ps-xl-18 {
    padding-left: 18rem !important;
  }

  .ps-xl-18-5 {
    padding-left: 18.5rem !important;
  }

  .ps-xl-19 {
    padding-left: 19rem !important;
  }

  .ps-xl-19-5 {
    padding-left: 19.5rem !important;
  }

  .ps-xl-20 {
    padding-left: 20rem !important;
  }

  .ps-xl-20-5 {
    padding-left: 20.5rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-0-5 {
    gap: 0.5rem !important;
  }

  .gap-xxl-1 {
    gap: 1rem !important;
  }

  .gap-xxl-1-5 {
    gap: 1.5rem !important;
  }

  .gap-xxl-2 {
    gap: 2rem !important;
  }

  .gap-xxl-2-5 {
    gap: 2.5rem !important;
  }

  .gap-xxl-3 {
    gap: 3rem !important;
  }

  .gap-xxl-3-5 {
    gap: 3.5rem !important;
  }

  .gap-xxl-4 {
    gap: 4rem !important;
  }

  .gap-xxl-4-5 {
    gap: 4.5rem !important;
  }

  .gap-xxl-5 {
    gap: 5rem !important;
  }

  .gap-xxl-5-5 {
    gap: 5.5rem !important;
  }

  .gap-xxl-6 {
    gap: 6rem !important;
  }

  .gap-xxl-6-5 {
    gap: 6.5rem !important;
  }

  .gap-xxl-7 {
    gap: 7rem !important;
  }

  .gap-xxl-7-5 {
    gap: 7.5rem !important;
  }

  .gap-xxl-8 {
    gap: 8rem !important;
  }

  .gap-xxl-8-5 {
    gap: 8.5rem !important;
  }

  .gap-xxl-9 {
    gap: 9rem !important;
  }

  .gap-xxl-9-5 {
    gap: 9.5rem !important;
  }

  .gap-xxl-10 {
    gap: 10rem !important;
  }

  .gap-xxl-10-5 {
    gap: 10.5rem !important;
  }

  .gap-xxl-11 {
    gap: 11rem !important;
  }

  .gap-xxl-11-5 {
    gap: 11.5rem !important;
  }

  .gap-xxl-12 {
    gap: 12rem !important;
  }

  .gap-xxl-12-5 {
    gap: 12.5rem !important;
  }

  .gap-xxl-13 {
    gap: 13rem !important;
  }

  .gap-xxl-13-5 {
    gap: 13.5rem !important;
  }

  .gap-xxl-14 {
    gap: 14rem !important;
  }

  .gap-xxl-14-5 {
    gap: 14.5rem !important;
  }

  .gap-xxl-15 {
    gap: 15rem !important;
  }

  .gap-xxl-15-5 {
    gap: 15.5rem !important;
  }

  .gap-xxl-16 {
    gap: 16rem !important;
  }

  .gap-xxl-16-5 {
    gap: 16.5rem !important;
  }

  .gap-xxl-17 {
    gap: 17rem !important;
  }

  .gap-xxl-17-5 {
    gap: 17.5rem !important;
  }

  .gap-xxl-18 {
    gap: 18rem !important;
  }

  .gap-xxl-18-5 {
    gap: 18.5rem !important;
  }

  .gap-xxl-19 {
    gap: 19rem !important;
  }

  .gap-xxl-19-5 {
    gap: 19.5rem !important;
  }

  .gap-xxl-20 {
    gap: 20rem !important;
  }

  .gap-xxl-20-5 {
    gap: 20.5rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-0-5 {
    margin: 0.5rem !important;
  }

  .m-xxl-1 {
    margin: 1rem !important;
  }

  .m-xxl-1-5 {
    margin: 1.5rem !important;
  }

  .m-xxl-2 {
    margin: 2rem !important;
  }

  .m-xxl-2-5 {
    margin: 2.5rem !important;
  }

  .m-xxl-3 {
    margin: 3rem !important;
  }

  .m-xxl-3-5 {
    margin: 3.5rem !important;
  }

  .m-xxl-4 {
    margin: 4rem !important;
  }

  .m-xxl-4-5 {
    margin: 4.5rem !important;
  }

  .m-xxl-5 {
    margin: 5rem !important;
  }

  .m-xxl-5-5 {
    margin: 5.5rem !important;
  }

  .m-xxl-6 {
    margin: 6rem !important;
  }

  .m-xxl-6-5 {
    margin: 6.5rem !important;
  }

  .m-xxl-7 {
    margin: 7rem !important;
  }

  .m-xxl-7-5 {
    margin: 7.5rem !important;
  }

  .m-xxl-8 {
    margin: 8rem !important;
  }

  .m-xxl-8-5 {
    margin: 8.5rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .m-xxl-9-5 {
    margin: 9.5rem !important;
  }

  .m-xxl-10 {
    margin: 10rem !important;
  }

  .m-xxl-10-5 {
    margin: 10.5rem !important;
  }

  .m-xxl-11 {
    margin: 11rem !important;
  }

  .m-xxl-11-5 {
    margin: 11.5rem !important;
  }

  .m-xxl-12 {
    margin: 12rem !important;
  }

  .m-xxl-12-5 {
    margin: 12.5rem !important;
  }

  .m-xxl-13 {
    margin: 13rem !important;
  }

  .m-xxl-13-5 {
    margin: 13.5rem !important;
  }

  .m-xxl-14 {
    margin: 14rem !important;
  }

  .m-xxl-14-5 {
    margin: 14.5rem !important;
  }

  .m-xxl-15 {
    margin: 15rem !important;
  }

  .m-xxl-15-5 {
    margin: 15.5rem !important;
  }

  .m-xxl-16 {
    margin: 16rem !important;
  }

  .m-xxl-16-5 {
    margin: 16.5rem !important;
  }

  .m-xxl-17 {
    margin: 17rem !important;
  }

  .m-xxl-17-5 {
    margin: 17.5rem !important;
  }

  .m-xxl-18 {
    margin: 18rem !important;
  }

  .m-xxl-18-5 {
    margin: 18.5rem !important;
  }

  .m-xxl-19 {
    margin: 19rem !important;
  }

  .m-xxl-19-5 {
    margin: 19.5rem !important;
  }

  .m-xxl-20 {
    margin: 20rem !important;
  }

  .m-xxl-20-5 {
    margin: 20.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xxl-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }

  .mx-xxl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xxl-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }

  .mx-xxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xxl-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .mx-xxl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xxl-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }

  .mx-xxl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xxl-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }

  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xxl-15-5 {
    margin-right: 15.5rem !important;
    margin-left: 15.5rem !important;
  }

  .mx-xxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xxl-16-5 {
    margin-right: 16.5rem !important;
    margin-left: 16.5rem !important;
  }

  .mx-xxl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-xxl-17-5 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }

  .mx-xxl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-xxl-18-5 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }

  .mx-xxl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xxl-19-5 {
    margin-right: 19.5rem !important;
    margin-left: 19.5rem !important;
  }

  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xxl-20-5 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }

  .my-xxl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xxl-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }

  .my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xxl-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .my-xxl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xxl-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }

  .my-xxl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xxl-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }

  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xxl-15-5 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }

  .my-xxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xxl-16-5 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }

  .my-xxl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-xxl-17-5 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }

  .my-xxl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-xxl-18-5 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .my-xxl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xxl-19-5 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }

  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xxl-20-5 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-0-5 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-1-5 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-2-5 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxl-3-5 {
    margin-top: 3.5rem !important;
  }

  .mt-xxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxl-4-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxl-5-5 {
    margin-top: 5.5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-6-5 {
    margin-top: 6.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-7-5 {
    margin-top: 7.5rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-8-5 {
    margin-top: 8.5rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-9-5 {
    margin-top: 9.5rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-10-5 {
    margin-top: 10.5rem !important;
  }

  .mt-xxl-11 {
    margin-top: 11rem !important;
  }

  .mt-xxl-11-5 {
    margin-top: 11.5rem !important;
  }

  .mt-xxl-12 {
    margin-top: 12rem !important;
  }

  .mt-xxl-12-5 {
    margin-top: 12.5rem !important;
  }

  .mt-xxl-13 {
    margin-top: 13rem !important;
  }

  .mt-xxl-13-5 {
    margin-top: 13.5rem !important;
  }

  .mt-xxl-14 {
    margin-top: 14rem !important;
  }

  .mt-xxl-14-5 {
    margin-top: 14.5rem !important;
  }

  .mt-xxl-15 {
    margin-top: 15rem !important;
  }

  .mt-xxl-15-5 {
    margin-top: 15.5rem !important;
  }

  .mt-xxl-16 {
    margin-top: 16rem !important;
  }

  .mt-xxl-16-5 {
    margin-top: 16.5rem !important;
  }

  .mt-xxl-17 {
    margin-top: 17rem !important;
  }

  .mt-xxl-17-5 {
    margin-top: 17.5rem !important;
  }

  .mt-xxl-18 {
    margin-top: 18rem !important;
  }

  .mt-xxl-18-5 {
    margin-top: 18.5rem !important;
  }

  .mt-xxl-19 {
    margin-top: 19rem !important;
  }

  .mt-xxl-19-5 {
    margin-top: 19.5rem !important;
  }

  .mt-xxl-20 {
    margin-top: 20rem !important;
  }

  .mt-xxl-20-5 {
    margin-top: 20.5rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-0-5 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxl-1-5 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxl-2-5 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 3rem !important;
  }

  .me-xxl-3-5 {
    margin-right: 3.5rem !important;
  }

  .me-xxl-4 {
    margin-right: 4rem !important;
  }

  .me-xxl-4-5 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 5rem !important;
  }

  .me-xxl-5-5 {
    margin-right: 5.5rem !important;
  }

  .me-xxl-6 {
    margin-right: 6rem !important;
  }

  .me-xxl-6-5 {
    margin-right: 6.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 7rem !important;
  }

  .me-xxl-7-5 {
    margin-right: 7.5rem !important;
  }

  .me-xxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxl-8-5 {
    margin-right: 8.5rem !important;
  }

  .me-xxl-9 {
    margin-right: 9rem !important;
  }

  .me-xxl-9-5 {
    margin-right: 9.5rem !important;
  }

  .me-xxl-10 {
    margin-right: 10rem !important;
  }

  .me-xxl-10-5 {
    margin-right: 10.5rem !important;
  }

  .me-xxl-11 {
    margin-right: 11rem !important;
  }

  .me-xxl-11-5 {
    margin-right: 11.5rem !important;
  }

  .me-xxl-12 {
    margin-right: 12rem !important;
  }

  .me-xxl-12-5 {
    margin-right: 12.5rem !important;
  }

  .me-xxl-13 {
    margin-right: 13rem !important;
  }

  .me-xxl-13-5 {
    margin-right: 13.5rem !important;
  }

  .me-xxl-14 {
    margin-right: 14rem !important;
  }

  .me-xxl-14-5 {
    margin-right: 14.5rem !important;
  }

  .me-xxl-15 {
    margin-right: 15rem !important;
  }

  .me-xxl-15-5 {
    margin-right: 15.5rem !important;
  }

  .me-xxl-16 {
    margin-right: 16rem !important;
  }

  .me-xxl-16-5 {
    margin-right: 16.5rem !important;
  }

  .me-xxl-17 {
    margin-right: 17rem !important;
  }

  .me-xxl-17-5 {
    margin-right: 17.5rem !important;
  }

  .me-xxl-18 {
    margin-right: 18rem !important;
  }

  .me-xxl-18-5 {
    margin-right: 18.5rem !important;
  }

  .me-xxl-19 {
    margin-right: 19rem !important;
  }

  .me-xxl-19-5 {
    margin-right: 19.5rem !important;
  }

  .me-xxl-20 {
    margin-right: 20rem !important;
  }

  .me-xxl-20-5 {
    margin-right: 20.5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-0-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-1-5 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-2-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-3-5 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-4-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-5-5 {
    margin-bottom: 5.5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-6-5 {
    margin-bottom: 6.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-7-5 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-8-5 {
    margin-bottom: 8.5rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-9-5 {
    margin-bottom: 9.5rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-10-5 {
    margin-bottom: 10.5rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xxl-11-5 {
    margin-bottom: 11.5rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-12-5 {
    margin-bottom: 12.5rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xxl-13-5 {
    margin-bottom: 13.5rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xxl-14-5 {
    margin-bottom: 14.5rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xxl-15-5 {
    margin-bottom: 15.5rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xxl-16-5 {
    margin-bottom: 16.5rem !important;
  }

  .mb-xxl-17 {
    margin-bottom: 17rem !important;
  }

  .mb-xxl-17-5 {
    margin-bottom: 17.5rem !important;
  }

  .mb-xxl-18 {
    margin-bottom: 18rem !important;
  }

  .mb-xxl-18-5 {
    margin-bottom: 18.5rem !important;
  }

  .mb-xxl-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xxl-19-5 {
    margin-bottom: 19.5rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xxl-20-5 {
    margin-bottom: 20.5rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-0-5 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxl-1-5 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxl-2-5 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 3rem !important;
  }

  .ms-xxl-3-5 {
    margin-left: 3.5rem !important;
  }

  .ms-xxl-4 {
    margin-left: 4rem !important;
  }

  .ms-xxl-4-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 5rem !important;
  }

  .ms-xxl-5-5 {
    margin-left: 5.5rem !important;
  }

  .ms-xxl-6 {
    margin-left: 6rem !important;
  }

  .ms-xxl-6-5 {
    margin-left: 6.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 7rem !important;
  }

  .ms-xxl-7-5 {
    margin-left: 7.5rem !important;
  }

  .ms-xxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxl-8-5 {
    margin-left: 8.5rem !important;
  }

  .ms-xxl-9 {
    margin-left: 9rem !important;
  }

  .ms-xxl-9-5 {
    margin-left: 9.5rem !important;
  }

  .ms-xxl-10 {
    margin-left: 10rem !important;
  }

  .ms-xxl-10-5 {
    margin-left: 10.5rem !important;
  }

  .ms-xxl-11 {
    margin-left: 11rem !important;
  }

  .ms-xxl-11-5 {
    margin-left: 11.5rem !important;
  }

  .ms-xxl-12 {
    margin-left: 12rem !important;
  }

  .ms-xxl-12-5 {
    margin-left: 12.5rem !important;
  }

  .ms-xxl-13 {
    margin-left: 13rem !important;
  }

  .ms-xxl-13-5 {
    margin-left: 13.5rem !important;
  }

  .ms-xxl-14 {
    margin-left: 14rem !important;
  }

  .ms-xxl-14-5 {
    margin-left: 14.5rem !important;
  }

  .ms-xxl-15 {
    margin-left: 15rem !important;
  }

  .ms-xxl-15-5 {
    margin-left: 15.5rem !important;
  }

  .ms-xxl-16 {
    margin-left: 16rem !important;
  }

  .ms-xxl-16-5 {
    margin-left: 16.5rem !important;
  }

  .ms-xxl-17 {
    margin-left: 17rem !important;
  }

  .ms-xxl-17-5 {
    margin-left: 17.5rem !important;
  }

  .ms-xxl-18 {
    margin-left: 18rem !important;
  }

  .ms-xxl-18-5 {
    margin-left: 18.5rem !important;
  }

  .ms-xxl-19 {
    margin-left: 19rem !important;
  }

  .ms-xxl-19-5 {
    margin-left: 19.5rem !important;
  }

  .ms-xxl-20 {
    margin-left: 20rem !important;
  }

  .ms-xxl-20-5 {
    margin-left: 20.5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n0-5 {
    margin: -0.5rem !important;
  }

  .m-xxl-n1 {
    margin: -1rem !important;
  }

  .m-xxl-n1-5 {
    margin: -1.5rem !important;
  }

  .m-xxl-n2 {
    margin: -2rem !important;
  }

  .m-xxl-n2-5 {
    margin: -2.5rem !important;
  }

  .m-xxl-n3 {
    margin: -3rem !important;
  }

  .m-xxl-n3-5 {
    margin: -3.5rem !important;
  }

  .m-xxl-n4 {
    margin: -4rem !important;
  }

  .m-xxl-n4-5 {
    margin: -4.5rem !important;
  }

  .m-xxl-n5 {
    margin: -5rem !important;
  }

  .m-xxl-n5-5 {
    margin: -5.5rem !important;
  }

  .m-xxl-n6 {
    margin: -6rem !important;
  }

  .m-xxl-n6-5 {
    margin: -6.5rem !important;
  }

  .m-xxl-n7 {
    margin: -7rem !important;
  }

  .m-xxl-n7-5 {
    margin: -7.5rem !important;
  }

  .m-xxl-n8 {
    margin: -8rem !important;
  }

  .m-xxl-n8-5 {
    margin: -8.5rem !important;
  }

  .m-xxl-n9 {
    margin: -9rem !important;
  }

  .m-xxl-n9-5 {
    margin: -9.5rem !important;
  }

  .m-xxl-n10 {
    margin: -10rem !important;
  }

  .m-xxl-n10-5 {
    margin: -10.5rem !important;
  }

  .m-xxl-n11 {
    margin: -11rem !important;
  }

  .m-xxl-n11-5 {
    margin: -11.5rem !important;
  }

  .m-xxl-n12 {
    margin: -12rem !important;
  }

  .m-xxl-n12-5 {
    margin: -12.5rem !important;
  }

  .m-xxl-n13 {
    margin: -13rem !important;
  }

  .m-xxl-n13-5 {
    margin: -13.5rem !important;
  }

  .m-xxl-n14 {
    margin: -14rem !important;
  }

  .m-xxl-n14-5 {
    margin: -14.5rem !important;
  }

  .m-xxl-n15 {
    margin: -15rem !important;
  }

  .m-xxl-n15-5 {
    margin: -15.5rem !important;
  }

  .m-xxl-n16 {
    margin: -16rem !important;
  }

  .m-xxl-n16-5 {
    margin: -16.5rem !important;
  }

  .m-xxl-n17 {
    margin: -17rem !important;
  }

  .m-xxl-n17-5 {
    margin: -17.5rem !important;
  }

  .m-xxl-n18 {
    margin: -18rem !important;
  }

  .m-xxl-n18-5 {
    margin: -18.5rem !important;
  }

  .m-xxl-n19 {
    margin: -19rem !important;
  }

  .m-xxl-n19-5 {
    margin: -19.5rem !important;
  }

  .m-xxl-n20 {
    margin: -20rem !important;
  }

  .m-xxl-n20-5 {
    margin: -20.5rem !important;
  }

  .mx-xxl-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xxl-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xxl-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }

  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xxl-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xxl-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }

  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xxl-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }

  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xxl-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }

  .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xxl-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }

  .mx-xxl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xxl-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }

  .mx-xxl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xxl-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }

  .mx-xxl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xxl-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }

  .mx-xxl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xxl-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }

  .mx-xxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xxl-n15-5 {
    margin-right: -15.5rem !important;
    margin-left: -15.5rem !important;
  }

  .mx-xxl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-xxl-n16-5 {
    margin-right: -16.5rem !important;
    margin-left: -16.5rem !important;
  }

  .mx-xxl-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-xxl-n17-5 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }

  .mx-xxl-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-xxl-n18-5 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }

  .mx-xxl-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-xxl-n19-5 {
    margin-right: -19.5rem !important;
    margin-left: -19.5rem !important;
  }

  .mx-xxl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-xxl-n20-5 {
    margin-right: -20.5rem !important;
    margin-left: -20.5rem !important;
  }

  .my-xxl-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xxl-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xxl-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }

  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }

  .my-xxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xxl-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }

  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xxl-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xxl-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xxl-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }

  .my-xxl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xxl-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }

  .my-xxl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xxl-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .my-xxl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xxl-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }

  .my-xxl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xxl-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }

  .my-xxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xxl-n15-5 {
    margin-top: -15.5rem !important;
    margin-bottom: -15.5rem !important;
  }

  .my-xxl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-xxl-n16-5 {
    margin-top: -16.5rem !important;
    margin-bottom: -16.5rem !important;
  }

  .my-xxl-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-xxl-n17-5 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }

  .my-xxl-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-xxl-n18-5 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .my-xxl-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-xxl-n19-5 {
    margin-top: -19.5rem !important;
    margin-bottom: -19.5rem !important;
  }

  .my-xxl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-xxl-n20-5 {
    margin-top: -20.5rem !important;
    margin-bottom: -20.5rem !important;
  }

  .mt-xxl-n0-5 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n1-5 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xxl-n2-5 {
    margin-top: -2.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n3-5 {
    margin-top: -3.5rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -4rem !important;
  }

  .mt-xxl-n4-5 {
    margin-top: -4.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -5rem !important;
  }

  .mt-xxl-n5-5 {
    margin-top: -5.5rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }

  .mt-xxl-n6-5 {
    margin-top: -6.5rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -7rem !important;
  }

  .mt-xxl-n7-5 {
    margin-top: -7.5rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }

  .mt-xxl-n8-5 {
    margin-top: -8.5rem !important;
  }

  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xxl-n9-5 {
    margin-top: -9.5rem !important;
  }

  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }

  .mt-xxl-n10-5 {
    margin-top: -10.5rem !important;
  }

  .mt-xxl-n11 {
    margin-top: -11rem !important;
  }

  .mt-xxl-n11-5 {
    margin-top: -11.5rem !important;
  }

  .mt-xxl-n12 {
    margin-top: -12rem !important;
  }

  .mt-xxl-n12-5 {
    margin-top: -12.5rem !important;
  }

  .mt-xxl-n13 {
    margin-top: -13rem !important;
  }

  .mt-xxl-n13-5 {
    margin-top: -13.5rem !important;
  }

  .mt-xxl-n14 {
    margin-top: -14rem !important;
  }

  .mt-xxl-n14-5 {
    margin-top: -14.5rem !important;
  }

  .mt-xxl-n15 {
    margin-top: -15rem !important;
  }

  .mt-xxl-n15-5 {
    margin-top: -15.5rem !important;
  }

  .mt-xxl-n16 {
    margin-top: -16rem !important;
  }

  .mt-xxl-n16-5 {
    margin-top: -16.5rem !important;
  }

  .mt-xxl-n17 {
    margin-top: -17rem !important;
  }

  .mt-xxl-n17-5 {
    margin-top: -17.5rem !important;
  }

  .mt-xxl-n18 {
    margin-top: -18rem !important;
  }

  .mt-xxl-n18-5 {
    margin-top: -18.5rem !important;
  }

  .mt-xxl-n19 {
    margin-top: -19rem !important;
  }

  .mt-xxl-n19-5 {
    margin-top: -19.5rem !important;
  }

  .mt-xxl-n20 {
    margin-top: -20rem !important;
  }

  .mt-xxl-n20-5 {
    margin-top: -20.5rem !important;
  }

  .me-xxl-n0-5 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n1 {
    margin-right: -1rem !important;
  }

  .me-xxl-n1-5 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n2 {
    margin-right: -2rem !important;
  }

  .me-xxl-n2-5 {
    margin-right: -2.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -3rem !important;
  }

  .me-xxl-n3-5 {
    margin-right: -3.5rem !important;
  }

  .me-xxl-n4 {
    margin-right: -4rem !important;
  }

  .me-xxl-n4-5 {
    margin-right: -4.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -5rem !important;
  }

  .me-xxl-n5-5 {
    margin-right: -5.5rem !important;
  }

  .me-xxl-n6 {
    margin-right: -6rem !important;
  }

  .me-xxl-n6-5 {
    margin-right: -6.5rem !important;
  }

  .me-xxl-n7 {
    margin-right: -7rem !important;
  }

  .me-xxl-n7-5 {
    margin-right: -7.5rem !important;
  }

  .me-xxl-n8 {
    margin-right: -8rem !important;
  }

  .me-xxl-n8-5 {
    margin-right: -8.5rem !important;
  }

  .me-xxl-n9 {
    margin-right: -9rem !important;
  }

  .me-xxl-n9-5 {
    margin-right: -9.5rem !important;
  }

  .me-xxl-n10 {
    margin-right: -10rem !important;
  }

  .me-xxl-n10-5 {
    margin-right: -10.5rem !important;
  }

  .me-xxl-n11 {
    margin-right: -11rem !important;
  }

  .me-xxl-n11-5 {
    margin-right: -11.5rem !important;
  }

  .me-xxl-n12 {
    margin-right: -12rem !important;
  }

  .me-xxl-n12-5 {
    margin-right: -12.5rem !important;
  }

  .me-xxl-n13 {
    margin-right: -13rem !important;
  }

  .me-xxl-n13-5 {
    margin-right: -13.5rem !important;
  }

  .me-xxl-n14 {
    margin-right: -14rem !important;
  }

  .me-xxl-n14-5 {
    margin-right: -14.5rem !important;
  }

  .me-xxl-n15 {
    margin-right: -15rem !important;
  }

  .me-xxl-n15-5 {
    margin-right: -15.5rem !important;
  }

  .me-xxl-n16 {
    margin-right: -16rem !important;
  }

  .me-xxl-n16-5 {
    margin-right: -16.5rem !important;
  }

  .me-xxl-n17 {
    margin-right: -17rem !important;
  }

  .me-xxl-n17-5 {
    margin-right: -17.5rem !important;
  }

  .me-xxl-n18 {
    margin-right: -18rem !important;
  }

  .me-xxl-n18-5 {
    margin-right: -18.5rem !important;
  }

  .me-xxl-n19 {
    margin-right: -19rem !important;
  }

  .me-xxl-n19-5 {
    margin-right: -19.5rem !important;
  }

  .me-xxl-n20 {
    margin-right: -20rem !important;
  }

  .me-xxl-n20-5 {
    margin-right: -20.5rem !important;
  }

  .mb-xxl-n0-5 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n1-5 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-n2-5 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n3-5 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -4rem !important;
  }

  .mb-xxl-n4-5 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -5rem !important;
  }

  .mb-xxl-n5-5 {
    margin-bottom: -5.5rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl-n6-5 {
    margin-bottom: -6.5rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-xxl-n7-5 {
    margin-bottom: -7.5rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-xxl-n8-5 {
    margin-bottom: -8.5rem !important;
  }

  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xxl-n9-5 {
    margin-bottom: -9.5rem !important;
  }

  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-xxl-n10-5 {
    margin-bottom: -10.5rem !important;
  }

  .mb-xxl-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-xxl-n11-5 {
    margin-bottom: -11.5rem !important;
  }

  .mb-xxl-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-xxl-n12-5 {
    margin-bottom: -12.5rem !important;
  }

  .mb-xxl-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-xxl-n13-5 {
    margin-bottom: -13.5rem !important;
  }

  .mb-xxl-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-xxl-n14-5 {
    margin-bottom: -14.5rem !important;
  }

  .mb-xxl-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-xxl-n15-5 {
    margin-bottom: -15.5rem !important;
  }

  .mb-xxl-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-xxl-n16-5 {
    margin-bottom: -16.5rem !important;
  }

  .mb-xxl-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-xxl-n17-5 {
    margin-bottom: -17.5rem !important;
  }

  .mb-xxl-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-xxl-n18-5 {
    margin-bottom: -18.5rem !important;
  }

  .mb-xxl-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-xxl-n19-5 {
    margin-bottom: -19.5rem !important;
  }

  .mb-xxl-n20 {
    margin-bottom: -20rem !important;
  }

  .mb-xxl-n20-5 {
    margin-bottom: -20.5rem !important;
  }

  .ms-xxl-n0-5 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n1-5 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xxl-n2-5 {
    margin-left: -2.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n3-5 {
    margin-left: -3.5rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -4rem !important;
  }

  .ms-xxl-n4-5 {
    margin-left: -4.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -5rem !important;
  }

  .ms-xxl-n5-5 {
    margin-left: -5.5rem !important;
  }

  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }

  .ms-xxl-n6-5 {
    margin-left: -6.5rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -7rem !important;
  }

  .ms-xxl-n7-5 {
    margin-left: -7.5rem !important;
  }

  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }

  .ms-xxl-n8-5 {
    margin-left: -8.5rem !important;
  }

  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xxl-n9-5 {
    margin-left: -9.5rem !important;
  }

  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }

  .ms-xxl-n10-5 {
    margin-left: -10.5rem !important;
  }

  .ms-xxl-n11 {
    margin-left: -11rem !important;
  }

  .ms-xxl-n11-5 {
    margin-left: -11.5rem !important;
  }

  .ms-xxl-n12 {
    margin-left: -12rem !important;
  }

  .ms-xxl-n12-5 {
    margin-left: -12.5rem !important;
  }

  .ms-xxl-n13 {
    margin-left: -13rem !important;
  }

  .ms-xxl-n13-5 {
    margin-left: -13.5rem !important;
  }

  .ms-xxl-n14 {
    margin-left: -14rem !important;
  }

  .ms-xxl-n14-5 {
    margin-left: -14.5rem !important;
  }

  .ms-xxl-n15 {
    margin-left: -15rem !important;
  }

  .ms-xxl-n15-5 {
    margin-left: -15.5rem !important;
  }

  .ms-xxl-n16 {
    margin-left: -16rem !important;
  }

  .ms-xxl-n16-5 {
    margin-left: -16.5rem !important;
  }

  .ms-xxl-n17 {
    margin-left: -17rem !important;
  }

  .ms-xxl-n17-5 {
    margin-left: -17.5rem !important;
  }

  .ms-xxl-n18 {
    margin-left: -18rem !important;
  }

  .ms-xxl-n18-5 {
    margin-left: -18.5rem !important;
  }

  .ms-xxl-n19 {
    margin-left: -19rem !important;
  }

  .ms-xxl-n19-5 {
    margin-left: -19.5rem !important;
  }

  .ms-xxl-n20 {
    margin-left: -20rem !important;
  }

  .ms-xxl-n20-5 {
    margin-left: -20.5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-0-5 {
    padding: 0.5rem !important;
  }

  .p-xxl-1 {
    padding: 1rem !important;
  }

  .p-xxl-1-5 {
    padding: 1.5rem !important;
  }

  .p-xxl-2 {
    padding: 2rem !important;
  }

  .p-xxl-2-5 {
    padding: 2.5rem !important;
  }

  .p-xxl-3 {
    padding: 3rem !important;
  }

  .p-xxl-3-5 {
    padding: 3.5rem !important;
  }

  .p-xxl-4 {
    padding: 4rem !important;
  }

  .p-xxl-4-5 {
    padding: 4.5rem !important;
  }

  .p-xxl-5 {
    padding: 5rem !important;
  }

  .p-xxl-5-5 {
    padding: 5.5rem !important;
  }

  .p-xxl-6 {
    padding: 6rem !important;
  }

  .p-xxl-6-5 {
    padding: 6.5rem !important;
  }

  .p-xxl-7 {
    padding: 7rem !important;
  }

  .p-xxl-7-5 {
    padding: 7.5rem !important;
  }

  .p-xxl-8 {
    padding: 8rem !important;
  }

  .p-xxl-8-5 {
    padding: 8.5rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .p-xxl-9-5 {
    padding: 9.5rem !important;
  }

  .p-xxl-10 {
    padding: 10rem !important;
  }

  .p-xxl-10-5 {
    padding: 10.5rem !important;
  }

  .p-xxl-11 {
    padding: 11rem !important;
  }

  .p-xxl-11-5 {
    padding: 11.5rem !important;
  }

  .p-xxl-12 {
    padding: 12rem !important;
  }

  .p-xxl-12-5 {
    padding: 12.5rem !important;
  }

  .p-xxl-13 {
    padding: 13rem !important;
  }

  .p-xxl-13-5 {
    padding: 13.5rem !important;
  }

  .p-xxl-14 {
    padding: 14rem !important;
  }

  .p-xxl-14-5 {
    padding: 14.5rem !important;
  }

  .p-xxl-15 {
    padding: 15rem !important;
  }

  .p-xxl-15-5 {
    padding: 15.5rem !important;
  }

  .p-xxl-16 {
    padding: 16rem !important;
  }

  .p-xxl-16-5 {
    padding: 16.5rem !important;
  }

  .p-xxl-17 {
    padding: 17rem !important;
  }

  .p-xxl-17-5 {
    padding: 17.5rem !important;
  }

  .p-xxl-18 {
    padding: 18rem !important;
  }

  .p-xxl-18-5 {
    padding: 18.5rem !important;
  }

  .p-xxl-19 {
    padding: 19rem !important;
  }

  .p-xxl-19-5 {
    padding: 19.5rem !important;
  }

  .p-xxl-20 {
    padding: 20rem !important;
  }

  .p-xxl-20-5 {
    padding: 20.5rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xxl-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xxl-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xxl-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }

  .px-xxl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xxl-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }

  .px-xxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xxl-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .px-xxl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xxl-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }

  .px-xxl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xxl-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }

  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xxl-15-5 {
    padding-right: 15.5rem !important;
    padding-left: 15.5rem !important;
  }

  .px-xxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xxl-16-5 {
    padding-right: 16.5rem !important;
    padding-left: 16.5rem !important;
  }

  .px-xxl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-xxl-17-5 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }

  .px-xxl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-xxl-18-5 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }

  .px-xxl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xxl-19-5 {
    padding-right: 19.5rem !important;
    padding-left: 19.5rem !important;
  }

  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xxl-20-5 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxl-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xxl-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }

  .py-xxl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xxl-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }

  .py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xxl-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .py-xxl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xxl-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }

  .py-xxl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xxl-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }

  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xxl-15-5 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }

  .py-xxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xxl-16-5 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }

  .py-xxl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-xxl-17-5 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }

  .py-xxl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-xxl-18-5 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .py-xxl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xxl-19-5 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }

  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xxl-20-5 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-0-5 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxl-1-5 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxl-2-5 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 3rem !important;
  }

  .pt-xxl-3-5 {
    padding-top: 3.5rem !important;
  }

  .pt-xxl-4 {
    padding-top: 4rem !important;
  }

  .pt-xxl-4-5 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 5rem !important;
  }

  .pt-xxl-5-5 {
    padding-top: 5.5rem !important;
  }

  .pt-xxl-6 {
    padding-top: 6rem !important;
  }

  .pt-xxl-6-5 {
    padding-top: 6.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 7rem !important;
  }

  .pt-xxl-7-5 {
    padding-top: 7.5rem !important;
  }

  .pt-xxl-8 {
    padding-top: 8rem !important;
  }

  .pt-xxl-8-5 {
    padding-top: 8.5rem !important;
  }

  .pt-xxl-9 {
    padding-top: 9rem !important;
  }

  .pt-xxl-9-5 {
    padding-top: 9.5rem !important;
  }

  .pt-xxl-10 {
    padding-top: 10rem !important;
  }

  .pt-xxl-10-5 {
    padding-top: 10.5rem !important;
  }

  .pt-xxl-11 {
    padding-top: 11rem !important;
  }

  .pt-xxl-11-5 {
    padding-top: 11.5rem !important;
  }

  .pt-xxl-12 {
    padding-top: 12rem !important;
  }

  .pt-xxl-12-5 {
    padding-top: 12.5rem !important;
  }

  .pt-xxl-13 {
    padding-top: 13rem !important;
  }

  .pt-xxl-13-5 {
    padding-top: 13.5rem !important;
  }

  .pt-xxl-14 {
    padding-top: 14rem !important;
  }

  .pt-xxl-14-5 {
    padding-top: 14.5rem !important;
  }

  .pt-xxl-15 {
    padding-top: 15rem !important;
  }

  .pt-xxl-15-5 {
    padding-top: 15.5rem !important;
  }

  .pt-xxl-16 {
    padding-top: 16rem !important;
  }

  .pt-xxl-16-5 {
    padding-top: 16.5rem !important;
  }

  .pt-xxl-17 {
    padding-top: 17rem !important;
  }

  .pt-xxl-17-5 {
    padding-top: 17.5rem !important;
  }

  .pt-xxl-18 {
    padding-top: 18rem !important;
  }

  .pt-xxl-18-5 {
    padding-top: 18.5rem !important;
  }

  .pt-xxl-19 {
    padding-top: 19rem !important;
  }

  .pt-xxl-19-5 {
    padding-top: 19.5rem !important;
  }

  .pt-xxl-20 {
    padding-top: 20rem !important;
  }

  .pt-xxl-20-5 {
    padding-top: 20.5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-0-5 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxl-1-5 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxl-2-5 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 3rem !important;
  }

  .pe-xxl-3-5 {
    padding-right: 3.5rem !important;
  }

  .pe-xxl-4 {
    padding-right: 4rem !important;
  }

  .pe-xxl-4-5 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 5rem !important;
  }

  .pe-xxl-5-5 {
    padding-right: 5.5rem !important;
  }

  .pe-xxl-6 {
    padding-right: 6rem !important;
  }

  .pe-xxl-6-5 {
    padding-right: 6.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 7rem !important;
  }

  .pe-xxl-7-5 {
    padding-right: 7.5rem !important;
  }

  .pe-xxl-8 {
    padding-right: 8rem !important;
  }

  .pe-xxl-8-5 {
    padding-right: 8.5rem !important;
  }

  .pe-xxl-9 {
    padding-right: 9rem !important;
  }

  .pe-xxl-9-5 {
    padding-right: 9.5rem !important;
  }

  .pe-xxl-10 {
    padding-right: 10rem !important;
  }

  .pe-xxl-10-5 {
    padding-right: 10.5rem !important;
  }

  .pe-xxl-11 {
    padding-right: 11rem !important;
  }

  .pe-xxl-11-5 {
    padding-right: 11.5rem !important;
  }

  .pe-xxl-12 {
    padding-right: 12rem !important;
  }

  .pe-xxl-12-5 {
    padding-right: 12.5rem !important;
  }

  .pe-xxl-13 {
    padding-right: 13rem !important;
  }

  .pe-xxl-13-5 {
    padding-right: 13.5rem !important;
  }

  .pe-xxl-14 {
    padding-right: 14rem !important;
  }

  .pe-xxl-14-5 {
    padding-right: 14.5rem !important;
  }

  .pe-xxl-15 {
    padding-right: 15rem !important;
  }

  .pe-xxl-15-5 {
    padding-right: 15.5rem !important;
  }

  .pe-xxl-16 {
    padding-right: 16rem !important;
  }

  .pe-xxl-16-5 {
    padding-right: 16.5rem !important;
  }

  .pe-xxl-17 {
    padding-right: 17rem !important;
  }

  .pe-xxl-17-5 {
    padding-right: 17.5rem !important;
  }

  .pe-xxl-18 {
    padding-right: 18rem !important;
  }

  .pe-xxl-18-5 {
    padding-right: 18.5rem !important;
  }

  .pe-xxl-19 {
    padding-right: 19rem !important;
  }

  .pe-xxl-19-5 {
    padding-right: 19.5rem !important;
  }

  .pe-xxl-20 {
    padding-right: 20rem !important;
  }

  .pe-xxl-20-5 {
    padding-right: 20.5rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-0-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-1-5 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-2-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-3-5 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-4-5 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-5-5 {
    padding-bottom: 5.5rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-6-5 {
    padding-bottom: 6.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-7-5 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-8-5 {
    padding-bottom: 8.5rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-9-5 {
    padding-bottom: 9.5rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xxl-10-5 {
    padding-bottom: 10.5rem !important;
  }

  .pb-xxl-11 {
    padding-bottom: 11rem !important;
  }

  .pb-xxl-11-5 {
    padding-bottom: 11.5rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 12rem !important;
  }

  .pb-xxl-12-5 {
    padding-bottom: 12.5rem !important;
  }

  .pb-xxl-13 {
    padding-bottom: 13rem !important;
  }

  .pb-xxl-13-5 {
    padding-bottom: 13.5rem !important;
  }

  .pb-xxl-14 {
    padding-bottom: 14rem !important;
  }

  .pb-xxl-14-5 {
    padding-bottom: 14.5rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xxl-15-5 {
    padding-bottom: 15.5rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xxl-16-5 {
    padding-bottom: 16.5rem !important;
  }

  .pb-xxl-17 {
    padding-bottom: 17rem !important;
  }

  .pb-xxl-17-5 {
    padding-bottom: 17.5rem !important;
  }

  .pb-xxl-18 {
    padding-bottom: 18rem !important;
  }

  .pb-xxl-18-5 {
    padding-bottom: 18.5rem !important;
  }

  .pb-xxl-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xxl-19-5 {
    padding-bottom: 19.5rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }

  .pb-xxl-20-5 {
    padding-bottom: 20.5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-0-5 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxl-1-5 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxl-2-5 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 3rem !important;
  }

  .ps-xxl-3-5 {
    padding-left: 3.5rem !important;
  }

  .ps-xxl-4 {
    padding-left: 4rem !important;
  }

  .ps-xxl-4-5 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 5rem !important;
  }

  .ps-xxl-5-5 {
    padding-left: 5.5rem !important;
  }

  .ps-xxl-6 {
    padding-left: 6rem !important;
  }

  .ps-xxl-6-5 {
    padding-left: 6.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 7rem !important;
  }

  .ps-xxl-7-5 {
    padding-left: 7.5rem !important;
  }

  .ps-xxl-8 {
    padding-left: 8rem !important;
  }

  .ps-xxl-8-5 {
    padding-left: 8.5rem !important;
  }

  .ps-xxl-9 {
    padding-left: 9rem !important;
  }

  .ps-xxl-9-5 {
    padding-left: 9.5rem !important;
  }

  .ps-xxl-10 {
    padding-left: 10rem !important;
  }

  .ps-xxl-10-5 {
    padding-left: 10.5rem !important;
  }

  .ps-xxl-11 {
    padding-left: 11rem !important;
  }

  .ps-xxl-11-5 {
    padding-left: 11.5rem !important;
  }

  .ps-xxl-12 {
    padding-left: 12rem !important;
  }

  .ps-xxl-12-5 {
    padding-left: 12.5rem !important;
  }

  .ps-xxl-13 {
    padding-left: 13rem !important;
  }

  .ps-xxl-13-5 {
    padding-left: 13.5rem !important;
  }

  .ps-xxl-14 {
    padding-left: 14rem !important;
  }

  .ps-xxl-14-5 {
    padding-left: 14.5rem !important;
  }

  .ps-xxl-15 {
    padding-left: 15rem !important;
  }

  .ps-xxl-15-5 {
    padding-left: 15.5rem !important;
  }

  .ps-xxl-16 {
    padding-left: 16rem !important;
  }

  .ps-xxl-16-5 {
    padding-left: 16.5rem !important;
  }

  .ps-xxl-17 {
    padding-left: 17rem !important;
  }

  .ps-xxl-17-5 {
    padding-left: 17.5rem !important;
  }

  .ps-xxl-18 {
    padding-left: 18rem !important;
  }

  .ps-xxl-18-5 {
    padding-left: 18.5rem !important;
  }

  .ps-xxl-19 {
    padding-left: 19rem !important;
  }

  .ps-xxl-19-5 {
    padding-left: 19.5rem !important;
  }

  .ps-xxl-20 {
    padding-left: 20rem !important;
  }

  .ps-xxl-20-5 {
    padding-left: 20.5rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 22px !important;
  }

  .fs-24 {
    font-size: 24px !important;
  }

  .fs-26 {
    font-size: 26px !important;
  }

  .fs-30 {
    font-size: 30px !important;
  }

  .fs-32 {
    font-size: 32px !important;
  }

  .fs-35 {
    font-size: 35px !important;
  }

  .fs-36 {
    font-size: 36px !important;
  }

  .fs-40 {
    font-size: 40px !important;
  }

  .fs-48 {
    font-size: 48px !important;
  }

  .fs-64 {
    font-size: 64px !important;
  }

  .fs-75 {
    font-size: 75px !important;
  }

  .fs-80 {
    font-size: 80px !important;
  }

  .fs-100 {
    font-size: 100px !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;
  }
}
/**
 * Import npm dependencies
 *
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/tdc-theme/dist/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/tdc-theme/dist/slick.eot");
  src: url("/wp-content/themes/tdc-theme/dist/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tdc-theme/dist/slick.woff") format("woff"), url("/wp-content/themes/tdc-theme/dist/slick.ttf") format("truetype"), url("/wp-content/themes/tdc-theme/dist/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1, .fancybox-share .h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/** Import theme styles */
.bg-body-color {
  background-color: var(--bs-body-color) !important;
}

.text-body-color {
  color: var(--bs-body-color);
}

.text-hover-body-color a:not(.btn):hover {
  color: var(--bs-body-color) !important;
}

hr.body-color, hr.has-body-color-color {
  border-color: var(--bs-body-color);
}

.has-body-color-color {
  color: var(--bs-body-color) !important;
}

.has-body-color-background-color {
  background-color: var(--bs-body-color) !important;
}

.border-body-color {
  border-color: var(--bs-body-color) !important;
}

.has-body-color-border-color {
  border-color: var(--bs-body-color);
}

.btn-body-color {
  color: #FFFFFF;
  background-color: #2B2B2B;
  border-color: #2B2B2B;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-body-color:hover {
  color: #FFFFFF;
  background-color: #252525;
  border-color: #222222;
}
.btn-check:focus + .btn-body-color, .btn-body-color:focus {
  color: #FFFFFF;
  background-color: #252525;
  border-color: #222222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(75, 75, 75, 0.5);
}
.btn-check:checked + .btn-body-color, .btn-check:active + .btn-body-color, .btn-body-color:active, .btn-body-color.active, .show > .btn-body-color.dropdown-toggle {
  color: #FFFFFF;
  background-color: #222222;
  border-color: #202020;
}
.btn-check:checked + .btn-body-color:focus, .btn-check:active + .btn-body-color:focus, .btn-body-color:active:focus, .btn-body-color.active:focus, .show > .btn-body-color.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(75, 75, 75, 0.5);
}
.btn-body-color:disabled, .btn-body-color.disabled {
  color: #FFFFFF;
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}

.btn-outline-body-color {
  color: #2B2B2B;
  border-color: #2B2B2B;
  border-width: 2px;
  color: var(--bs-body-color);
}
.btn-outline-body-color:hover {
  color: #FFFFFF;
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}
.btn-check:focus + .btn-outline-body-color, .btn-outline-body-color:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 43, 43, 0.5);
}
.btn-check:checked + .btn-outline-body-color, .btn-check:active + .btn-outline-body-color, .btn-outline-body-color:active, .btn-outline-body-color.active, .btn-outline-body-color.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}
.btn-check:checked + .btn-outline-body-color:focus, .btn-check:active + .btn-outline-body-color:focus, .btn-outline-body-color:active:focus, .btn-outline-body-color.active:focus, .btn-outline-body-color.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(43, 43, 43, 0.5);
}
.btn-outline-body-color:disabled, .btn-outline-body-color.disabled {
  color: #2B2B2B;
  background-color: transparent;
}
.btn-outline-body-color i {
  color: var(--bs-body-color);
}
.text-white .btn-outline-body-color {
  color: #FFF;
}
.btn-outline-body-color:hover i {
  color: #FFF;
}

.bg-blue {
  background-color: var(--bs-blue) !important;
}

.text-blue {
  color: var(--bs-blue);
}

.text-hover-blue a:not(.btn):hover {
  color: var(--bs-blue) !important;
}

hr.blue, hr.has-blue-color {
  border-color: var(--bs-blue);
}

.has-blue-color {
  color: var(--bs-blue) !important;
}

.has-blue-background-color {
  background-color: var(--bs-blue) !important;
}

.border-blue {
  border-color: var(--bs-blue) !important;
}

.has-blue-border-color {
  border-color: var(--bs-blue);
}

.btn-blue {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-blue:hover {
  color: #FFFFFF;
  background-color: #2b507a;
  border-color: #294b73;
}
.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #FFFFFF;
  background-color: #2b507a;
  border-color: #294b73;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(82, 118, 161, 0.5);
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #294b73;
  border-color: #26476c;
}
.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(82, 118, 161, 0.5);
}
.btn-blue:disabled, .btn-blue.disabled {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
}

.btn-outline-blue {
  color: #335E90;
  border-color: #335E90;
  border-width: 2px;
  color: var(--bs-blue);
}
.btn-outline-blue:hover {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
}
.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 144, 0.5);
}
.btn-check:checked + .btn-outline-blue, .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #335E90;
  border-color: #335E90;
}
.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(51, 94, 144, 0.5);
}
.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #335E90;
  background-color: transparent;
}
.btn-outline-blue i {
  color: var(--bs-blue);
}
.text-white .btn-outline-blue {
  color: #FFF;
}
.btn-outline-blue:hover i {
  color: #FFF;
}

.bg-indigo {
  background-color: var(--bs-indigo) !important;
}

.text-indigo {
  color: var(--bs-indigo);
}

.text-hover-indigo a:not(.btn):hover {
  color: var(--bs-indigo) !important;
}

hr.indigo, hr.has-indigo-color {
  border-color: var(--bs-indigo);
}

.has-indigo-color {
  color: var(--bs-indigo) !important;
}

.has-indigo-background-color {
  background-color: var(--bs-indigo) !important;
}

.border-indigo {
  border-color: var(--bs-indigo) !important;
}

.has-indigo-border-color {
  border-color: var(--bs-indigo);
}

.btn-indigo {
  color: #FFFFFF;
  background-color: #00316B;
  border-color: #00316B;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-indigo:hover {
  color: #FFFFFF;
  background-color: #002a5b;
  border-color: #002756;
}
.btn-check:focus + .btn-indigo, .btn-indigo:focus {
  color: #FFFFFF;
  background-color: #002a5b;
  border-color: #002756;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 80, 129, 0.5);
}
.btn-check:checked + .btn-indigo, .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active, .show > .btn-indigo.dropdown-toggle {
  color: #FFFFFF;
  background-color: #002756;
  border-color: #002550;
}
.btn-check:checked + .btn-indigo:focus, .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 80, 129, 0.5);
}
.btn-indigo:disabled, .btn-indigo.disabled {
  color: #FFFFFF;
  background-color: #00316B;
  border-color: #00316B;
}

.btn-outline-indigo {
  color: #00316B;
  border-color: #00316B;
  border-width: 2px;
  color: var(--bs-indigo);
}
.btn-outline-indigo:hover {
  color: #FFFFFF;
  background-color: #00316B;
  border-color: #00316B;
}
.btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 49, 107, 0.5);
}
.btn-check:checked + .btn-outline-indigo, .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #00316B;
  border-color: #00316B;
}
.btn-check:checked + .btn-outline-indigo:focus, .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 49, 107, 0.5);
}
.btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
  color: #00316B;
  background-color: transparent;
}
.btn-outline-indigo i {
  color: var(--bs-indigo);
}
.text-white .btn-outline-indigo {
  color: #FFF;
}
.btn-outline-indigo:hover i {
  color: #FFF;
}

.bg-purple {
  background-color: var(--bs-purple) !important;
}

.text-purple {
  color: var(--bs-purple);
}

.text-hover-purple a:not(.btn):hover {
  color: var(--bs-purple) !important;
}

hr.purple, hr.has-purple-color {
  border-color: var(--bs-purple);
}

.has-purple-color {
  color: var(--bs-purple) !important;
}

.has-purple-background-color {
  background-color: var(--bs-purple) !important;
}

.border-purple {
  border-color: var(--bs-purple) !important;
}

.has-purple-border-color {
  border-color: var(--bs-purple);
}

.btn-purple {
  color: #FFFFFF;
  background-color: #6f42c1;
  border-color: #6f42c1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-purple:hover {
  color: #FFFFFF;
  background-color: #5e38a4;
  border-color: #59359a;
}
.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #FFFFFF;
  background-color: #5e38a4;
  border-color: #59359a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(133, 94, 202, 0.5);
}
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  color: #FFFFFF;
  background-color: #59359a;
  border-color: #533291;
}
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(133, 94, 202, 0.5);
}
.btn-purple:disabled, .btn-purple.disabled {
  color: #FFFFFF;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
  border-width: 2px;
  color: var(--bs-purple);
}
.btn-outline-purple:hover {
  color: #FFFFFF;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5);
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(111, 66, 193, 0.5);
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-purple i {
  color: var(--bs-purple);
}
.text-white .btn-outline-purple {
  color: #FFF;
}
.btn-outline-purple:hover i {
  color: #FFF;
}

.bg-pink {
  background-color: var(--bs-pink) !important;
}

.text-pink {
  color: var(--bs-pink);
}

.text-hover-pink a:not(.btn):hover {
  color: var(--bs-pink) !important;
}

hr.pink, hr.has-pink-color {
  border-color: var(--bs-pink);
}

.has-pink-color {
  color: var(--bs-pink) !important;
}

.has-pink-background-color {
  background-color: var(--bs-pink) !important;
}

.border-pink {
  border-color: var(--bs-pink) !important;
}

.has-pink-border-color {
  border-color: var(--bs-pink);
}

.btn-pink {
  color: #000000;
  background-color: #e83e8c;
  border-color: #e83e8c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-pink:hover {
  color: #000000;
  background-color: #eb5b9d;
  border-color: #ea5198;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #000000;
  background-color: #eb5b9d;
  border-color: #ea5198;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(197, 53, 119, 0.5);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #000000;
  background-color: #ed65a3;
  border-color: #ea5198;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(197, 53, 119, 0.5);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #000000;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
  border-width: 2px;
  color: var(--bs-pink);
}
.btn-outline-pink:hover {
  color: #000000;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 62, 140, 0.5);
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #000000;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(232, 62, 140, 0.5);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-pink i {
  color: var(--bs-pink);
}
.text-white .btn-outline-pink {
  color: #FFF;
}
.btn-outline-pink:hover i {
  color: #FFF;
}

.bg-red {
  background-color: var(--bs-red) !important;
}

.text-red {
  color: var(--bs-red);
}

.text-hover-red a:not(.btn):hover {
  color: var(--bs-red) !important;
}

hr.red, hr.has-red-color {
  border-color: var(--bs-red);
}

.has-red-color {
  color: var(--bs-red) !important;
}

.has-red-background-color {
  background-color: var(--bs-red) !important;
}

.border-red {
  border-color: var(--bs-red) !important;
}

.has-red-border-color {
  border-color: var(--bs-red);
}

.btn-red {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-red:hover {
  color: #FFFFFF;
  background-color: #9f241a;
  border-color: #962219;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #FFFFFF;
  background-color: #9f241a;
  border-color: #962219;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(197, 74, 65, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #962219;
  border-color: #8c2017;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(197, 74, 65, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
}

.btn-outline-red {
  color: #BB2A1F;
  border-color: #BB2A1F;
  border-width: 2px;
  color: var(--bs-red);
}
.btn-outline-red:hover {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 42, 31, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #BB2A1F;
  border-color: #BB2A1F;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(187, 42, 31, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #BB2A1F;
  background-color: transparent;
}
.btn-outline-red i {
  color: var(--bs-red);
}
.text-white .btn-outline-red {
  color: #FFF;
}
.btn-outline-red:hover i {
  color: #FFF;
}

.bg-orange {
  background-color: var(--bs-orange) !important;
}

.text-orange {
  color: var(--bs-orange);
}

.text-hover-orange a:not(.btn):hover {
  color: var(--bs-orange) !important;
}

hr.orange, hr.has-orange-color {
  border-color: var(--bs-orange);
}

.has-orange-color {
  color: var(--bs-orange) !important;
}

.has-orange-background-color {
  background-color: var(--bs-orange) !important;
}

.border-orange {
  border-color: var(--bs-orange) !important;
}

.has-orange-border-color {
  border-color: var(--bs-orange);
}

.btn-orange {
  color: #000000;
  background-color: #CE4D2E;
  border-color: #CE4D2E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-orange:hover {
  color: #000000;
  background-color: #d5684d;
  border-color: #d35f43;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #000000;
  background-color: #d5684d;
  border-color: #d35f43;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(175, 65, 39, 0.5);
}
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
  color: #000000;
  background-color: #d87158;
  border-color: #d35f43;
}
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(175, 65, 39, 0.5);
}
.btn-orange:disabled, .btn-orange.disabled {
  color: #000000;
  background-color: #CE4D2E;
  border-color: #CE4D2E;
}

.btn-outline-orange {
  color: #CE4D2E;
  border-color: #CE4D2E;
  border-width: 2px;
  color: var(--bs-orange);
}
.btn-outline-orange:hover {
  color: #000000;
  background-color: #CE4D2E;
  border-color: #CE4D2E;
}
.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 77, 46, 0.5);
}
.btn-check:checked + .btn-outline-orange, .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
  color: #000000;
  background-color: #CE4D2E;
  border-color: #CE4D2E;
}
.btn-check:checked + .btn-outline-orange:focus, .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(206, 77, 46, 0.5);
}
.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: #CE4D2E;
  background-color: transparent;
}
.btn-outline-orange i {
  color: var(--bs-orange);
}
.text-white .btn-outline-orange {
  color: #FFF;
}
.btn-outline-orange:hover i {
  color: #FFF;
}

.bg-yellow {
  background-color: var(--bs-yellow) !important;
}

.text-yellow {
  color: var(--bs-yellow);
}

.text-hover-yellow a:not(.btn):hover {
  color: var(--bs-yellow) !important;
}

hr.yellow, hr.has-yellow-color {
  border-color: var(--bs-yellow);
}

.has-yellow-color {
  color: var(--bs-yellow) !important;
}

.has-yellow-background-color {
  background-color: var(--bs-yellow) !important;
}

.border-yellow {
  border-color: var(--bs-yellow) !important;
}

.has-yellow-border-color {
  border-color: var(--bs-yellow);
}

.btn-yellow {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-yellow:hover {
  color: #000000;
  background-color: #d1a726;
  border-color: #cea11a;
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000000;
  background-color: #d1a726;
  border-color: #cea11a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(171, 128, 0, 0.5);
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #000000;
  background-color: #d4ac33;
  border-color: #cea11a;
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(171, 128, 0, 0.5);
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
}

.btn-outline-yellow {
  color: #C99700;
  border-color: #C99700;
  border-width: 2px;
  color: var(--bs-yellow);
}
.btn-outline-yellow:hover {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 151, 0, 0.5);
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000000;
  background-color: #C99700;
  border-color: #C99700;
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(201, 151, 0, 0.5);
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #C99700;
  background-color: transparent;
}
.btn-outline-yellow i {
  color: var(--bs-yellow);
}
.text-white .btn-outline-yellow {
  color: #FFF;
}
.btn-outline-yellow:hover i {
  color: #FFF;
}

.bg-green {
  background-color: var(--bs-green) !important;
}

.text-green {
  color: var(--bs-green);
}

.text-hover-green a:not(.btn):hover {
  color: var(--bs-green) !important;
}

hr.green, hr.has-green-color {
  border-color: var(--bs-green);
}

.has-green-color {
  color: var(--bs-green) !important;
}

.has-green-background-color {
  background-color: var(--bs-green) !important;
}

.border-green {
  border-color: var(--bs-green) !important;
}

.has-green-border-color {
  border-color: var(--bs-green);
}

.btn-green {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-green:hover {
  color: #000000;
  background-color: #67a784;
  border-color: #5ea27d;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000000;
  background-color: #67a784;
  border-color: #5ea27d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(65, 129, 94, 0.5);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #000000;
  background-color: #70ad8b;
  border-color: #5ea27d;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(65, 129, 94, 0.5);
}
.btn-green:disabled, .btn-green.disabled {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
}

.btn-outline-green {
  color: #4C986E;
  border-color: #4C986E;
  border-width: 2px;
  color: var(--bs-green);
}
.btn-outline-green:hover {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 152, 110, 0.5);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #000000;
  background-color: #4C986E;
  border-color: #4C986E;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(76, 152, 110, 0.5);
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #4C986E;
  background-color: transparent;
}
.btn-outline-green i {
  color: var(--bs-green);
}
.text-white .btn-outline-green {
  color: #FFF;
}
.btn-outline-green:hover i {
  color: #FFF;
}

.bg-teal {
  background-color: var(--bs-teal) !important;
}

.text-teal {
  color: var(--bs-teal);
}

.text-hover-teal a:not(.btn):hover {
  color: var(--bs-teal) !important;
}

hr.teal, hr.has-teal-color {
  border-color: var(--bs-teal);
}

.has-teal-color {
  color: var(--bs-teal) !important;
}

.has-teal-background-color {
  background-color: var(--bs-teal) !important;
}

.border-teal {
  border-color: var(--bs-teal) !important;
}

.has-teal-border-color {
  border-color: var(--bs-teal);
}

.btn-teal {
  color: #000000;
  background-color: #3DC6C6;
  border-color: #3DC6C6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-teal:hover {
  color: #000000;
  background-color: #5acfcf;
  border-color: #50cccc;
}
.btn-check:focus + .btn-teal, .btn-teal:focus {
  color: #000000;
  background-color: #5acfcf;
  border-color: #50cccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(52, 168, 168, 0.5);
}
.btn-check:checked + .btn-teal, .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle {
  color: #000000;
  background-color: #64d1d1;
  border-color: #50cccc;
}
.btn-check:checked + .btn-teal:focus, .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(52, 168, 168, 0.5);
}
.btn-teal:disabled, .btn-teal.disabled {
  color: #000000;
  background-color: #3DC6C6;
  border-color: #3DC6C6;
}

.btn-outline-teal {
  color: #3DC6C6;
  border-color: #3DC6C6;
  border-width: 2px;
  color: var(--bs-teal);
}
.btn-outline-teal:hover {
  color: #000000;
  background-color: #3DC6C6;
  border-color: #3DC6C6;
}
.btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 198, 198, 0.5);
}
.btn-check:checked + .btn-outline-teal, .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
  color: #000000;
  background-color: #3DC6C6;
  border-color: #3DC6C6;
}
.btn-check:checked + .btn-outline-teal:focus, .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(61, 198, 198, 0.5);
}
.btn-outline-teal:disabled, .btn-outline-teal.disabled {
  color: #3DC6C6;
  background-color: transparent;
}
.btn-outline-teal i {
  color: var(--bs-teal);
}
.text-white .btn-outline-teal {
  color: #FFF;
}
.btn-outline-teal:hover i {
  color: #FFF;
}

.bg-cyan {
  background-color: var(--bs-cyan) !important;
}

.text-cyan {
  color: var(--bs-cyan);
}

.text-hover-cyan a:not(.btn):hover {
  color: var(--bs-cyan) !important;
}

hr.cyan, hr.has-cyan-color {
  border-color: var(--bs-cyan);
}

.has-cyan-color {
  color: var(--bs-cyan) !important;
}

.has-cyan-background-color {
  background-color: var(--bs-cyan) !important;
}

.border-cyan {
  border-color: var(--bs-cyan) !important;
}

.has-cyan-border-color {
  border-color: var(--bs-cyan);
}

.btn-cyan {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-cyan:hover {
  color: #000000;
  background-color: #ecf7fc;
  border-color: #ebf6fb;
}
.btn-check:focus + .btn-cyan, .btn-cyan:focus {
  color: #000000;
  background-color: #ecf7fc;
  border-color: #ebf6fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(198, 208, 213, 0.5);
}
.btn-check:checked + .btn-cyan, .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle {
  color: #000000;
  background-color: #edf7fc;
  border-color: #ebf6fb;
}
.btn-check:checked + .btn-cyan:focus, .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(198, 208, 213, 0.5);
}
.btn-cyan:disabled, .btn-cyan.disabled {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
}

.btn-outline-cyan {
  color: #E9F5FB;
  border-color: #E9F5FB;
  border-width: 2px;
  color: var(--bs-cyan);
}
.btn-outline-cyan:hover {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
}
.btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 245, 251, 0.5);
}
.btn-check:checked + .btn-outline-cyan, .btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
  color: #000000;
  background-color: #E9F5FB;
  border-color: #E9F5FB;
}
.btn-check:checked + .btn-outline-cyan:focus, .btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(233, 245, 251, 0.5);
}
.btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
  color: #E9F5FB;
  background-color: transparent;
}
.btn-outline-cyan i {
  color: var(--bs-cyan);
}
.text-white .btn-outline-cyan {
  color: #FFF;
}
.btn-outline-cyan:hover i {
  color: #FFF;
}

.bg-white {
  background-color: var(--bs-white) !important;
}

.text-white {
  color: var(--bs-white);
}

.text-hover-white a:not(.btn):hover {
  color: var(--bs-white) !important;
}

hr.white, hr.has-white-color {
  border-color: var(--bs-white);
}

.has-white-color {
  color: var(--bs-white) !important;
}

.has-white-background-color {
  background-color: var(--bs-white) !important;
}

.border-white {
  border-color: var(--bs-white) !important;
}

.has-white-border-color {
  border-color: var(--bs-white);
}

.btn-white {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-width: 2px;
  color: var(--bs-white);
}
.btn-outline-white:hover {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #FFFFFF;
  background-color: transparent;
}
.btn-outline-white i {
  color: var(--bs-white);
}
.text-white .btn-outline-white {
  color: #FFF;
}
.btn-outline-white:hover i {
  color: #FFF;
}

.bg-whitesmoke {
  background-color: var(--bs-whitesmoke) !important;
}

.text-whitesmoke {
  color: var(--bs-whitesmoke);
}

.text-hover-whitesmoke a:not(.btn):hover {
  color: var(--bs-whitesmoke) !important;
}

hr.whitesmoke, hr.has-whitesmoke-color {
  border-color: var(--bs-whitesmoke);
}

.has-whitesmoke-color {
  color: var(--bs-whitesmoke) !important;
}

.has-whitesmoke-background-color {
  background-color: var(--bs-whitesmoke) !important;
}

.border-whitesmoke {
  border-color: var(--bs-whitesmoke) !important;
}

.has-whitesmoke-border-color {
  border-color: var(--bs-whitesmoke);
}

.btn-whitesmoke {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-whitesmoke:hover {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-whitesmoke, .btn-whitesmoke:focus {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-whitesmoke, .btn-check:active + .btn-whitesmoke, .btn-whitesmoke:active, .btn-whitesmoke.active, .show > .btn-whitesmoke.dropdown-toggle {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-whitesmoke:focus, .btn-check:active + .btn-whitesmoke:focus, .btn-whitesmoke:active:focus, .btn-whitesmoke.active:focus, .show > .btn-whitesmoke.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-whitesmoke:disabled, .btn-whitesmoke.disabled {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}

.btn-outline-whitesmoke {
  color: #F8F9FA;
  border-color: #F8F9FA;
  border-width: 2px;
  color: var(--bs-whitesmoke);
}
.btn-outline-whitesmoke:hover {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:focus + .btn-outline-whitesmoke, .btn-outline-whitesmoke:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-whitesmoke, .btn-check:active + .btn-outline-whitesmoke, .btn-outline-whitesmoke:active, .btn-outline-whitesmoke.active, .btn-outline-whitesmoke.dropdown-toggle.show {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:checked + .btn-outline-whitesmoke:focus, .btn-check:active + .btn-outline-whitesmoke:focus, .btn-outline-whitesmoke:active:focus, .btn-outline-whitesmoke.active:focus, .btn-outline-whitesmoke.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-whitesmoke:disabled, .btn-outline-whitesmoke.disabled {
  color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-whitesmoke i {
  color: var(--bs-whitesmoke);
}
.text-white .btn-outline-whitesmoke {
  color: #FFF;
}
.btn-outline-whitesmoke:hover i {
  color: #FFF;
}

.bg-gray-button {
  background-color: var(--bs-gray-button) !important;
}

.text-gray-button {
  color: var(--bs-gray-button);
}

.text-hover-gray-button a:not(.btn):hover {
  color: var(--bs-gray-button) !important;
}

hr.gray-button, hr.has-gray-button-color {
  border-color: var(--bs-gray-button);
}

.has-gray-button-color {
  color: var(--bs-gray-button) !important;
}

.has-gray-button-background-color {
  background-color: var(--bs-gray-button) !important;
}

.border-gray-button {
  border-color: var(--bs-gray-button) !important;
}

.has-gray-button-border-color {
  border-color: var(--bs-gray-button);
}

.btn-gray-button {
  color: #000000;
  background-color: #F5F4F8;
  border-color: #F5F4F8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-gray-button:hover {
  color: #000000;
  background-color: #f7f6f9;
  border-color: #f6f5f9;
}
.btn-check:focus + .btn-gray-button, .btn-gray-button:focus {
  color: #000000;
  background-color: #f7f6f9;
  border-color: #f6f5f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(208, 207, 211, 0.5);
}
.btn-check:checked + .btn-gray-button, .btn-check:active + .btn-gray-button, .btn-gray-button:active, .btn-gray-button.active, .show > .btn-gray-button.dropdown-toggle {
  color: #000000;
  background-color: #f7f6f9;
  border-color: #f6f5f9;
}
.btn-check:checked + .btn-gray-button:focus, .btn-check:active + .btn-gray-button:focus, .btn-gray-button:active:focus, .btn-gray-button.active:focus, .show > .btn-gray-button.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(208, 207, 211, 0.5);
}
.btn-gray-button:disabled, .btn-gray-button.disabled {
  color: #000000;
  background-color: #F5F4F8;
  border-color: #F5F4F8;
}

.btn-outline-gray-button {
  color: #F5F4F8;
  border-color: #F5F4F8;
  border-width: 2px;
  color: var(--bs-gray-button);
}
.btn-outline-gray-button:hover {
  color: #000000;
  background-color: #F5F4F8;
  border-color: #F5F4F8;
}
.btn-check:focus + .btn-outline-gray-button, .btn-outline-gray-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 244, 248, 0.5);
}
.btn-check:checked + .btn-outline-gray-button, .btn-check:active + .btn-outline-gray-button, .btn-outline-gray-button:active, .btn-outline-gray-button.active, .btn-outline-gray-button.dropdown-toggle.show {
  color: #000000;
  background-color: #F5F4F8;
  border-color: #F5F4F8;
}
.btn-check:checked + .btn-outline-gray-button:focus, .btn-check:active + .btn-outline-gray-button:focus, .btn-outline-gray-button:active:focus, .btn-outline-gray-button.active:focus, .btn-outline-gray-button.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(245, 244, 248, 0.5);
}
.btn-outline-gray-button:disabled, .btn-outline-gray-button.disabled {
  color: #F5F4F8;
  background-color: transparent;
}
.btn-outline-gray-button i {
  color: var(--bs-gray-button);
}
.text-white .btn-outline-gray-button {
  color: #FFF;
}
.btn-outline-gray-button:hover i {
  color: #FFF;
}

.bg-gray-border {
  background-color: var(--bs-gray-border) !important;
}

.text-gray-border {
  color: var(--bs-gray-border);
}

.text-hover-gray-border a:not(.btn):hover {
  color: var(--bs-gray-border) !important;
}

hr.gray-border, hr.has-gray-border-color {
  border-color: var(--bs-gray-border);
}

.has-gray-border-color {
  color: var(--bs-gray-border) !important;
}

.has-gray-border-background-color {
  background-color: var(--bs-gray-border) !important;
}

.border-gray-border {
  border-color: var(--bs-gray-border) !important;
}

.has-gray-border-border-color {
  border-color: var(--bs-gray-border);
}

.btn-gray-border {
  color: #000000;
  background-color: #D6D9DD;
  border-color: #D6D9DD;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-gray-border:hover {
  color: #000000;
  background-color: #dcdfe2;
  border-color: #dadde0;
}
.btn-check:focus + .btn-gray-border, .btn-gray-border:focus {
  color: #000000;
  background-color: #dcdfe2;
  border-color: #dadde0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(182, 184, 188, 0.5);
}
.btn-check:checked + .btn-gray-border, .btn-check:active + .btn-gray-border, .btn-gray-border:active, .btn-gray-border.active, .show > .btn-gray-border.dropdown-toggle {
  color: #000000;
  background-color: #dee1e4;
  border-color: #dadde0;
}
.btn-check:checked + .btn-gray-border:focus, .btn-check:active + .btn-gray-border:focus, .btn-gray-border:active:focus, .btn-gray-border.active:focus, .show > .btn-gray-border.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(182, 184, 188, 0.5);
}
.btn-gray-border:disabled, .btn-gray-border.disabled {
  color: #000000;
  background-color: #D6D9DD;
  border-color: #D6D9DD;
}

.btn-outline-gray-border {
  color: #D6D9DD;
  border-color: #D6D9DD;
  border-width: 2px;
  color: var(--bs-gray-border);
}
.btn-outline-gray-border:hover {
  color: #000000;
  background-color: #D6D9DD;
  border-color: #D6D9DD;
}
.btn-check:focus + .btn-outline-gray-border, .btn-outline-gray-border:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 217, 221, 0.5);
}
.btn-check:checked + .btn-outline-gray-border, .btn-check:active + .btn-outline-gray-border, .btn-outline-gray-border:active, .btn-outline-gray-border.active, .btn-outline-gray-border.dropdown-toggle.show {
  color: #000000;
  background-color: #D6D9DD;
  border-color: #D6D9DD;
}
.btn-check:checked + .btn-outline-gray-border:focus, .btn-check:active + .btn-outline-gray-border:focus, .btn-outline-gray-border:active:focus, .btn-outline-gray-border.active:focus, .btn-outline-gray-border.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(214, 217, 221, 0.5);
}
.btn-outline-gray-border:disabled, .btn-outline-gray-border.disabled {
  color: #D6D9DD;
  background-color: transparent;
}
.btn-outline-gray-border i {
  color: var(--bs-gray-border);
}
.text-white .btn-outline-gray-border {
  color: #FFF;
}
.btn-outline-gray-border:hover i {
  color: #FFF;
}

.bg-gray-light {
  background-color: var(--bs-gray-light) !important;
}

.text-gray-light {
  color: var(--bs-gray-light);
}

.text-hover-gray-light a:not(.btn):hover {
  color: var(--bs-gray-light) !important;
}

hr.gray-light, hr.has-gray-light-color {
  border-color: var(--bs-gray-light);
}

.has-gray-light-color {
  color: var(--bs-gray-light) !important;
}

.has-gray-light-background-color {
  background-color: var(--bs-gray-light) !important;
}

.border-gray-light {
  border-color: var(--bs-gray-light) !important;
}

.has-gray-light-border-color {
  border-color: var(--bs-gray-light);
}

.btn-gray-light {
  color: #000000;
  background-color: #EBECED;
  border-color: #EBECED;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-gray-light:hover {
  color: #000000;
  background-color: #eeeff0;
  border-color: #edeeef;
}
.btn-check:focus + .btn-gray-light, .btn-gray-light:focus {
  color: #000000;
  background-color: #eeeff0;
  border-color: #edeeef;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(200, 201, 201, 0.5);
}
.btn-check:checked + .btn-gray-light, .btn-check:active + .btn-gray-light, .btn-gray-light:active, .btn-gray-light.active, .show > .btn-gray-light.dropdown-toggle {
  color: #000000;
  background-color: #eff0f1;
  border-color: #edeeef;
}
.btn-check:checked + .btn-gray-light:focus, .btn-check:active + .btn-gray-light:focus, .btn-gray-light:active:focus, .btn-gray-light.active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(200, 201, 201, 0.5);
}
.btn-gray-light:disabled, .btn-gray-light.disabled {
  color: #000000;
  background-color: #EBECED;
  border-color: #EBECED;
}

.btn-outline-gray-light {
  color: #EBECED;
  border-color: #EBECED;
  border-width: 2px;
  color: var(--bs-gray-light);
}
.btn-outline-gray-light:hover {
  color: #000000;
  background-color: #EBECED;
  border-color: #EBECED;
}
.btn-check:focus + .btn-outline-gray-light, .btn-outline-gray-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 236, 237, 0.5);
}
.btn-check:checked + .btn-outline-gray-light, .btn-check:active + .btn-outline-gray-light, .btn-outline-gray-light:active, .btn-outline-gray-light.active, .btn-outline-gray-light.dropdown-toggle.show {
  color: #000000;
  background-color: #EBECED;
  border-color: #EBECED;
}
.btn-check:checked + .btn-outline-gray-light:focus, .btn-check:active + .btn-outline-gray-light:focus, .btn-outline-gray-light:active:focus, .btn-outline-gray-light.active:focus, .btn-outline-gray-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(235, 236, 237, 0.5);
}
.btn-outline-gray-light:disabled, .btn-outline-gray-light.disabled {
  color: #EBECED;
  background-color: transparent;
}
.btn-outline-gray-light i {
  color: var(--bs-gray-light);
}
.text-white .btn-outline-gray-light {
  color: #FFF;
}
.btn-outline-gray-light:hover i {
  color: #FFF;
}

.bg-gray {
  background-color: var(--bs-gray) !important;
}

.text-gray {
  color: var(--bs-gray);
}

.text-hover-gray a:not(.btn):hover {
  color: var(--bs-gray) !important;
}

hr.gray, hr.has-gray-color {
  border-color: var(--bs-gray);
}

.has-gray-color {
  color: var(--bs-gray) !important;
}

.has-gray-background-color {
  background-color: var(--bs-gray) !important;
}

.border-gray {
  border-color: var(--bs-gray) !important;
}

.has-gray-border-color {
  border-color: var(--bs-gray);
}

.btn-gray {
  color: #000000;
  background-color: #898989;
  border-color: #898989;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-gray:hover {
  color: #000000;
  background-color: #9b9b9b;
  border-color: #959595;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #000000;
  background-color: #9b9b9b;
  border-color: #959595;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(116, 116, 116, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #000000;
  background-color: #a1a1a1;
  border-color: #959595;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(116, 116, 116, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #000000;
  background-color: #898989;
  border-color: #898989;
}

.btn-outline-gray {
  color: #898989;
  border-color: #898989;
  border-width: 2px;
  color: var(--bs-gray);
}
.btn-outline-gray:hover {
  color: #000000;
  background-color: #898989;
  border-color: #898989;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(137, 137, 137, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #000000;
  background-color: #898989;
  border-color: #898989;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(137, 137, 137, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #898989;
  background-color: transparent;
}
.btn-outline-gray i {
  color: var(--bs-gray);
}
.text-white .btn-outline-gray {
  color: #FFF;
}
.btn-outline-gray:hover i {
  color: #FFF;
}

.bg-gray-dark {
  background-color: var(--bs-gray-dark) !important;
}

.text-gray-dark {
  color: var(--bs-gray-dark);
}

.text-hover-gray-dark a:not(.btn):hover {
  color: var(--bs-gray-dark) !important;
}

hr.gray-dark, hr.has-gray-dark-color {
  border-color: var(--bs-gray-dark);
}

.has-gray-dark-color {
  color: var(--bs-gray-dark) !important;
}

.has-gray-dark-background-color {
  background-color: var(--bs-gray-dark) !important;
}

.border-gray-dark {
  border-color: var(--bs-gray-dark) !important;
}

.has-gray-dark-border-color {
  border-color: var(--bs-gray-dark);
}

.btn-gray-dark {
  color: #FFFFFF;
  background-color: #292929;
  border-color: #292929;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-gray-dark:hover {
  color: #FFFFFF;
  background-color: #232323;
  border-color: #212121;
}
.btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
  color: #FFFFFF;
  background-color: #232323;
  border-color: #212121;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(73, 73, 73, 0.5);
}
.btn-check:checked + .btn-gray-dark, .btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active, .show > .btn-gray-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #212121;
  border-color: #1f1f1f;
}
.btn-check:checked + .btn-gray-dark:focus, .btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(73, 73, 73, 0.5);
}
.btn-gray-dark:disabled, .btn-gray-dark.disabled {
  color: #FFFFFF;
  background-color: #292929;
  border-color: #292929;
}

.btn-outline-gray-dark {
  color: #292929;
  border-color: #292929;
  border-width: 2px;
  color: var(--bs-gray-dark);
}
.btn-outline-gray-dark:hover {
  color: #FFFFFF;
  background-color: #292929;
  border-color: #292929;
}
.btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 41, 41, 0.5);
}
.btn-check:checked + .btn-outline-gray-dark, .btn-check:active + .btn-outline-gray-dark, .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #292929;
  border-color: #292929;
}
.btn-check:checked + .btn-outline-gray-dark:focus, .btn-check:active + .btn-outline-gray-dark:focus, .btn-outline-gray-dark:active:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(41, 41, 41, 0.5);
}
.btn-outline-gray-dark:disabled, .btn-outline-gray-dark.disabled {
  color: #292929;
  background-color: transparent;
}
.btn-outline-gray-dark i {
  color: var(--bs-gray-dark);
}
.text-white .btn-outline-gray-dark {
  color: #FFF;
}
.btn-outline-gray-dark:hover i {
  color: #FFF;
}

.bg-gray-darker {
  background-color: var(--bs-gray-darker) !important;
}

.text-gray-darker {
  color: var(--bs-gray-darker);
}

.text-hover-gray-darker a:not(.btn):hover {
  color: var(--bs-gray-darker) !important;
}

hr.gray-darker, hr.has-gray-darker-color {
  border-color: var(--bs-gray-darker);
}

.has-gray-darker-color {
  color: var(--bs-gray-darker) !important;
}

.has-gray-darker-background-color {
  background-color: var(--bs-gray-darker) !important;
}

.border-gray-darker {
  border-color: var(--bs-gray-darker) !important;
}

.has-gray-darker-border-color {
  border-color: var(--bs-gray-darker);
}

.btn-gray-darker {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-gray-darker:hover {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-gray-darker, .btn-gray-darker:focus {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-gray-darker, .btn-check:active + .btn-gray-darker, .btn-gray-darker:active, .btn-gray-darker.active, .show > .btn-gray-darker.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-gray-darker:focus, .btn-check:active + .btn-gray-darker:focus, .btn-gray-darker:active:focus, .btn-gray-darker.active:focus, .show > .btn-gray-darker.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-gray-darker:disabled, .btn-gray-darker.disabled {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-gray-darker {
  color: #212529;
  border-color: #212529;
  border-width: 2px;
  color: var(--bs-gray-darker);
}
.btn-outline-gray-darker:hover {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-gray-darker, .btn-outline-gray-darker:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-gray-darker, .btn-check:active + .btn-outline-gray-darker, .btn-outline-gray-darker:active, .btn-outline-gray-darker.active, .btn-outline-gray-darker.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-gray-darker:focus, .btn-check:active + .btn-outline-gray-darker:focus, .btn-outline-gray-darker:active:focus, .btn-outline-gray-darker.active:focus, .btn-outline-gray-darker.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-gray-darker:disabled, .btn-outline-gray-darker.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-gray-darker i {
  color: var(--bs-gray-darker);
}
.text-white .btn-outline-gray-darker {
  color: #FFF;
}
.btn-outline-gray-darker:hover i {
  color: #FFF;
}

.bg-black {
  background-color: var(--bs-black) !important;
}

.text-black {
  color: var(--bs-black);
}

.text-hover-black a:not(.btn):hover {
  color: var(--bs-black) !important;
}

hr.black, hr.has-black-color {
  border-color: var(--bs-black);
}

.has-black-color {
  color: var(--bs-black) !important;
}

.has-black-background-color {
  background-color: var(--bs-black) !important;
}

.border-black {
  border-color: var(--bs-black) !important;
}

.has-black-border-color {
  border-color: var(--bs-black);
}

.btn-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-width: 2px;
  transition: 0.2s;
}
.btn-black:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  color: var(--bs-black);
}
.btn-outline-black:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-black i {
  color: var(--bs-black);
}
.text-white .btn-outline-black {
  color: #FFF;
}
.btn-outline-black:hover i {
  color: #FFF;
}

.has-12-font-size, .has-12-px-font-size {
  font-size: 12px !important;
}

.has-14-font-size, .has-14-px-font-size {
  font-size: 14px !important;
}

.has-15-font-size, .has-15-px-font-size {
  font-size: 15px !important;
}

.has-16-font-size, .has-16-px-font-size {
  font-size: 16px !important;
}

.has-18-font-size, .has-18-px-font-size {
  font-size: 18px !important;
}

.has-20-font-size, .has-20-px-font-size {
  font-size: 20px !important;
}

.has-22-font-size, .has-22-px-font-size {
  font-size: calc(20.2px + 0.15vw) !important;
}
@media (min-width: 1200px) {
  .has-22-font-size, .has-22-px-font-size {
    font-size: 22px !important;
  }
}

.has-24-font-size, .has-24-px-font-size {
  font-size: calc(20.4px + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .has-24-font-size, .has-24-px-font-size {
    font-size: 24px !important;
  }
}

.has-26-font-size, .has-26-px-font-size {
  font-size: calc(20.6px + 0.45vw) !important;
}
@media (min-width: 1200px) {
  .has-26-font-size, .has-26-px-font-size {
    font-size: 26px !important;
  }
}

.has-30-font-size, .has-30-px-font-size {
  font-size: calc(21px + 0.75vw) !important;
}
@media (min-width: 1200px) {
  .has-30-font-size, .has-30-px-font-size {
    font-size: 30px !important;
  }
}

.has-32-font-size, .has-32-px-font-size {
  font-size: calc(21.2px + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .has-32-font-size, .has-32-px-font-size {
    font-size: 32px !important;
  }
}

.has-35-font-size, .has-35-px-font-size {
  font-size: calc(21.5px + 1.125vw) !important;
}
@media (min-width: 1200px) {
  .has-35-font-size, .has-35-px-font-size {
    font-size: 35px !important;
  }
}

.has-36-font-size, .has-36-px-font-size {
  font-size: calc(21.6px + 1.2vw) !important;
}
@media (min-width: 1200px) {
  .has-36-font-size, .has-36-px-font-size {
    font-size: 36px !important;
  }
}

.has-40-font-size, .has-40-px-font-size {
  font-size: calc(22px + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .has-40-font-size, .has-40-px-font-size {
    font-size: 40px !important;
  }
}

.has-48-font-size, .has-48-px-font-size {
  font-size: calc(22.8px + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .has-48-font-size, .has-48-px-font-size {
    font-size: 48px !important;
  }
}

.has-64-font-size, .has-64-px-font-size {
  font-size: calc(24.4px + 3.3vw) !important;
  line-height: 1;
}
@media (min-width: 1200px) {
  .has-64-font-size, .has-64-px-font-size {
    font-size: 64px !important;
  }
}

.has-75-font-size, .has-75-px-font-size {
  font-size: calc(25.5px + 4.125vw) !important;
  line-height: 1;
}
@media (min-width: 1200px) {
  .has-75-font-size, .has-75-px-font-size {
    font-size: 75px !important;
  }
}

.has-80-font-size, .has-80-px-font-size {
  font-size: calc(26px + 4.5vw) !important;
  line-height: 1;
}
@media (min-width: 1200px) {
  .has-80-font-size, .has-80-px-font-size {
    font-size: 80px !important;
  }
}

.has-100-font-size, .has-100-px-font-size {
  font-size: calc(28px + 6vw) !important;
  line-height: 1;
}
@media (min-width: 1200px) {
  .has-100-font-size, .has-100-px-font-size {
    font-size: 100px !important;
  }
}

[class*=icol-] {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  [class*=icol-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .icol-1 {
    flex: 0 0 calc((720px - 30px) * (1 / 12));
    max-width: calc((720px - 30px) * (1 / 12));
  }
}
@media (min-width: 768px) {
  .icol-2 {
    flex: 0 0 calc((720px - 30px) * (2 / 12));
    max-width: calc((720px - 30px) * (2 / 12));
  }
}
@media (min-width: 768px) {
  .icol-3 {
    flex: 0 0 calc((720px - 30px) * (3 / 12));
    max-width: calc((720px - 30px) * (3 / 12));
  }
}
@media (min-width: 768px) {
  .icol-4 {
    flex: 0 0 calc((720px - 30px) * (4 / 12));
    max-width: calc((720px - 30px) * (4 / 12));
  }
}
@media (min-width: 768px) {
  .icol-5 {
    flex: 0 0 calc((720px - 30px) * (5 / 12));
    max-width: calc((720px - 30px) * (5 / 12));
  }
}
@media (min-width: 768px) {
  .icol-6 {
    flex: 0 0 calc((720px - 30px) * (6 / 12));
    max-width: calc((720px - 30px) * (6 / 12));
  }
}
@media (min-width: 768px) {
  .icol-7 {
    flex: 0 0 calc((720px - 30px) * (7 / 12));
    max-width: calc((720px - 30px) * (7 / 12));
  }
}
@media (min-width: 768px) {
  .icol-8 {
    flex: 0 0 calc((720px - 30px) * (8 / 12));
    max-width: calc((720px - 30px) * (8 / 12));
  }
}
@media (min-width: 768px) {
  .icol-9 {
    flex: 0 0 calc((720px - 30px) * (9 / 12));
    max-width: calc((720px - 30px) * (9 / 12));
  }
}
@media (min-width: 768px) {
  .icol-10 {
    flex: 0 0 calc((720px - 30px) * (10 / 12));
    max-width: calc((720px - 30px) * (10 / 12));
  }
}
@media (min-width: 768px) {
  .icol-11 {
    flex: 0 0 calc((720px - 30px) * (11 / 12));
    max-width: calc((720px - 30px) * (11 / 12));
  }
}
@media (min-width: 768px) {
  .icol-12 {
    flex: 0 0 calc((720px - 30px) * (12 / 12));
    max-width: calc((720px - 30px) * (12 / 12));
  }
}
@media (min-width: 992px) {
  .icol-1 {
    flex: 0 0 calc((960px - 30px) * (1 / 12));
    max-width: calc((960px - 30px) * (1 / 12));
  }
}
@media (min-width: 992px) {
  .icol-2 {
    flex: 0 0 calc((960px - 30px) * (2 / 12));
    max-width: calc((960px - 30px) * (2 / 12));
  }
}
@media (min-width: 992px) {
  .icol-3 {
    flex: 0 0 calc((960px - 30px) * (3 / 12));
    max-width: calc((960px - 30px) * (3 / 12));
  }
}
@media (min-width: 992px) {
  .icol-4 {
    flex: 0 0 calc((960px - 30px) * (4 / 12));
    max-width: calc((960px - 30px) * (4 / 12));
  }
}
@media (min-width: 992px) {
  .icol-5 {
    flex: 0 0 calc((960px - 30px) * (5 / 12));
    max-width: calc((960px - 30px) * (5 / 12));
  }
}
@media (min-width: 992px) {
  .icol-6 {
    flex: 0 0 calc((960px - 30px) * (6 / 12));
    max-width: calc((960px - 30px) * (6 / 12));
  }
}
@media (min-width: 992px) {
  .icol-7 {
    flex: 0 0 calc((960px - 30px) * (7 / 12));
    max-width: calc((960px - 30px) * (7 / 12));
  }
}
@media (min-width: 992px) {
  .icol-8 {
    flex: 0 0 calc((960px - 30px) * (8 / 12));
    max-width: calc((960px - 30px) * (8 / 12));
  }
}
@media (min-width: 992px) {
  .icol-9 {
    flex: 0 0 calc((960px - 30px) * (9 / 12));
    max-width: calc((960px - 30px) * (9 / 12));
  }
}
@media (min-width: 992px) {
  .icol-10 {
    flex: 0 0 calc((960px - 30px) * (10 / 12));
    max-width: calc((960px - 30px) * (10 / 12));
  }
}
@media (min-width: 992px) {
  .icol-11 {
    flex: 0 0 calc((960px - 30px) * (11 / 12));
    max-width: calc((960px - 30px) * (11 / 12));
  }
}
@media (min-width: 992px) {
  .icol-12 {
    flex: 0 0 calc((960px - 30px) * (12 / 12));
    max-width: calc((960px - 30px) * (12 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-1 {
    flex: 0 0 calc((1140px - 30px) * (1 / 12));
    max-width: calc((1140px - 30px) * (1 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-2 {
    flex: 0 0 calc((1140px - 30px) * (2 / 12));
    max-width: calc((1140px - 30px) * (2 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-3 {
    flex: 0 0 calc((1140px - 30px) * (3 / 12));
    max-width: calc((1140px - 30px) * (3 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-4 {
    flex: 0 0 calc((1140px - 30px) * (4 / 12));
    max-width: calc((1140px - 30px) * (4 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-5 {
    flex: 0 0 calc((1140px - 30px) * (5 / 12));
    max-width: calc((1140px - 30px) * (5 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-6 {
    flex: 0 0 calc((1140px - 30px) * (6 / 12));
    max-width: calc((1140px - 30px) * (6 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-7 {
    flex: 0 0 calc((1140px - 30px) * (7 / 12));
    max-width: calc((1140px - 30px) * (7 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-8 {
    flex: 0 0 calc((1140px - 30px) * (8 / 12));
    max-width: calc((1140px - 30px) * (8 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-9 {
    flex: 0 0 calc((1140px - 30px) * (9 / 12));
    max-width: calc((1140px - 30px) * (9 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-10 {
    flex: 0 0 calc((1140px - 30px) * (10 / 12));
    max-width: calc((1140px - 30px) * (10 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-11 {
    flex: 0 0 calc((1140px - 30px) * (11 / 12));
    max-width: calc((1140px - 30px) * (11 / 12));
  }
}
@media (min-width: 1200px) {
  .icol-12 {
    flex: 0 0 calc((1140px - 30px) * (12 / 12));
    max-width: calc((1140px - 30px) * (12 / 12));
  }
}
.container, .container-fluid, .container-md, .container-lg, .container-xl {
  padding-right: calc(0.5 * var(--bs-gutter-x, 30px)) !important;
  padding-left: calc(0.5 * var(--bs-gutter-x, 30px)) !important;
}
.container .container, .container .container-fluid, .container .container-md, .container .container-lg, .container .container-xl, .section .block-content .container, .container-fluid .container, .container-md .container, .container-lg .container, .container-xl .container, .container-fluid .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-fluid .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-fluid .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-fluid .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl, .section .block-content .container-fluid, .section .block-content .container-md, .section .block-content .container-lg, .section .block-content .container-xl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container, .container-fluid, .container-md, .container-lg, .container-xl {
    max-width: 100%;
  }
}
.container.d-flex > .row, .container-fluid.d-flex > .row, .d-flex.container-md > .row, .d-flex.container-lg > .row, .d-flex.container-xl > .row {
  width: calc(100% + var(--bs-gutter-x));
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: var(--bs-body-font-family) !important;
  line-height: 1.6;
}
body.buddypress {
  background: #f8f9fa;
}

body a, .wp-site-blocks a, .bb-custom-typo a {
  text-decoration: none;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6, .wp-site-blocks h1, .wp-site-blocks .h1, .wp-site-blocks h2, .wp-site-blocks .h2, .wp-site-blocks h3, .wp-site-blocks .h3, .wp-site-blocks h4, .wp-site-blocks .h4, .wp-site-blocks h5, .wp-site-blocks .h5, .wp-site-blocks h6, .wp-site-blocks .h6, .bb-custom-typo h1, .bb-custom-typo .h1, .bb-custom-typo h2, .bb-custom-typo .h2, .bb-custom-typo h3, .bb-custom-typo .h3, .bb-custom-typo h4, .bb-custom-typo .h4, .bb-custom-typo h5, .bb-custom-typo .h5, .bb-custom-typo h6, .bb-custom-typo .h6 {
  font-family: "Public Sans", sans-serif;
}
body h1 > a, body .h1 > a, body h2 > a, body .h2 > a, body h3 > a, body .h3 > a, body h4 > a, body .h4 > a, body h5 > a, body .h5 > a, body h6 > a, body .h6 > a, .wp-site-blocks h1 > a, .wp-site-blocks .h1 > a, .wp-site-blocks h2 > a, .wp-site-blocks .h2 > a, .wp-site-blocks h3 > a, .wp-site-blocks .h3 > a, .wp-site-blocks h4 > a, .wp-site-blocks .h4 > a, .wp-site-blocks h5 > a, .wp-site-blocks .h5 > a, .wp-site-blocks h6 > a, .wp-site-blocks .h6 > a, .bb-custom-typo h1 > a, .bb-custom-typo .h1 > a, .bb-custom-typo h2 > a, .bb-custom-typo .h2 > a, .bb-custom-typo h3 > a, .bb-custom-typo .h3 > a, .bb-custom-typo h4 > a, .bb-custom-typo .h4 > a, .bb-custom-typo h5 > a, .bb-custom-typo .h5 > a, .bb-custom-typo h6 > a, .bb-custom-typo .h6 > a {
  color: inherit;
}
body ul:not([class]), .wp-site-blocks ul:not([class]), .bb-custom-typo ul:not([class]) {
  padding-left: 1.125em;
}
body .main-navs ul, .wp-site-blocks .main-navs ul, .bb-custom-typo .main-navs ul {
  padding-left: 0;
}
body hr, .wp-site-blocks hr, .bb-custom-typo hr {
  opacity: 1;
  border: 0 !important;
}
body hr:not([size]), .wp-site-blocks hr:not([size]), .bb-custom-typo hr:not([size]) {
  height: 1px;
}
body h2, body .h2, .wp-site-blocks h2, .wp-site-blocks .h2, .bb-custom-typo h2, .bb-custom-typo .h2 {
  font-weight: 800;
  letter-spacing: -1.5px;
}
body h5, body .h5, .wp-site-blocks h5, .wp-site-blocks .h5, .bb-custom-typo h5, .bb-custom-typo .h5 {
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
body .wp-block-columns p, .wp-site-blocks .wp-block-columns p, .bb-custom-typo .wp-block-columns p {
  padding-left: 0;
  padding-right: 0;
}
body blockquote, .wp-site-blocks blockquote, .bb-custom-typo blockquote {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  line-height: inherit;
}
body dd, body ol, body ul, .wp-site-blocks dd, .wp-site-blocks ol, .wp-site-blocks ul, .bb-custom-typo dd, .bb-custom-typo ol, .bb-custom-typo ul {
  margin-left: 0;
}
body b, body strong, .wp-site-blocks b, .wp-site-blocks strong, .bb-custom-typo b, .bb-custom-typo strong {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.wp-admin ul.acf-color-radio-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: 0;
  margin-top: 15px;
}
.wp-admin ul.acf-color-radio-list li {
  margin-right: 0;
  display: flex;
}
.wp-admin ul.acf-color-radio-list li label {
  width: 28px;
  height: 28px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.wp-admin ul.acf-color-radio-list li label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}
.wp-admin ul.acf-color-radio-list li label input[type=radio]:checked::before {
  content: "\f15e";
  font-family: dashicons;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.wp-admin ul.acf-color-radio-list li label input[type=radio][value=white]:checked::before, .wp-admin ul.acf-color-radio-list li label input[type=radio][value=off-white]:checked::before {
  color: #000;
}

#wpbody .gform_wrapper.gravity-theme .gsection, .is-root-container .gform_wrapper.gravity-theme .gsection {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#wpbody .gform_wrapper.gravity-theme .gsection_title, .is-root-container .gform_wrapper.gravity-theme .gsection_title {
  font-size: calc(20.4px + 0.3vw);
  color: #335E90;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #wpbody .gform_wrapper.gravity-theme .gsection_title, .is-root-container .gform_wrapper.gravity-theme .gsection_title {
    font-size: 24px;
  }
}
#wpbody .gform_wrapper.gravity-theme .gform_fields, .is-root-container .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
  grid-column-gap: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #wpbody .gform_wrapper.gravity-theme .gform_fields, .is-root-container .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 30px;
  }
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex, .is-root-container .gform_wrapper.gravity-theme .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  flex: 1 0 0;
  max-width: 100%;
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span span, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span span {
  padding: 0;
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span.name_first, #wpbody .gform_wrapper.gravity-theme .ginput_complex > span.name_last, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.name_first, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.name_last {
  flex: 1 0 0;
  max-width: 100%;
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span.name_middle, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.name_middle {
  flex: 16.6666%;
  max-width: 16.6666%;
}
@media (max-width: 575.98px) {
  #wpbody .gform_wrapper.gravity-theme .ginput_complex > span.name_middle, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.name_middle {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_line_1, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_line_1 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 575.98px) {
  #wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_line_1, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_line_1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_line_2, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_line_2 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 575.98px) {
  #wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_line_2, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_line_2 {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_city, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_city {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575.98px) {
  #wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_city, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_city {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_zip, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_zip {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 575.98px) {
  #wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_zip, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_zip {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_state, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_state {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 575.98px) {
  #wpbody .gform_wrapper.gravity-theme .ginput_complex > span.address_state, .is-root-container .gform_wrapper.gravity-theme .ginput_complex > span.address_state {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#wpbody .gform_wrapper.gravity-theme .gf_list_inline .gchoice, .is-root-container .gform_wrapper.gravity-theme .gf_list_inline .gchoice {
  display: flex;
  align-items: center;
}
#wpbody .gform_wrapper.gravity-theme .gf_list_inline .gchoice .gfield-choice-input, .is-root-container .gform_wrapper.gravity-theme .gf_list_inline .gchoice .gfield-choice-input {
  margin-right: 10px;
}
#wpbody .gform_wrapper.gravity-theme input[type=color], #wpbody .gform_wrapper.gravity-theme input[type=date], #wpbody .gform_wrapper.gravity-theme input[type=datetime-local], #wpbody .gform_wrapper.gravity-theme input[type=datetime], #wpbody .gform_wrapper.gravity-theme input[type=email], #wpbody .gform_wrapper.gravity-theme input[type=month], #wpbody .gform_wrapper.gravity-theme input[type=number], #wpbody .gform_wrapper.gravity-theme input[type=password], #wpbody .gform_wrapper.gravity-theme input[type=search], #wpbody .gform_wrapper.gravity-theme input[type=tel], #wpbody .gform_wrapper.gravity-theme input[type=text], #wpbody .gform_wrapper.gravity-theme input[type=time], #wpbody .gform_wrapper.gravity-theme input[type=url], #wpbody .gform_wrapper.gravity-theme input[type=week], #wpbody .gform_wrapper.gravity-theme select, #wpbody .gform_wrapper.gravity-theme textarea, .is-root-container .gform_wrapper.gravity-theme input[type=color], .is-root-container .gform_wrapper.gravity-theme input[type=date], .is-root-container .gform_wrapper.gravity-theme input[type=datetime-local], .is-root-container .gform_wrapper.gravity-theme input[type=datetime], .is-root-container .gform_wrapper.gravity-theme input[type=email], .is-root-container .gform_wrapper.gravity-theme input[type=month], .is-root-container .gform_wrapper.gravity-theme input[type=number], .is-root-container .gform_wrapper.gravity-theme input[type=password], .is-root-container .gform_wrapper.gravity-theme input[type=search], .is-root-container .gform_wrapper.gravity-theme input[type=tel], .is-root-container .gform_wrapper.gravity-theme input[type=text], .is-root-container .gform_wrapper.gravity-theme input[type=time], .is-root-container .gform_wrapper.gravity-theme input[type=url], .is-root-container .gform_wrapper.gravity-theme input[type=week], .is-root-container .gform_wrapper.gravity-theme select, .is-root-container .gform_wrapper.gravity-theme textarea {
  line-height: normal;
  width: 100%;
  border-radius: 0;
  border: 1px solid #707070;
}
#wpbody .gform_wrapper.gravity-theme input[type=color], #wpbody .gform_wrapper.gravity-theme input[type=date], #wpbody .gform_wrapper.gravity-theme input[type=datetime-local], #wpbody .gform_wrapper.gravity-theme input[type=datetime], #wpbody .gform_wrapper.gravity-theme input[type=email], #wpbody .gform_wrapper.gravity-theme input[type=month], #wpbody .gform_wrapper.gravity-theme input[type=number], #wpbody .gform_wrapper.gravity-theme input[type=password], #wpbody .gform_wrapper.gravity-theme input[type=search], #wpbody .gform_wrapper.gravity-theme input[type=tel], #wpbody .gform_wrapper.gravity-theme input[type=text], #wpbody .gform_wrapper.gravity-theme input[type=time], #wpbody .gform_wrapper.gravity-theme input[type=url], #wpbody .gform_wrapper.gravity-theme input[type=week], #wpbody .gform_wrapper.gravity-theme select, .is-root-container .gform_wrapper.gravity-theme input[type=color], .is-root-container .gform_wrapper.gravity-theme input[type=date], .is-root-container .gform_wrapper.gravity-theme input[type=datetime-local], .is-root-container .gform_wrapper.gravity-theme input[type=datetime], .is-root-container .gform_wrapper.gravity-theme input[type=email], .is-root-container .gform_wrapper.gravity-theme input[type=month], .is-root-container .gform_wrapper.gravity-theme input[type=number], .is-root-container .gform_wrapper.gravity-theme input[type=password], .is-root-container .gform_wrapper.gravity-theme input[type=search], .is-root-container .gform_wrapper.gravity-theme input[type=tel], .is-root-container .gform_wrapper.gravity-theme input[type=text], .is-root-container .gform_wrapper.gravity-theme input[type=time], .is-root-container .gform_wrapper.gravity-theme input[type=url], .is-root-container .gform_wrapper.gravity-theme input[type=week], .is-root-container .gform_wrapper.gravity-theme select {
  height: 50px;
}
#wpbody .gform_wrapper.gravity-theme textarea, .is-root-container .gform_wrapper.gravity-theme textarea {
  height: 100px;
}
#wpbody .gform_wrapper.gravity-theme .gform_footer, .is-root-container .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-start;
  padding: 0;
}
#wpbody .gform_wrapper.gravity-theme .gfield, .is-root-container .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 30px;
}
#wpbody .gform_wrapper.gravity-theme .gfield.horizontal::after, .is-root-container .gform_wrapper.gravity-theme .gfield.horizontal::after {
  display: table;
  content: "";
  clear: both;
}
#wpbody .gform_wrapper.gravity-theme .gfield.horizontal legend, .is-root-container .gform_wrapper.gravity-theme .gfield.horizontal legend {
  width: auto;
  float: left;
  margin-bottom: 0;
  margin-right: 1rem;
}
#wpbody .gform_wrapper.gravity-theme .gfield.horizontal .ginput_container, .is-root-container .gform_wrapper.gravity-theme .gfield.horizontal .ginput_container {
  display: inline-flex;
}
#wpbody .gform_wrapper.gravity-theme .gfield_radio, #wpbody .gform_wrapper.gravity-theme .gfield_checkbox, .is-root-container .gform_wrapper.gravity-theme .gfield_radio, .is-root-container .gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
#wpbody .gform_wrapper.gravity-theme .gfield_radio .gchoice, #wpbody .gform_wrapper.gravity-theme .gfield_checkbox .gchoice, .is-root-container .gform_wrapper.gravity-theme .gfield_radio .gchoice, .is-root-container .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  margin: 0 0.5rem 1rem;
}
#wpbody .gform_wrapper.gravity-theme .gfield_radio label, #wpbody .gform_wrapper.gravity-theme .gfield_checkbox label, .is-root-container .gform_wrapper.gravity-theme .gfield_radio label, .is-root-container .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 1rem;
  white-space: nowrap;
  color: inherit;
}
#wpbody .gform_wrapper.gravity-theme .gfield_label, .is-root-container .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  color: inherit;
}

.negative-margin_wrapper form.negative-margin .gform_footer {
  text-align: center;
  margin-bottom: -22px;
  margin-top: 2rem;
}
.negative-margin_wrapper form.negative-margin .gform_footer .btn {
  margin-bottom: 0;
}

form {
  margin-bottom: unset;
}

.slick-slider.image-slider:not(.slick-vertical) .slick-track {
  display: flex;
}
.slick-slider.image-slider:not(.slick-vertical) .slick-slide {
  display: flex;
  justify-content: center;
  height: auto;
}
.slick-slider.image-slider:not(.slick-vertical) .slick-slide > div, .slick-slider.image-slider:not(.slick-vertical) .slick-slide .slide {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slick-slider.image-slider:not(.slick-vertical) .slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slick-slider.slick-vertical .slick-slide .slide {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-image.bg-placement-left-half {
  right: 50%;
}
.bg-image.bg-placement-right-half {
  left: 50%;
}
.bg-image.bg-placement-left-two-thirds {
  right: 30%;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .bg-image.bg-placement-left-two-thirds {
    right: calc(30% - 3vw);
  }
}
@media (max-width: 767.98px) {
  .bg-image.bg-placement-left-two-thirds {
    right: 0;
  }
}
.bg-image.bg-placement-right-two-thirds {
  left: 30%;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .bg-image.bg-placement-right-two-thirds {
    left: calc(30% - 3vw);
  }
}
@media (max-width: 767.98px) {
  .bg-image.bg-placement-right-two-thirds {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .bg-image.has-bg-image.bg-placement-left-half, .bg-image.has-bg-image.bg-placement-right-half {
    position: relative;
    min-height: 300px;
    left: 0;
    right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.bg-image .bg-video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.bg-size-full-height {
  background-size: auto 100%;
}
@media (max-width: 767.98px) {
  .bg-size-full-height {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.bg-size-full-width {
  background-size: 100% auto;
}
@media (max-width: 767.98px) {
  .bg-size-full-width {
    background-size: cover;
  }
}

.bg-size-auto {
  background-size: auto;
}

.bg-size-cover {
  background-size: cover;
}

.bg-size-contain {
  background-size: contain;
}

.bg-position-bottom-left {
  background-position: bottom left;
}

.bg-position-bottom-center {
  background-position: bottom center;
}

.bg-position-bottom-right {
  background-position: bottom right;
}

.bg-position-center-left {
  background-position: center left;
}

.bg-position-center-center {
  background-position: center center;
}

.bg-position-center-right {
  background-position: center right;
}

.bg-position-top-left {
  background-position: top left;
}

.bg-position-top-center {
  background-position: top center;
}

.bg-position-top-right {
  background-position: top right;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-attachment-fixed {
  background-attachment: fixed;
}

.bg-has-overlay::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

[class*=bg-extend]:not(.bg-extend-none)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: inherit;
  width: auto;
}

.bg-extend-left::after {
  right: 100%;
  width: 100vw;
}
@media (max-width: 991.98px) {
  .bg-extend-left::after {
    right: -15px;
  }
}

.bg-extend-right::after {
  left: 100%;
  width: 100vw;
}
@media (max-width: 991.98px) {
  .bg-extend-right::after {
    left: -15px;
  }
}

.bg-extend-both::after {
  left: -100vw;
  right: -100vw;
}

.bg-extend-slight::after {
  left: -9rem;
  right: -9rem;
}

@media (min-width: 768px) {
  .bg-extend-slight-left::after {
    left: -6rem;
    right: 0;
  }
}

@media (min-width: 768px) {
  .bg-extend-slight-right::after {
    right: -6rem;
    left: 0;
  }
}

.page-block {
  position: relative;
}
.page-block > div:not(.bg-image) {
  position: relative;
}
@media (max-width: 767.98px) {
  .page-block.hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-block.hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .page-block.hide-on-desktop {
    display: none !important;
  }
}

.wp-block-post-template.is-flex-container, .wp-block-post-template.is-flex-container.aligncenter, .wp-block-query-loop.is-flex-container, .wp-block-query-loop.is-flex-container.aligncenter {
  gap: 0;
  width: calc(100% + var(--bs-gutter-x)) !important;
  max-width: calc(100% + var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
}
.wp-block-post-template.is-flex-container > li, .wp-block-query-loop.is-flex-container > li {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: auto;
  margin-top: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .wp-block-post-template.is-flex-container > li, .wp-block-query-loop.is-flex-container > li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-1, .wp-block-query-loop.is-flex-container > li.col-md-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-2, .wp-block-query-loop.is-flex-container > li.col-md-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-3, .wp-block-query-loop.is-flex-container > li.col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-4, .wp-block-query-loop.is-flex-container > li.col-md-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-5, .wp-block-query-loop.is-flex-container > li.col-md-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-6, .wp-block-query-loop.is-flex-container > li.col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-7, .wp-block-query-loop.is-flex-container > li.col-md-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-8, .wp-block-query-loop.is-flex-container > li.col-md-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-9, .wp-block-query-loop.is-flex-container > li.col-md-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-10, .wp-block-query-loop.is-flex-container > li.col-md-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-11, .wp-block-query-loop.is-flex-container > li.col-md-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container > li.col-md-12, .wp-block-query-loop.is-flex-container > li.col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.columns-2 > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.columns-3 > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.columns-4 > li, .wp-block-query-loop.is-flex-container.columns-4 > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.columns-5 > li, .wp-block-query-loop.is-flex-container.columns-5 > li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.wp-block-post-template.align-items-stretch > li, .wp-block-query-loop.align-items-stretch > li {
  display: flex;
}
.wp-block-post-template.align-items-stretch > li > .wp-block-acf-section, .wp-block-post-template.align-items-stretch > li > .wp-block-acf-section > .acf-block-component, .wp-block-post-template.align-items-stretch > li > .wp-block-acf-section > div > div, .wp-block-post-template.align-items-stretch > li > .wp-block-acf-section > div > div > div, .wp-block-query-loop.align-items-stretch > li > .wp-block-acf-section, .wp-block-query-loop.align-items-stretch > li > .wp-block-acf-section > .acf-block-component, .wp-block-query-loop.align-items-stretch > li > .wp-block-acf-section > div > div, .wp-block-query-loop.align-items-stretch > li > .wp-block-acf-section > div > div > div {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.wp-block-column.col-1[class*=is-vertically-aligned] {
  width: 8.33333333%;
}

.wp-block-column.col-2[class*=is-vertically-aligned] {
  width: 16.66666667%;
}

.wp-block-column.col-3[class*=is-vertically-aligned] {
  width: 25%;
}

.wp-block-column.col-4[class*=is-vertically-aligned] {
  width: 33.33333333%;
}

.wp-block-column.col-5[class*=is-vertically-aligned] {
  width: 41.66666667%;
}

.wp-block-column.col-6[class*=is-vertically-aligned] {
  width: 50%;
}

.wp-block-column.col-7[class*=is-vertically-aligned] {
  width: 58.33333333%;
}

.wp-block-column.col-8[class*=is-vertically-aligned] {
  width: 66.66666667%;
}

.wp-block-column.col-9[class*=is-vertically-aligned] {
  width: 75%;
}

.wp-block-column.col-10[class*=is-vertically-aligned] {
  width: 83.33333333%;
}

.wp-block-column.col-11[class*=is-vertically-aligned] {
  width: 91.66666667%;
}

.wp-block-column.col-12[class*=is-vertically-aligned] {
  width: 100%;
}

.wp-block-column.col-sm-1[class*=is-vertically-aligned] {
  width: 8.33333333%;
}

.wp-block-column.col-sm-2[class*=is-vertically-aligned] {
  width: 16.66666667%;
}

.wp-block-column.col-sm-3[class*=is-vertically-aligned] {
  width: 25%;
}

.wp-block-column.col-sm-4[class*=is-vertically-aligned] {
  width: 33.33333333%;
}

.wp-block-column.col-sm-5[class*=is-vertically-aligned] {
  width: 41.66666667%;
}

.wp-block-column.col-sm-6[class*=is-vertically-aligned] {
  width: 50%;
}

.wp-block-column.col-sm-7[class*=is-vertically-aligned] {
  width: 58.33333333%;
}

.wp-block-column.col-sm-8[class*=is-vertically-aligned] {
  width: 66.66666667%;
}

.wp-block-column.col-sm-9[class*=is-vertically-aligned] {
  width: 75%;
}

.wp-block-column.col-sm-10[class*=is-vertically-aligned] {
  width: 83.33333333%;
}

.wp-block-column.col-sm-11[class*=is-vertically-aligned] {
  width: 91.66666667%;
}

.wp-block-column.col-sm-12[class*=is-vertically-aligned] {
  width: 100%;
}

.wp-block-column.col-md-1[class*=is-vertically-aligned] {
  width: 8.33333333%;
}

.wp-block-column.col-md-2[class*=is-vertically-aligned] {
  width: 16.66666667%;
}

.wp-block-column.col-md-3[class*=is-vertically-aligned] {
  width: 25%;
}

.wp-block-column.col-md-4[class*=is-vertically-aligned] {
  width: 33.33333333%;
}

.wp-block-column.col-md-5[class*=is-vertically-aligned] {
  width: 41.66666667%;
}

.wp-block-column.col-md-6[class*=is-vertically-aligned] {
  width: 50%;
}

.wp-block-column.col-md-7[class*=is-vertically-aligned] {
  width: 58.33333333%;
}

.wp-block-column.col-md-8[class*=is-vertically-aligned] {
  width: 66.66666667%;
}

.wp-block-column.col-md-9[class*=is-vertically-aligned] {
  width: 75%;
}

.wp-block-column.col-md-10[class*=is-vertically-aligned] {
  width: 83.33333333%;
}

.wp-block-column.col-md-11[class*=is-vertically-aligned] {
  width: 91.66666667%;
}

.wp-block-column.col-md-12[class*=is-vertically-aligned] {
  width: 100%;
}

.wp-block-column.col-lg-1[class*=is-vertically-aligned] {
  width: 8.33333333%;
}

.wp-block-column.col-lg-2[class*=is-vertically-aligned] {
  width: 16.66666667%;
}

.wp-block-column.col-lg-3[class*=is-vertically-aligned] {
  width: 25%;
}

.wp-block-column.col-lg-4[class*=is-vertically-aligned] {
  width: 33.33333333%;
}

.wp-block-column.col-lg-5[class*=is-vertically-aligned] {
  width: 41.66666667%;
}

.wp-block-column.col-lg-6[class*=is-vertically-aligned] {
  width: 50%;
}

.wp-block-column.col-lg-7[class*=is-vertically-aligned] {
  width: 58.33333333%;
}

.wp-block-column.col-lg-8[class*=is-vertically-aligned] {
  width: 66.66666667%;
}

.wp-block-column.col-lg-9[class*=is-vertically-aligned] {
  width: 75%;
}

.wp-block-column.col-lg-10[class*=is-vertically-aligned] {
  width: 83.33333333%;
}

.wp-block-column.col-lg-11[class*=is-vertically-aligned] {
  width: 91.66666667%;
}

.wp-block-column.col-lg-12[class*=is-vertically-aligned] {
  width: 100%;
}

.wp-block-column.col-xl-1[class*=is-vertically-aligned] {
  width: 8.33333333%;
}

.wp-block-column.col-xl-2[class*=is-vertically-aligned] {
  width: 16.66666667%;
}

.wp-block-column.col-xl-3[class*=is-vertically-aligned] {
  width: 25%;
}

.wp-block-column.col-xl-4[class*=is-vertically-aligned] {
  width: 33.33333333%;
}

.wp-block-column.col-xl-5[class*=is-vertically-aligned] {
  width: 41.66666667%;
}

.wp-block-column.col-xl-6[class*=is-vertically-aligned] {
  width: 50%;
}

.wp-block-column.col-xl-7[class*=is-vertically-aligned] {
  width: 58.33333333%;
}

.wp-block-column.col-xl-8[class*=is-vertically-aligned] {
  width: 66.66666667%;
}

.wp-block-column.col-xl-9[class*=is-vertically-aligned] {
  width: 75%;
}

.wp-block-column.col-xl-10[class*=is-vertically-aligned] {
  width: 83.33333333%;
}

.wp-block-column.col-xl-11[class*=is-vertically-aligned] {
  width: 91.66666667%;
}

.wp-block-column.col-xl-12[class*=is-vertically-aligned] {
  width: 100%;
}

.wp-block-column.col-xxl-1[class*=is-vertically-aligned] {
  width: 8.33333333%;
}

.wp-block-column.col-xxl-2[class*=is-vertically-aligned] {
  width: 16.66666667%;
}

.wp-block-column.col-xxl-3[class*=is-vertically-aligned] {
  width: 25%;
}

.wp-block-column.col-xxl-4[class*=is-vertically-aligned] {
  width: 33.33333333%;
}

.wp-block-column.col-xxl-5[class*=is-vertically-aligned] {
  width: 41.66666667%;
}

.wp-block-column.col-xxl-6[class*=is-vertically-aligned] {
  width: 50%;
}

.wp-block-column.col-xxl-7[class*=is-vertically-aligned] {
  width: 58.33333333%;
}

.wp-block-column.col-xxl-8[class*=is-vertically-aligned] {
  width: 66.66666667%;
}

.wp-block-column.col-xxl-9[class*=is-vertically-aligned] {
  width: 75%;
}

.wp-block-column.col-xxl-10[class*=is-vertically-aligned] {
  width: 83.33333333%;
}

.wp-block-column.col-xxl-11[class*=is-vertically-aligned] {
  width: 91.66666667%;
}

.wp-block-column.col-xxl-12[class*=is-vertically-aligned] {
  width: 100%;
}

.wp-block-columns, .wp-block-columns[class*=wp-container] {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-bottom: 0;
  width: calc(100% + var(--bs-gutter-x)) !important;
  align-items: stretch;
  gap: 0 !important;
}
.wp-block-columns .page-block, .wp-block-columns[class*=wp-container] .page-block {
  --bs-gutter-x:unset;
}
.wp-block-columns:not([class*=gx]), .wp-block-columns[class*=wp-container]:not([class*=gx]) {
  --bs-gutter-x: 30px;
}
.wp-block-columns:not([class*=gy]), .wp-block-columns[class*=wp-container]:not([class*=gy]) {
  --bs-gutter-y: 0;
}
.wp-block-columns.alignwide {
  width: var(--container-wide-width) !important;
  max-width: 100% !important;
}
.wp-block-columns .wp-block-column {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.wp-block-columns .wp-block-column.col {
  flex: 1 0 0%;
}
.wp-block-columns .wp-block-column.col-auto {
  flex: 0 0 auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-2 {
    flex: 0 0 auto !important;
    width: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-7 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-9 {
    flex: 0 0 auto !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .wp-block-columns .wp-block-column.col-sm {
    flex: 1 0 0%;
  }
  .wp-block-columns .wp-block-column.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-2 {
    flex: 0 0 auto !important;
    width: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-7 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-9 {
    flex: 0 0 auto !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-sm-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column.col-md {
    flex: 1 0 0%;
  }
  .wp-block-columns .wp-block-column.col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-2 {
    flex: 0 0 auto !important;
    width: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-7 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-9 {
    flex: 0 0 auto !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-md-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column.col-lg {
    flex: 1 0 0%;
  }
  .wp-block-columns .wp-block-column.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-2 {
    flex: 0 0 auto !important;
    width: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-7 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-9 {
    flex: 0 0 auto !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-lg-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns .wp-block-column.col-xl {
    flex: 1 0 0%;
  }
  .wp-block-columns .wp-block-column.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-2 {
    flex: 0 0 auto !important;
    width: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-7 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-9 {
    flex: 0 0 auto !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
}
@media (min-width: 1200px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xl-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1440px) {
  .wp-block-columns .wp-block-column.col-xxl {
    flex: 1 0 0%;
  }
  .wp-block-columns .wp-block-column.col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-2 {
    flex: 0 0 auto !important;
    width: 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-7 {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-9 {
    flex: 0 0 auto !important;
    width: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
}
@media (min-width: 1440px) and (max-width: 991.98px) {
  .wp-block-columns .wp-block-column.col-xxl-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-columns .wp-block-column[style*=max-width]:not(.small-width):not([class*=col]) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.wp-block-columns .wp-block-column[class*=col-md-], .wp-block-columns .wp-block-column[class*=col-lg-] {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.wp-block-columns .wp-block-column:not([class*=mt-]) {
  margin-top: var(--bs-gutter-y) !important;
}
.wp-block-columns .wp-block-column.d-flex:not(.flex-column) > [data-type*="acf/"], .wp-block-columns .wp-block-column.d-flex:not(.flex-column) > [data-type*="acf/"] > .acf-block-component, .wp-block-columns .wp-block-column.d-flex:not(.flex-column) > [data-type*="acf/"] > div > div, .wp-block-columns .wp-block-column.d-flex:not(.flex-column) > [data-type*="acf/"] > div > div > div {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.wp-block-columns .wp-block-column.d-flex:not(.flex-column) > div > div > div > div > .page-block, .wp-block-columns .wp-block-column.d-flex:not(.flex-column) > .page-block {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.section.align-full .wp-block-columns {
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  width: calc(100% + var(--bs-gutter-x)) !important;
  align-items: stretch;
  gap: 0;
}
@media (min-width: 768px) {
  .section.align-full .wp-block-columns {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .wp-block-acf-section, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .wp-block-acf-section > .acf-block-body, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .wp-block-acf-section > .acf-block-body > div, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview {
  display: flex;
  width: 100% !important;
}
.section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .section, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section {
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  width: calc(100% + var(--bs-gutter-x)) !important;
  flex: 0 0 calc(100% + var(--bs-gutter-x)) !important;
  max-width: calc(100% + var(--bs-gutter-x)) !important;
  --bs-gutter-x: 30px;
}
.section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .section > .container, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column) > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section > .container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: var(--container-width, 1140px)/2;
  padding-left: calc(0.5 * var(--bs-gutter-x)) !important;
  padding-right: calc(0.5 * var(--bs-gutter-x)) !important;
}
.section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .section, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section {
  justify-content: flex-end;
}
.section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .section > .container, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section > .container {
  width: calc(var(--container-width) / 2);
}
@media (min-width: 1440px) {
  .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .section > .container, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section > .container {
    width: calc(var(--container-wide-width) / 2);
  }
}
@media (min-width: 992px) {
  .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .section > .container, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):first-child > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section > .container {
    padding-right: 4rem !important;
  }
}
.section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):last-child > .section, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):last-child > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):last-child > .section > .container, .section.align-full .wp-block-columns > .wp-block-column.d-flex:not(.flex-column):last-child > .wp-block-acf-section > .acf-block-body > div > .acf-block-preview > .section > .container {
    padding-left: 4rem !important;
  }
}

figure.wp-block-post-featured-image {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  figure.wp-block-post-featured-image {
    max-width: 100% !important;
  }
}

figure.wp-block-image {
  margin-bottom: 0;
  display: flex !important;
  flex-direction: column;
}
figure.wp-block-image figcaption {
  width: 100%;
}
figure.wp-block-image.aligncenter {
  align-items: center;
}
figure.wp-block-image.alignleft {
  align-items: flex-start;
}
figure.wp-block-image.alignright {
  align-items: flex-end;
}
.wp-block-columns figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure.wp-block-image[class*=shadow] {
  box-shadow: none !important;
}
figure.wp-block-image.shadow img {
  box-shadow: var(--bs-shadow);
}
figure.wp-block-image.shadow-sm img {
  box-shadow: var(--bs-shadow-sm);
}
figure.wp-block-image.shadow-lg img {
  box-shadow: var(--bs-shadow-lg);
}

.page-block.align-wide {
  max-width: 100% !important;
}
@media (min-width: 1440px) {
  .page-block.align-wide > .container {
    max-width: var(--container-wide-width);
  }
}

[data-type*="acf/"] {
  float: none !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
[data-type*="acf/"] .page-block {
  float: none !important;
}
[data-type*="acf/"] .wp-block:not(.wp-block-column) {
  width: auto !important;
  height: auto !important;
}
[data-type*="acf/"] .acf-block-component {
  float: none !important;
  margin: 0 !important;
}

.wp-block[data-align=left], .wp-block[data-align=right] {
  height: auto !important;
}

.wp-site-blocks > [class*=wp-container] > .page-block, .wp-site-blocks > .wp-block-template-part > .page-block {
  max-width: 100%;
}
.wp-site-blocks > [class*=wp-container] > :not(.page-block):not([data-type*="acf/"]):not(.offcanvas):not(.offcanvas-backdrop):not(.site-header-section):not(.site-footer-section):not(.alignfull):not(.alignwide):not(.wp-block-columns), .wp-site-blocks > .wp-block-template-part > :not(.page-block):not([data-type*="acf/"]):not(.offcanvas):not(.offcanvas-backdrop):not(.site-header-section):not(.site-footer-section):not(.alignfull):not(.alignwide):not(.wp-block-columns) {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: var(--container-width, 1140px);
}
.wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .block-content .container, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .block-content .container-fluid, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .block-content .container-md, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .block-content .container-lg, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .block-content .container-xl, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-fluid, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-md, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-lg, .wp-site-blocks > [class*=wp-container]:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-xl, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .block-content .container, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .block-content .container-fluid, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .block-content .container-md, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .block-content .container-lg, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .block-content .container-xl, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-fluid, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-md, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-lg, .wp-site-blocks > .wp-block-template-part:not(.page-block):not([data-type*="acf/"]) .wp-block-column .container-xl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-site-blocks > .wp-block-columns, .wp-site-blocks > .wp-block-columns[class*=wp-container], .wp-site-blocks > [class*=wp-container] > .wp-block-columns, .wp-site-blocks > [class*=wp-container] > .wp-block-columns[class*=wp-container], .wp-site-blocks > .wp-block-template-part > .wp-block-columns, .wp-site-blocks > .wp-block-template-part > .wp-block-columns[class*=wp-container] {
  width: var(--container-width) !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .wp-site-blocks > .wp-block-columns, .wp-site-blocks > .wp-block-columns[class*=wp-container], .wp-site-blocks > [class*=wp-container] > .wp-block-columns, .wp-site-blocks > [class*=wp-container] > .wp-block-columns[class*=wp-container], .wp-site-blocks > .wp-block-template-part > .wp-block-columns, .wp-site-blocks > .wp-block-template-part > .wp-block-columns[class*=wp-container] {
    width: 100% !important;
  }
}

.has-text-color > a, .has-text-color > a:not([class]), .has-text-color > strong > a, .has-text-color > strong > a:not([class]), .has-text-color > em > a, .has-text-color > em > a:not([class]) {
  color: inherit;
}
.has-text-color > a:hover, .has-text-color > a:not([class]):hover, .has-text-color > strong > a:hover, .has-text-color > strong > a:not([class]):hover, .has-text-color > em > a:hover, .has-text-color > em > a:not([class]):hover {
  text-decoration: underline;
}

.align-items-top, .are-vertically-aligned-top {
  align-items: flex-start !important;
}

.align-items-bottom, .are-vertically-aligned-bottom {
  align-items: flex-end !important;
}

.are-vertically-aligned-center {
  align-items: center !important;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.is-flex-container.aligncenter {
  justify-content: center;
}
.is-flex-container.alignright {
  justify-content: flex-end;
}
.is-flex-container.alignleft {
  justify-content: flex-start;
}

.alignfull {
  max-width: none !important;
}

.alignwide {
  max-width: var(--container-wide-width) !important;
}

.wp-block-group {
  padding: 0 !important;
}

[class*=wp-container] {
  gap: 0 !important;
}
[class*=wp-container] > .page-block {
  max-width: none !important;
}

.updated:not(.published) {
  display: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wp-block-site-logo a.custom-logo-link {
  width: 100%;
}
.wp-block-site-logo a.custom-logo-link img {
  width: 100%;
  height: auto;
  display: block;
}
.site-header-section .wp-block-site-logo + [class*=wp-block-acf-] {
  flex-grow: 1;
}

.wp-block-post-author__content {
  display: flex;
  align-items: center;
}
.wp-block-post-author__content .wp-block-post-author__byline {
  font-size: inherit;
}
.wp-block-post-author__content .wp-block-post-author__byline::after {
  content: " ";
}

/*# sourceMappingURL=style.css.map */