@charset "UTF-8";
/*
Theme Name: A&M
Author: Michael Cagalingan
Description: Theme for A&M
Version: 1.0.0
Text Domain: A&M
*/
/**
 * Import Bootstrap sources
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #3b21ad;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #F7B2AD;
  --bs-red: #821d14;
  --bs-orange: #dc9f47;
  --bs-yellow: #e5c85a;
  --bs-green: #4ca88d;
  --bs-teal: #4daa8f;
  --bs-cyan: #245897;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #707070;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #eaeaea;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #d8d8d8;
  --bs-gray-500: #c1c1c1;
  --bs-gray-600: #707070;
  --bs-gray-700: #6E6E6E;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-custom-color: #900;
  --bs-very-light-green: #F2F7F3;
  --bs-off-white: #FFFAF4;
  --bs-f4f4f4: #f4f4f4;
  --bs-lightest: #A4C5A9;
  --bs-darker-green: #5B7962;
  --bs-light: #f9f9f9;
  --bs-dark: #212529;
  --bs-border-gray: #e2e2e2;
  --bs-accordion-header: #5A5A5A;
  --bs-primary: #3D549D;
  --bs-secondary: #646464;
  --bs-success: #646464;
  --bs-info: #646464;
  --bs-warning: #e5c85a;
  --bs-danger: #821d14;
  --bs-custom-color-rgb: 153, 0, 0;
  --bs-very-light-green-rgb: 242, 247, 243;
  --bs-off-white-rgb: 255, 250, 244;
  --bs-f4f4f4-rgb: 244, 244, 244;
  --bs-lightest-rgb: 164, 197, 169;
  --bs-darker-green-rgb: 91, 121, 98;
  --bs-light-rgb: 249, 249, 249;
  --bs-dark-rgb: 33, 37, 41;
  --bs-border-gray-rgb: 226, 226, 226;
  --bs-accordion-header-rgb: 90, 90, 90;
  --bs-primary-rgb: 61, 84, 157;
  --bs-secondary-rgb: 100, 100, 100;
  --bs-success-rgb: 100, 100, 100;
  --bs-info-rgb: 100, 100, 100;
  --bs-warning-rgb: 229, 200, 90;
  --bs-danger-rgb: 130, 29, 20;
  --bs-primary-text-emphasis: #18223f;
  --bs-secondary-text-emphasis: #282828;
  --bs-success-text-emphasis: #282828;
  --bs-info-text-emphasis: #282828;
  --bs-warning-text-emphasis: #5c5024;
  --bs-danger-text-emphasis: #340c08;
  --bs-light-text-emphasis: #6E6E6E;
  --bs-dark-text-emphasis: #6E6E6E;
  --bs-primary-bg-subtle: #d8ddeb;
  --bs-secondary-bg-subtle: #e0e0e0;
  --bs-success-bg-subtle: #e0e0e0;
  --bs-info-bg-subtle: #e0e0e0;
  --bs-warning-bg-subtle: #faf4de;
  --bs-danger-bg-subtle: #e6d2d0;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #d8d8d8;
  --bs-primary-border-subtle: #b1bbd8;
  --bs-secondary-border-subtle: #c1c1c1;
  --bs-success-border-subtle: #c1c1c1;
  --bs-info-border-subtle: #c1c1c1;
  --bs-warning-border-subtle: #f5e9bd;
  --bs-danger-border-subtle: #cda5a1;
  --bs-light-border-subtle: #eaeaea;
  --bs-dark-border-subtle: #c1c1c1;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Geologica", sans-serif !important;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #eaeaea;
  --bs-secondary-bg-rgb: 234, 234, 234;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f9f9f9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: inherit;
  --bs-link-color: #3D549D;
  --bs-link-color-rgb: 61, 84, 157;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #31437e;
  --bs-link-hover-color-rgb: 49, 67, 126;
  --bs-code-color: #F7B2AD;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #faf4de;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e0e0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(61, 84, 157, 0.25);
  --bs-form-valid-color: #646464;
  --bs-form-valid-border-color: #646464;
  --bs-form-invalid-color: #821d14;
  --bs-form-invalid-border-color: #821d14;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e0e0e0;
  --bs-body-color-rgb: 224, 224, 224;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(224, 224, 224, 0.75);
  --bs-secondary-color-rgb: 224, 224, 224;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(224, 224, 224, 0.5);
  --bs-tertiary-color-rgb: 224, 224, 224;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #8b98c4;
  --bs-secondary-text-emphasis: #a2a2a2;
  --bs-success-text-emphasis: #a2a2a2;
  --bs-info-text-emphasis: #a2a2a2;
  --bs-warning-text-emphasis: #efde9c;
  --bs-danger-text-emphasis: #b47772;
  --bs-light-text-emphasis: #f9f9f9;
  --bs-dark-text-emphasis: #e0e0e0;
  --bs-primary-bg-subtle: #0c111f;
  --bs-secondary-bg-subtle: #141414;
  --bs-success-bg-subtle: #141414;
  --bs-info-bg-subtle: #141414;
  --bs-warning-bg-subtle: #2e2812;
  --bs-danger-bg-subtle: #1a0604;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #25325e;
  --bs-secondary-border-subtle: #3c3c3c;
  --bs-success-border-subtle: #3c3c3c;
  --bs-info-border-subtle: #3c3c3c;
  --bs-warning-border-subtle: #897836;
  --bs-danger-border-subtle: #4e110c;
  --bs-light-border-subtle: #6E6E6E;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #8b98c4;
  --bs-link-hover-color: #a2add0;
  --bs-link-color-rgb: 139, 152, 196;
  --bs-link-hover-color-rgb: 162, 173, 208;
  --bs-code-color: #fad1ce;
  --bs-highlight-color: #e0e0e0;
  --bs-highlight-bg: #5c5024;
  --bs-border-color: #6E6E6E;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #94cbbb;
  --bs-form-valid-border-color: #94cbbb;
  --bs-form-invalid-color: #b47772;
  --bs-form-invalid-border-color: #b47772;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  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: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xsm, .container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-ipad-air, .container-lgplus, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 1480px) {
  .container-xxl, .container-xlplus, .container-xl, .container-ipad-air, .container-lgplus, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1101px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-xsm: 362px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-lgplus: 1024px;
  --bs-breakpoint-ipad-air: 1180px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xlplus: 1366px;
  --bs-breakpoint-xxl: 1480px;
  --bs-breakpoint-xxxl: 1638px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 362px) {
  .col-xsm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xsm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xsm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xsm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xsm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xsm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xsm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xsm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xsm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.33333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.66666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.33333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.66666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.33333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.66666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.33333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.66666667%;
  }
  .g-xsm-0,
  .gx-xsm-0 {
    --bs-gutter-x: 0;
  }
  .g-xsm-0,
  .gy-xsm-0 {
    --bs-gutter-y: 0;
  }
  .g-xsm-1,
  .gx-xsm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xsm-1,
  .gy-xsm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xsm-2,
  .gx-xsm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xsm-2,
  .gy-xsm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xsm-3,
  .gx-xsm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xsm-3,
  .gy-xsm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xsm-4,
  .gx-xsm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xsm-4,
  .gy-xsm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xsm-5,
  .gx-xsm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xsm-5,
  .gy-xsm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lgplus {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-lgplus-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lgplus-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lgplus-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lgplus-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lgplus-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lgplus-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lgplus-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lgplus-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lgplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lgplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lgplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lgplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lgplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lgplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lgplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lgplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lgplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lgplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lgplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lgplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lgplus-0 {
    margin-left: 0;
  }
  .offset-lgplus-1 {
    margin-left: 8.33333333%;
  }
  .offset-lgplus-2 {
    margin-left: 16.66666667%;
  }
  .offset-lgplus-3 {
    margin-left: 25%;
  }
  .offset-lgplus-4 {
    margin-left: 33.33333333%;
  }
  .offset-lgplus-5 {
    margin-left: 41.66666667%;
  }
  .offset-lgplus-6 {
    margin-left: 50%;
  }
  .offset-lgplus-7 {
    margin-left: 58.33333333%;
  }
  .offset-lgplus-8 {
    margin-left: 66.66666667%;
  }
  .offset-lgplus-9 {
    margin-left: 75%;
  }
  .offset-lgplus-10 {
    margin-left: 83.33333333%;
  }
  .offset-lgplus-11 {
    margin-left: 91.66666667%;
  }
  .g-lgplus-0,
  .gx-lgplus-0 {
    --bs-gutter-x: 0;
  }
  .g-lgplus-0,
  .gy-lgplus-0 {
    --bs-gutter-y: 0;
  }
  .g-lgplus-1,
  .gx-lgplus-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lgplus-1,
  .gy-lgplus-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lgplus-2,
  .gx-lgplus-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lgplus-2,
  .gy-lgplus-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lgplus-3,
  .gx-lgplus-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lgplus-3,
  .gy-lgplus-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lgplus-4,
  .gx-lgplus-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lgplus-4,
  .gy-lgplus-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lgplus-5,
  .gx-lgplus-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lgplus-5,
  .gy-lgplus-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1180px) {
  .col-ipad-air {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-ipad-air-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-ipad-air-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-ipad-air-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-ipad-air-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-ipad-air-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-ipad-air-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-ipad-air-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ipad-air-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-ipad-air-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-ipad-air-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ipad-air-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-ipad-air-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-ipad-air-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-ipad-air-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-ipad-air-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-ipad-air-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-ipad-air-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-ipad-air-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-ipad-air-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-ipad-air-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-ipad-air-0 {
    margin-left: 0;
  }
  .offset-ipad-air-1 {
    margin-left: 8.33333333%;
  }
  .offset-ipad-air-2 {
    margin-left: 16.66666667%;
  }
  .offset-ipad-air-3 {
    margin-left: 25%;
  }
  .offset-ipad-air-4 {
    margin-left: 33.33333333%;
  }
  .offset-ipad-air-5 {
    margin-left: 41.66666667%;
  }
  .offset-ipad-air-6 {
    margin-left: 50%;
  }
  .offset-ipad-air-7 {
    margin-left: 58.33333333%;
  }
  .offset-ipad-air-8 {
    margin-left: 66.66666667%;
  }
  .offset-ipad-air-9 {
    margin-left: 75%;
  }
  .offset-ipad-air-10 {
    margin-left: 83.33333333%;
  }
  .offset-ipad-air-11 {
    margin-left: 91.66666667%;
  }
  .g-ipad-air-0,
  .gx-ipad-air-0 {
    --bs-gutter-x: 0;
  }
  .g-ipad-air-0,
  .gy-ipad-air-0 {
    --bs-gutter-y: 0;
  }
  .g-ipad-air-1,
  .gx-ipad-air-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-ipad-air-1,
  .gy-ipad-air-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-ipad-air-2,
  .gx-ipad-air-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-ipad-air-2,
  .gy-ipad-air-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-ipad-air-3,
  .gx-ipad-air-3 {
    --bs-gutter-x: 1rem;
  }
  .g-ipad-air-3,
  .gy-ipad-air-3 {
    --bs-gutter-y: 1rem;
  }
  .g-ipad-air-4,
  .gx-ipad-air-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-ipad-air-4,
  .gy-ipad-air-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-ipad-air-5,
  .gx-ipad-air-5 {
    --bs-gutter-x: 3rem;
  }
  .g-ipad-air-5,
  .gy-ipad-air-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1366px) {
  .col-xlplus {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xlplus-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xlplus-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xlplus-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xlplus-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xlplus-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xlplus-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xlplus-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xlplus-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xlplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xlplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xlplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xlplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xlplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xlplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xlplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xlplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xlplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xlplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xlplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xlplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xlplus-0 {
    margin-left: 0;
  }
  .offset-xlplus-1 {
    margin-left: 8.33333333%;
  }
  .offset-xlplus-2 {
    margin-left: 16.66666667%;
  }
  .offset-xlplus-3 {
    margin-left: 25%;
  }
  .offset-xlplus-4 {
    margin-left: 33.33333333%;
  }
  .offset-xlplus-5 {
    margin-left: 41.66666667%;
  }
  .offset-xlplus-6 {
    margin-left: 50%;
  }
  .offset-xlplus-7 {
    margin-left: 58.33333333%;
  }
  .offset-xlplus-8 {
    margin-left: 66.66666667%;
  }
  .offset-xlplus-9 {
    margin-left: 75%;
  }
  .offset-xlplus-10 {
    margin-left: 83.33333333%;
  }
  .offset-xlplus-11 {
    margin-left: 91.66666667%;
  }
  .g-xlplus-0,
  .gx-xlplus-0 {
    --bs-gutter-x: 0;
  }
  .g-xlplus-0,
  .gy-xlplus-0 {
    --bs-gutter-y: 0;
  }
  .g-xlplus-1,
  .gx-xlplus-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xlplus-1,
  .gy-xlplus-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xlplus-2,
  .gx-xlplus-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xlplus-2,
  .gy-xlplus-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xlplus-3,
  .gx-xlplus-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xlplus-3,
  .gy-xlplus-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xlplus-4,
  .gx-xlplus-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xlplus-4,
  .gy-xlplus-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xlplus-5,
  .gx-xlplus-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xlplus-5,
  .gy-xlplus-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1480px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1638px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

.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-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d8ddeb;
  --bs-table-border-color: #adb1bc;
  --bs-table-striped-bg: #cdd2df;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2c7d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8ccd9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e0e0e0;
  --bs-table-border-color: #b3b3b3;
  --bs-table-striped-bg: #d5d5d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacaca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfcfcf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #e0e0e0;
  --bs-table-border-color: #b3b3b3;
  --bs-table-striped-bg: #d5d5d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacaca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfcfcf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #e0e0e0;
  --bs-table-border-color: #b3b3b3;
  --bs-table-striped-bg: #d5d5d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacaca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfcfcf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #faf4de;
  --bs-table-border-color: #c8c3b2;
  --bs-table-striped-bg: #eee8d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1dcc8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7e2cd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #e6d2d0;
  --bs-table-border-color: #b8a8a6;
  --bs-table-striped-bg: #dbc8c6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cfbdbb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d5c2c0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f9f9f9;
  --bs-table-border-color: #c7c7c7;
  --bs-table-striped-bg: #ededed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 361.98px) {
  .table-responsive-xsm {
    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: 1023.98px) {
  .table-responsive-lgplus {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1179.98px) {
  .table-responsive-ipad-air {
    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: 1365.98px) {
  .table-responsive-xlplus {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1637.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #9eaace;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #9eaace;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e0e0e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9eaace;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
}
.form-check-input:checked {
  background-color: #3D549D;
  border-color: #3D549D;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3D549D;
  border-color: #3D549D;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 0;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239eaace'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #3D549D;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c5cce2;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #3D549D;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c5cce2;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #707070;
}

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
}

.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: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23646464' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23646464' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
}

.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: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23821d14'%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='%23821d14' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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='%23821d14'%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='%23821d14' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-custom-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: #900;
  --bs-btn-border-color: #900;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #820000;
  --bs-btn-hover-border-color: #7a0000;
  --bs-btn-focus-shadow-rgb: 168, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7a0000;
  --bs-btn-active-border-color: #730000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #900;
  --bs-btn-disabled-border-color: #900;
}

.btn-very-light-green {
  --bs-btn-color: #000;
  --bs-btn-bg: #F2F7F3;
  --bs-btn-border-color: #F2F7F3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f8f5;
  --bs-btn-hover-border-color: #f3f8f4;
  --bs-btn-focus-shadow-rgb: 206, 210, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f9f5;
  --bs-btn-active-border-color: #f3f8f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F2F7F3;
  --bs-btn-disabled-border-color: #F2F7F3;
}

.btn-off-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFFAF4;
  --bs-btn-border-color: #FFFAF4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fffbf6;
  --bs-btn-hover-border-color: #fffbf5;
  --bs-btn-focus-shadow-rgb: 217, 213, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fffbf6;
  --bs-btn-active-border-color: #fffbf5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFFAF4;
  --bs-btn-disabled-border-color: #FFFAF4;
}

.btn-f4f4f4 {
  --bs-btn-color: #000;
  --bs-btn-bg: #f4f4f4;
  --bs-btn-border-color: #f4f4f4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6f6f6;
  --bs-btn-hover-border-color: whitesmoke;
  --bs-btn-focus-shadow-rgb: 207, 207, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6f6f6;
  --bs-btn-active-border-color: whitesmoke;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f4f4f4;
  --bs-btn-disabled-border-color: #f4f4f4;
}

.btn-lightest {
  --bs-btn-color: #000;
  --bs-btn-bg: #A4C5A9;
  --bs-btn-border-color: #A4C5A9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b2ceb6;
  --bs-btn-hover-border-color: #adcbb2;
  --bs-btn-focus-shadow-rgb: 139, 167, 144;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b6d1ba;
  --bs-btn-active-border-color: #adcbb2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #A4C5A9;
  --bs-btn-disabled-border-color: #A4C5A9;
}

.btn-darker-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5B7962;
  --bs-btn-border-color: #5B7962;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d6753;
  --bs-btn-hover-border-color: #49614e;
  --bs-btn-focus-shadow-rgb: 116, 141, 122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #49614e;
  --bs-btn-active-border-color: #445b4a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5B7962;
  --bs-btn-disabled-border-color: #5B7962;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d4d4d4;
  --bs-btn-hover-border-color: #c7c7c7;
  --bs-btn-focus-shadow-rgb: 212, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c7c7c7;
  --bs-btn-active-border-color: #bbbbbb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f9f9f9;
  --bs-btn-disabled-border-color: #f9f9f9;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-border-gray {
  --bs-btn-color: #000;
  --bs-btn-bg: #e2e2e2;
  --bs-btn-border-color: #e2e2e2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e6e6e6;
  --bs-btn-hover-border-color: #e5e5e5;
  --bs-btn-focus-shadow-rgb: 192, 192, 192;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e8e8e8;
  --bs-btn-active-border-color: #e5e5e5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e2e2e2;
  --bs-btn-disabled-border-color: #e2e2e2;
}

.btn-accordion-header {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5A5A5A;
  --bs-btn-border-color: #5A5A5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d4d4d;
  --bs-btn-hover-border-color: #484848;
  --bs-btn-focus-shadow-rgb: 115, 115, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #484848;
  --bs-btn-active-border-color: #444444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5A5A5A;
  --bs-btn-disabled-border-color: #5A5A5A;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3D549D;
  --bs-btn-border-color: #3D549D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #344785;
  --bs-btn-hover-border-color: #31437e;
  --bs-btn-focus-shadow-rgb: 90, 110, 172;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #31437e;
  --bs-btn-active-border-color: #2e3f76;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3D549D;
  --bs-btn-disabled-border-color: #3D549D;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #646464;
  --bs-btn-border-color: #646464;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #555555;
  --bs-btn-hover-border-color: #505050;
  --bs-btn-focus-shadow-rgb: 123, 123, 123;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #505050;
  --bs-btn-active-border-color: #4b4b4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #646464;
  --bs-btn-disabled-border-color: #646464;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #646464;
  --bs-btn-border-color: #646464;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #555555;
  --bs-btn-hover-border-color: #505050;
  --bs-btn-focus-shadow-rgb: 123, 123, 123;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #505050;
  --bs-btn-active-border-color: #4b4b4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #646464;
  --bs-btn-disabled-border-color: #646464;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #646464;
  --bs-btn-border-color: #646464;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #555555;
  --bs-btn-hover-border-color: #505050;
  --bs-btn-focus-shadow-rgb: 123, 123, 123;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #505050;
  --bs-btn-active-border-color: #4b4b4b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #646464;
  --bs-btn-disabled-border-color: #646464;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #e5c85a;
  --bs-btn-border-color: #e5c85a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9d073;
  --bs-btn-hover-border-color: #e8ce6b;
  --bs-btn-focus-shadow-rgb: 195, 170, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ead37b;
  --bs-btn-active-border-color: #e8ce6b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e5c85a;
  --bs-btn-disabled-border-color: #e5c85a;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #821d14;
  --bs-btn-border-color: #821d14;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6f1911;
  --bs-btn-hover-border-color: #681710;
  --bs-btn-focus-shadow-rgb: 149, 63, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #681710;
  --bs-btn-active-border-color: #62160f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #821d14;
  --bs-btn-disabled-border-color: #821d14;
}

.btn-outline-custom-color {
  --bs-btn-color: #900;
  --bs-btn-border-color: #900;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #900;
  --bs-btn-hover-border-color: #900;
  --bs-btn-focus-shadow-rgb: 153, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #900;
  --bs-btn-active-border-color: #900;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #900;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #900;
  --bs-gradient: none;
}

.btn-outline-very-light-green {
  --bs-btn-color: #F2F7F3;
  --bs-btn-border-color: #F2F7F3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F2F7F3;
  --bs-btn-hover-border-color: #F2F7F3;
  --bs-btn-focus-shadow-rgb: 242, 247, 243;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F2F7F3;
  --bs-btn-active-border-color: #F2F7F3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F2F7F3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F2F7F3;
  --bs-gradient: none;
}

.btn-outline-off-white {
  --bs-btn-color: #FFFAF4;
  --bs-btn-border-color: #FFFAF4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFFAF4;
  --bs-btn-hover-border-color: #FFFAF4;
  --bs-btn-focus-shadow-rgb: 255, 250, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFFAF4;
  --bs-btn-active-border-color: #FFFAF4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFAF4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFFAF4;
  --bs-gradient: none;
}

.btn-outline-f4f4f4 {
  --bs-btn-color: #f4f4f4;
  --bs-btn-border-color: #f4f4f4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f4f4f4;
  --bs-btn-hover-border-color: #f4f4f4;
  --bs-btn-focus-shadow-rgb: 244, 244, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4f4f4;
  --bs-btn-active-border-color: #f4f4f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f4f4f4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f4f4f4;
  --bs-gradient: none;
}

.btn-outline-lightest {
  --bs-btn-color: #A4C5A9;
  --bs-btn-border-color: #A4C5A9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #A4C5A9;
  --bs-btn-hover-border-color: #A4C5A9;
  --bs-btn-focus-shadow-rgb: 164, 197, 169;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #A4C5A9;
  --bs-btn-active-border-color: #A4C5A9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #A4C5A9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #A4C5A9;
  --bs-gradient: none;
}

.btn-outline-darker-green {
  --bs-btn-color: #5B7962;
  --bs-btn-border-color: #5B7962;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5B7962;
  --bs-btn-hover-border-color: #5B7962;
  --bs-btn-focus-shadow-rgb: 91, 121, 98;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5B7962;
  --bs-btn-active-border-color: #5B7962;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5B7962;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5B7962;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-hover-border-color: #f9f9f9;
  --bs-btn-focus-shadow-rgb: 249, 249, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f9f9;
  --bs-btn-active-border-color: #f9f9f9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f9f9f9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f9f9f9;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-border-gray {
  --bs-btn-color: #e2e2e2;
  --bs-btn-border-color: #e2e2e2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e2e2e2;
  --bs-btn-hover-border-color: #e2e2e2;
  --bs-btn-focus-shadow-rgb: 226, 226, 226;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e2e2e2;
  --bs-btn-active-border-color: #e2e2e2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e2e2e2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e2e2e2;
  --bs-gradient: none;
}

.btn-outline-accordion-header {
  --bs-btn-color: #5A5A5A;
  --bs-btn-border-color: #5A5A5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5A5A5A;
  --bs-btn-hover-border-color: #5A5A5A;
  --bs-btn-focus-shadow-rgb: 90, 90, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5A5A5A;
  --bs-btn-active-border-color: #5A5A5A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5A5A5A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5A5A5A;
  --bs-gradient: none;
}

.btn-outline-primary {
  --bs-btn-color: #3D549D;
  --bs-btn-border-color: #3D549D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3D549D;
  --bs-btn-hover-border-color: #3D549D;
  --bs-btn-focus-shadow-rgb: 61, 84, 157;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3D549D;
  --bs-btn-active-border-color: #3D549D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3D549D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3D549D;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #646464;
  --bs-btn-border-color: #646464;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #646464;
  --bs-btn-hover-border-color: #646464;
  --bs-btn-focus-shadow-rgb: 100, 100, 100;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #646464;
  --bs-btn-active-border-color: #646464;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #646464;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #646464;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #646464;
  --bs-btn-border-color: #646464;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #646464;
  --bs-btn-hover-border-color: #646464;
  --bs-btn-focus-shadow-rgb: 100, 100, 100;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #646464;
  --bs-btn-active-border-color: #646464;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #646464;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #646464;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #646464;
  --bs-btn-border-color: #646464;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #646464;
  --bs-btn-hover-border-color: #646464;
  --bs-btn-focus-shadow-rgb: 100, 100, 100;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #646464;
  --bs-btn-active-border-color: #646464;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #646464;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #646464;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #e5c85a;
  --bs-btn-border-color: #e5c85a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e5c85a;
  --bs-btn-hover-border-color: #e5c85a;
  --bs-btn-focus-shadow-rgb: 229, 200, 90;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e5c85a;
  --bs-btn-active-border-color: #e5c85a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e5c85a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e5c85a;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #821d14;
  --bs-btn-border-color: #821d14;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #821d14;
  --bs-btn-hover-border-color: #821d14;
  --bs-btn-focus-shadow-rgb: 130, 29, 20;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #821d14;
  --bs-btn-active-border-color: #821d14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #821d14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #821d14;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #707070;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 90, 110, 172;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3D549D;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #707070;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: 362px) {
  .dropdown-menu-xsm-start {
    --bs-position: start;
  }
  .dropdown-menu-xsm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xsm-end {
    --bs-position: end;
  }
  .dropdown-menu-xsm-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: 1024px) {
  .dropdown-menu-lgplus-start {
    --bs-position: start;
  }
  .dropdown-menu-lgplus-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lgplus-end {
    --bs-position: end;
  }
  .dropdown-menu-lgplus-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1180px) {
  .dropdown-menu-ipad-air-start {
    --bs-position: start;
  }
  .dropdown-menu-ipad-air-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-ipad-air-end {
    --bs-position: end;
  }
  .dropdown-menu-ipad-air-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: 1366px) {
  .dropdown-menu-xlplus-start {
    --bs-position: start;
  }
  .dropdown-menu-xlplus-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xlplus-end {
    --bs-position: end;
  }
  .dropdown-menu-xlplus-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1480px) {
  .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;
  }
}
@media (min-width: 1638px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #e0e0e0;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #e0e0e0;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3D549D;
  --bs-dropdown-link-disabled-color: #c1c1c1;
  --bs-dropdown-header-color: #c1c1c1;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: calc(-1 * var(--bs-border-width));
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #3D549D;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
          box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: 362px) {
  .navbar-expand-xsm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xsm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xsm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xsm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
  .navbar-expand-xsm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xsm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xsm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lgplus {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lgplus .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lgplus .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lgplus .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lgplus .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lgplus .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lgplus .navbar-toggler {
    display: none;
  }
  .navbar-expand-lgplus .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lgplus .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lgplus .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1180px) {
  .navbar-expand-ipad-air {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-ipad-air .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-ipad-air .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ipad-air .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-ipad-air .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-ipad-air .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-ipad-air .navbar-toggler {
    display: none;
  }
  .navbar-expand-ipad-air .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-ipad-air .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-ipad-air .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-xlplus {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xlplus .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xlplus .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xlplus .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xlplus .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xlplus .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xlplus .navbar-toggler {
    display: none;
  }
  .navbar-expand-xlplus .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xlplus .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xlplus .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1638px) {
  .navbar-expand-xxxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.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;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
}

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

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2318223f' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b98c4'%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-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b98c4'%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-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #3D549D;
  --bs-pagination-active-border-color: #3D549D;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
          box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

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

.alert-custom-color {
  --bs-alert-color: var(--bs-custom-color-text-emphasis);
  --bs-alert-bg: var(--bs-custom-color-bg-subtle);
  --bs-alert-border-color: var(--bs-custom-color-border-subtle);
  --bs-alert-link-color: var(--bs-custom-color-text-emphasis);
}

.alert-very-light-green {
  --bs-alert-color: var(--bs-very-light-green-text-emphasis);
  --bs-alert-bg: var(--bs-very-light-green-bg-subtle);
  --bs-alert-border-color: var(--bs-very-light-green-border-subtle);
  --bs-alert-link-color: var(--bs-very-light-green-text-emphasis);
}

.alert-off-white {
  --bs-alert-color: var(--bs-off-white-text-emphasis);
  --bs-alert-bg: var(--bs-off-white-bg-subtle);
  --bs-alert-border-color: var(--bs-off-white-border-subtle);
  --bs-alert-link-color: var(--bs-off-white-text-emphasis);
}

.alert-f4f4f4 {
  --bs-alert-color: var(--bs-f4f4f4-text-emphasis);
  --bs-alert-bg: var(--bs-f4f4f4-bg-subtle);
  --bs-alert-border-color: var(--bs-f4f4f4-border-subtle);
  --bs-alert-link-color: var(--bs-f4f4f4-text-emphasis);
}

.alert-lightest {
  --bs-alert-color: var(--bs-lightest-text-emphasis);
  --bs-alert-bg: var(--bs-lightest-bg-subtle);
  --bs-alert-border-color: var(--bs-lightest-border-subtle);
  --bs-alert-link-color: var(--bs-lightest-text-emphasis);
}

.alert-darker-green {
  --bs-alert-color: var(--bs-darker-green-text-emphasis);
  --bs-alert-bg: var(--bs-darker-green-bg-subtle);
  --bs-alert-border-color: var(--bs-darker-green-border-subtle);
  --bs-alert-link-color: var(--bs-darker-green-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-border-gray {
  --bs-alert-color: var(--bs-border-gray-text-emphasis);
  --bs-alert-bg: var(--bs-border-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-border-gray-border-subtle);
  --bs-alert-link-color: var(--bs-border-gray-text-emphasis);
}

.alert-accordion-header {
  --bs-alert-color: var(--bs-accordion-header-text-emphasis);
  --bs-alert-bg: var(--bs-accordion-header-bg-subtle);
  --bs-alert-border-color: var(--bs-accordion-header-border-subtle);
  --bs-alert-link-color: var(--bs-accordion-header-text-emphasis);
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #3D549D;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  -webkit-transition: var(--bs-progress-bar-transition);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #3D549D;
  --bs-list-group-active-border-color: #3D549D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 362px) {
  .list-group-horizontal-xsm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xsm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xsm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xsm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lgplus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lgplus > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lgplus > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lgplus > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1180px) {
  .list-group-horizontal-ipad-air {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-ipad-air > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-ipad-air > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-ipad-air > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1366px) {
  .list-group-horizontal-xlplus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xlplus > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xlplus > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xlplus > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1480px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1638px) {
  .list-group-horizontal-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-custom-color {
  --bs-list-group-color: var(--bs-custom-color-text-emphasis);
  --bs-list-group-bg: var(--bs-custom-color-bg-subtle);
  --bs-list-group-border-color: var(--bs-custom-color-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-custom-color-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-custom-color-border-subtle);
  --bs-list-group-active-color: var(--bs-custom-color-bg-subtle);
  --bs-list-group-active-bg: var(--bs-custom-color-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-custom-color-text-emphasis);
}

.list-group-item-very-light-green {
  --bs-list-group-color: var(--bs-very-light-green-text-emphasis);
  --bs-list-group-bg: var(--bs-very-light-green-bg-subtle);
  --bs-list-group-border-color: var(--bs-very-light-green-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-very-light-green-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-very-light-green-border-subtle);
  --bs-list-group-active-color: var(--bs-very-light-green-bg-subtle);
  --bs-list-group-active-bg: var(--bs-very-light-green-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-very-light-green-text-emphasis);
}

.list-group-item-off-white {
  --bs-list-group-color: var(--bs-off-white-text-emphasis);
  --bs-list-group-bg: var(--bs-off-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-off-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-off-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-off-white-border-subtle);
  --bs-list-group-active-color: var(--bs-off-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-off-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-off-white-text-emphasis);
}

.list-group-item-f4f4f4 {
  --bs-list-group-color: var(--bs-f4f4f4-text-emphasis);
  --bs-list-group-bg: var(--bs-f4f4f4-bg-subtle);
  --bs-list-group-border-color: var(--bs-f4f4f4-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-f4f4f4-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-f4f4f4-border-subtle);
  --bs-list-group-active-color: var(--bs-f4f4f4-bg-subtle);
  --bs-list-group-active-bg: var(--bs-f4f4f4-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-f4f4f4-text-emphasis);
}

.list-group-item-lightest {
  --bs-list-group-color: var(--bs-lightest-text-emphasis);
  --bs-list-group-bg: var(--bs-lightest-bg-subtle);
  --bs-list-group-border-color: var(--bs-lightest-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lightest-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lightest-border-subtle);
  --bs-list-group-active-color: var(--bs-lightest-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lightest-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lightest-text-emphasis);
}

.list-group-item-darker-green {
  --bs-list-group-color: var(--bs-darker-green-text-emphasis);
  --bs-list-group-bg: var(--bs-darker-green-bg-subtle);
  --bs-list-group-border-color: var(--bs-darker-green-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-darker-green-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-darker-green-border-subtle);
  --bs-list-group-active-color: var(--bs-darker-green-bg-subtle);
  --bs-list-group-active-bg: var(--bs-darker-green-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-darker-green-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-border-gray {
  --bs-list-group-color: var(--bs-border-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-border-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-border-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-border-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-border-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-border-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-border-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-border-gray-text-emphasis);
}

.list-group-item-accordion-header {
  --bs-list-group-color: var(--bs-accordion-header-text-emphasis);
  --bs-list-group-bg: var(--bs-accordion-header-bg-subtle);
  --bs-list-group-border-color: var(--bs-accordion-header-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-accordion-header-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-accordion-header-border-subtle);
  --bs-list-group-active-color: var(--bs-accordion-header-bg-subtle);
  --bs-list-group-active-bg: var(--bs-accordion-header-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-accordion-header-text-emphasis);
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(61, 84, 157, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  -webkit-filter: var(--bs-btn-close-filter);
          filter: var(--bs-btn-close-filter);
  border: 0;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
          box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
          box-shadow: var(--bs-toast-box-shadow);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 361.98px) {
  .modal-fullscreen-xsm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xsm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xsm-down .modal-body {
    overflow-y: auto;
  }
}
@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;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lgplus-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lgplus-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lgplus-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1179.98px) {
  .modal-fullscreen-ipad-air-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-ipad-air-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-ipad-air-down .modal-body {
    overflow-y: auto;
  }
}
@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;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1365.98px) {
  .modal-fullscreen-xlplus-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xlplus-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xlplus-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1479.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1637.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Geologica", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Geologica", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  -webkit-filter: var(--bs-carousel-control-icon-filter);
          filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    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: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xlplus, .offcanvas-xl, .offcanvas-ipad-air, .offcanvas-lgplus, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xsm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 361.98px) {
  .offcanvas-xsm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 361.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xsm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 361.98px) {
  .offcanvas-xsm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xsm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xsm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xsm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xsm.showing, .offcanvas-xsm.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xsm.showing, .offcanvas-xsm.hiding, .offcanvas-xsm.show {
    visibility: visible;
  }
}
@media (min-width: 362px) {
  .offcanvas-xsm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xsm .offcanvas-header {
    display: none;
  }
  .offcanvas-xsm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1023.98px) {
  .offcanvas-lgplus {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lgplus {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .offcanvas-lgplus.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lgplus.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lgplus.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lgplus.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lgplus.showing, .offcanvas-lgplus.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-lgplus.showing, .offcanvas-lgplus.hiding, .offcanvas-lgplus.show {
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .offcanvas-lgplus {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lgplus .offcanvas-header {
    display: none;
  }
  .offcanvas-lgplus .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1179.98px) {
  .offcanvas-ipad-air {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1179.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-ipad-air {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1179.98px) {
  .offcanvas-ipad-air.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-ipad-air.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-ipad-air.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-ipad-air.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-ipad-air.showing, .offcanvas-ipad-air.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-ipad-air.showing, .offcanvas-ipad-air.hiding, .offcanvas-ipad-air.show {
    visibility: visible;
  }
}
@media (min-width: 1180px) {
  .offcanvas-ipad-air {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-ipad-air .offcanvas-header {
    display: none;
  }
  .offcanvas-ipad-air .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1365.98px) {
  .offcanvas-xlplus {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1365.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xlplus {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1365.98px) {
  .offcanvas-xlplus.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xlplus.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xlplus.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xlplus.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xlplus.showing, .offcanvas-xlplus.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xlplus.showing, .offcanvas-xlplus.hiding, .offcanvas-xlplus.show {
    visibility: visible;
  }
}
@media (min-width: 1366px) {
  .offcanvas-xlplus {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xlplus .offcanvas-header {
    display: none;
  }
  .offcanvas-xlplus .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1479.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1480px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1637.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1637.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1637.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1638px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
          transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

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

.text-bg-custom-color {
  color: #fff !important;
  background-color: RGBA(var(--bs-custom-color-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-very-light-green {
  color: #000 !important;
  background-color: RGBA(var(--bs-very-light-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-off-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-off-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-f4f4f4 {
  color: #000 !important;
  background-color: RGBA(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lightest {
  color: #000 !important;
  background-color: RGBA(var(--bs-lightest-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-darker-green {
  color: #fff !important;
  background-color: RGBA(var(--bs-darker-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-border-gray {
  color: #000 !important;
  background-color: RGBA(var(--bs-border-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-accordion-header {
  color: #fff !important;
  background-color: RGBA(var(--bs-accordion-header-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-custom-color {
  color: RGBA(var(--bs-custom-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-custom-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-custom-color:hover, .link-custom-color:focus {
  color: RGBA(122, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(122, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-very-light-green {
  color: RGBA(var(--bs-very-light-green-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-very-light-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-very-light-green:hover, .link-very-light-green:focus {
  color: RGBA(245, 249, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 249, 245, var(--bs-link-underline-opacity, 1)) !important;
}

.link-off-white {
  color: RGBA(var(--bs-off-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-off-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-off-white:hover, .link-off-white:focus {
  color: RGBA(255, 251, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 251, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-f4f4f4 {
  color: RGBA(var(--bs-f4f4f4-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-f4f4f4-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-f4f4f4:hover, .link-f4f4f4:focus {
  color: RGBA(246, 246, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 246, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lightest {
  color: RGBA(var(--bs-lightest-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lightest-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lightest:hover, .link-lightest:focus {
  color: RGBA(182, 209, 186, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(182, 209, 186, var(--bs-link-underline-opacity, 1)) !important;
}

.link-darker-green {
  color: RGBA(var(--bs-darker-green-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-darker-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-darker-green:hover, .link-darker-green:focus {
  color: RGBA(73, 97, 78, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 97, 78, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(250, 250, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-border-gray {
  color: RGBA(var(--bs-border-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-border-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-border-gray:hover, .link-border-gray:focus {
  color: RGBA(232, 232, 232, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 232, 232, var(--bs-link-underline-opacity, 1)) !important;
}

.link-accordion-header {
  color: RGBA(var(--bs-accordion-header-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-accordion-header-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-accordion-header:hover, .link-accordion-header:focus {
  color: RGBA(72, 72, 72, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(72, 72, 72, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(49, 67, 126, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(49, 67, 126, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(80, 80, 80, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(80, 80, 80, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(80, 80, 80, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(80, 80, 80, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(80, 80, 80, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(80, 80, 80, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(234, 211, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(234, 211, 123, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(104, 23, 16, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(104, 23, 16, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
          box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 362px) {
  .sticky-xsm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xsm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lgplus-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lgplus-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1180px) {
  .sticky-ipad-air-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-ipad-air-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1366px) {
  .sticky-xlplus-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xlplus-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1480px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1638px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: var(--bs-border-width);
  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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

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

.opacity-75 {
  opacity: 0.75 !important;
}

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus-ring-custom-color {
  --bs-focus-ring-color: rgba(var(--bs-custom-color-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-very-light-green {
  --bs-focus-ring-color: rgba(var(--bs-very-light-green-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-off-white {
  --bs-focus-ring-color: rgba(var(--bs-off-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-f4f4f4 {
  --bs-focus-ring-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lightest {
  --bs-focus-ring-color: rgba(var(--bs-lightest-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-darker-green {
  --bs-focus-ring-color: rgba(var(--bs-darker-green-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-border-gray {
  --bs-focus-ring-color: rgba(var(--bs-border-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-accordion-header {
  --bs-focus-ring-color: rgba(var(--bs-accordion-header-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-custom-color {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-custom-color-rgb), var(--bs-border-opacity)) !important;
}

.border-very-light-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-very-light-green-rgb), var(--bs-border-opacity)) !important;
}

.border-off-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-off-white-rgb), var(--bs-border-opacity)) !important;
}

.border-f4f4f4 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-border-opacity)) !important;
}

.border-lightest {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lightest-rgb), var(--bs-border-opacity)) !important;
}

.border-darker-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-darker-green-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-border-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-border-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-accordion-header {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-accordion-header-rgb), var(--bs-border-opacity)) !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-45 {
  margin: 2.8125rem !important;
}

.m-55 {
  margin: 3.4375rem !important;
}

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

.m-65 {
  margin: 4.0625rem !important;
}

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

.m-75 {
  margin: 4.6875rem !important;
}

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

.m-85 {
  margin: 5.3125rem !important;
}

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

.m-95 {
  margin: 5.9375rem !important;
}

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

.m-105 {
  margin: 6.5625rem !important;
}

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

.m-115 {
  margin: 7.25rem !important;
}

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

.m-125 {
  margin: 7.8125rem !important;
}

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

.m-135 {
  margin: 8.4375rem !important;
}

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

.m-145 {
  margin: 9.0625rem !important;
}

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

.m-155 {
  margin: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-45 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important;
}

.mx-55 {
  margin-right: 3.4375rem !important;
  margin-left: 3.4375rem !important;
}

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

.mx-65 {
  margin-right: 4.0625rem !important;
  margin-left: 4.0625rem !important;
}

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

.mx-75 {
  margin-right: 4.6875rem !important;
  margin-left: 4.6875rem !important;
}

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

.mx-85 {
  margin-right: 5.3125rem !important;
  margin-left: 5.3125rem !important;
}

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

.mx-95 {
  margin-right: 5.9375rem !important;
  margin-left: 5.9375rem !important;
}

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

.mx-105 {
  margin-right: 6.5625rem !important;
  margin-left: 6.5625rem !important;
}

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

.mx-115 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

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

.mx-125 {
  margin-right: 7.8125rem !important;
  margin-left: 7.8125rem !important;
}

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

.mx-135 {
  margin-right: 8.4375rem !important;
  margin-left: 8.4375rem !important;
}

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

.mx-145 {
  margin-right: 9.0625rem !important;
  margin-left: 9.0625rem !important;
}

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

.mx-155 {
  margin-right: 9.6875rem !important;
  margin-left: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.my-45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

.my-55 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

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

.my-65 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

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

.my-75 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

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

.my-85 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

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

.my-95 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

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

.my-105 {
  margin-top: 6.5625rem !important;
  margin-bottom: 6.5625rem !important;
}

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

.my-115 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

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

.my-125 {
  margin-top: 7.8125rem !important;
  margin-bottom: 7.8125rem !important;
}

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

.my-135 {
  margin-top: 8.4375rem !important;
  margin-bottom: 8.4375rem !important;
}

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

.my-145 {
  margin-top: 9.0625rem !important;
  margin-bottom: 9.0625rem !important;
}

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

.my-155 {
  margin-top: 9.6875rem !important;
  margin-bottom: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-45 {
  margin-top: 2.8125rem !important;
}

.mt-55 {
  margin-top: 3.4375rem !important;
}

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

.mt-65 {
  margin-top: 4.0625rem !important;
}

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

.mt-75 {
  margin-top: 4.6875rem !important;
}

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

.mt-85 {
  margin-top: 5.3125rem !important;
}

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

.mt-95 {
  margin-top: 5.9375rem !important;
}

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

.mt-105 {
  margin-top: 6.5625rem !important;
}

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

.mt-115 {
  margin-top: 7.25rem !important;
}

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

.mt-125 {
  margin-top: 7.8125rem !important;
}

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

.mt-135 {
  margin-top: 8.4375rem !important;
}

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

.mt-145 {
  margin-top: 9.0625rem !important;
}

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

.mt-155 {
  margin-top: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.me-45 {
  margin-right: 2.8125rem !important;
}

.me-55 {
  margin-right: 3.4375rem !important;
}

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

.me-65 {
  margin-right: 4.0625rem !important;
}

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

.me-75 {
  margin-right: 4.6875rem !important;
}

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

.me-85 {
  margin-right: 5.3125rem !important;
}

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

.me-95 {
  margin-right: 5.9375rem !important;
}

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

.me-105 {
  margin-right: 6.5625rem !important;
}

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

.me-115 {
  margin-right: 7.25rem !important;
}

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

.me-125 {
  margin-right: 7.8125rem !important;
}

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

.me-135 {
  margin-right: 8.4375rem !important;
}

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

.me-145 {
  margin-right: 9.0625rem !important;
}

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

.me-155 {
  margin-right: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-45 {
  margin-bottom: 2.8125rem !important;
}

.mb-55 {
  margin-bottom: 3.4375rem !important;
}

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

.mb-65 {
  margin-bottom: 4.0625rem !important;
}

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

.mb-75 {
  margin-bottom: 4.6875rem !important;
}

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

.mb-85 {
  margin-bottom: 5.3125rem !important;
}

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

.mb-95 {
  margin-bottom: 5.9375rem !important;
}

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

.mb-105 {
  margin-bottom: 6.5625rem !important;
}

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

.mb-115 {
  margin-bottom: 7.25rem !important;
}

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

.mb-125 {
  margin-bottom: 7.8125rem !important;
}

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

.mb-135 {
  margin-bottom: 8.4375rem !important;
}

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

.mb-145 {
  margin-bottom: 9.0625rem !important;
}

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

.mb-155 {
  margin-bottom: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ms-45 {
  margin-left: 2.8125rem !important;
}

.ms-55 {
  margin-left: 3.4375rem !important;
}

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

.ms-65 {
  margin-left: 4.0625rem !important;
}

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

.ms-75 {
  margin-left: 4.6875rem !important;
}

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

.ms-85 {
  margin-left: 5.3125rem !important;
}

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

.ms-95 {
  margin-left: 5.9375rem !important;
}

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

.ms-105 {
  margin-left: 6.5625rem !important;
}

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

.ms-115 {
  margin-left: 7.25rem !important;
}

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

.ms-125 {
  margin-left: 7.8125rem !important;
}

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

.ms-135 {
  margin-left: 8.4375rem !important;
}

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

.ms-145 {
  margin-left: 9.0625rem !important;
}

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

.ms-155 {
  margin-left: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.p-45 {
  padding: 2.8125rem !important;
}

.p-55 {
  padding: 3.4375rem !important;
}

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

.p-65 {
  padding: 4.0625rem !important;
}

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

.p-75 {
  padding: 4.6875rem !important;
}

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

.p-85 {
  padding: 5.3125rem !important;
}

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

.p-95 {
  padding: 5.9375rem !important;
}

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

.p-105 {
  padding: 6.5625rem !important;
}

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

.p-115 {
  padding: 7.25rem !important;
}

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

.p-125 {
  padding: 7.8125rem !important;
}

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

.p-135 {
  padding: 8.4375rem !important;
}

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

.p-145 {
  padding: 9.0625rem !important;
}

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

.p-155 {
  padding: 9.6875rem !important;
}

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

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

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

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

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

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

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

.px-2rem {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-45 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important;
}

.px-55 {
  padding-right: 3.4375rem !important;
  padding-left: 3.4375rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-65 {
  padding-right: 4.0625rem !important;
  padding-left: 4.0625rem !important;
}

.px-70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.px-75 {
  padding-right: 4.6875rem !important;
  padding-left: 4.6875rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-85 {
  padding-right: 5.3125rem !important;
  padding-left: 5.3125rem !important;
}

.px-90 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px-95 {
  padding-right: 5.9375rem !important;
  padding-left: 5.9375rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-105 {
  padding-right: 6.5625rem !important;
  padding-left: 6.5625rem !important;
}

.px-110 {
  padding-right: 6.875rem !important;
  padding-left: 6.875rem !important;
}

.px-115 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.px-120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-125 {
  padding-right: 7.8125rem !important;
  padding-left: 7.8125rem !important;
}

.px-130 {
  padding-right: 8.125rem !important;
  padding-left: 8.125rem !important;
}

.px-135 {
  padding-right: 8.4375rem !important;
  padding-left: 8.4375rem !important;
}

.px-140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.px-145 {
  padding-right: 9.0625rem !important;
  padding-left: 9.0625rem !important;
}

.px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.px-155 {
  padding-right: 9.6875rem !important;
  padding-left: 9.6875rem !important;
}

.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

.py-55 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py-75 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-85 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py-95 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-105 {
  padding-top: 6.5625rem !important;
  padding-bottom: 6.5625rem !important;
}

.py-110 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}

.py-115 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-125 {
  padding-top: 7.8125rem !important;
  padding-bottom: 7.8125rem !important;
}

.py-130 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}

.py-135 {
  padding-top: 8.4375rem !important;
  padding-bottom: 8.4375rem !important;
}

.py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.py-145 {
  padding-top: 9.0625rem !important;
  padding-bottom: 9.0625rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.py-155 {
  padding-top: 9.6875rem !important;
  padding-bottom: 9.6875rem !important;
}

.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-2rem {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.8125rem !important;
}

.pt-55 {
  padding-top: 3.4375rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.0625rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pt-75 {
  padding-top: 4.6875rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-85 {
  padding-top: 5.3125rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-95 {
  padding-top: 5.9375rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-105 {
  padding-top: 6.5625rem !important;
}

.pt-110 {
  padding-top: 6.875rem !important;
}

.pt-115 {
  padding-top: 7.25rem !important;
}

.pt-120 {
  padding-top: 7.5rem !important;
}

.pt-125 {
  padding-top: 7.8125rem !important;
}

.pt-130 {
  padding-top: 8.125rem !important;
}

.pt-135 {
  padding-top: 8.4375rem !important;
}

.pt-140 {
  padding-top: 8.75rem !important;
}

.pt-145 {
  padding-top: 9.0625rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-155 {
  padding-top: 9.6875rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-2rem {
  padding-right: 2rem !important;
}

.pe-6 {
  padding-right: 5rem !important;
}

.pe-40 {
  padding-right: 2.5rem !important;
}

.pe-45 {
  padding-right: 2.8125rem !important;
}

.pe-55 {
  padding-right: 3.4375rem !important;
}

.pe-60 {
  padding-right: 3.75rem !important;
}

.pe-65 {
  padding-right: 4.0625rem !important;
}

.pe-70 {
  padding-right: 4.375rem !important;
}

.pe-75 {
  padding-right: 4.6875rem !important;
}

.pe-80 {
  padding-right: 5rem !important;
}

.pe-85 {
  padding-right: 5.3125rem !important;
}

.pe-90 {
  padding-right: 5.625rem !important;
}

.pe-95 {
  padding-right: 5.9375rem !important;
}

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-105 {
  padding-right: 6.5625rem !important;
}

.pe-110 {
  padding-right: 6.875rem !important;
}

.pe-115 {
  padding-right: 7.25rem !important;
}

.pe-120 {
  padding-right: 7.5rem !important;
}

.pe-125 {
  padding-right: 7.8125rem !important;
}

.pe-130 {
  padding-right: 8.125rem !important;
}

.pe-135 {
  padding-right: 8.4375rem !important;
}

.pe-140 {
  padding-right: 8.75rem !important;
}

.pe-145 {
  padding-right: 9.0625rem !important;
}

.pe-150 {
  padding-right: 9.375rem !important;
}

.pe-155 {
  padding-right: 9.6875rem !important;
}

.pe-160 {
  padding-right: 10rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-2rem {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.8125rem !important;
}

.pb-55 {
  padding-bottom: 3.4375rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.0625rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-75 {
  padding-bottom: 4.6875rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-85 {
  padding-bottom: 5.3125rem !important;
}

.pb-90 {
  padding-bottom: 5.625rem !important;
}

.pb-95 {
  padding-bottom: 5.9375rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-105 {
  padding-bottom: 6.5625rem !important;
}

.pb-110 {
  padding-bottom: 6.875rem !important;
}

.pb-115 {
  padding-bottom: 7.25rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.pb-125 {
  padding-bottom: 7.8125rem !important;
}

.pb-130 {
  padding-bottom: 8.125rem !important;
}

.pb-135 {
  padding-bottom: 8.4375rem !important;
}

.pb-140 {
  padding-bottom: 8.75rem !important;
}

.pb-145 {
  padding-bottom: 9.0625rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.pb-155 {
  padding-bottom: 9.6875rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-2rem {
  padding-left: 2rem !important;
}

.ps-6 {
  padding-left: 5rem !important;
}

.ps-40 {
  padding-left: 2.5rem !important;
}

.ps-45 {
  padding-left: 2.8125rem !important;
}

.ps-55 {
  padding-left: 3.4375rem !important;
}

.ps-60 {
  padding-left: 3.75rem !important;
}

.ps-65 {
  padding-left: 4.0625rem !important;
}

.ps-70 {
  padding-left: 4.375rem !important;
}

.ps-75 {
  padding-left: 4.6875rem !important;
}

.ps-80 {
  padding-left: 5rem !important;
}

.ps-85 {
  padding-left: 5.3125rem !important;
}

.ps-90 {
  padding-left: 5.625rem !important;
}

.ps-95 {
  padding-left: 5.9375rem !important;
}

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-105 {
  padding-left: 6.5625rem !important;
}

.ps-110 {
  padding-left: 6.875rem !important;
}

.ps-115 {
  padding-left: 7.25rem !important;
}

.ps-120 {
  padding-left: 7.5rem !important;
}

.ps-125 {
  padding-left: 7.8125rem !important;
}

.ps-130 {
  padding-left: 8.125rem !important;
}

.ps-135 {
  padding-left: 8.4375rem !important;
}

.ps-140 {
  padding-left: 8.75rem !important;
}

.ps-145 {
  padding-left: 9.0625rem !important;
}

.ps-150 {
  padding-left: 9.375rem !important;
}

.ps-155 {
  padding-left: 9.6875rem !important;
}

.ps-160 {
  padding-left: 10rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

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

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

.gap-45 {
  gap: 2.8125rem !important;
}

.gap-55 {
  gap: 3.4375rem !important;
}

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

.gap-65 {
  gap: 4.0625rem !important;
}

.gap-70 {
  gap: 4.375rem !important;
}

.gap-75 {
  gap: 4.6875rem !important;
}

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

.gap-85 {
  gap: 5.3125rem !important;
}

.gap-90 {
  gap: 5.625rem !important;
}

.gap-95 {
  gap: 5.9375rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-105 {
  gap: 6.5625rem !important;
}

.gap-110 {
  gap: 6.875rem !important;
}

.gap-115 {
  gap: 7.25rem !important;
}

.gap-120 {
  gap: 7.5rem !important;
}

.gap-125 {
  gap: 7.8125rem !important;
}

.gap-130 {
  gap: 8.125rem !important;
}

.gap-135 {
  gap: 8.4375rem !important;
}

.gap-140 {
  gap: 8.75rem !important;
}

.gap-145 {
  gap: 9.0625rem !important;
}

.gap-150 {
  gap: 9.375rem !important;
}

.gap-155 {
  gap: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 5rem !important;
}

.row-gap-40 {
  row-gap: 2.5rem !important;
}

.row-gap-45 {
  row-gap: 2.8125rem !important;
}

.row-gap-55 {
  row-gap: 3.4375rem !important;
}

.row-gap-60 {
  row-gap: 3.75rem !important;
}

.row-gap-65 {
  row-gap: 4.0625rem !important;
}

.row-gap-70 {
  row-gap: 4.375rem !important;
}

.row-gap-75 {
  row-gap: 4.6875rem !important;
}

.row-gap-80 {
  row-gap: 5rem !important;
}

.row-gap-85 {
  row-gap: 5.3125rem !important;
}

.row-gap-90 {
  row-gap: 5.625rem !important;
}

.row-gap-95 {
  row-gap: 5.9375rem !important;
}

.row-gap-100 {
  row-gap: 6.25rem !important;
}

.row-gap-105 {
  row-gap: 6.5625rem !important;
}

.row-gap-110 {
  row-gap: 6.875rem !important;
}

.row-gap-115 {
  row-gap: 7.25rem !important;
}

.row-gap-120 {
  row-gap: 7.5rem !important;
}

.row-gap-125 {
  row-gap: 7.8125rem !important;
}

.row-gap-130 {
  row-gap: 8.125rem !important;
}

.row-gap-135 {
  row-gap: 8.4375rem !important;
}

.row-gap-140 {
  row-gap: 8.75rem !important;
}

.row-gap-145 {
  row-gap: 9.0625rem !important;
}

.row-gap-150 {
  row-gap: 9.375rem !important;
}

.row-gap-155 {
  row-gap: 9.6875rem !important;
}

.row-gap-160 {
  row-gap: 10rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-2rem {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.column-gap-6 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.column-gap-40 {
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.column-gap-45 {
  -webkit-column-gap: 2.8125rem !important;
     -moz-column-gap: 2.8125rem !important;
          column-gap: 2.8125rem !important;
}

.column-gap-55 {
  -webkit-column-gap: 3.4375rem !important;
     -moz-column-gap: 3.4375rem !important;
          column-gap: 3.4375rem !important;
}

.column-gap-60 {
  -webkit-column-gap: 3.75rem !important;
     -moz-column-gap: 3.75rem !important;
          column-gap: 3.75rem !important;
}

.column-gap-65 {
  -webkit-column-gap: 4.0625rem !important;
     -moz-column-gap: 4.0625rem !important;
          column-gap: 4.0625rem !important;
}

.column-gap-70 {
  -webkit-column-gap: 4.375rem !important;
     -moz-column-gap: 4.375rem !important;
          column-gap: 4.375rem !important;
}

.column-gap-75 {
  -webkit-column-gap: 4.6875rem !important;
     -moz-column-gap: 4.6875rem !important;
          column-gap: 4.6875rem !important;
}

.column-gap-80 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.column-gap-85 {
  -webkit-column-gap: 5.3125rem !important;
     -moz-column-gap: 5.3125rem !important;
          column-gap: 5.3125rem !important;
}

.column-gap-90 {
  -webkit-column-gap: 5.625rem !important;
     -moz-column-gap: 5.625rem !important;
          column-gap: 5.625rem !important;
}

.column-gap-95 {
  -webkit-column-gap: 5.9375rem !important;
     -moz-column-gap: 5.9375rem !important;
          column-gap: 5.9375rem !important;
}

.column-gap-100 {
  -webkit-column-gap: 6.25rem !important;
     -moz-column-gap: 6.25rem !important;
          column-gap: 6.25rem !important;
}

.column-gap-105 {
  -webkit-column-gap: 6.5625rem !important;
     -moz-column-gap: 6.5625rem !important;
          column-gap: 6.5625rem !important;
}

.column-gap-110 {
  -webkit-column-gap: 6.875rem !important;
     -moz-column-gap: 6.875rem !important;
          column-gap: 6.875rem !important;
}

.column-gap-115 {
  -webkit-column-gap: 7.25rem !important;
     -moz-column-gap: 7.25rem !important;
          column-gap: 7.25rem !important;
}

.column-gap-120 {
  -webkit-column-gap: 7.5rem !important;
     -moz-column-gap: 7.5rem !important;
          column-gap: 7.5rem !important;
}

.column-gap-125 {
  -webkit-column-gap: 7.8125rem !important;
     -moz-column-gap: 7.8125rem !important;
          column-gap: 7.8125rem !important;
}

.column-gap-130 {
  -webkit-column-gap: 8.125rem !important;
     -moz-column-gap: 8.125rem !important;
          column-gap: 8.125rem !important;
}

.column-gap-135 {
  -webkit-column-gap: 8.4375rem !important;
     -moz-column-gap: 8.4375rem !important;
          column-gap: 8.4375rem !important;
}

.column-gap-140 {
  -webkit-column-gap: 8.75rem !important;
     -moz-column-gap: 8.75rem !important;
          column-gap: 8.75rem !important;
}

.column-gap-145 {
  -webkit-column-gap: 9.0625rem !important;
     -moz-column-gap: 9.0625rem !important;
          column-gap: 9.0625rem !important;
}

.column-gap-150 {
  -webkit-column-gap: 9.375rem !important;
     -moz-column-gap: 9.375rem !important;
          column-gap: 9.375rem !important;
}

.column-gap-155 {
  -webkit-column-gap: 9.6875rem !important;
     -moz-column-gap: 9.6875rem !important;
          column-gap: 9.6875rem !important;
}

.column-gap-160 {
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-custom-color {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-custom-color-rgb), var(--bs-text-opacity)) !important;
}

.text-very-light-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-very-light-green-rgb), var(--bs-text-opacity)) !important;
}

.text-off-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-off-white-rgb), var(--bs-text-opacity)) !important;
}

.text-f4f4f4 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-f4f4f4-rgb), var(--bs-text-opacity)) !important;
}

.text-lightest {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lightest-rgb), var(--bs-text-opacity)) !important;
}

.text-darker-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-darker-green-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-border-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-border-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-accordion-header {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accordion-header-rgb), var(--bs-text-opacity)) !important;
}

.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-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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

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

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

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

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

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

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

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

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

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-custom-color {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-custom-color-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-very-light-green {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-very-light-green-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-off-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-off-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-f4f4f4 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lightest {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lightest-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-darker-green {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-darker-green-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-border-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-border-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-accordion-header {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-accordion-header-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-custom-color {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
}

.bg-very-light-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-off-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-f4f4f4 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lightest {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
}

.bg-darker-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-darker-green-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-border-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accordion-header {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
}

.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-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 362px) {
  .float-xsm-start {
    float: left !important;
  }
  .float-xsm-end {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
  .object-fit-xsm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xsm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xsm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xsm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xsm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xsm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xsm-none {
    display: none !important;
  }
  .flex-xsm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xsm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xsm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xsm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xsm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xsm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xsm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xsm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xsm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xsm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xsm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xsm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xsm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xsm-2rem {
    margin: 2rem !important;
  }
  .m-xsm-6 {
    margin: 5rem !important;
  }
  .m-xsm-40 {
    margin: 2.5rem !important;
  }
  .m-xsm-45 {
    margin: 2.8125rem !important;
  }
  .m-xsm-55 {
    margin: 3.4375rem !important;
  }
  .m-xsm-60 {
    margin: 3.75rem !important;
  }
  .m-xsm-65 {
    margin: 4.0625rem !important;
  }
  .m-xsm-70 {
    margin: 4.375rem !important;
  }
  .m-xsm-75 {
    margin: 4.6875rem !important;
  }
  .m-xsm-80 {
    margin: 5rem !important;
  }
  .m-xsm-85 {
    margin: 5.3125rem !important;
  }
  .m-xsm-90 {
    margin: 5.625rem !important;
  }
  .m-xsm-95 {
    margin: 5.9375rem !important;
  }
  .m-xsm-100 {
    margin: 6.25rem !important;
  }
  .m-xsm-105 {
    margin: 6.5625rem !important;
  }
  .m-xsm-110 {
    margin: 6.875rem !important;
  }
  .m-xsm-115 {
    margin: 7.25rem !important;
  }
  .m-xsm-120 {
    margin: 7.5rem !important;
  }
  .m-xsm-125 {
    margin: 7.8125rem !important;
  }
  .m-xsm-130 {
    margin: 8.125rem !important;
  }
  .m-xsm-135 {
    margin: 8.4375rem !important;
  }
  .m-xsm-140 {
    margin: 8.75rem !important;
  }
  .m-xsm-145 {
    margin: 9.0625rem !important;
  }
  .m-xsm-150 {
    margin: 9.375rem !important;
  }
  .m-xsm-155 {
    margin: 9.6875rem !important;
  }
  .m-xsm-160 {
    margin: 10rem !important;
  }
  .m-xsm-0 {
    margin: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mx-xsm-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xsm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xsm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xsm-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xsm-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xsm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xsm-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xsm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xsm-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xsm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xsm-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xsm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xsm-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xsm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xsm-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xsm-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xsm-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xsm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xsm-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xsm-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xsm-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xsm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xsm-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xsm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xsm-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xsm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xsm-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xsm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xsm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xsm-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xsm-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xsm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xsm-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xsm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xsm-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xsm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xsm-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xsm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xsm-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xsm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xsm-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xsm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xsm-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xsm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xsm-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xsm-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xsm-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xsm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xsm-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xsm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xsm-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xsm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xsm-2rem {
    margin-top: 2rem !important;
  }
  .mt-xsm-6 {
    margin-top: 5rem !important;
  }
  .mt-xsm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xsm-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xsm-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xsm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xsm-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xsm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xsm-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xsm-80 {
    margin-top: 5rem !important;
  }
  .mt-xsm-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xsm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xsm-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xsm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xsm-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xsm-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xsm-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xsm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xsm-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xsm-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xsm-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xsm-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xsm-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xsm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xsm-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xsm-160 {
    margin-top: 10rem !important;
  }
  .mt-xsm-0 {
    margin-top: 0 !important;
  }
  .mt-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xsm-3 {
    margin-top: 1rem !important;
  }
  .mt-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xsm-5 {
    margin-top: 3rem !important;
  }
  .mt-xsm-auto {
    margin-top: auto !important;
  }
  .me-xsm-2rem {
    margin-right: 2rem !important;
  }
  .me-xsm-6 {
    margin-right: 5rem !important;
  }
  .me-xsm-40 {
    margin-right: 2.5rem !important;
  }
  .me-xsm-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xsm-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xsm-60 {
    margin-right: 3.75rem !important;
  }
  .me-xsm-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xsm-70 {
    margin-right: 4.375rem !important;
  }
  .me-xsm-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xsm-80 {
    margin-right: 5rem !important;
  }
  .me-xsm-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xsm-90 {
    margin-right: 5.625rem !important;
  }
  .me-xsm-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xsm-100 {
    margin-right: 6.25rem !important;
  }
  .me-xsm-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xsm-110 {
    margin-right: 6.875rem !important;
  }
  .me-xsm-115 {
    margin-right: 7.25rem !important;
  }
  .me-xsm-120 {
    margin-right: 7.5rem !important;
  }
  .me-xsm-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xsm-130 {
    margin-right: 8.125rem !important;
  }
  .me-xsm-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xsm-140 {
    margin-right: 8.75rem !important;
  }
  .me-xsm-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xsm-150 {
    margin-right: 9.375rem !important;
  }
  .me-xsm-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xsm-160 {
    margin-right: 10rem !important;
  }
  .me-xsm-0 {
    margin-right: 0 !important;
  }
  .me-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .me-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .me-xsm-3 {
    margin-right: 1rem !important;
  }
  .me-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .me-xsm-5 {
    margin-right: 3rem !important;
  }
  .me-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xsm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xsm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xsm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xsm-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xsm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xsm-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xsm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xsm-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xsm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xsm-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xsm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xsm-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xsm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xsm-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xsm-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xsm-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xsm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xsm-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xsm-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xsm-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xsm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xsm-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xsm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xsm-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xsm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xsm-auto {
    margin-bottom: auto !important;
  }
  .ms-xsm-2rem {
    margin-left: 2rem !important;
  }
  .ms-xsm-6 {
    margin-left: 5rem !important;
  }
  .ms-xsm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xsm-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xsm-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xsm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xsm-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xsm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xsm-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xsm-80 {
    margin-left: 5rem !important;
  }
  .ms-xsm-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xsm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xsm-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xsm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xsm-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xsm-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xsm-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xsm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xsm-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xsm-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xsm-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xsm-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xsm-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xsm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xsm-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xsm-160 {
    margin-left: 10rem !important;
  }
  .ms-xsm-0 {
    margin-left: 0 !important;
  }
  .ms-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xsm-3 {
    margin-left: 1rem !important;
  }
  .ms-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xsm-5 {
    margin-left: 3rem !important;
  }
  .ms-xsm-auto {
    margin-left: auto !important;
  }
  .p-xsm-2rem {
    padding: 2rem !important;
  }
  .p-xsm-6 {
    padding: 5rem !important;
  }
  .p-xsm-40 {
    padding: 2.5rem !important;
  }
  .p-xsm-45 {
    padding: 2.8125rem !important;
  }
  .p-xsm-55 {
    padding: 3.4375rem !important;
  }
  .p-xsm-60 {
    padding: 3.75rem !important;
  }
  .p-xsm-65 {
    padding: 4.0625rem !important;
  }
  .p-xsm-70 {
    padding: 4.375rem !important;
  }
  .p-xsm-75 {
    padding: 4.6875rem !important;
  }
  .p-xsm-80 {
    padding: 5rem !important;
  }
  .p-xsm-85 {
    padding: 5.3125rem !important;
  }
  .p-xsm-90 {
    padding: 5.625rem !important;
  }
  .p-xsm-95 {
    padding: 5.9375rem !important;
  }
  .p-xsm-100 {
    padding: 6.25rem !important;
  }
  .p-xsm-105 {
    padding: 6.5625rem !important;
  }
  .p-xsm-110 {
    padding: 6.875rem !important;
  }
  .p-xsm-115 {
    padding: 7.25rem !important;
  }
  .p-xsm-120 {
    padding: 7.5rem !important;
  }
  .p-xsm-125 {
    padding: 7.8125rem !important;
  }
  .p-xsm-130 {
    padding: 8.125rem !important;
  }
  .p-xsm-135 {
    padding: 8.4375rem !important;
  }
  .p-xsm-140 {
    padding: 8.75rem !important;
  }
  .p-xsm-145 {
    padding: 9.0625rem !important;
  }
  .p-xsm-150 {
    padding: 9.375rem !important;
  }
  .p-xsm-155 {
    padding: 9.6875rem !important;
  }
  .p-xsm-160 {
    padding: 10rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .px-xsm-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xsm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xsm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xsm-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xsm-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xsm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xsm-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xsm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xsm-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xsm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xsm-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xsm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xsm-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xsm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xsm-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xsm-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xsm-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xsm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xsm-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xsm-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xsm-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xsm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xsm-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xsm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xsm-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xsm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xsm-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xsm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xsm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xsm-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xsm-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xsm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xsm-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xsm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xsm-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xsm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xsm-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xsm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xsm-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xsm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xsm-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xsm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xsm-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xsm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xsm-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xsm-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xsm-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xsm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xsm-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xsm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xsm-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xsm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xsm-2rem {
    padding-top: 2rem !important;
  }
  .pt-xsm-6 {
    padding-top: 5rem !important;
  }
  .pt-xsm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xsm-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xsm-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xsm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xsm-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xsm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xsm-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xsm-80 {
    padding-top: 5rem !important;
  }
  .pt-xsm-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xsm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xsm-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xsm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xsm-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xsm-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xsm-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xsm-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xsm-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xsm-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xsm-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xsm-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xsm-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xsm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xsm-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xsm-160 {
    padding-top: 10rem !important;
  }
  .pt-xsm-0 {
    padding-top: 0 !important;
  }
  .pt-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xsm-3 {
    padding-top: 1rem !important;
  }
  .pt-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xsm-5 {
    padding-top: 3rem !important;
  }
  .pe-xsm-2rem {
    padding-right: 2rem !important;
  }
  .pe-xsm-6 {
    padding-right: 5rem !important;
  }
  .pe-xsm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xsm-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xsm-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xsm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xsm-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xsm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xsm-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xsm-80 {
    padding-right: 5rem !important;
  }
  .pe-xsm-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xsm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xsm-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xsm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xsm-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xsm-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xsm-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xsm-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xsm-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xsm-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xsm-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xsm-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xsm-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xsm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xsm-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xsm-160 {
    padding-right: 10rem !important;
  }
  .pe-xsm-0 {
    padding-right: 0 !important;
  }
  .pe-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xsm-3 {
    padding-right: 1rem !important;
  }
  .pe-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xsm-5 {
    padding-right: 3rem !important;
  }
  .pb-xsm-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xsm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xsm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xsm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xsm-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xsm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xsm-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xsm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xsm-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xsm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xsm-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xsm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xsm-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xsm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xsm-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xsm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xsm-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xsm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xsm-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xsm-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xsm-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xsm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xsm-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xsm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xsm-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xsm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xsm-2rem {
    padding-left: 2rem !important;
  }
  .ps-xsm-6 {
    padding-left: 5rem !important;
  }
  .ps-xsm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xsm-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xsm-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xsm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xsm-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xsm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xsm-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xsm-80 {
    padding-left: 5rem !important;
  }
  .ps-xsm-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xsm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xsm-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xsm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xsm-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xsm-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xsm-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xsm-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xsm-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xsm-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xsm-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xsm-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xsm-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xsm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xsm-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xsm-160 {
    padding-left: 10rem !important;
  }
  .ps-xsm-0 {
    padding-left: 0 !important;
  }
  .ps-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xsm-3 {
    padding-left: 1rem !important;
  }
  .ps-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xsm-5 {
    padding-left: 3rem !important;
  }
  .gap-xsm-2rem {
    gap: 2rem !important;
  }
  .gap-xsm-6 {
    gap: 5rem !important;
  }
  .gap-xsm-40 {
    gap: 2.5rem !important;
  }
  .gap-xsm-45 {
    gap: 2.8125rem !important;
  }
  .gap-xsm-55 {
    gap: 3.4375rem !important;
  }
  .gap-xsm-60 {
    gap: 3.75rem !important;
  }
  .gap-xsm-65 {
    gap: 4.0625rem !important;
  }
  .gap-xsm-70 {
    gap: 4.375rem !important;
  }
  .gap-xsm-75 {
    gap: 4.6875rem !important;
  }
  .gap-xsm-80 {
    gap: 5rem !important;
  }
  .gap-xsm-85 {
    gap: 5.3125rem !important;
  }
  .gap-xsm-90 {
    gap: 5.625rem !important;
  }
  .gap-xsm-95 {
    gap: 5.9375rem !important;
  }
  .gap-xsm-100 {
    gap: 6.25rem !important;
  }
  .gap-xsm-105 {
    gap: 6.5625rem !important;
  }
  .gap-xsm-110 {
    gap: 6.875rem !important;
  }
  .gap-xsm-115 {
    gap: 7.25rem !important;
  }
  .gap-xsm-120 {
    gap: 7.5rem !important;
  }
  .gap-xsm-125 {
    gap: 7.8125rem !important;
  }
  .gap-xsm-130 {
    gap: 8.125rem !important;
  }
  .gap-xsm-135 {
    gap: 8.4375rem !important;
  }
  .gap-xsm-140 {
    gap: 8.75rem !important;
  }
  .gap-xsm-145 {
    gap: 9.0625rem !important;
  }
  .gap-xsm-150 {
    gap: 9.375rem !important;
  }
  .gap-xsm-155 {
    gap: 9.6875rem !important;
  }
  .gap-xsm-160 {
    gap: 10rem !important;
  }
  .gap-xsm-0 {
    gap: 0 !important;
  }
  .gap-xsm-1 {
    gap: 0.25rem !important;
  }
  .gap-xsm-2 {
    gap: 0.5rem !important;
  }
  .gap-xsm-3 {
    gap: 1rem !important;
  }
  .gap-xsm-4 {
    gap: 1.5rem !important;
  }
  .gap-xsm-5 {
    gap: 3rem !important;
  }
  .row-gap-xsm-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xsm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xsm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xsm-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xsm-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xsm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xsm-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xsm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xsm-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xsm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xsm-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xsm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xsm-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xsm-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xsm-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xsm-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xsm-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xsm-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xsm-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xsm-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xsm-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xsm-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xsm-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xsm-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xsm-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xsm-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xsm-0 {
    row-gap: 0 !important;
  }
  .row-gap-xsm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xsm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xsm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xsm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xsm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xsm-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xsm-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xsm-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xsm-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xsm-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xsm-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xsm-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xsm-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xsm-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xsm-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xsm-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xsm-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xsm-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xsm-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xsm-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xsm-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xsm-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xsm-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xsm-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xsm-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xsm-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xsm-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xsm-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xsm-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xsm-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xsm-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xsm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xsm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xsm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xsm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xsm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xsm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xsm-start {
    text-align: left !important;
  }
  .text-xsm-end {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-2rem {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-45 {
    margin: 2.8125rem !important;
  }
  .m-sm-55 {
    margin: 3.4375rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-65 {
    margin: 4.0625rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .m-sm-75 {
    margin: 4.6875rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-85 {
    margin: 5.3125rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .m-sm-95 {
    margin: 5.9375rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-105 {
    margin: 6.5625rem !important;
  }
  .m-sm-110 {
    margin: 6.875rem !important;
  }
  .m-sm-115 {
    margin: 7.25rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .m-sm-125 {
    margin: 7.8125rem !important;
  }
  .m-sm-130 {
    margin: 8.125rem !important;
  }
  .m-sm-135 {
    margin: 8.4375rem !important;
  }
  .m-sm-140 {
    margin: 8.75rem !important;
  }
  .m-sm-145 {
    margin: 9.0625rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .m-sm-155 {
    margin: 9.6875rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-sm-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-sm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-sm-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sm-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-sm-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-sm-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-sm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sm-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sm-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-sm-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-sm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sm-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-sm-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-sm-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sm-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sm-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-2rem {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-sm-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-sm-110 {
    margin-top: 6.875rem !important;
  }
  .mt-sm-115 {
    margin-top: 7.25rem !important;
  }
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-sm-130 {
    margin-top: 8.125rem !important;
  }
  .mt-sm-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mt-sm-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-sm-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-2rem {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-45 {
    margin-right: 2.8125rem !important;
  }
  .me-sm-55 {
    margin-right: 3.4375rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-65 {
    margin-right: 4.0625rem !important;
  }
  .me-sm-70 {
    margin-right: 4.375rem !important;
  }
  .me-sm-75 {
    margin-right: 4.6875rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-85 {
    margin-right: 5.3125rem !important;
  }
  .me-sm-90 {
    margin-right: 5.625rem !important;
  }
  .me-sm-95 {
    margin-right: 5.9375rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-105 {
    margin-right: 6.5625rem !important;
  }
  .me-sm-110 {
    margin-right: 6.875rem !important;
  }
  .me-sm-115 {
    margin-right: 7.25rem !important;
  }
  .me-sm-120 {
    margin-right: 7.5rem !important;
  }
  .me-sm-125 {
    margin-right: 7.8125rem !important;
  }
  .me-sm-130 {
    margin-right: 8.125rem !important;
  }
  .me-sm-135 {
    margin-right: 8.4375rem !important;
  }
  .me-sm-140 {
    margin-right: 8.75rem !important;
  }
  .me-sm-145 {
    margin-right: 9.0625rem !important;
  }
  .me-sm-150 {
    margin-right: 9.375rem !important;
  }
  .me-sm-155 {
    margin-right: 9.6875rem !important;
  }
  .me-sm-160 {
    margin-right: 10rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-sm-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sm-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-sm-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sm-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sm-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-2rem {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-sm-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-sm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-sm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-sm-110 {
    margin-left: 6.875rem !important;
  }
  .ms-sm-115 {
    margin-left: 7.25rem !important;
  }
  .ms-sm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-sm-130 {
    margin-left: 8.125rem !important;
  }
  .ms-sm-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-sm-140 {
    margin-left: 8.75rem !important;
  }
  .ms-sm-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-sm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-sm-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-sm-160 {
    margin-left: 10rem !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-2rem {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-45 {
    padding: 2.8125rem !important;
  }
  .p-sm-55 {
    padding: 3.4375rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-65 {
    padding: 4.0625rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .p-sm-75 {
    padding: 4.6875rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-85 {
    padding: 5.3125rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .p-sm-95 {
    padding: 5.9375rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-105 {
    padding: 6.5625rem !important;
  }
  .p-sm-110 {
    padding: 6.875rem !important;
  }
  .p-sm-115 {
    padding: 7.25rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .p-sm-125 {
    padding: 7.8125rem !important;
  }
  .p-sm-130 {
    padding: 8.125rem !important;
  }
  .p-sm-135 {
    padding: 8.4375rem !important;
  }
  .p-sm-140 {
    padding: 8.75rem !important;
  }
  .p-sm-145 {
    padding: 9.0625rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .p-sm-155 {
    padding: 9.6875rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-sm-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-sm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-sm-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sm-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-sm-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-sm-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-sm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sm-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sm-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-sm-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-sm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sm-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-sm-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-sm-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sm-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sm-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-2rem {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-sm-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-sm-110 {
    padding-top: 6.875rem !important;
  }
  .pt-sm-115 {
    padding-top: 7.25rem !important;
  }
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-sm-130 {
    padding-top: 8.125rem !important;
  }
  .pt-sm-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .pt-sm-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-sm-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-2rem {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-sm-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-sm-110 {
    padding-right: 6.875rem !important;
  }
  .pe-sm-115 {
    padding-right: 7.25rem !important;
  }
  .pe-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-sm-130 {
    padding-right: 8.125rem !important;
  }
  .pe-sm-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-sm-140 {
    padding-right: 8.75rem !important;
  }
  .pe-sm-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-sm-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-sm-160 {
    padding-right: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-sm-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sm-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-sm-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sm-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sm-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-2rem {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-sm-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-sm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-sm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-sm-110 {
    padding-left: 6.875rem !important;
  }
  .ps-sm-115 {
    padding-left: 7.25rem !important;
  }
  .ps-sm-120 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-sm-130 {
    padding-left: 8.125rem !important;
  }
  .ps-sm-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-sm-140 {
    padding-left: 8.75rem !important;
  }
  .ps-sm-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-sm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-sm-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-sm-160 {
    padding-left: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-2rem {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-45 {
    gap: 2.8125rem !important;
  }
  .gap-sm-55 {
    gap: 3.4375rem !important;
  }
  .gap-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-sm-65 {
    gap: 4.0625rem !important;
  }
  .gap-sm-70 {
    gap: 4.375rem !important;
  }
  .gap-sm-75 {
    gap: 4.6875rem !important;
  }
  .gap-sm-80 {
    gap: 5rem !important;
  }
  .gap-sm-85 {
    gap: 5.3125rem !important;
  }
  .gap-sm-90 {
    gap: 5.625rem !important;
  }
  .gap-sm-95 {
    gap: 5.9375rem !important;
  }
  .gap-sm-100 {
    gap: 6.25rem !important;
  }
  .gap-sm-105 {
    gap: 6.5625rem !important;
  }
  .gap-sm-110 {
    gap: 6.875rem !important;
  }
  .gap-sm-115 {
    gap: 7.25rem !important;
  }
  .gap-sm-120 {
    gap: 7.5rem !important;
  }
  .gap-sm-125 {
    gap: 7.8125rem !important;
  }
  .gap-sm-130 {
    gap: 8.125rem !important;
  }
  .gap-sm-135 {
    gap: 8.4375rem !important;
  }
  .gap-sm-140 {
    gap: 8.75rem !important;
  }
  .gap-sm-145 {
    gap: 9.0625rem !important;
  }
  .gap-sm-150 {
    gap: 9.375rem !important;
  }
  .gap-sm-155 {
    gap: 9.6875rem !important;
  }
  .gap-sm-160 {
    gap: 10rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-sm-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-sm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-sm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-sm-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-sm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-sm-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-sm-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-sm-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-sm-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-sm-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-sm-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-sm-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-sm-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-sm-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-sm-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-sm-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-sm-160 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-sm-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-sm-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-sm-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-sm-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-sm-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-sm-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-sm-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-sm-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-sm-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-sm-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-sm-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-sm-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-sm-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-sm-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-sm-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-sm-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-sm-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-sm-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-sm-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-sm-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-sm-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-sm-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-sm-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-sm-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-2rem {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-45 {
    margin: 2.8125rem !important;
  }
  .m-md-55 {
    margin: 3.4375rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-65 {
    margin: 4.0625rem !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .m-md-75 {
    margin: 4.6875rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-85 {
    margin: 5.3125rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .m-md-95 {
    margin: 5.9375rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-105 {
    margin: 6.5625rem !important;
  }
  .m-md-110 {
    margin: 6.875rem !important;
  }
  .m-md-115 {
    margin: 7.25rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .m-md-125 {
    margin: 7.8125rem !important;
  }
  .m-md-130 {
    margin: 8.125rem !important;
  }
  .m-md-135 {
    margin: 8.4375rem !important;
  }
  .m-md-140 {
    margin: 8.75rem !important;
  }
  .m-md-145 {
    margin: 9.0625rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .m-md-155 {
    margin: 9.6875rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-md-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-md-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-md-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-md-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-md-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-md-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-md-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-md-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-md-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-md-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-md-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-md-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-md-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-md-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-md-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-md-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-2rem {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-md-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mt-md-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .mt-md-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-md-110 {
    margin-top: 6.875rem !important;
  }
  .mt-md-115 {
    margin-top: 7.25rem !important;
  }
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .mt-md-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-md-130 {
    margin-top: 8.125rem !important;
  }
  .mt-md-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .mt-md-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .mt-md-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-2rem {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-45 {
    margin-right: 2.8125rem !important;
  }
  .me-md-55 {
    margin-right: 3.4375rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-65 {
    margin-right: 4.0625rem !important;
  }
  .me-md-70 {
    margin-right: 4.375rem !important;
  }
  .me-md-75 {
    margin-right: 4.6875rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-85 {
    margin-right: 5.3125rem !important;
  }
  .me-md-90 {
    margin-right: 5.625rem !important;
  }
  .me-md-95 {
    margin-right: 5.9375rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-105 {
    margin-right: 6.5625rem !important;
  }
  .me-md-110 {
    margin-right: 6.875rem !important;
  }
  .me-md-115 {
    margin-right: 7.25rem !important;
  }
  .me-md-120 {
    margin-right: 7.5rem !important;
  }
  .me-md-125 {
    margin-right: 7.8125rem !important;
  }
  .me-md-130 {
    margin-right: 8.125rem !important;
  }
  .me-md-135 {
    margin-right: 8.4375rem !important;
  }
  .me-md-140 {
    margin-right: 8.75rem !important;
  }
  .me-md-145 {
    margin-right: 9.0625rem !important;
  }
  .me-md-150 {
    margin-right: 9.375rem !important;
  }
  .me-md-155 {
    margin-right: 9.6875rem !important;
  }
  .me-md-160 {
    margin-right: 10rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-md-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-md-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-md-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-md-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-md-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-md-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-2rem {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-md-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-md-70 {
    margin-left: 4.375rem !important;
  }
  .ms-md-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-md-90 {
    margin-left: 5.625rem !important;
  }
  .ms-md-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-md-110 {
    margin-left: 6.875rem !important;
  }
  .ms-md-115 {
    margin-left: 7.25rem !important;
  }
  .ms-md-120 {
    margin-left: 7.5rem !important;
  }
  .ms-md-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-md-130 {
    margin-left: 8.125rem !important;
  }
  .ms-md-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-md-140 {
    margin-left: 8.75rem !important;
  }
  .ms-md-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-md-150 {
    margin-left: 9.375rem !important;
  }
  .ms-md-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-md-160 {
    margin-left: 10rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-2rem {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-45 {
    padding: 2.8125rem !important;
  }
  .p-md-55 {
    padding: 3.4375rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-65 {
    padding: 4.0625rem !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .p-md-75 {
    padding: 4.6875rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-85 {
    padding: 5.3125rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .p-md-95 {
    padding: 5.9375rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-105 {
    padding: 6.5625rem !important;
  }
  .p-md-110 {
    padding: 6.875rem !important;
  }
  .p-md-115 {
    padding: 7.25rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .p-md-125 {
    padding: 7.8125rem !important;
  }
  .p-md-130 {
    padding: 8.125rem !important;
  }
  .p-md-135 {
    padding: 8.4375rem !important;
  }
  .p-md-140 {
    padding: 8.75rem !important;
  }
  .p-md-145 {
    padding: 9.0625rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .p-md-155 {
    padding: 9.6875rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-md-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-md-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-md-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-md-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-md-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-md-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-md-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-md-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-md-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-md-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-md-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-md-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-md-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-md-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-md-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-md-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-2rem {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-md-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .pt-md-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .pt-md-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-md-110 {
    padding-top: 6.875rem !important;
  }
  .pt-md-115 {
    padding-top: 7.25rem !important;
  }
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .pt-md-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-md-130 {
    padding-top: 8.125rem !important;
  }
  .pt-md-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .pt-md-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .pt-md-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-2rem {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-md-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-md-70 {
    padding-right: 4.375rem !important;
  }
  .pe-md-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-md-90 {
    padding-right: 5.625rem !important;
  }
  .pe-md-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-md-110 {
    padding-right: 6.875rem !important;
  }
  .pe-md-115 {
    padding-right: 7.25rem !important;
  }
  .pe-md-120 {
    padding-right: 7.5rem !important;
  }
  .pe-md-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-md-130 {
    padding-right: 8.125rem !important;
  }
  .pe-md-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-md-140 {
    padding-right: 8.75rem !important;
  }
  .pe-md-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-md-150 {
    padding-right: 9.375rem !important;
  }
  .pe-md-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-md-160 {
    padding-right: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-md-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-md-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-md-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-md-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-md-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-md-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-2rem {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-md-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-md-70 {
    padding-left: 4.375rem !important;
  }
  .ps-md-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-md-90 {
    padding-left: 5.625rem !important;
  }
  .ps-md-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-md-110 {
    padding-left: 6.875rem !important;
  }
  .ps-md-115 {
    padding-left: 7.25rem !important;
  }
  .ps-md-120 {
    padding-left: 7.5rem !important;
  }
  .ps-md-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-md-130 {
    padding-left: 8.125rem !important;
  }
  .ps-md-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-md-140 {
    padding-left: 8.75rem !important;
  }
  .ps-md-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-md-150 {
    padding-left: 9.375rem !important;
  }
  .ps-md-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-md-160 {
    padding-left: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-2rem {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-45 {
    gap: 2.8125rem !important;
  }
  .gap-md-55 {
    gap: 3.4375rem !important;
  }
  .gap-md-60 {
    gap: 3.75rem !important;
  }
  .gap-md-65 {
    gap: 4.0625rem !important;
  }
  .gap-md-70 {
    gap: 4.375rem !important;
  }
  .gap-md-75 {
    gap: 4.6875rem !important;
  }
  .gap-md-80 {
    gap: 5rem !important;
  }
  .gap-md-85 {
    gap: 5.3125rem !important;
  }
  .gap-md-90 {
    gap: 5.625rem !important;
  }
  .gap-md-95 {
    gap: 5.9375rem !important;
  }
  .gap-md-100 {
    gap: 6.25rem !important;
  }
  .gap-md-105 {
    gap: 6.5625rem !important;
  }
  .gap-md-110 {
    gap: 6.875rem !important;
  }
  .gap-md-115 {
    gap: 7.25rem !important;
  }
  .gap-md-120 {
    gap: 7.5rem !important;
  }
  .gap-md-125 {
    gap: 7.8125rem !important;
  }
  .gap-md-130 {
    gap: 8.125rem !important;
  }
  .gap-md-135 {
    gap: 8.4375rem !important;
  }
  .gap-md-140 {
    gap: 8.75rem !important;
  }
  .gap-md-145 {
    gap: 9.0625rem !important;
  }
  .gap-md-150 {
    gap: 9.375rem !important;
  }
  .gap-md-155 {
    gap: 9.6875rem !important;
  }
  .gap-md-160 {
    gap: 10rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 5rem !important;
  }
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-md-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-md-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-md-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-md-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-md-80 {
    row-gap: 5rem !important;
  }
  .row-gap-md-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-md-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-md-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-md-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-md-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-md-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-md-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-md-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-md-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-md-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-md-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-md-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-md-160 {
    row-gap: 10rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-md-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-md-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-md-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-md-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-md-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-md-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-md-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-md-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-md-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-md-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-md-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-md-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-md-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-md-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-md-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-md-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-md-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-md-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-md-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-md-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-md-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-md-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-md-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-md-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-2rem {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-45 {
    margin: 2.8125rem !important;
  }
  .m-lg-55 {
    margin: 3.4375rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-65 {
    margin: 4.0625rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .m-lg-75 {
    margin: 4.6875rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-85 {
    margin: 5.3125rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .m-lg-95 {
    margin: 5.9375rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-105 {
    margin: 6.5625rem !important;
  }
  .m-lg-110 {
    margin: 6.875rem !important;
  }
  .m-lg-115 {
    margin: 7.25rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .m-lg-125 {
    margin: 7.8125rem !important;
  }
  .m-lg-130 {
    margin: 8.125rem !important;
  }
  .m-lg-135 {
    margin: 8.4375rem !important;
  }
  .m-lg-140 {
    margin: 8.75rem !important;
  }
  .m-lg-145 {
    margin: 9.0625rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .m-lg-155 {
    margin: 9.6875rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-lg-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-lg-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-lg-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lg-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-lg-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-lg-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-lg-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lg-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lg-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-lg-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-lg-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lg-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-lg-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-lg-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lg-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lg-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-2rem {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-lg-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-lg-110 {
    margin-top: 6.875rem !important;
  }
  .mt-lg-115 {
    margin-top: 7.25rem !important;
  }
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-lg-130 {
    margin-top: 8.125rem !important;
  }
  .mt-lg-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mt-lg-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lg-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-2rem {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-45 {
    margin-right: 2.8125rem !important;
  }
  .me-lg-55 {
    margin-right: 3.4375rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-65 {
    margin-right: 4.0625rem !important;
  }
  .me-lg-70 {
    margin-right: 4.375rem !important;
  }
  .me-lg-75 {
    margin-right: 4.6875rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-85 {
    margin-right: 5.3125rem !important;
  }
  .me-lg-90 {
    margin-right: 5.625rem !important;
  }
  .me-lg-95 {
    margin-right: 5.9375rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-105 {
    margin-right: 6.5625rem !important;
  }
  .me-lg-110 {
    margin-right: 6.875rem !important;
  }
  .me-lg-115 {
    margin-right: 7.25rem !important;
  }
  .me-lg-120 {
    margin-right: 7.5rem !important;
  }
  .me-lg-125 {
    margin-right: 7.8125rem !important;
  }
  .me-lg-130 {
    margin-right: 8.125rem !important;
  }
  .me-lg-135 {
    margin-right: 8.4375rem !important;
  }
  .me-lg-140 {
    margin-right: 8.75rem !important;
  }
  .me-lg-145 {
    margin-right: 9.0625rem !important;
  }
  .me-lg-150 {
    margin-right: 9.375rem !important;
  }
  .me-lg-155 {
    margin-right: 9.6875rem !important;
  }
  .me-lg-160 {
    margin-right: 10rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lg-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lg-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lg-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lg-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-2rem {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-lg-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-lg-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-lg-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-lg-110 {
    margin-left: 6.875rem !important;
  }
  .ms-lg-115 {
    margin-left: 7.25rem !important;
  }
  .ms-lg-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-lg-130 {
    margin-left: 8.125rem !important;
  }
  .ms-lg-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-lg-140 {
    margin-left: 8.75rem !important;
  }
  .ms-lg-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-lg-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lg-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-lg-160 {
    margin-left: 10rem !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-2rem {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-45 {
    padding: 2.8125rem !important;
  }
  .p-lg-55 {
    padding: 3.4375rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-65 {
    padding: 4.0625rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .p-lg-75 {
    padding: 4.6875rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-85 {
    padding: 5.3125rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .p-lg-95 {
    padding: 5.9375rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-105 {
    padding: 6.5625rem !important;
  }
  .p-lg-110 {
    padding: 6.875rem !important;
  }
  .p-lg-115 {
    padding: 7.25rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .p-lg-125 {
    padding: 7.8125rem !important;
  }
  .p-lg-130 {
    padding: 8.125rem !important;
  }
  .p-lg-135 {
    padding: 8.4375rem !important;
  }
  .p-lg-140 {
    padding: 8.75rem !important;
  }
  .p-lg-145 {
    padding: 9.0625rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .p-lg-155 {
    padding: 9.6875rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-lg-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-lg-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-lg-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lg-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-lg-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-lg-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-lg-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lg-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lg-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-lg-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-lg-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lg-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-lg-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-lg-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lg-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lg-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-2rem {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-lg-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-lg-110 {
    padding-top: 6.875rem !important;
  }
  .pt-lg-115 {
    padding-top: 7.25rem !important;
  }
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-lg-130 {
    padding-top: 8.125rem !important;
  }
  .pt-lg-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .pt-lg-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-2rem {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-lg-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-lg-110 {
    padding-right: 6.875rem !important;
  }
  .pe-lg-115 {
    padding-right: 7.25rem !important;
  }
  .pe-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-lg-130 {
    padding-right: 8.125rem !important;
  }
  .pe-lg-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-lg-140 {
    padding-right: 8.75rem !important;
  }
  .pe-lg-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lg-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-lg-160 {
    padding-right: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lg-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-lg-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lg-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-2rem {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-lg-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-lg-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-lg-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-lg-110 {
    padding-left: 6.875rem !important;
  }
  .ps-lg-115 {
    padding-left: 7.25rem !important;
  }
  .ps-lg-120 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-lg-130 {
    padding-left: 8.125rem !important;
  }
  .ps-lg-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-lg-140 {
    padding-left: 8.75rem !important;
  }
  .ps-lg-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-lg-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lg-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-lg-160 {
    padding-left: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-2rem {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-45 {
    gap: 2.8125rem !important;
  }
  .gap-lg-55 {
    gap: 3.4375rem !important;
  }
  .gap-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-lg-65 {
    gap: 4.0625rem !important;
  }
  .gap-lg-70 {
    gap: 4.375rem !important;
  }
  .gap-lg-75 {
    gap: 4.6875rem !important;
  }
  .gap-lg-80 {
    gap: 5rem !important;
  }
  .gap-lg-85 {
    gap: 5.3125rem !important;
  }
  .gap-lg-90 {
    gap: 5.625rem !important;
  }
  .gap-lg-95 {
    gap: 5.9375rem !important;
  }
  .gap-lg-100 {
    gap: 6.25rem !important;
  }
  .gap-lg-105 {
    gap: 6.5625rem !important;
  }
  .gap-lg-110 {
    gap: 6.875rem !important;
  }
  .gap-lg-115 {
    gap: 7.25rem !important;
  }
  .gap-lg-120 {
    gap: 7.5rem !important;
  }
  .gap-lg-125 {
    gap: 7.8125rem !important;
  }
  .gap-lg-130 {
    gap: 8.125rem !important;
  }
  .gap-lg-135 {
    gap: 8.4375rem !important;
  }
  .gap-lg-140 {
    gap: 8.75rem !important;
  }
  .gap-lg-145 {
    gap: 9.0625rem !important;
  }
  .gap-lg-150 {
    gap: 9.375rem !important;
  }
  .gap-lg-155 {
    gap: 9.6875rem !important;
  }
  .gap-lg-160 {
    gap: 10rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-lg-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-lg-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-lg-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lg-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-lg-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-lg-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-lg-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-lg-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-lg-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-lg-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-lg-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-lg-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-lg-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-lg-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-lg-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-lg-160 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lg-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-lg-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-lg-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-lg-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-lg-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-lg-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-lg-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-lg-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lg-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-lg-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-lg-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-lg-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-lg-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-lg-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-lg-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-lg-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-lg-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-lg-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-lg-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-lg-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-lg-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-lg-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-lg-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-lg-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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: 1024px) {
  .float-lgplus-start {
    float: left !important;
  }
  .float-lgplus-end {
    float: right !important;
  }
  .float-lgplus-none {
    float: none !important;
  }
  .object-fit-lgplus-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lgplus-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lgplus-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lgplus-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lgplus-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lgplus-inline {
    display: inline !important;
  }
  .d-lgplus-inline-block {
    display: inline-block !important;
  }
  .d-lgplus-block {
    display: block !important;
  }
  .d-lgplus-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lgplus-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lgplus-table {
    display: table !important;
  }
  .d-lgplus-table-row {
    display: table-row !important;
  }
  .d-lgplus-table-cell {
    display: table-cell !important;
  }
  .d-lgplus-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lgplus-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lgplus-none {
    display: none !important;
  }
  .flex-lgplus-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lgplus-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lgplus-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lgplus-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lgplus-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lgplus-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lgplus-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lgplus-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lgplus-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lgplus-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lgplus-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lgplus-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lgplus-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lgplus-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lgplus-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lgplus-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lgplus-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lgplus-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lgplus-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lgplus-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lgplus-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lgplus-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lgplus-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lgplus-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lgplus-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lgplus-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lgplus-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lgplus-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lgplus-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lgplus-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lgplus-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lgplus-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lgplus-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lgplus-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lgplus-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lgplus-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lgplus-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lgplus-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lgplus-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lgplus-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lgplus-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lgplus-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lgplus-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lgplus-2rem {
    margin: 2rem !important;
  }
  .m-lgplus-6 {
    margin: 5rem !important;
  }
  .m-lgplus-40 {
    margin: 2.5rem !important;
  }
  .m-lgplus-45 {
    margin: 2.8125rem !important;
  }
  .m-lgplus-55 {
    margin: 3.4375rem !important;
  }
  .m-lgplus-60 {
    margin: 3.75rem !important;
  }
  .m-lgplus-65 {
    margin: 4.0625rem !important;
  }
  .m-lgplus-70 {
    margin: 4.375rem !important;
  }
  .m-lgplus-75 {
    margin: 4.6875rem !important;
  }
  .m-lgplus-80 {
    margin: 5rem !important;
  }
  .m-lgplus-85 {
    margin: 5.3125rem !important;
  }
  .m-lgplus-90 {
    margin: 5.625rem !important;
  }
  .m-lgplus-95 {
    margin: 5.9375rem !important;
  }
  .m-lgplus-100 {
    margin: 6.25rem !important;
  }
  .m-lgplus-105 {
    margin: 6.5625rem !important;
  }
  .m-lgplus-110 {
    margin: 6.875rem !important;
  }
  .m-lgplus-115 {
    margin: 7.25rem !important;
  }
  .m-lgplus-120 {
    margin: 7.5rem !important;
  }
  .m-lgplus-125 {
    margin: 7.8125rem !important;
  }
  .m-lgplus-130 {
    margin: 8.125rem !important;
  }
  .m-lgplus-135 {
    margin: 8.4375rem !important;
  }
  .m-lgplus-140 {
    margin: 8.75rem !important;
  }
  .m-lgplus-145 {
    margin: 9.0625rem !important;
  }
  .m-lgplus-150 {
    margin: 9.375rem !important;
  }
  .m-lgplus-155 {
    margin: 9.6875rem !important;
  }
  .m-lgplus-160 {
    margin: 10rem !important;
  }
  .m-lgplus-0 {
    margin: 0 !important;
  }
  .m-lgplus-1 {
    margin: 0.25rem !important;
  }
  .m-lgplus-2 {
    margin: 0.5rem !important;
  }
  .m-lgplus-3 {
    margin: 1rem !important;
  }
  .m-lgplus-4 {
    margin: 1.5rem !important;
  }
  .m-lgplus-5 {
    margin: 3rem !important;
  }
  .m-lgplus-auto {
    margin: auto !important;
  }
  .mx-lgplus-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lgplus-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lgplus-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lgplus-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-lgplus-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-lgplus-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lgplus-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-lgplus-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lgplus-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-lgplus-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lgplus-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-lgplus-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lgplus-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-lgplus-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lgplus-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-lgplus-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lgplus-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-lgplus-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lgplus-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-lgplus-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-lgplus-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-lgplus-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lgplus-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-lgplus-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lgplus-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-lgplus-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lgplus-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lgplus-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lgplus-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lgplus-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lgplus-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lgplus-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lgplus-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lgplus-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lgplus-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lgplus-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lgplus-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-lgplus-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-lgplus-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lgplus-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-lgplus-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lgplus-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-lgplus-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lgplus-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-lgplus-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lgplus-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-lgplus-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lgplus-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-lgplus-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lgplus-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-lgplus-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lgplus-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-lgplus-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-lgplus-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-lgplus-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lgplus-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-lgplus-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lgplus-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-lgplus-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lgplus-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lgplus-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lgplus-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lgplus-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lgplus-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lgplus-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lgplus-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lgplus-2rem {
    margin-top: 2rem !important;
  }
  .mt-lgplus-6 {
    margin-top: 5rem !important;
  }
  .mt-lgplus-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lgplus-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-lgplus-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-lgplus-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lgplus-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-lgplus-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lgplus-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-lgplus-80 {
    margin-top: 5rem !important;
  }
  .mt-lgplus-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-lgplus-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lgplus-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-lgplus-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lgplus-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-lgplus-110 {
    margin-top: 6.875rem !important;
  }
  .mt-lgplus-115 {
    margin-top: 7.25rem !important;
  }
  .mt-lgplus-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lgplus-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-lgplus-130 {
    margin-top: 8.125rem !important;
  }
  .mt-lgplus-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-lgplus-140 {
    margin-top: 8.75rem !important;
  }
  .mt-lgplus-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-lgplus-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lgplus-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-lgplus-160 {
    margin-top: 10rem !important;
  }
  .mt-lgplus-0 {
    margin-top: 0 !important;
  }
  .mt-lgplus-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lgplus-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lgplus-3 {
    margin-top: 1rem !important;
  }
  .mt-lgplus-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lgplus-5 {
    margin-top: 3rem !important;
  }
  .mt-lgplus-auto {
    margin-top: auto !important;
  }
  .me-lgplus-2rem {
    margin-right: 2rem !important;
  }
  .me-lgplus-6 {
    margin-right: 5rem !important;
  }
  .me-lgplus-40 {
    margin-right: 2.5rem !important;
  }
  .me-lgplus-45 {
    margin-right: 2.8125rem !important;
  }
  .me-lgplus-55 {
    margin-right: 3.4375rem !important;
  }
  .me-lgplus-60 {
    margin-right: 3.75rem !important;
  }
  .me-lgplus-65 {
    margin-right: 4.0625rem !important;
  }
  .me-lgplus-70 {
    margin-right: 4.375rem !important;
  }
  .me-lgplus-75 {
    margin-right: 4.6875rem !important;
  }
  .me-lgplus-80 {
    margin-right: 5rem !important;
  }
  .me-lgplus-85 {
    margin-right: 5.3125rem !important;
  }
  .me-lgplus-90 {
    margin-right: 5.625rem !important;
  }
  .me-lgplus-95 {
    margin-right: 5.9375rem !important;
  }
  .me-lgplus-100 {
    margin-right: 6.25rem !important;
  }
  .me-lgplus-105 {
    margin-right: 6.5625rem !important;
  }
  .me-lgplus-110 {
    margin-right: 6.875rem !important;
  }
  .me-lgplus-115 {
    margin-right: 7.25rem !important;
  }
  .me-lgplus-120 {
    margin-right: 7.5rem !important;
  }
  .me-lgplus-125 {
    margin-right: 7.8125rem !important;
  }
  .me-lgplus-130 {
    margin-right: 8.125rem !important;
  }
  .me-lgplus-135 {
    margin-right: 8.4375rem !important;
  }
  .me-lgplus-140 {
    margin-right: 8.75rem !important;
  }
  .me-lgplus-145 {
    margin-right: 9.0625rem !important;
  }
  .me-lgplus-150 {
    margin-right: 9.375rem !important;
  }
  .me-lgplus-155 {
    margin-right: 9.6875rem !important;
  }
  .me-lgplus-160 {
    margin-right: 10rem !important;
  }
  .me-lgplus-0 {
    margin-right: 0 !important;
  }
  .me-lgplus-1 {
    margin-right: 0.25rem !important;
  }
  .me-lgplus-2 {
    margin-right: 0.5rem !important;
  }
  .me-lgplus-3 {
    margin-right: 1rem !important;
  }
  .me-lgplus-4 {
    margin-right: 1.5rem !important;
  }
  .me-lgplus-5 {
    margin-right: 3rem !important;
  }
  .me-lgplus-auto {
    margin-right: auto !important;
  }
  .mb-lgplus-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-lgplus-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lgplus-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lgplus-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-lgplus-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-lgplus-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lgplus-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-lgplus-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lgplus-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-lgplus-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lgplus-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-lgplus-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lgplus-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-lgplus-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lgplus-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-lgplus-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lgplus-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-lgplus-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lgplus-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-lgplus-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lgplus-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-lgplus-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lgplus-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-lgplus-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lgplus-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-lgplus-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lgplus-0 {
    margin-bottom: 0 !important;
  }
  .mb-lgplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lgplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lgplus-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lgplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lgplus-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lgplus-auto {
    margin-bottom: auto !important;
  }
  .ms-lgplus-2rem {
    margin-left: 2rem !important;
  }
  .ms-lgplus-6 {
    margin-left: 5rem !important;
  }
  .ms-lgplus-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lgplus-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-lgplus-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-lgplus-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lgplus-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-lgplus-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lgplus-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-lgplus-80 {
    margin-left: 5rem !important;
  }
  .ms-lgplus-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-lgplus-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lgplus-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-lgplus-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lgplus-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-lgplus-110 {
    margin-left: 6.875rem !important;
  }
  .ms-lgplus-115 {
    margin-left: 7.25rem !important;
  }
  .ms-lgplus-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lgplus-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-lgplus-130 {
    margin-left: 8.125rem !important;
  }
  .ms-lgplus-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-lgplus-140 {
    margin-left: 8.75rem !important;
  }
  .ms-lgplus-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-lgplus-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lgplus-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-lgplus-160 {
    margin-left: 10rem !important;
  }
  .ms-lgplus-0 {
    margin-left: 0 !important;
  }
  .ms-lgplus-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lgplus-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lgplus-3 {
    margin-left: 1rem !important;
  }
  .ms-lgplus-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lgplus-5 {
    margin-left: 3rem !important;
  }
  .ms-lgplus-auto {
    margin-left: auto !important;
  }
  .p-lgplus-2rem {
    padding: 2rem !important;
  }
  .p-lgplus-6 {
    padding: 5rem !important;
  }
  .p-lgplus-40 {
    padding: 2.5rem !important;
  }
  .p-lgplus-45 {
    padding: 2.8125rem !important;
  }
  .p-lgplus-55 {
    padding: 3.4375rem !important;
  }
  .p-lgplus-60 {
    padding: 3.75rem !important;
  }
  .p-lgplus-65 {
    padding: 4.0625rem !important;
  }
  .p-lgplus-70 {
    padding: 4.375rem !important;
  }
  .p-lgplus-75 {
    padding: 4.6875rem !important;
  }
  .p-lgplus-80 {
    padding: 5rem !important;
  }
  .p-lgplus-85 {
    padding: 5.3125rem !important;
  }
  .p-lgplus-90 {
    padding: 5.625rem !important;
  }
  .p-lgplus-95 {
    padding: 5.9375rem !important;
  }
  .p-lgplus-100 {
    padding: 6.25rem !important;
  }
  .p-lgplus-105 {
    padding: 6.5625rem !important;
  }
  .p-lgplus-110 {
    padding: 6.875rem !important;
  }
  .p-lgplus-115 {
    padding: 7.25rem !important;
  }
  .p-lgplus-120 {
    padding: 7.5rem !important;
  }
  .p-lgplus-125 {
    padding: 7.8125rem !important;
  }
  .p-lgplus-130 {
    padding: 8.125rem !important;
  }
  .p-lgplus-135 {
    padding: 8.4375rem !important;
  }
  .p-lgplus-140 {
    padding: 8.75rem !important;
  }
  .p-lgplus-145 {
    padding: 9.0625rem !important;
  }
  .p-lgplus-150 {
    padding: 9.375rem !important;
  }
  .p-lgplus-155 {
    padding: 9.6875rem !important;
  }
  .p-lgplus-160 {
    padding: 10rem !important;
  }
  .p-lgplus-0 {
    padding: 0 !important;
  }
  .p-lgplus-1 {
    padding: 0.25rem !important;
  }
  .p-lgplus-2 {
    padding: 0.5rem !important;
  }
  .p-lgplus-3 {
    padding: 1rem !important;
  }
  .p-lgplus-4 {
    padding: 1.5rem !important;
  }
  .p-lgplus-5 {
    padding: 3rem !important;
  }
  .px-lgplus-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lgplus-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lgplus-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lgplus-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-lgplus-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-lgplus-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lgplus-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-lgplus-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lgplus-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-lgplus-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lgplus-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-lgplus-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lgplus-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-lgplus-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lgplus-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-lgplus-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lgplus-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-lgplus-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lgplus-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-lgplus-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-lgplus-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-lgplus-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lgplus-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-lgplus-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lgplus-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-lgplus-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lgplus-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lgplus-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lgplus-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lgplus-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lgplus-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lgplus-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lgplus-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lgplus-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lgplus-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lgplus-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-lgplus-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-lgplus-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lgplus-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-lgplus-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lgplus-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-lgplus-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lgplus-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-lgplus-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lgplus-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-lgplus-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lgplus-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-lgplus-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lgplus-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-lgplus-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lgplus-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-lgplus-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-lgplus-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-lgplus-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lgplus-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-lgplus-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lgplus-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-lgplus-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lgplus-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lgplus-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lgplus-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lgplus-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lgplus-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lgplus-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lgplus-2rem {
    padding-top: 2rem !important;
  }
  .pt-lgplus-6 {
    padding-top: 5rem !important;
  }
  .pt-lgplus-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lgplus-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-lgplus-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-lgplus-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lgplus-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-lgplus-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lgplus-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-lgplus-80 {
    padding-top: 5rem !important;
  }
  .pt-lgplus-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-lgplus-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lgplus-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-lgplus-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lgplus-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-lgplus-110 {
    padding-top: 6.875rem !important;
  }
  .pt-lgplus-115 {
    padding-top: 7.25rem !important;
  }
  .pt-lgplus-120 {
    padding-top: 7.5rem !important;
  }
  .pt-lgplus-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-lgplus-130 {
    padding-top: 8.125rem !important;
  }
  .pt-lgplus-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-lgplus-140 {
    padding-top: 8.75rem !important;
  }
  .pt-lgplus-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-lgplus-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lgplus-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-lgplus-160 {
    padding-top: 10rem !important;
  }
  .pt-lgplus-0 {
    padding-top: 0 !important;
  }
  .pt-lgplus-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lgplus-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lgplus-3 {
    padding-top: 1rem !important;
  }
  .pt-lgplus-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lgplus-5 {
    padding-top: 3rem !important;
  }
  .pe-lgplus-2rem {
    padding-right: 2rem !important;
  }
  .pe-lgplus-6 {
    padding-right: 5rem !important;
  }
  .pe-lgplus-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lgplus-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-lgplus-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-lgplus-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lgplus-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-lgplus-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lgplus-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-lgplus-80 {
    padding-right: 5rem !important;
  }
  .pe-lgplus-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-lgplus-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lgplus-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-lgplus-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lgplus-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-lgplus-110 {
    padding-right: 6.875rem !important;
  }
  .pe-lgplus-115 {
    padding-right: 7.25rem !important;
  }
  .pe-lgplus-120 {
    padding-right: 7.5rem !important;
  }
  .pe-lgplus-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-lgplus-130 {
    padding-right: 8.125rem !important;
  }
  .pe-lgplus-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-lgplus-140 {
    padding-right: 8.75rem !important;
  }
  .pe-lgplus-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-lgplus-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lgplus-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-lgplus-160 {
    padding-right: 10rem !important;
  }
  .pe-lgplus-0 {
    padding-right: 0 !important;
  }
  .pe-lgplus-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lgplus-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lgplus-3 {
    padding-right: 1rem !important;
  }
  .pe-lgplus-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lgplus-5 {
    padding-right: 3rem !important;
  }
  .pb-lgplus-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-lgplus-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lgplus-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lgplus-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-lgplus-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-lgplus-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lgplus-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-lgplus-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lgplus-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-lgplus-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lgplus-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-lgplus-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lgplus-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-lgplus-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lgplus-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-lgplus-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lgplus-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-lgplus-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lgplus-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-lgplus-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-lgplus-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-lgplus-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lgplus-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-lgplus-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lgplus-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-lgplus-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lgplus-0 {
    padding-bottom: 0 !important;
  }
  .pb-lgplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lgplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lgplus-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lgplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lgplus-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lgplus-2rem {
    padding-left: 2rem !important;
  }
  .ps-lgplus-6 {
    padding-left: 5rem !important;
  }
  .ps-lgplus-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lgplus-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-lgplus-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-lgplus-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lgplus-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-lgplus-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lgplus-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-lgplus-80 {
    padding-left: 5rem !important;
  }
  .ps-lgplus-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-lgplus-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lgplus-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-lgplus-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lgplus-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-lgplus-110 {
    padding-left: 6.875rem !important;
  }
  .ps-lgplus-115 {
    padding-left: 7.25rem !important;
  }
  .ps-lgplus-120 {
    padding-left: 7.5rem !important;
  }
  .ps-lgplus-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-lgplus-130 {
    padding-left: 8.125rem !important;
  }
  .ps-lgplus-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-lgplus-140 {
    padding-left: 8.75rem !important;
  }
  .ps-lgplus-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-lgplus-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lgplus-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-lgplus-160 {
    padding-left: 10rem !important;
  }
  .ps-lgplus-0 {
    padding-left: 0 !important;
  }
  .ps-lgplus-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lgplus-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lgplus-3 {
    padding-left: 1rem !important;
  }
  .ps-lgplus-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lgplus-5 {
    padding-left: 3rem !important;
  }
  .gap-lgplus-2rem {
    gap: 2rem !important;
  }
  .gap-lgplus-6 {
    gap: 5rem !important;
  }
  .gap-lgplus-40 {
    gap: 2.5rem !important;
  }
  .gap-lgplus-45 {
    gap: 2.8125rem !important;
  }
  .gap-lgplus-55 {
    gap: 3.4375rem !important;
  }
  .gap-lgplus-60 {
    gap: 3.75rem !important;
  }
  .gap-lgplus-65 {
    gap: 4.0625rem !important;
  }
  .gap-lgplus-70 {
    gap: 4.375rem !important;
  }
  .gap-lgplus-75 {
    gap: 4.6875rem !important;
  }
  .gap-lgplus-80 {
    gap: 5rem !important;
  }
  .gap-lgplus-85 {
    gap: 5.3125rem !important;
  }
  .gap-lgplus-90 {
    gap: 5.625rem !important;
  }
  .gap-lgplus-95 {
    gap: 5.9375rem !important;
  }
  .gap-lgplus-100 {
    gap: 6.25rem !important;
  }
  .gap-lgplus-105 {
    gap: 6.5625rem !important;
  }
  .gap-lgplus-110 {
    gap: 6.875rem !important;
  }
  .gap-lgplus-115 {
    gap: 7.25rem !important;
  }
  .gap-lgplus-120 {
    gap: 7.5rem !important;
  }
  .gap-lgplus-125 {
    gap: 7.8125rem !important;
  }
  .gap-lgplus-130 {
    gap: 8.125rem !important;
  }
  .gap-lgplus-135 {
    gap: 8.4375rem !important;
  }
  .gap-lgplus-140 {
    gap: 8.75rem !important;
  }
  .gap-lgplus-145 {
    gap: 9.0625rem !important;
  }
  .gap-lgplus-150 {
    gap: 9.375rem !important;
  }
  .gap-lgplus-155 {
    gap: 9.6875rem !important;
  }
  .gap-lgplus-160 {
    gap: 10rem !important;
  }
  .gap-lgplus-0 {
    gap: 0 !important;
  }
  .gap-lgplus-1 {
    gap: 0.25rem !important;
  }
  .gap-lgplus-2 {
    gap: 0.5rem !important;
  }
  .gap-lgplus-3 {
    gap: 1rem !important;
  }
  .gap-lgplus-4 {
    gap: 1.5rem !important;
  }
  .gap-lgplus-5 {
    gap: 3rem !important;
  }
  .row-gap-lgplus-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-lgplus-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lgplus-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lgplus-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-lgplus-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-lgplus-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lgplus-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-lgplus-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lgplus-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-lgplus-80 {
    row-gap: 5rem !important;
  }
  .row-gap-lgplus-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-lgplus-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lgplus-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-lgplus-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lgplus-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-lgplus-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-lgplus-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-lgplus-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lgplus-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-lgplus-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-lgplus-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-lgplus-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-lgplus-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-lgplus-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-lgplus-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-lgplus-160 {
    row-gap: 10rem !important;
  }
  .row-gap-lgplus-0 {
    row-gap: 0 !important;
  }
  .row-gap-lgplus-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lgplus-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lgplus-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lgplus-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lgplus-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lgplus-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-lgplus-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lgplus-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-lgplus-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-lgplus-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-lgplus-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-lgplus-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-lgplus-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-lgplus-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-lgplus-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lgplus-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-lgplus-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-lgplus-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-lgplus-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-lgplus-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-lgplus-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-lgplus-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-lgplus-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-lgplus-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-lgplus-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-lgplus-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-lgplus-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-lgplus-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-lgplus-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-lgplus-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-lgplus-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-lgplus-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lgplus-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lgplus-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lgplus-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lgplus-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lgplus-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lgplus-start {
    text-align: left !important;
  }
  .text-lgplus-end {
    text-align: right !important;
  }
  .text-lgplus-center {
    text-align: center !important;
  }
}
@media (min-width: 1180px) {
  .float-ipad-air-start {
    float: left !important;
  }
  .float-ipad-air-end {
    float: right !important;
  }
  .float-ipad-air-none {
    float: none !important;
  }
  .object-fit-ipad-air-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-ipad-air-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-ipad-air-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-ipad-air-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-ipad-air-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-ipad-air-inline {
    display: inline !important;
  }
  .d-ipad-air-inline-block {
    display: inline-block !important;
  }
  .d-ipad-air-block {
    display: block !important;
  }
  .d-ipad-air-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-ipad-air-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-ipad-air-table {
    display: table !important;
  }
  .d-ipad-air-table-row {
    display: table-row !important;
  }
  .d-ipad-air-table-cell {
    display: table-cell !important;
  }
  .d-ipad-air-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ipad-air-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-ipad-air-none {
    display: none !important;
  }
  .flex-ipad-air-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ipad-air-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ipad-air-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ipad-air-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ipad-air-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ipad-air-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ipad-air-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ipad-air-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ipad-air-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-ipad-air-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ipad-air-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ipad-air-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-ipad-air-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ipad-air-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ipad-air-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ipad-air-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ipad-air-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-ipad-air-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-ipad-air-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ipad-air-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ipad-air-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ipad-air-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ipad-air-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ipad-air-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ipad-air-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ipad-air-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ipad-air-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ipad-air-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ipad-air-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ipad-air-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ipad-air-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ipad-air-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ipad-air-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-ipad-air-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ipad-air-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-ipad-air-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-ipad-air-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-ipad-air-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-ipad-air-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-ipad-air-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-ipad-air-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-ipad-air-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-ipad-air-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-ipad-air-2rem {
    margin: 2rem !important;
  }
  .m-ipad-air-6 {
    margin: 5rem !important;
  }
  .m-ipad-air-40 {
    margin: 2.5rem !important;
  }
  .m-ipad-air-45 {
    margin: 2.8125rem !important;
  }
  .m-ipad-air-55 {
    margin: 3.4375rem !important;
  }
  .m-ipad-air-60 {
    margin: 3.75rem !important;
  }
  .m-ipad-air-65 {
    margin: 4.0625rem !important;
  }
  .m-ipad-air-70 {
    margin: 4.375rem !important;
  }
  .m-ipad-air-75 {
    margin: 4.6875rem !important;
  }
  .m-ipad-air-80 {
    margin: 5rem !important;
  }
  .m-ipad-air-85 {
    margin: 5.3125rem !important;
  }
  .m-ipad-air-90 {
    margin: 5.625rem !important;
  }
  .m-ipad-air-95 {
    margin: 5.9375rem !important;
  }
  .m-ipad-air-100 {
    margin: 6.25rem !important;
  }
  .m-ipad-air-105 {
    margin: 6.5625rem !important;
  }
  .m-ipad-air-110 {
    margin: 6.875rem !important;
  }
  .m-ipad-air-115 {
    margin: 7.25rem !important;
  }
  .m-ipad-air-120 {
    margin: 7.5rem !important;
  }
  .m-ipad-air-125 {
    margin: 7.8125rem !important;
  }
  .m-ipad-air-130 {
    margin: 8.125rem !important;
  }
  .m-ipad-air-135 {
    margin: 8.4375rem !important;
  }
  .m-ipad-air-140 {
    margin: 8.75rem !important;
  }
  .m-ipad-air-145 {
    margin: 9.0625rem !important;
  }
  .m-ipad-air-150 {
    margin: 9.375rem !important;
  }
  .m-ipad-air-155 {
    margin: 9.6875rem !important;
  }
  .m-ipad-air-160 {
    margin: 10rem !important;
  }
  .m-ipad-air-0 {
    margin: 0 !important;
  }
  .m-ipad-air-1 {
    margin: 0.25rem !important;
  }
  .m-ipad-air-2 {
    margin: 0.5rem !important;
  }
  .m-ipad-air-3 {
    margin: 1rem !important;
  }
  .m-ipad-air-4 {
    margin: 1.5rem !important;
  }
  .m-ipad-air-5 {
    margin: 3rem !important;
  }
  .m-ipad-air-auto {
    margin: auto !important;
  }
  .mx-ipad-air-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-ipad-air-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-ipad-air-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-ipad-air-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-ipad-air-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-ipad-air-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-ipad-air-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-ipad-air-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-ipad-air-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-ipad-air-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-ipad-air-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-ipad-air-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-ipad-air-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-ipad-air-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-ipad-air-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-ipad-air-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-ipad-air-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-ipad-air-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-ipad-air-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-ipad-air-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-ipad-air-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-ipad-air-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-ipad-air-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-ipad-air-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-ipad-air-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-ipad-air-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-ipad-air-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ipad-air-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-ipad-air-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-ipad-air-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-ipad-air-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-ipad-air-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-ipad-air-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ipad-air-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-ipad-air-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-ipad-air-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-ipad-air-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-ipad-air-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-ipad-air-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-ipad-air-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-ipad-air-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-ipad-air-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-ipad-air-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-ipad-air-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-ipad-air-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-ipad-air-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-ipad-air-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-ipad-air-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-ipad-air-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-ipad-air-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-ipad-air-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-ipad-air-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-ipad-air-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-ipad-air-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-ipad-air-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-ipad-air-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-ipad-air-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-ipad-air-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-ipad-air-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-ipad-air-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ipad-air-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-ipad-air-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-ipad-air-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-ipad-air-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-ipad-air-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-ipad-air-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ipad-air-2rem {
    margin-top: 2rem !important;
  }
  .mt-ipad-air-6 {
    margin-top: 5rem !important;
  }
  .mt-ipad-air-40 {
    margin-top: 2.5rem !important;
  }
  .mt-ipad-air-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-ipad-air-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-ipad-air-60 {
    margin-top: 3.75rem !important;
  }
  .mt-ipad-air-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-ipad-air-70 {
    margin-top: 4.375rem !important;
  }
  .mt-ipad-air-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-ipad-air-80 {
    margin-top: 5rem !important;
  }
  .mt-ipad-air-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-ipad-air-90 {
    margin-top: 5.625rem !important;
  }
  .mt-ipad-air-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-ipad-air-100 {
    margin-top: 6.25rem !important;
  }
  .mt-ipad-air-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-ipad-air-110 {
    margin-top: 6.875rem !important;
  }
  .mt-ipad-air-115 {
    margin-top: 7.25rem !important;
  }
  .mt-ipad-air-120 {
    margin-top: 7.5rem !important;
  }
  .mt-ipad-air-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-ipad-air-130 {
    margin-top: 8.125rem !important;
  }
  .mt-ipad-air-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-ipad-air-140 {
    margin-top: 8.75rem !important;
  }
  .mt-ipad-air-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-ipad-air-150 {
    margin-top: 9.375rem !important;
  }
  .mt-ipad-air-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-ipad-air-160 {
    margin-top: 10rem !important;
  }
  .mt-ipad-air-0 {
    margin-top: 0 !important;
  }
  .mt-ipad-air-1 {
    margin-top: 0.25rem !important;
  }
  .mt-ipad-air-2 {
    margin-top: 0.5rem !important;
  }
  .mt-ipad-air-3 {
    margin-top: 1rem !important;
  }
  .mt-ipad-air-4 {
    margin-top: 1.5rem !important;
  }
  .mt-ipad-air-5 {
    margin-top: 3rem !important;
  }
  .mt-ipad-air-auto {
    margin-top: auto !important;
  }
  .me-ipad-air-2rem {
    margin-right: 2rem !important;
  }
  .me-ipad-air-6 {
    margin-right: 5rem !important;
  }
  .me-ipad-air-40 {
    margin-right: 2.5rem !important;
  }
  .me-ipad-air-45 {
    margin-right: 2.8125rem !important;
  }
  .me-ipad-air-55 {
    margin-right: 3.4375rem !important;
  }
  .me-ipad-air-60 {
    margin-right: 3.75rem !important;
  }
  .me-ipad-air-65 {
    margin-right: 4.0625rem !important;
  }
  .me-ipad-air-70 {
    margin-right: 4.375rem !important;
  }
  .me-ipad-air-75 {
    margin-right: 4.6875rem !important;
  }
  .me-ipad-air-80 {
    margin-right: 5rem !important;
  }
  .me-ipad-air-85 {
    margin-right: 5.3125rem !important;
  }
  .me-ipad-air-90 {
    margin-right: 5.625rem !important;
  }
  .me-ipad-air-95 {
    margin-right: 5.9375rem !important;
  }
  .me-ipad-air-100 {
    margin-right: 6.25rem !important;
  }
  .me-ipad-air-105 {
    margin-right: 6.5625rem !important;
  }
  .me-ipad-air-110 {
    margin-right: 6.875rem !important;
  }
  .me-ipad-air-115 {
    margin-right: 7.25rem !important;
  }
  .me-ipad-air-120 {
    margin-right: 7.5rem !important;
  }
  .me-ipad-air-125 {
    margin-right: 7.8125rem !important;
  }
  .me-ipad-air-130 {
    margin-right: 8.125rem !important;
  }
  .me-ipad-air-135 {
    margin-right: 8.4375rem !important;
  }
  .me-ipad-air-140 {
    margin-right: 8.75rem !important;
  }
  .me-ipad-air-145 {
    margin-right: 9.0625rem !important;
  }
  .me-ipad-air-150 {
    margin-right: 9.375rem !important;
  }
  .me-ipad-air-155 {
    margin-right: 9.6875rem !important;
  }
  .me-ipad-air-160 {
    margin-right: 10rem !important;
  }
  .me-ipad-air-0 {
    margin-right: 0 !important;
  }
  .me-ipad-air-1 {
    margin-right: 0.25rem !important;
  }
  .me-ipad-air-2 {
    margin-right: 0.5rem !important;
  }
  .me-ipad-air-3 {
    margin-right: 1rem !important;
  }
  .me-ipad-air-4 {
    margin-right: 1.5rem !important;
  }
  .me-ipad-air-5 {
    margin-right: 3rem !important;
  }
  .me-ipad-air-auto {
    margin-right: auto !important;
  }
  .mb-ipad-air-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-ipad-air-6 {
    margin-bottom: 5rem !important;
  }
  .mb-ipad-air-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-ipad-air-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-ipad-air-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-ipad-air-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-ipad-air-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-ipad-air-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-ipad-air-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-ipad-air-80 {
    margin-bottom: 5rem !important;
  }
  .mb-ipad-air-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-ipad-air-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-ipad-air-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-ipad-air-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-ipad-air-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-ipad-air-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-ipad-air-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-ipad-air-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-ipad-air-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-ipad-air-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-ipad-air-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-ipad-air-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-ipad-air-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-ipad-air-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-ipad-air-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-ipad-air-160 {
    margin-bottom: 10rem !important;
  }
  .mb-ipad-air-0 {
    margin-bottom: 0 !important;
  }
  .mb-ipad-air-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-ipad-air-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-ipad-air-3 {
    margin-bottom: 1rem !important;
  }
  .mb-ipad-air-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-ipad-air-5 {
    margin-bottom: 3rem !important;
  }
  .mb-ipad-air-auto {
    margin-bottom: auto !important;
  }
  .ms-ipad-air-2rem {
    margin-left: 2rem !important;
  }
  .ms-ipad-air-6 {
    margin-left: 5rem !important;
  }
  .ms-ipad-air-40 {
    margin-left: 2.5rem !important;
  }
  .ms-ipad-air-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-ipad-air-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-ipad-air-60 {
    margin-left: 3.75rem !important;
  }
  .ms-ipad-air-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-ipad-air-70 {
    margin-left: 4.375rem !important;
  }
  .ms-ipad-air-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-ipad-air-80 {
    margin-left: 5rem !important;
  }
  .ms-ipad-air-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-ipad-air-90 {
    margin-left: 5.625rem !important;
  }
  .ms-ipad-air-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-ipad-air-100 {
    margin-left: 6.25rem !important;
  }
  .ms-ipad-air-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-ipad-air-110 {
    margin-left: 6.875rem !important;
  }
  .ms-ipad-air-115 {
    margin-left: 7.25rem !important;
  }
  .ms-ipad-air-120 {
    margin-left: 7.5rem !important;
  }
  .ms-ipad-air-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-ipad-air-130 {
    margin-left: 8.125rem !important;
  }
  .ms-ipad-air-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-ipad-air-140 {
    margin-left: 8.75rem !important;
  }
  .ms-ipad-air-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-ipad-air-150 {
    margin-left: 9.375rem !important;
  }
  .ms-ipad-air-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-ipad-air-160 {
    margin-left: 10rem !important;
  }
  .ms-ipad-air-0 {
    margin-left: 0 !important;
  }
  .ms-ipad-air-1 {
    margin-left: 0.25rem !important;
  }
  .ms-ipad-air-2 {
    margin-left: 0.5rem !important;
  }
  .ms-ipad-air-3 {
    margin-left: 1rem !important;
  }
  .ms-ipad-air-4 {
    margin-left: 1.5rem !important;
  }
  .ms-ipad-air-5 {
    margin-left: 3rem !important;
  }
  .ms-ipad-air-auto {
    margin-left: auto !important;
  }
  .p-ipad-air-2rem {
    padding: 2rem !important;
  }
  .p-ipad-air-6 {
    padding: 5rem !important;
  }
  .p-ipad-air-40 {
    padding: 2.5rem !important;
  }
  .p-ipad-air-45 {
    padding: 2.8125rem !important;
  }
  .p-ipad-air-55 {
    padding: 3.4375rem !important;
  }
  .p-ipad-air-60 {
    padding: 3.75rem !important;
  }
  .p-ipad-air-65 {
    padding: 4.0625rem !important;
  }
  .p-ipad-air-70 {
    padding: 4.375rem !important;
  }
  .p-ipad-air-75 {
    padding: 4.6875rem !important;
  }
  .p-ipad-air-80 {
    padding: 5rem !important;
  }
  .p-ipad-air-85 {
    padding: 5.3125rem !important;
  }
  .p-ipad-air-90 {
    padding: 5.625rem !important;
  }
  .p-ipad-air-95 {
    padding: 5.9375rem !important;
  }
  .p-ipad-air-100 {
    padding: 6.25rem !important;
  }
  .p-ipad-air-105 {
    padding: 6.5625rem !important;
  }
  .p-ipad-air-110 {
    padding: 6.875rem !important;
  }
  .p-ipad-air-115 {
    padding: 7.25rem !important;
  }
  .p-ipad-air-120 {
    padding: 7.5rem !important;
  }
  .p-ipad-air-125 {
    padding: 7.8125rem !important;
  }
  .p-ipad-air-130 {
    padding: 8.125rem !important;
  }
  .p-ipad-air-135 {
    padding: 8.4375rem !important;
  }
  .p-ipad-air-140 {
    padding: 8.75rem !important;
  }
  .p-ipad-air-145 {
    padding: 9.0625rem !important;
  }
  .p-ipad-air-150 {
    padding: 9.375rem !important;
  }
  .p-ipad-air-155 {
    padding: 9.6875rem !important;
  }
  .p-ipad-air-160 {
    padding: 10rem !important;
  }
  .p-ipad-air-0 {
    padding: 0 !important;
  }
  .p-ipad-air-1 {
    padding: 0.25rem !important;
  }
  .p-ipad-air-2 {
    padding: 0.5rem !important;
  }
  .p-ipad-air-3 {
    padding: 1rem !important;
  }
  .p-ipad-air-4 {
    padding: 1.5rem !important;
  }
  .p-ipad-air-5 {
    padding: 3rem !important;
  }
  .px-ipad-air-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-ipad-air-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-ipad-air-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-ipad-air-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-ipad-air-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-ipad-air-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-ipad-air-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-ipad-air-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-ipad-air-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-ipad-air-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-ipad-air-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-ipad-air-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-ipad-air-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-ipad-air-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-ipad-air-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-ipad-air-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-ipad-air-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-ipad-air-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-ipad-air-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-ipad-air-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-ipad-air-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-ipad-air-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-ipad-air-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-ipad-air-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-ipad-air-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-ipad-air-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-ipad-air-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ipad-air-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-ipad-air-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-ipad-air-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-ipad-air-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-ipad-air-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-ipad-air-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-ipad-air-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-ipad-air-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-ipad-air-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-ipad-air-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-ipad-air-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-ipad-air-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-ipad-air-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-ipad-air-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-ipad-air-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-ipad-air-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-ipad-air-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-ipad-air-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-ipad-air-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-ipad-air-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-ipad-air-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-ipad-air-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-ipad-air-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-ipad-air-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-ipad-air-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-ipad-air-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-ipad-air-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-ipad-air-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-ipad-air-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-ipad-air-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-ipad-air-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-ipad-air-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ipad-air-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-ipad-air-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-ipad-air-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-ipad-air-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-ipad-air-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-ipad-air-2rem {
    padding-top: 2rem !important;
  }
  .pt-ipad-air-6 {
    padding-top: 5rem !important;
  }
  .pt-ipad-air-40 {
    padding-top: 2.5rem !important;
  }
  .pt-ipad-air-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-ipad-air-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-ipad-air-60 {
    padding-top: 3.75rem !important;
  }
  .pt-ipad-air-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-ipad-air-70 {
    padding-top: 4.375rem !important;
  }
  .pt-ipad-air-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-ipad-air-80 {
    padding-top: 5rem !important;
  }
  .pt-ipad-air-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-ipad-air-90 {
    padding-top: 5.625rem !important;
  }
  .pt-ipad-air-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-ipad-air-100 {
    padding-top: 6.25rem !important;
  }
  .pt-ipad-air-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-ipad-air-110 {
    padding-top: 6.875rem !important;
  }
  .pt-ipad-air-115 {
    padding-top: 7.25rem !important;
  }
  .pt-ipad-air-120 {
    padding-top: 7.5rem !important;
  }
  .pt-ipad-air-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-ipad-air-130 {
    padding-top: 8.125rem !important;
  }
  .pt-ipad-air-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-ipad-air-140 {
    padding-top: 8.75rem !important;
  }
  .pt-ipad-air-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-ipad-air-150 {
    padding-top: 9.375rem !important;
  }
  .pt-ipad-air-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-ipad-air-160 {
    padding-top: 10rem !important;
  }
  .pt-ipad-air-0 {
    padding-top: 0 !important;
  }
  .pt-ipad-air-1 {
    padding-top: 0.25rem !important;
  }
  .pt-ipad-air-2 {
    padding-top: 0.5rem !important;
  }
  .pt-ipad-air-3 {
    padding-top: 1rem !important;
  }
  .pt-ipad-air-4 {
    padding-top: 1.5rem !important;
  }
  .pt-ipad-air-5 {
    padding-top: 3rem !important;
  }
  .pe-ipad-air-2rem {
    padding-right: 2rem !important;
  }
  .pe-ipad-air-6 {
    padding-right: 5rem !important;
  }
  .pe-ipad-air-40 {
    padding-right: 2.5rem !important;
  }
  .pe-ipad-air-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-ipad-air-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-ipad-air-60 {
    padding-right: 3.75rem !important;
  }
  .pe-ipad-air-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-ipad-air-70 {
    padding-right: 4.375rem !important;
  }
  .pe-ipad-air-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-ipad-air-80 {
    padding-right: 5rem !important;
  }
  .pe-ipad-air-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-ipad-air-90 {
    padding-right: 5.625rem !important;
  }
  .pe-ipad-air-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-ipad-air-100 {
    padding-right: 6.25rem !important;
  }
  .pe-ipad-air-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-ipad-air-110 {
    padding-right: 6.875rem !important;
  }
  .pe-ipad-air-115 {
    padding-right: 7.25rem !important;
  }
  .pe-ipad-air-120 {
    padding-right: 7.5rem !important;
  }
  .pe-ipad-air-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-ipad-air-130 {
    padding-right: 8.125rem !important;
  }
  .pe-ipad-air-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-ipad-air-140 {
    padding-right: 8.75rem !important;
  }
  .pe-ipad-air-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-ipad-air-150 {
    padding-right: 9.375rem !important;
  }
  .pe-ipad-air-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-ipad-air-160 {
    padding-right: 10rem !important;
  }
  .pe-ipad-air-0 {
    padding-right: 0 !important;
  }
  .pe-ipad-air-1 {
    padding-right: 0.25rem !important;
  }
  .pe-ipad-air-2 {
    padding-right: 0.5rem !important;
  }
  .pe-ipad-air-3 {
    padding-right: 1rem !important;
  }
  .pe-ipad-air-4 {
    padding-right: 1.5rem !important;
  }
  .pe-ipad-air-5 {
    padding-right: 3rem !important;
  }
  .pb-ipad-air-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-ipad-air-6 {
    padding-bottom: 5rem !important;
  }
  .pb-ipad-air-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-ipad-air-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-ipad-air-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-ipad-air-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-ipad-air-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-ipad-air-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-ipad-air-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-ipad-air-80 {
    padding-bottom: 5rem !important;
  }
  .pb-ipad-air-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-ipad-air-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-ipad-air-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-ipad-air-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-ipad-air-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-ipad-air-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-ipad-air-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-ipad-air-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-ipad-air-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-ipad-air-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-ipad-air-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-ipad-air-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-ipad-air-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-ipad-air-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-ipad-air-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-ipad-air-160 {
    padding-bottom: 10rem !important;
  }
  .pb-ipad-air-0 {
    padding-bottom: 0 !important;
  }
  .pb-ipad-air-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-ipad-air-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-ipad-air-3 {
    padding-bottom: 1rem !important;
  }
  .pb-ipad-air-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-ipad-air-5 {
    padding-bottom: 3rem !important;
  }
  .ps-ipad-air-2rem {
    padding-left: 2rem !important;
  }
  .ps-ipad-air-6 {
    padding-left: 5rem !important;
  }
  .ps-ipad-air-40 {
    padding-left: 2.5rem !important;
  }
  .ps-ipad-air-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-ipad-air-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-ipad-air-60 {
    padding-left: 3.75rem !important;
  }
  .ps-ipad-air-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-ipad-air-70 {
    padding-left: 4.375rem !important;
  }
  .ps-ipad-air-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-ipad-air-80 {
    padding-left: 5rem !important;
  }
  .ps-ipad-air-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-ipad-air-90 {
    padding-left: 5.625rem !important;
  }
  .ps-ipad-air-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-ipad-air-100 {
    padding-left: 6.25rem !important;
  }
  .ps-ipad-air-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-ipad-air-110 {
    padding-left: 6.875rem !important;
  }
  .ps-ipad-air-115 {
    padding-left: 7.25rem !important;
  }
  .ps-ipad-air-120 {
    padding-left: 7.5rem !important;
  }
  .ps-ipad-air-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-ipad-air-130 {
    padding-left: 8.125rem !important;
  }
  .ps-ipad-air-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-ipad-air-140 {
    padding-left: 8.75rem !important;
  }
  .ps-ipad-air-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-ipad-air-150 {
    padding-left: 9.375rem !important;
  }
  .ps-ipad-air-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-ipad-air-160 {
    padding-left: 10rem !important;
  }
  .ps-ipad-air-0 {
    padding-left: 0 !important;
  }
  .ps-ipad-air-1 {
    padding-left: 0.25rem !important;
  }
  .ps-ipad-air-2 {
    padding-left: 0.5rem !important;
  }
  .ps-ipad-air-3 {
    padding-left: 1rem !important;
  }
  .ps-ipad-air-4 {
    padding-left: 1.5rem !important;
  }
  .ps-ipad-air-5 {
    padding-left: 3rem !important;
  }
  .gap-ipad-air-2rem {
    gap: 2rem !important;
  }
  .gap-ipad-air-6 {
    gap: 5rem !important;
  }
  .gap-ipad-air-40 {
    gap: 2.5rem !important;
  }
  .gap-ipad-air-45 {
    gap: 2.8125rem !important;
  }
  .gap-ipad-air-55 {
    gap: 3.4375rem !important;
  }
  .gap-ipad-air-60 {
    gap: 3.75rem !important;
  }
  .gap-ipad-air-65 {
    gap: 4.0625rem !important;
  }
  .gap-ipad-air-70 {
    gap: 4.375rem !important;
  }
  .gap-ipad-air-75 {
    gap: 4.6875rem !important;
  }
  .gap-ipad-air-80 {
    gap: 5rem !important;
  }
  .gap-ipad-air-85 {
    gap: 5.3125rem !important;
  }
  .gap-ipad-air-90 {
    gap: 5.625rem !important;
  }
  .gap-ipad-air-95 {
    gap: 5.9375rem !important;
  }
  .gap-ipad-air-100 {
    gap: 6.25rem !important;
  }
  .gap-ipad-air-105 {
    gap: 6.5625rem !important;
  }
  .gap-ipad-air-110 {
    gap: 6.875rem !important;
  }
  .gap-ipad-air-115 {
    gap: 7.25rem !important;
  }
  .gap-ipad-air-120 {
    gap: 7.5rem !important;
  }
  .gap-ipad-air-125 {
    gap: 7.8125rem !important;
  }
  .gap-ipad-air-130 {
    gap: 8.125rem !important;
  }
  .gap-ipad-air-135 {
    gap: 8.4375rem !important;
  }
  .gap-ipad-air-140 {
    gap: 8.75rem !important;
  }
  .gap-ipad-air-145 {
    gap: 9.0625rem !important;
  }
  .gap-ipad-air-150 {
    gap: 9.375rem !important;
  }
  .gap-ipad-air-155 {
    gap: 9.6875rem !important;
  }
  .gap-ipad-air-160 {
    gap: 10rem !important;
  }
  .gap-ipad-air-0 {
    gap: 0 !important;
  }
  .gap-ipad-air-1 {
    gap: 0.25rem !important;
  }
  .gap-ipad-air-2 {
    gap: 0.5rem !important;
  }
  .gap-ipad-air-3 {
    gap: 1rem !important;
  }
  .gap-ipad-air-4 {
    gap: 1.5rem !important;
  }
  .gap-ipad-air-5 {
    gap: 3rem !important;
  }
  .row-gap-ipad-air-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-ipad-air-6 {
    row-gap: 5rem !important;
  }
  .row-gap-ipad-air-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-ipad-air-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-ipad-air-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-ipad-air-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-ipad-air-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-ipad-air-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-ipad-air-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-ipad-air-80 {
    row-gap: 5rem !important;
  }
  .row-gap-ipad-air-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-ipad-air-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-ipad-air-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-ipad-air-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-ipad-air-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-ipad-air-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-ipad-air-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-ipad-air-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-ipad-air-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-ipad-air-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-ipad-air-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-ipad-air-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-ipad-air-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-ipad-air-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-ipad-air-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-ipad-air-160 {
    row-gap: 10rem !important;
  }
  .row-gap-ipad-air-0 {
    row-gap: 0 !important;
  }
  .row-gap-ipad-air-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-ipad-air-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-ipad-air-3 {
    row-gap: 1rem !important;
  }
  .row-gap-ipad-air-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-ipad-air-5 {
    row-gap: 3rem !important;
  }
  .column-gap-ipad-air-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-ipad-air-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-ipad-air-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-ipad-air-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-ipad-air-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-ipad-air-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-ipad-air-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-ipad-air-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-ipad-air-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-ipad-air-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-ipad-air-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-ipad-air-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-ipad-air-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-ipad-air-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-ipad-air-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-ipad-air-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-ipad-air-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-ipad-air-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-ipad-air-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-ipad-air-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-ipad-air-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-ipad-air-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-ipad-air-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-ipad-air-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-ipad-air-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-ipad-air-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-ipad-air-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-ipad-air-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-ipad-air-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-ipad-air-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-ipad-air-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-ipad-air-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-ipad-air-start {
    text-align: left !important;
  }
  .text-ipad-air-end {
    text-align: right !important;
  }
  .text-ipad-air-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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-2rem {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-45 {
    margin: 2.8125rem !important;
  }
  .m-xl-55 {
    margin: 3.4375rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-65 {
    margin: 4.0625rem !important;
  }
  .m-xl-70 {
    margin: 4.375rem !important;
  }
  .m-xl-75 {
    margin: 4.6875rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-85 {
    margin: 5.3125rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .m-xl-95 {
    margin: 5.9375rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-105 {
    margin: 6.5625rem !important;
  }
  .m-xl-110 {
    margin: 6.875rem !important;
  }
  .m-xl-115 {
    margin: 7.25rem !important;
  }
  .m-xl-120 {
    margin: 7.5rem !important;
  }
  .m-xl-125 {
    margin: 7.8125rem !important;
  }
  .m-xl-130 {
    margin: 8.125rem !important;
  }
  .m-xl-135 {
    margin: 8.4375rem !important;
  }
  .m-xl-140 {
    margin: 8.75rem !important;
  }
  .m-xl-145 {
    margin: 9.0625rem !important;
  }
  .m-xl-150 {
    margin: 9.375rem !important;
  }
  .m-xl-155 {
    margin: 9.6875rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xl-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xl-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xl-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xl-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xl-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xl-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xl-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xl-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xl-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xl-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xl-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mt-xl-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xl-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xl-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xl-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xl-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-2rem {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xl-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xl-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xl-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xl-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xl-80 {
    margin-right: 5rem !important;
  }
  .me-xl-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xl-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xl-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xl-115 {
    margin-right: 7.25rem !important;
  }
  .me-xl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xl-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xl-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xl-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xl-160 {
    margin-right: 10rem !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xl-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xl-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xl-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xl-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xl-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xl-80 {
    margin-left: 5rem !important;
  }
  .ms-xl-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xl-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xl-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xl-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xl-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xl-160 {
    margin-left: 10rem !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-2rem {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-45 {
    padding: 2.8125rem !important;
  }
  .p-xl-55 {
    padding: 3.4375rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-65 {
    padding: 4.0625rem !important;
  }
  .p-xl-70 {
    padding: 4.375rem !important;
  }
  .p-xl-75 {
    padding: 4.6875rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-85 {
    padding: 5.3125rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .p-xl-95 {
    padding: 5.9375rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-105 {
    padding: 6.5625rem !important;
  }
  .p-xl-110 {
    padding: 6.875rem !important;
  }
  .p-xl-115 {
    padding: 7.25rem !important;
  }
  .p-xl-120 {
    padding: 7.5rem !important;
  }
  .p-xl-125 {
    padding: 7.8125rem !important;
  }
  .p-xl-130 {
    padding: 8.125rem !important;
  }
  .p-xl-135 {
    padding: 8.4375rem !important;
  }
  .p-xl-140 {
    padding: 8.75rem !important;
  }
  .p-xl-145 {
    padding: 9.0625rem !important;
  }
  .p-xl-150 {
    padding: 9.375rem !important;
  }
  .p-xl-155 {
    padding: 9.6875rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xl-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xl-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xl-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xl-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xl-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xl-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xl-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xl-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xl-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xl-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xl-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pt-xl-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xl-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xl-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xl-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xl-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xl-160 {
    padding-top: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xl-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xl-80 {
    padding-right: 5rem !important;
  }
  .pe-xl-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xl-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xl-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xl-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xl-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xl-160 {
    padding-right: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xl-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xl-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xl-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xl-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xl-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xl-80 {
    padding-left: 5rem !important;
  }
  .ps-xl-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xl-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xl-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xl-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xl-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xl-160 {
    padding-left: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-2rem {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-xl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xl-55 {
    gap: 3.4375rem !important;
  }
  .gap-xl-60 {
    gap: 3.75rem !important;
  }
  .gap-xl-65 {
    gap: 4.0625rem !important;
  }
  .gap-xl-70 {
    gap: 4.375rem !important;
  }
  .gap-xl-75 {
    gap: 4.6875rem !important;
  }
  .gap-xl-80 {
    gap: 5rem !important;
  }
  .gap-xl-85 {
    gap: 5.3125rem !important;
  }
  .gap-xl-90 {
    gap: 5.625rem !important;
  }
  .gap-xl-95 {
    gap: 5.9375rem !important;
  }
  .gap-xl-100 {
    gap: 6.25rem !important;
  }
  .gap-xl-105 {
    gap: 6.5625rem !important;
  }
  .gap-xl-110 {
    gap: 6.875rem !important;
  }
  .gap-xl-115 {
    gap: 7.25rem !important;
  }
  .gap-xl-120 {
    gap: 7.5rem !important;
  }
  .gap-xl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xl-130 {
    gap: 8.125rem !important;
  }
  .gap-xl-135 {
    gap: 8.4375rem !important;
  }
  .gap-xl-140 {
    gap: 8.75rem !important;
  }
  .gap-xl-145 {
    gap: 9.0625rem !important;
  }
  .gap-xl-150 {
    gap: 9.375rem !important;
  }
  .gap-xl-155 {
    gap: 9.6875rem !important;
  }
  .gap-xl-160 {
    gap: 10rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xl-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xl-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xl-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xl-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xl-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xl-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xl-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xl-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xl-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xl-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xl-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xl-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xl-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xl-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xl-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xl-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xl-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xl-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xl-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xl-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xl-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xl-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xl-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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: 1366px) {
  .float-xlplus-start {
    float: left !important;
  }
  .float-xlplus-end {
    float: right !important;
  }
  .float-xlplus-none {
    float: none !important;
  }
  .object-fit-xlplus-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xlplus-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xlplus-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xlplus-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xlplus-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xlplus-inline {
    display: inline !important;
  }
  .d-xlplus-inline-block {
    display: inline-block !important;
  }
  .d-xlplus-block {
    display: block !important;
  }
  .d-xlplus-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xlplus-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xlplus-table {
    display: table !important;
  }
  .d-xlplus-table-row {
    display: table-row !important;
  }
  .d-xlplus-table-cell {
    display: table-cell !important;
  }
  .d-xlplus-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xlplus-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xlplus-none {
    display: none !important;
  }
  .flex-xlplus-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xlplus-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xlplus-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xlplus-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xlplus-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xlplus-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xlplus-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xlplus-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xlplus-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xlplus-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xlplus-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xlplus-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xlplus-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xlplus-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xlplus-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xlplus-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xlplus-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xlplus-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xlplus-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xlplus-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xlplus-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xlplus-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xlplus-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xlplus-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xlplus-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xlplus-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xlplus-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xlplus-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xlplus-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xlplus-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xlplus-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xlplus-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xlplus-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xlplus-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xlplus-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xlplus-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xlplus-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xlplus-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xlplus-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xlplus-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xlplus-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xlplus-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xlplus-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xlplus-2rem {
    margin: 2rem !important;
  }
  .m-xlplus-6 {
    margin: 5rem !important;
  }
  .m-xlplus-40 {
    margin: 2.5rem !important;
  }
  .m-xlplus-45 {
    margin: 2.8125rem !important;
  }
  .m-xlplus-55 {
    margin: 3.4375rem !important;
  }
  .m-xlplus-60 {
    margin: 3.75rem !important;
  }
  .m-xlplus-65 {
    margin: 4.0625rem !important;
  }
  .m-xlplus-70 {
    margin: 4.375rem !important;
  }
  .m-xlplus-75 {
    margin: 4.6875rem !important;
  }
  .m-xlplus-80 {
    margin: 5rem !important;
  }
  .m-xlplus-85 {
    margin: 5.3125rem !important;
  }
  .m-xlplus-90 {
    margin: 5.625rem !important;
  }
  .m-xlplus-95 {
    margin: 5.9375rem !important;
  }
  .m-xlplus-100 {
    margin: 6.25rem !important;
  }
  .m-xlplus-105 {
    margin: 6.5625rem !important;
  }
  .m-xlplus-110 {
    margin: 6.875rem !important;
  }
  .m-xlplus-115 {
    margin: 7.25rem !important;
  }
  .m-xlplus-120 {
    margin: 7.5rem !important;
  }
  .m-xlplus-125 {
    margin: 7.8125rem !important;
  }
  .m-xlplus-130 {
    margin: 8.125rem !important;
  }
  .m-xlplus-135 {
    margin: 8.4375rem !important;
  }
  .m-xlplus-140 {
    margin: 8.75rem !important;
  }
  .m-xlplus-145 {
    margin: 9.0625rem !important;
  }
  .m-xlplus-150 {
    margin: 9.375rem !important;
  }
  .m-xlplus-155 {
    margin: 9.6875rem !important;
  }
  .m-xlplus-160 {
    margin: 10rem !important;
  }
  .m-xlplus-0 {
    margin: 0 !important;
  }
  .m-xlplus-1 {
    margin: 0.25rem !important;
  }
  .m-xlplus-2 {
    margin: 0.5rem !important;
  }
  .m-xlplus-3 {
    margin: 1rem !important;
  }
  .m-xlplus-4 {
    margin: 1.5rem !important;
  }
  .m-xlplus-5 {
    margin: 3rem !important;
  }
  .m-xlplus-auto {
    margin: auto !important;
  }
  .mx-xlplus-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xlplus-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xlplus-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xlplus-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xlplus-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xlplus-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xlplus-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xlplus-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xlplus-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xlplus-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xlplus-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xlplus-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xlplus-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xlplus-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xlplus-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xlplus-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xlplus-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xlplus-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xlplus-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xlplus-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xlplus-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xlplus-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xlplus-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xlplus-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xlplus-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xlplus-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xlplus-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xlplus-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xlplus-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xlplus-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xlplus-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xlplus-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xlplus-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xlplus-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xlplus-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xlplus-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xlplus-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xlplus-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xlplus-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xlplus-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xlplus-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xlplus-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xlplus-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xlplus-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xlplus-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xlplus-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xlplus-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xlplus-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xlplus-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xlplus-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xlplus-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xlplus-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xlplus-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xlplus-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xlplus-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xlplus-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xlplus-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xlplus-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xlplus-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xlplus-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xlplus-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xlplus-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xlplus-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xlplus-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xlplus-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xlplus-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xlplus-2rem {
    margin-top: 2rem !important;
  }
  .mt-xlplus-6 {
    margin-top: 5rem !important;
  }
  .mt-xlplus-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xlplus-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xlplus-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xlplus-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xlplus-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xlplus-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xlplus-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xlplus-80 {
    margin-top: 5rem !important;
  }
  .mt-xlplus-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xlplus-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xlplus-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xlplus-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xlplus-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xlplus-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xlplus-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xlplus-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xlplus-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xlplus-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xlplus-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xlplus-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xlplus-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xlplus-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xlplus-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xlplus-160 {
    margin-top: 10rem !important;
  }
  .mt-xlplus-0 {
    margin-top: 0 !important;
  }
  .mt-xlplus-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xlplus-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xlplus-3 {
    margin-top: 1rem !important;
  }
  .mt-xlplus-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xlplus-5 {
    margin-top: 3rem !important;
  }
  .mt-xlplus-auto {
    margin-top: auto !important;
  }
  .me-xlplus-2rem {
    margin-right: 2rem !important;
  }
  .me-xlplus-6 {
    margin-right: 5rem !important;
  }
  .me-xlplus-40 {
    margin-right: 2.5rem !important;
  }
  .me-xlplus-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xlplus-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xlplus-60 {
    margin-right: 3.75rem !important;
  }
  .me-xlplus-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xlplus-70 {
    margin-right: 4.375rem !important;
  }
  .me-xlplus-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xlplus-80 {
    margin-right: 5rem !important;
  }
  .me-xlplus-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xlplus-90 {
    margin-right: 5.625rem !important;
  }
  .me-xlplus-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xlplus-100 {
    margin-right: 6.25rem !important;
  }
  .me-xlplus-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xlplus-110 {
    margin-right: 6.875rem !important;
  }
  .me-xlplus-115 {
    margin-right: 7.25rem !important;
  }
  .me-xlplus-120 {
    margin-right: 7.5rem !important;
  }
  .me-xlplus-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xlplus-130 {
    margin-right: 8.125rem !important;
  }
  .me-xlplus-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xlplus-140 {
    margin-right: 8.75rem !important;
  }
  .me-xlplus-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xlplus-150 {
    margin-right: 9.375rem !important;
  }
  .me-xlplus-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xlplus-160 {
    margin-right: 10rem !important;
  }
  .me-xlplus-0 {
    margin-right: 0 !important;
  }
  .me-xlplus-1 {
    margin-right: 0.25rem !important;
  }
  .me-xlplus-2 {
    margin-right: 0.5rem !important;
  }
  .me-xlplus-3 {
    margin-right: 1rem !important;
  }
  .me-xlplus-4 {
    margin-right: 1.5rem !important;
  }
  .me-xlplus-5 {
    margin-right: 3rem !important;
  }
  .me-xlplus-auto {
    margin-right: auto !important;
  }
  .mb-xlplus-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xlplus-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xlplus-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xlplus-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xlplus-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xlplus-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xlplus-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xlplus-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xlplus-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xlplus-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xlplus-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xlplus-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xlplus-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xlplus-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xlplus-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xlplus-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xlplus-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xlplus-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xlplus-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xlplus-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xlplus-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xlplus-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xlplus-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xlplus-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xlplus-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xlplus-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xlplus-0 {
    margin-bottom: 0 !important;
  }
  .mb-xlplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xlplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xlplus-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xlplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xlplus-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xlplus-auto {
    margin-bottom: auto !important;
  }
  .ms-xlplus-2rem {
    margin-left: 2rem !important;
  }
  .ms-xlplus-6 {
    margin-left: 5rem !important;
  }
  .ms-xlplus-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xlplus-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xlplus-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xlplus-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xlplus-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xlplus-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xlplus-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xlplus-80 {
    margin-left: 5rem !important;
  }
  .ms-xlplus-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xlplus-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xlplus-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xlplus-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xlplus-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xlplus-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xlplus-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xlplus-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xlplus-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xlplus-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xlplus-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xlplus-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xlplus-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xlplus-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xlplus-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xlplus-160 {
    margin-left: 10rem !important;
  }
  .ms-xlplus-0 {
    margin-left: 0 !important;
  }
  .ms-xlplus-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xlplus-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xlplus-3 {
    margin-left: 1rem !important;
  }
  .ms-xlplus-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xlplus-5 {
    margin-left: 3rem !important;
  }
  .ms-xlplus-auto {
    margin-left: auto !important;
  }
  .p-xlplus-2rem {
    padding: 2rem !important;
  }
  .p-xlplus-6 {
    padding: 5rem !important;
  }
  .p-xlplus-40 {
    padding: 2.5rem !important;
  }
  .p-xlplus-45 {
    padding: 2.8125rem !important;
  }
  .p-xlplus-55 {
    padding: 3.4375rem !important;
  }
  .p-xlplus-60 {
    padding: 3.75rem !important;
  }
  .p-xlplus-65 {
    padding: 4.0625rem !important;
  }
  .p-xlplus-70 {
    padding: 4.375rem !important;
  }
  .p-xlplus-75 {
    padding: 4.6875rem !important;
  }
  .p-xlplus-80 {
    padding: 5rem !important;
  }
  .p-xlplus-85 {
    padding: 5.3125rem !important;
  }
  .p-xlplus-90 {
    padding: 5.625rem !important;
  }
  .p-xlplus-95 {
    padding: 5.9375rem !important;
  }
  .p-xlplus-100 {
    padding: 6.25rem !important;
  }
  .p-xlplus-105 {
    padding: 6.5625rem !important;
  }
  .p-xlplus-110 {
    padding: 6.875rem !important;
  }
  .p-xlplus-115 {
    padding: 7.25rem !important;
  }
  .p-xlplus-120 {
    padding: 7.5rem !important;
  }
  .p-xlplus-125 {
    padding: 7.8125rem !important;
  }
  .p-xlplus-130 {
    padding: 8.125rem !important;
  }
  .p-xlplus-135 {
    padding: 8.4375rem !important;
  }
  .p-xlplus-140 {
    padding: 8.75rem !important;
  }
  .p-xlplus-145 {
    padding: 9.0625rem !important;
  }
  .p-xlplus-150 {
    padding: 9.375rem !important;
  }
  .p-xlplus-155 {
    padding: 9.6875rem !important;
  }
  .p-xlplus-160 {
    padding: 10rem !important;
  }
  .p-xlplus-0 {
    padding: 0 !important;
  }
  .p-xlplus-1 {
    padding: 0.25rem !important;
  }
  .p-xlplus-2 {
    padding: 0.5rem !important;
  }
  .p-xlplus-3 {
    padding: 1rem !important;
  }
  .p-xlplus-4 {
    padding: 1.5rem !important;
  }
  .p-xlplus-5 {
    padding: 3rem !important;
  }
  .px-xlplus-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xlplus-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xlplus-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xlplus-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xlplus-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xlplus-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xlplus-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xlplus-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xlplus-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xlplus-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xlplus-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xlplus-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xlplus-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xlplus-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xlplus-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xlplus-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xlplus-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xlplus-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xlplus-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xlplus-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xlplus-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xlplus-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xlplus-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xlplus-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xlplus-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xlplus-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xlplus-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xlplus-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xlplus-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xlplus-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xlplus-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xlplus-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xlplus-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xlplus-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xlplus-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xlplus-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xlplus-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xlplus-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xlplus-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xlplus-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xlplus-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xlplus-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xlplus-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xlplus-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xlplus-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xlplus-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xlplus-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xlplus-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xlplus-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xlplus-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xlplus-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xlplus-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xlplus-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xlplus-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xlplus-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xlplus-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xlplus-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xlplus-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xlplus-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xlplus-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xlplus-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xlplus-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xlplus-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xlplus-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xlplus-2rem {
    padding-top: 2rem !important;
  }
  .pt-xlplus-6 {
    padding-top: 5rem !important;
  }
  .pt-xlplus-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xlplus-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xlplus-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xlplus-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xlplus-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xlplus-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xlplus-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xlplus-80 {
    padding-top: 5rem !important;
  }
  .pt-xlplus-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xlplus-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xlplus-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xlplus-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xlplus-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xlplus-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xlplus-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xlplus-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xlplus-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xlplus-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xlplus-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xlplus-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xlplus-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xlplus-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xlplus-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xlplus-160 {
    padding-top: 10rem !important;
  }
  .pt-xlplus-0 {
    padding-top: 0 !important;
  }
  .pt-xlplus-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xlplus-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xlplus-3 {
    padding-top: 1rem !important;
  }
  .pt-xlplus-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xlplus-5 {
    padding-top: 3rem !important;
  }
  .pe-xlplus-2rem {
    padding-right: 2rem !important;
  }
  .pe-xlplus-6 {
    padding-right: 5rem !important;
  }
  .pe-xlplus-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xlplus-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xlplus-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xlplus-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xlplus-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xlplus-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xlplus-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xlplus-80 {
    padding-right: 5rem !important;
  }
  .pe-xlplus-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xlplus-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xlplus-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xlplus-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xlplus-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xlplus-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xlplus-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xlplus-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xlplus-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xlplus-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xlplus-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xlplus-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xlplus-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xlplus-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xlplus-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xlplus-160 {
    padding-right: 10rem !important;
  }
  .pe-xlplus-0 {
    padding-right: 0 !important;
  }
  .pe-xlplus-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xlplus-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xlplus-3 {
    padding-right: 1rem !important;
  }
  .pe-xlplus-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xlplus-5 {
    padding-right: 3rem !important;
  }
  .pb-xlplus-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xlplus-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xlplus-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xlplus-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xlplus-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xlplus-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xlplus-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xlplus-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xlplus-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xlplus-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xlplus-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xlplus-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xlplus-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xlplus-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xlplus-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xlplus-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xlplus-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xlplus-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xlplus-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xlplus-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xlplus-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xlplus-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xlplus-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xlplus-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xlplus-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xlplus-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xlplus-0 {
    padding-bottom: 0 !important;
  }
  .pb-xlplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xlplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xlplus-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xlplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xlplus-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xlplus-2rem {
    padding-left: 2rem !important;
  }
  .ps-xlplus-6 {
    padding-left: 5rem !important;
  }
  .ps-xlplus-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xlplus-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xlplus-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xlplus-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xlplus-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xlplus-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xlplus-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xlplus-80 {
    padding-left: 5rem !important;
  }
  .ps-xlplus-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xlplus-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xlplus-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xlplus-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xlplus-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xlplus-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xlplus-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xlplus-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xlplus-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xlplus-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xlplus-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xlplus-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xlplus-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xlplus-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xlplus-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xlplus-160 {
    padding-left: 10rem !important;
  }
  .ps-xlplus-0 {
    padding-left: 0 !important;
  }
  .ps-xlplus-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xlplus-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xlplus-3 {
    padding-left: 1rem !important;
  }
  .ps-xlplus-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xlplus-5 {
    padding-left: 3rem !important;
  }
  .gap-xlplus-2rem {
    gap: 2rem !important;
  }
  .gap-xlplus-6 {
    gap: 5rem !important;
  }
  .gap-xlplus-40 {
    gap: 2.5rem !important;
  }
  .gap-xlplus-45 {
    gap: 2.8125rem !important;
  }
  .gap-xlplus-55 {
    gap: 3.4375rem !important;
  }
  .gap-xlplus-60 {
    gap: 3.75rem !important;
  }
  .gap-xlplus-65 {
    gap: 4.0625rem !important;
  }
  .gap-xlplus-70 {
    gap: 4.375rem !important;
  }
  .gap-xlplus-75 {
    gap: 4.6875rem !important;
  }
  .gap-xlplus-80 {
    gap: 5rem !important;
  }
  .gap-xlplus-85 {
    gap: 5.3125rem !important;
  }
  .gap-xlplus-90 {
    gap: 5.625rem !important;
  }
  .gap-xlplus-95 {
    gap: 5.9375rem !important;
  }
  .gap-xlplus-100 {
    gap: 6.25rem !important;
  }
  .gap-xlplus-105 {
    gap: 6.5625rem !important;
  }
  .gap-xlplus-110 {
    gap: 6.875rem !important;
  }
  .gap-xlplus-115 {
    gap: 7.25rem !important;
  }
  .gap-xlplus-120 {
    gap: 7.5rem !important;
  }
  .gap-xlplus-125 {
    gap: 7.8125rem !important;
  }
  .gap-xlplus-130 {
    gap: 8.125rem !important;
  }
  .gap-xlplus-135 {
    gap: 8.4375rem !important;
  }
  .gap-xlplus-140 {
    gap: 8.75rem !important;
  }
  .gap-xlplus-145 {
    gap: 9.0625rem !important;
  }
  .gap-xlplus-150 {
    gap: 9.375rem !important;
  }
  .gap-xlplus-155 {
    gap: 9.6875rem !important;
  }
  .gap-xlplus-160 {
    gap: 10rem !important;
  }
  .gap-xlplus-0 {
    gap: 0 !important;
  }
  .gap-xlplus-1 {
    gap: 0.25rem !important;
  }
  .gap-xlplus-2 {
    gap: 0.5rem !important;
  }
  .gap-xlplus-3 {
    gap: 1rem !important;
  }
  .gap-xlplus-4 {
    gap: 1.5rem !important;
  }
  .gap-xlplus-5 {
    gap: 3rem !important;
  }
  .row-gap-xlplus-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xlplus-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xlplus-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xlplus-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xlplus-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xlplus-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xlplus-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xlplus-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xlplus-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xlplus-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xlplus-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xlplus-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xlplus-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xlplus-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xlplus-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xlplus-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xlplus-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xlplus-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xlplus-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xlplus-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xlplus-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xlplus-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xlplus-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xlplus-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xlplus-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xlplus-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xlplus-0 {
    row-gap: 0 !important;
  }
  .row-gap-xlplus-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xlplus-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xlplus-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xlplus-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xlplus-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xlplus-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xlplus-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xlplus-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xlplus-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xlplus-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xlplus-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xlplus-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xlplus-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xlplus-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xlplus-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xlplus-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xlplus-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xlplus-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xlplus-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xlplus-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xlplus-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xlplus-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xlplus-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xlplus-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xlplus-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xlplus-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xlplus-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xlplus-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xlplus-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xlplus-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xlplus-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xlplus-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xlplus-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xlplus-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xlplus-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xlplus-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xlplus-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xlplus-start {
    text-align: left !important;
  }
  .text-xlplus-end {
    text-align: right !important;
  }
  .text-xlplus-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-2rem {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-45 {
    margin: 2.8125rem !important;
  }
  .m-xxl-55 {
    margin: 3.4375rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-65 {
    margin: 4.0625rem !important;
  }
  .m-xxl-70 {
    margin: 4.375rem !important;
  }
  .m-xxl-75 {
    margin: 4.6875rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .m-xxl-85 {
    margin: 5.3125rem !important;
  }
  .m-xxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxl-95 {
    margin: 5.9375rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxl-105 {
    margin: 6.5625rem !important;
  }
  .m-xxl-110 {
    margin: 6.875rem !important;
  }
  .m-xxl-115 {
    margin: 7.25rem !important;
  }
  .m-xxl-120 {
    margin: 7.5rem !important;
  }
  .m-xxl-125 {
    margin: 7.8125rem !important;
  }
  .m-xxl-130 {
    margin: 8.125rem !important;
  }
  .m-xxl-135 {
    margin: 8.4375rem !important;
  }
  .m-xxl-140 {
    margin: 8.75rem !important;
  }
  .m-xxl-145 {
    margin: 9.0625rem !important;
  }
  .m-xxl-150 {
    margin: 9.375rem !important;
  }
  .m-xxl-155 {
    margin: 9.6875rem !important;
  }
  .m-xxl-160 {
    margin: 10rem !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xxl-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxl-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxl-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xxl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xxl-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xxl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xxl-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xxl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xxl-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xxl-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xxl-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxl-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxl-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xxl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xxl-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xxl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xxl-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xxl-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xxl-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xxl-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xxl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xxl-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxl-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xxl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xxl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xxl-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xxl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xxl-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xxl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xxl-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xxl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xxl-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-2rem {
    margin-right: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xxl-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xxl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xxl-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxl-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xxl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xxl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xxl-115 {
    margin-right: 7.25rem !important;
  }
  .me-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xxl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xxl-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xxl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xxl-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xxl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xxl-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xxl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xxl-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xxl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xxl-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xxl-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xxl-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xxl-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xxl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xxl-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxl-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xxl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xxl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xxl-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xxl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xxl-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xxl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xxl-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xxl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xxl-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-2rem {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-45 {
    padding: 2.8125rem !important;
  }
  .p-xxl-55 {
    padding: 3.4375rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxl-65 {
    padding: 4.0625rem !important;
  }
  .p-xxl-70 {
    padding: 4.375rem !important;
  }
  .p-xxl-75 {
    padding: 4.6875rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .p-xxl-85 {
    padding: 5.3125rem !important;
  }
  .p-xxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxl-95 {
    padding: 5.9375rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxl-105 {
    padding: 6.5625rem !important;
  }
  .p-xxl-110 {
    padding: 6.875rem !important;
  }
  .p-xxl-115 {
    padding: 7.25rem !important;
  }
  .p-xxl-120 {
    padding: 7.5rem !important;
  }
  .p-xxl-125 {
    padding: 7.8125rem !important;
  }
  .p-xxl-130 {
    padding: 8.125rem !important;
  }
  .p-xxl-135 {
    padding: 8.4375rem !important;
  }
  .p-xxl-140 {
    padding: 8.75rem !important;
  }
  .p-xxl-145 {
    padding: 9.0625rem !important;
  }
  .p-xxl-150 {
    padding: 9.375rem !important;
  }
  .p-xxl-155 {
    padding: 9.6875rem !important;
  }
  .p-xxl-160 {
    padding: 10rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xxl-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxl-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxl-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xxl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xxl-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xxl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xxl-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xxl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xxl-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xxl-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xxl-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxl-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxl-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xxl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xxl-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xxl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xxl-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xxl-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xxl-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xxl-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xxl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xxl-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxl-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xxl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xxl-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xxl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xxl-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xxl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xxl-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xxl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xxl-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xxl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xxl-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xxl-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xxl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xxl-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxl-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xxl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xxl-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xxl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xxl-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xxl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xxl-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xxl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xxl-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xxl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xxl-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xxl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxl-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xxl-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xxl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xxl-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xxl-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xxl-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xxl-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xxl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xxl-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxl-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xxl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xxl-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xxl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xxl-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xxl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xxl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xxl-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xxl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xxl-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xxl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xxl-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-2rem {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xxl-55 {
    gap: 3.4375rem !important;
  }
  .gap-xxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxl-65 {
    gap: 4.0625rem !important;
  }
  .gap-xxl-70 {
    gap: 4.375rem !important;
  }
  .gap-xxl-75 {
    gap: 4.6875rem !important;
  }
  .gap-xxl-80 {
    gap: 5rem !important;
  }
  .gap-xxl-85 {
    gap: 5.3125rem !important;
  }
  .gap-xxl-90 {
    gap: 5.625rem !important;
  }
  .gap-xxl-95 {
    gap: 5.9375rem !important;
  }
  .gap-xxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxl-105 {
    gap: 6.5625rem !important;
  }
  .gap-xxl-110 {
    gap: 6.875rem !important;
  }
  .gap-xxl-115 {
    gap: 7.25rem !important;
  }
  .gap-xxl-120 {
    gap: 7.5rem !important;
  }
  .gap-xxl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xxl-130 {
    gap: 8.125rem !important;
  }
  .gap-xxl-135 {
    gap: 8.4375rem !important;
  }
  .gap-xxl-140 {
    gap: 8.75rem !important;
  }
  .gap-xxl-145 {
    gap: 9.0625rem !important;
  }
  .gap-xxl-150 {
    gap: 9.375rem !important;
  }
  .gap-xxl-155 {
    gap: 9.6875rem !important;
  }
  .gap-xxl-160 {
    gap: 10rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xxl-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xxl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xxl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xxl-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xxl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xxl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxl-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xxl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxl-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xxl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xxl-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xxl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xxl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xxl-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xxl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xxl-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xxl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xxl-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xxl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xxl-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xxl-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xxl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xxl-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xxl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xxl-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xxl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxl-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xxl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xxl-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xxl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xxl-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xxl-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xxl-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xxl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xxl-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xxl-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xxl-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xxl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xxl-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xxl-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xxl-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xxl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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: 1638px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxxl-2rem {
    margin: 2rem !important;
  }
  .m-xxxl-6 {
    margin: 5rem !important;
  }
  .m-xxxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxxl-45 {
    margin: 2.8125rem !important;
  }
  .m-xxxl-55 {
    margin: 3.4375rem !important;
  }
  .m-xxxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxxl-65 {
    margin: 4.0625rem !important;
  }
  .m-xxxl-70 {
    margin: 4.375rem !important;
  }
  .m-xxxl-75 {
    margin: 4.6875rem !important;
  }
  .m-xxxl-80 {
    margin: 5rem !important;
  }
  .m-xxxl-85 {
    margin: 5.3125rem !important;
  }
  .m-xxxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxxl-95 {
    margin: 5.9375rem !important;
  }
  .m-xxxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxxl-105 {
    margin: 6.5625rem !important;
  }
  .m-xxxl-110 {
    margin: 6.875rem !important;
  }
  .m-xxxl-115 {
    margin: 7.25rem !important;
  }
  .m-xxxl-120 {
    margin: 7.5rem !important;
  }
  .m-xxxl-125 {
    margin: 7.8125rem !important;
  }
  .m-xxxl-130 {
    margin: 8.125rem !important;
  }
  .m-xxxl-135 {
    margin: 8.4375rem !important;
  }
  .m-xxxl-140 {
    margin: 8.75rem !important;
  }
  .m-xxxl-145 {
    margin: 9.0625rem !important;
  }
  .m-xxxl-150 {
    margin: 9.375rem !important;
  }
  .m-xxxl-155 {
    margin: 9.6875rem !important;
  }
  .m-xxxl-160 {
    margin: 10rem !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xxxl-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xxxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxxl-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xxxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxxl-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xxxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xxxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxxl-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xxxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxxl-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xxxl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xxxl-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xxxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxxl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xxxl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xxxl-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xxxl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xxxl-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xxxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xxxl-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xxxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxxl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xxxl-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xxxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxxl-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xxxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxxl-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xxxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xxxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxxl-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xxxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxxl-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xxxl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xxxl-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xxxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxxl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xxxl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xxxl-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xxxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xxxl-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xxxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xxxl-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xxxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xxxl-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xxxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxxl-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xxxl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xxxl-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xxxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xxxl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xxxl-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xxxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxxl-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xxxl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xxxl-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xxxl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xxxl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xxxl-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xxxl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xxxl-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xxxl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xxxl-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xxxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-2rem {
    margin-right: 2rem !important;
  }
  .me-xxxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xxxl-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xxxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxxl-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xxxl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xxxl-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xxxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxxl-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xxxl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xxxl-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xxxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxxl-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xxxl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xxxl-115 {
    margin-right: 7.25rem !important;
  }
  .me-xxxl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xxxl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xxxl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xxxl-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xxxl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xxxl-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xxxl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xxxl-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xxxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xxxl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xxxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxxl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xxxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxxl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xxxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xxxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxxl-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xxxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxxl-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xxxl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xxxl-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xxxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xxxl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xxxl-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xxxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xxxl-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xxxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xxxl-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xxxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xxxl-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xxxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxxl-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xxxl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xxxl-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xxxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xxxl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xxxl-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xxxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxxl-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xxxl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xxxl-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xxxl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xxxl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xxxl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xxxl-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xxxl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xxxl-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xxxl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xxxl-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xxxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-2rem {
    padding: 2rem !important;
  }
  .p-xxxl-6 {
    padding: 5rem !important;
  }
  .p-xxxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxxl-45 {
    padding: 2.8125rem !important;
  }
  .p-xxxl-55 {
    padding: 3.4375rem !important;
  }
  .p-xxxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxxl-65 {
    padding: 4.0625rem !important;
  }
  .p-xxxl-70 {
    padding: 4.375rem !important;
  }
  .p-xxxl-75 {
    padding: 4.6875rem !important;
  }
  .p-xxxl-80 {
    padding: 5rem !important;
  }
  .p-xxxl-85 {
    padding: 5.3125rem !important;
  }
  .p-xxxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxxl-95 {
    padding: 5.9375rem !important;
  }
  .p-xxxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxxl-105 {
    padding: 6.5625rem !important;
  }
  .p-xxxl-110 {
    padding: 6.875rem !important;
  }
  .p-xxxl-115 {
    padding: 7.25rem !important;
  }
  .p-xxxl-120 {
    padding: 7.5rem !important;
  }
  .p-xxxl-125 {
    padding: 7.8125rem !important;
  }
  .p-xxxl-130 {
    padding: 8.125rem !important;
  }
  .p-xxxl-135 {
    padding: 8.4375rem !important;
  }
  .p-xxxl-140 {
    padding: 8.75rem !important;
  }
  .p-xxxl-145 {
    padding: 9.0625rem !important;
  }
  .p-xxxl-150 {
    padding: 9.375rem !important;
  }
  .p-xxxl-155 {
    padding: 9.6875rem !important;
  }
  .p-xxxl-160 {
    padding: 10rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxxl-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xxxl-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xxxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxxl-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xxxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxxl-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xxxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xxxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxxl-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xxxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxxl-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xxxl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xxxl-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xxxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxxl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xxxl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xxxl-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xxxl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xxxl-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xxxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xxxl-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xxxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxxl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xxxl-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xxxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxxl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xxxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxxl-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xxxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xxxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxxl-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xxxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxxl-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xxxl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xxxl-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xxxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxxl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xxxl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xxxl-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xxxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xxxl-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xxxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xxxl-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xxxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxxl-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xxxl-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xxxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxxl-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xxxl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xxxl-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xxxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xxxl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xxxl-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xxxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxxl-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xxxl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xxxl-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xxxl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xxxl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xxxl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xxxl-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xxxl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xxxl-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xxxl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xxxl-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xxxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xxxl-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xxxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxxl-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xxxl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xxxl-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xxxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xxxl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xxxl-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xxxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxxl-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xxxl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xxxl-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xxxl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xxxl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xxxl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xxxl-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xxxl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xxxl-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xxxl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xxxl-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xxxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxxl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xxxl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xxxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxxl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xxxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxxl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xxxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xxxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxxl-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xxxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxxl-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xxxl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xxxl-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xxxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxxl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xxxl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xxxl-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xxxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xxxl-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xxxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xxxl-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xxxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xxxl-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xxxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxxl-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xxxl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xxxl-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xxxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xxxl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xxxl-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xxxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxxl-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xxxl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xxxl-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xxxl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xxxl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xxxl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xxxl-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xxxl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xxxl-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xxxl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xxxl-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xxxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-2rem {
    gap: 2rem !important;
  }
  .gap-xxxl-6 {
    gap: 5rem !important;
  }
  .gap-xxxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxxl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xxxl-55 {
    gap: 3.4375rem !important;
  }
  .gap-xxxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxxl-65 {
    gap: 4.0625rem !important;
  }
  .gap-xxxl-70 {
    gap: 4.375rem !important;
  }
  .gap-xxxl-75 {
    gap: 4.6875rem !important;
  }
  .gap-xxxl-80 {
    gap: 5rem !important;
  }
  .gap-xxxl-85 {
    gap: 5.3125rem !important;
  }
  .gap-xxxl-90 {
    gap: 5.625rem !important;
  }
  .gap-xxxl-95 {
    gap: 5.9375rem !important;
  }
  .gap-xxxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxxl-105 {
    gap: 6.5625rem !important;
  }
  .gap-xxxl-110 {
    gap: 6.875rem !important;
  }
  .gap-xxxl-115 {
    gap: 7.25rem !important;
  }
  .gap-xxxl-120 {
    gap: 7.5rem !important;
  }
  .gap-xxxl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xxxl-130 {
    gap: 8.125rem !important;
  }
  .gap-xxxl-135 {
    gap: 8.4375rem !important;
  }
  .gap-xxxl-140 {
    gap: 8.75rem !important;
  }
  .gap-xxxl-145 {
    gap: 9.0625rem !important;
  }
  .gap-xxxl-150 {
    gap: 9.375rem !important;
  }
  .gap-xxxl-155 {
    gap: 9.6875rem !important;
  }
  .gap-xxxl-160 {
    gap: 10rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xxxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxxl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xxxl-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xxxl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxxl-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xxxl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xxxl-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xxxl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xxxl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxxl-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xxxl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxxl-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xxxl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xxxl-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xxxl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxxl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xxxl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xxxl-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xxxl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xxxl-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xxxl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xxxl-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xxxl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxxl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxxl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xxxl-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xxxl-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xxxl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xxxl-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xxxl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xxxl-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xxxl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxxl-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xxxl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xxxl-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xxxl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xxxl-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xxxl-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xxxl-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xxxl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xxxl-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xxxl-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xxxl-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xxxl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xxxl-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xxxl-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xxxl-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xxxl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xxxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root,
[data-bs-theme=light] {
  --bs-blue: #3b21ad;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #F7B2AD;
  --bs-red: #821d14;
  --bs-orange: #dc9f47;
  --bs-yellow: #e5c85a;
  --bs-green: #4ca88d;
  --bs-teal: #4daa8f;
  --bs-cyan: #245897;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #707070;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #eaeaea;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #d8d8d8;
  --bs-gray-500: #c1c1c1;
  --bs-gray-600: #707070;
  --bs-gray-700: #6E6E6E;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-custom-color: #900;
  --bs-very-light-green: #F2F7F3;
  --bs-off-white: #FFFAF4;
  --bs-f4f4f4: #f4f4f4;
  --bs-lightest: #A4C5A9;
  --bs-darker-green: #5B7962;
  --bs-light: #f9f9f9;
  --bs-dark: #212529;
  --bs-border-gray: #e2e2e2;
  --bs-accordion-header: #5A5A5A;
  --bs-primary: #3D549D;
  --bs-secondary: #646464;
  --bs-success: #646464;
  --bs-info: #646464;
  --bs-warning: #e5c85a;
  --bs-danger: #821d14;
  --bs-custom-color-rgb: 153, 0, 0;
  --bs-very-light-green-rgb: 242, 247, 243;
  --bs-off-white-rgb: 255, 250, 244;
  --bs-f4f4f4-rgb: 244, 244, 244;
  --bs-lightest-rgb: 164, 197, 169;
  --bs-darker-green-rgb: 91, 121, 98;
  --bs-light-rgb: 249, 249, 249;
  --bs-dark-rgb: 33, 37, 41;
  --bs-border-gray-rgb: 226, 226, 226;
  --bs-accordion-header-rgb: 90, 90, 90;
  --bs-primary-rgb: 61, 84, 157;
  --bs-secondary-rgb: 100, 100, 100;
  --bs-success-rgb: 100, 100, 100;
  --bs-info-rgb: 100, 100, 100;
  --bs-warning-rgb: 229, 200, 90;
  --bs-danger-rgb: 130, 29, 20;
  --bs-primary-text-emphasis: #18223f;
  --bs-secondary-text-emphasis: #282828;
  --bs-success-text-emphasis: #282828;
  --bs-info-text-emphasis: #282828;
  --bs-warning-text-emphasis: #5c5024;
  --bs-danger-text-emphasis: #340c08;
  --bs-light-text-emphasis: #6E6E6E;
  --bs-dark-text-emphasis: #6E6E6E;
  --bs-primary-bg-subtle: #d8ddeb;
  --bs-secondary-bg-subtle: #e0e0e0;
  --bs-success-bg-subtle: #e0e0e0;
  --bs-info-bg-subtle: #e0e0e0;
  --bs-warning-bg-subtle: #faf4de;
  --bs-danger-bg-subtle: #e6d2d0;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #d8d8d8;
  --bs-primary-border-subtle: #b1bbd8;
  --bs-secondary-border-subtle: #c1c1c1;
  --bs-success-border-subtle: #c1c1c1;
  --bs-info-border-subtle: #c1c1c1;
  --bs-warning-border-subtle: #f5e9bd;
  --bs-danger-border-subtle: #cda5a1;
  --bs-light-border-subtle: #eaeaea;
  --bs-dark-border-subtle: #c1c1c1;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Geologica", sans-serif !important;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #eaeaea;
  --bs-secondary-bg-rgb: 234, 234, 234;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f9f9f9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: inherit;
  --bs-link-color: #3D549D;
  --bs-link-color-rgb: 61, 84, 157;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #31437e;
  --bs-link-hover-color-rgb: 49, 67, 126;
  --bs-code-color: #F7B2AD;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #faf4de;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e0e0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(61, 84, 157, 0.25);
  --bs-form-valid-color: #646464;
  --bs-form-valid-border-color: #646464;
  --bs-form-invalid-color: #821d14;
  --bs-form-invalid-border-color: #821d14;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e0e0e0;
  --bs-body-color-rgb: 224, 224, 224;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(224, 224, 224, 0.75);
  --bs-secondary-color-rgb: 224, 224, 224;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(224, 224, 224, 0.5);
  --bs-tertiary-color-rgb: 224, 224, 224;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #8b98c4;
  --bs-secondary-text-emphasis: #a2a2a2;
  --bs-success-text-emphasis: #a2a2a2;
  --bs-info-text-emphasis: #a2a2a2;
  --bs-warning-text-emphasis: #efde9c;
  --bs-danger-text-emphasis: #b47772;
  --bs-light-text-emphasis: #f9f9f9;
  --bs-dark-text-emphasis: #e0e0e0;
  --bs-primary-bg-subtle: #0c111f;
  --bs-secondary-bg-subtle: #141414;
  --bs-success-bg-subtle: #141414;
  --bs-info-bg-subtle: #141414;
  --bs-warning-bg-subtle: #2e2812;
  --bs-danger-bg-subtle: #1a0604;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #25325e;
  --bs-secondary-border-subtle: #3c3c3c;
  --bs-success-border-subtle: #3c3c3c;
  --bs-info-border-subtle: #3c3c3c;
  --bs-warning-border-subtle: #897836;
  --bs-danger-border-subtle: #4e110c;
  --bs-light-border-subtle: #6E6E6E;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #8b98c4;
  --bs-link-hover-color: #a2add0;
  --bs-link-color-rgb: 139, 152, 196;
  --bs-link-hover-color-rgb: 162, 173, 208;
  --bs-code-color: #fad1ce;
  --bs-highlight-color: #e0e0e0;
  --bs-highlight-bg: #5c5024;
  --bs-border-color: #6E6E6E;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #94cbbb;
  --bs-form-valid-border-color: #94cbbb;
  --bs-form-invalid-color: #b47772;
  --bs-form-invalid-border-color: #b47772;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  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: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-xsm, .container-sm {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container, .container-xsm, .container-sm, .container-md {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg, .container-lgplus, .container-ipad-air, .container-xl {
    max-width: 1100px;
  }
}
@media (min-width: 1480px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg, .container-lgplus, .container-ipad-air, .container-xl, .container-xlplus, .container-xxl {
    max-width: 1101px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-xsm: 362px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-lgplus: 1024px;
  --bs-breakpoint-ipad-air: 1180px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xlplus: 1366px;
  --bs-breakpoint-xxl: 1480px;
  --bs-breakpoint-xxxl: 1638px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 362px) {
  .col-xsm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xsm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xsm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xsm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xsm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xsm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xsm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xsm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xsm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.33333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.66666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.33333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.66666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.33333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.66666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.33333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.66666667%;
  }
  .g-xsm-0,
  .gx-xsm-0 {
    --bs-gutter-x: 0;
  }
  .g-xsm-0,
  .gy-xsm-0 {
    --bs-gutter-y: 0;
  }
  .g-xsm-1,
  .gx-xsm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xsm-1,
  .gy-xsm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xsm-2,
  .gx-xsm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xsm-2,
  .gy-xsm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xsm-3,
  .gx-xsm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xsm-3,
  .gy-xsm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xsm-4,
  .gx-xsm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xsm-4,
  .gy-xsm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xsm-5,
  .gx-xsm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xsm-5,
  .gy-xsm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lgplus {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-lgplus-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lgplus-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lgplus-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lgplus-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lgplus-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lgplus-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lgplus-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lgplus-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lgplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lgplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lgplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lgplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lgplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lgplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lgplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lgplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lgplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lgplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lgplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lgplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lgplus-0 {
    margin-left: 0;
  }
  .offset-lgplus-1 {
    margin-left: 8.33333333%;
  }
  .offset-lgplus-2 {
    margin-left: 16.66666667%;
  }
  .offset-lgplus-3 {
    margin-left: 25%;
  }
  .offset-lgplus-4 {
    margin-left: 33.33333333%;
  }
  .offset-lgplus-5 {
    margin-left: 41.66666667%;
  }
  .offset-lgplus-6 {
    margin-left: 50%;
  }
  .offset-lgplus-7 {
    margin-left: 58.33333333%;
  }
  .offset-lgplus-8 {
    margin-left: 66.66666667%;
  }
  .offset-lgplus-9 {
    margin-left: 75%;
  }
  .offset-lgplus-10 {
    margin-left: 83.33333333%;
  }
  .offset-lgplus-11 {
    margin-left: 91.66666667%;
  }
  .g-lgplus-0,
  .gx-lgplus-0 {
    --bs-gutter-x: 0;
  }
  .g-lgplus-0,
  .gy-lgplus-0 {
    --bs-gutter-y: 0;
  }
  .g-lgplus-1,
  .gx-lgplus-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lgplus-1,
  .gy-lgplus-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lgplus-2,
  .gx-lgplus-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lgplus-2,
  .gy-lgplus-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lgplus-3,
  .gx-lgplus-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lgplus-3,
  .gy-lgplus-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lgplus-4,
  .gx-lgplus-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lgplus-4,
  .gy-lgplus-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lgplus-5,
  .gx-lgplus-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lgplus-5,
  .gy-lgplus-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1180px) {
  .col-ipad-air {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-ipad-air-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-ipad-air-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-ipad-air-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-ipad-air-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-ipad-air-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-ipad-air-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-ipad-air-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ipad-air-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-ipad-air-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-ipad-air-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ipad-air-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-ipad-air-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-ipad-air-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-ipad-air-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-ipad-air-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-ipad-air-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-ipad-air-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-ipad-air-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-ipad-air-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-ipad-air-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-ipad-air-0 {
    margin-left: 0;
  }
  .offset-ipad-air-1 {
    margin-left: 8.33333333%;
  }
  .offset-ipad-air-2 {
    margin-left: 16.66666667%;
  }
  .offset-ipad-air-3 {
    margin-left: 25%;
  }
  .offset-ipad-air-4 {
    margin-left: 33.33333333%;
  }
  .offset-ipad-air-5 {
    margin-left: 41.66666667%;
  }
  .offset-ipad-air-6 {
    margin-left: 50%;
  }
  .offset-ipad-air-7 {
    margin-left: 58.33333333%;
  }
  .offset-ipad-air-8 {
    margin-left: 66.66666667%;
  }
  .offset-ipad-air-9 {
    margin-left: 75%;
  }
  .offset-ipad-air-10 {
    margin-left: 83.33333333%;
  }
  .offset-ipad-air-11 {
    margin-left: 91.66666667%;
  }
  .g-ipad-air-0,
  .gx-ipad-air-0 {
    --bs-gutter-x: 0;
  }
  .g-ipad-air-0,
  .gy-ipad-air-0 {
    --bs-gutter-y: 0;
  }
  .g-ipad-air-1,
  .gx-ipad-air-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-ipad-air-1,
  .gy-ipad-air-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-ipad-air-2,
  .gx-ipad-air-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-ipad-air-2,
  .gy-ipad-air-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-ipad-air-3,
  .gx-ipad-air-3 {
    --bs-gutter-x: 1rem;
  }
  .g-ipad-air-3,
  .gy-ipad-air-3 {
    --bs-gutter-y: 1rem;
  }
  .g-ipad-air-4,
  .gx-ipad-air-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-ipad-air-4,
  .gy-ipad-air-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-ipad-air-5,
  .gx-ipad-air-5 {
    --bs-gutter-x: 3rem;
  }
  .g-ipad-air-5,
  .gy-ipad-air-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1366px) {
  .col-xlplus {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xlplus-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xlplus-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xlplus-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xlplus-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xlplus-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xlplus-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xlplus-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xlplus-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xlplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xlplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xlplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xlplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xlplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xlplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xlplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xlplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xlplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xlplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xlplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xlplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xlplus-0 {
    margin-left: 0;
  }
  .offset-xlplus-1 {
    margin-left: 8.33333333%;
  }
  .offset-xlplus-2 {
    margin-left: 16.66666667%;
  }
  .offset-xlplus-3 {
    margin-left: 25%;
  }
  .offset-xlplus-4 {
    margin-left: 33.33333333%;
  }
  .offset-xlplus-5 {
    margin-left: 41.66666667%;
  }
  .offset-xlplus-6 {
    margin-left: 50%;
  }
  .offset-xlplus-7 {
    margin-left: 58.33333333%;
  }
  .offset-xlplus-8 {
    margin-left: 66.66666667%;
  }
  .offset-xlplus-9 {
    margin-left: 75%;
  }
  .offset-xlplus-10 {
    margin-left: 83.33333333%;
  }
  .offset-xlplus-11 {
    margin-left: 91.66666667%;
  }
  .g-xlplus-0,
  .gx-xlplus-0 {
    --bs-gutter-x: 0;
  }
  .g-xlplus-0,
  .gy-xlplus-0 {
    --bs-gutter-y: 0;
  }
  .g-xlplus-1,
  .gx-xlplus-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xlplus-1,
  .gy-xlplus-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xlplus-2,
  .gx-xlplus-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xlplus-2,
  .gy-xlplus-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xlplus-3,
  .gx-xlplus-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xlplus-3,
  .gy-xlplus-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xlplus-4,
  .gx-xlplus-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xlplus-4,
  .gy-xlplus-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xlplus-5,
  .gx-xlplus-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xlplus-5,
  .gy-xlplus-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1480px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1638px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-custom-color {
  color: #fff !important;
  background-color: RGBA(var(--bs-custom-color-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-very-light-green {
  color: #000 !important;
  background-color: RGBA(var(--bs-very-light-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-off-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-off-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-f4f4f4 {
  color: #000 !important;
  background-color: RGBA(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lightest {
  color: #000 !important;
  background-color: RGBA(var(--bs-lightest-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-darker-green {
  color: #fff !important;
  background-color: RGBA(var(--bs-darker-green-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-border-gray {
  color: #000 !important;
  background-color: RGBA(var(--bs-border-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-accordion-header {
  color: #fff !important;
  background-color: RGBA(var(--bs-accordion-header-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-custom-color {
  color: RGBA(var(--bs-custom-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-custom-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-custom-color:hover, .link-custom-color:focus {
  color: RGBA(122, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(122, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-very-light-green {
  color: RGBA(var(--bs-very-light-green-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-very-light-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-very-light-green:hover, .link-very-light-green:focus {
  color: RGBA(245, 249, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 249, 245, var(--bs-link-underline-opacity, 1)) !important;
}

.link-off-white {
  color: RGBA(var(--bs-off-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-off-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-off-white:hover, .link-off-white:focus {
  color: RGBA(255, 251, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 251, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-f4f4f4 {
  color: RGBA(var(--bs-f4f4f4-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-f4f4f4-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-f4f4f4:hover, .link-f4f4f4:focus {
  color: RGBA(246, 246, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 246, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lightest {
  color: RGBA(var(--bs-lightest-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lightest-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lightest:hover, .link-lightest:focus {
  color: RGBA(182, 209, 186, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(182, 209, 186, var(--bs-link-underline-opacity, 1)) !important;
}

.link-darker-green {
  color: RGBA(var(--bs-darker-green-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-darker-green-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-darker-green:hover, .link-darker-green:focus {
  color: RGBA(73, 97, 78, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 97, 78, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(250, 250, 250, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 250, 250, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-border-gray {
  color: RGBA(var(--bs-border-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-border-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-border-gray:hover, .link-border-gray:focus {
  color: RGBA(232, 232, 232, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 232, 232, var(--bs-link-underline-opacity, 1)) !important;
}

.link-accordion-header {
  color: RGBA(var(--bs-accordion-header-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-accordion-header-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-accordion-header:hover, .link-accordion-header:focus {
  color: RGBA(72, 72, 72, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(72, 72, 72, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(49, 67, 126, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(49, 67, 126, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(80, 80, 80, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(80, 80, 80, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(80, 80, 80, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(80, 80, 80, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(80, 80, 80, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(80, 80, 80, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(234, 211, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(234, 211, 123, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(104, 23, 16, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(104, 23, 16, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
          box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 362px) {
  .sticky-xsm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xsm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lgplus-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lgplus-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1180px) {
  .sticky-ipad-air-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-ipad-air-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1366px) {
  .sticky-xlplus-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xlplus-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1480px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1638px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

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

.opacity-75 {
  opacity: 0.75 !important;
}

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus-ring-custom-color {
  --bs-focus-ring-color: rgba(var(--bs-custom-color-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-very-light-green {
  --bs-focus-ring-color: rgba(var(--bs-very-light-green-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-off-white {
  --bs-focus-ring-color: rgba(var(--bs-off-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-f4f4f4 {
  --bs-focus-ring-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lightest {
  --bs-focus-ring-color: rgba(var(--bs-lightest-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-darker-green {
  --bs-focus-ring-color: rgba(var(--bs-darker-green-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-border-gray {
  --bs-focus-ring-color: rgba(var(--bs-border-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-accordion-header {
  --bs-focus-ring-color: rgba(var(--bs-accordion-header-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-custom-color {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-custom-color-rgb), var(--bs-border-opacity)) !important;
}

.border-very-light-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-very-light-green-rgb), var(--bs-border-opacity)) !important;
}

.border-off-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-off-white-rgb), var(--bs-border-opacity)) !important;
}

.border-f4f4f4 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-border-opacity)) !important;
}

.border-lightest {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lightest-rgb), var(--bs-border-opacity)) !important;
}

.border-darker-green {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-darker-green-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-border-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-border-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-accordion-header {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-accordion-header-rgb), var(--bs-border-opacity)) !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-45 {
  margin: 2.8125rem !important;
}

.m-55 {
  margin: 3.4375rem !important;
}

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

.m-65 {
  margin: 4.0625rem !important;
}

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

.m-75 {
  margin: 4.6875rem !important;
}

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

.m-85 {
  margin: 5.3125rem !important;
}

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

.m-95 {
  margin: 5.9375rem !important;
}

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

.m-105 {
  margin: 6.5625rem !important;
}

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

.m-115 {
  margin: 7.25rem !important;
}

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

.m-125 {
  margin: 7.8125rem !important;
}

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

.m-135 {
  margin: 8.4375rem !important;
}

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

.m-145 {
  margin: 9.0625rem !important;
}

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

.m-155 {
  margin: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-45 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important;
}

.mx-55 {
  margin-right: 3.4375rem !important;
  margin-left: 3.4375rem !important;
}

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

.mx-65 {
  margin-right: 4.0625rem !important;
  margin-left: 4.0625rem !important;
}

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

.mx-75 {
  margin-right: 4.6875rem !important;
  margin-left: 4.6875rem !important;
}

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

.mx-85 {
  margin-right: 5.3125rem !important;
  margin-left: 5.3125rem !important;
}

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

.mx-95 {
  margin-right: 5.9375rem !important;
  margin-left: 5.9375rem !important;
}

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

.mx-105 {
  margin-right: 6.5625rem !important;
  margin-left: 6.5625rem !important;
}

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

.mx-115 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

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

.mx-125 {
  margin-right: 7.8125rem !important;
  margin-left: 7.8125rem !important;
}

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

.mx-135 {
  margin-right: 8.4375rem !important;
  margin-left: 8.4375rem !important;
}

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

.mx-145 {
  margin-right: 9.0625rem !important;
  margin-left: 9.0625rem !important;
}

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

.mx-155 {
  margin-right: 9.6875rem !important;
  margin-left: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.my-45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

.my-55 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

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

.my-65 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

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

.my-75 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

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

.my-85 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

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

.my-95 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

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

.my-105 {
  margin-top: 6.5625rem !important;
  margin-bottom: 6.5625rem !important;
}

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

.my-115 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

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

.my-125 {
  margin-top: 7.8125rem !important;
  margin-bottom: 7.8125rem !important;
}

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

.my-135 {
  margin-top: 8.4375rem !important;
  margin-bottom: 8.4375rem !important;
}

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

.my-145 {
  margin-top: 9.0625rem !important;
  margin-bottom: 9.0625rem !important;
}

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

.my-155 {
  margin-top: 9.6875rem !important;
  margin-bottom: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-45 {
  margin-top: 2.8125rem !important;
}

.mt-55 {
  margin-top: 3.4375rem !important;
}

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

.mt-65 {
  margin-top: 4.0625rem !important;
}

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

.mt-75 {
  margin-top: 4.6875rem !important;
}

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

.mt-85 {
  margin-top: 5.3125rem !important;
}

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

.mt-95 {
  margin-top: 5.9375rem !important;
}

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

.mt-105 {
  margin-top: 6.5625rem !important;
}

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

.mt-115 {
  margin-top: 7.25rem !important;
}

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

.mt-125 {
  margin-top: 7.8125rem !important;
}

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

.mt-135 {
  margin-top: 8.4375rem !important;
}

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

.mt-145 {
  margin-top: 9.0625rem !important;
}

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

.mt-155 {
  margin-top: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.me-45 {
  margin-right: 2.8125rem !important;
}

.me-55 {
  margin-right: 3.4375rem !important;
}

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

.me-65 {
  margin-right: 4.0625rem !important;
}

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

.me-75 {
  margin-right: 4.6875rem !important;
}

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

.me-85 {
  margin-right: 5.3125rem !important;
}

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

.me-95 {
  margin-right: 5.9375rem !important;
}

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

.me-105 {
  margin-right: 6.5625rem !important;
}

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

.me-115 {
  margin-right: 7.25rem !important;
}

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

.me-125 {
  margin-right: 7.8125rem !important;
}

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

.me-135 {
  margin-right: 8.4375rem !important;
}

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

.me-145 {
  margin-right: 9.0625rem !important;
}

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

.me-155 {
  margin-right: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-45 {
  margin-bottom: 2.8125rem !important;
}

.mb-55 {
  margin-bottom: 3.4375rem !important;
}

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

.mb-65 {
  margin-bottom: 4.0625rem !important;
}

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

.mb-75 {
  margin-bottom: 4.6875rem !important;
}

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

.mb-85 {
  margin-bottom: 5.3125rem !important;
}

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

.mb-95 {
  margin-bottom: 5.9375rem !important;
}

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

.mb-105 {
  margin-bottom: 6.5625rem !important;
}

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

.mb-115 {
  margin-bottom: 7.25rem !important;
}

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

.mb-125 {
  margin-bottom: 7.8125rem !important;
}

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

.mb-135 {
  margin-bottom: 8.4375rem !important;
}

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

.mb-145 {
  margin-bottom: 9.0625rem !important;
}

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

.mb-155 {
  margin-bottom: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ms-45 {
  margin-left: 2.8125rem !important;
}

.ms-55 {
  margin-left: 3.4375rem !important;
}

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

.ms-65 {
  margin-left: 4.0625rem !important;
}

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

.ms-75 {
  margin-left: 4.6875rem !important;
}

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

.ms-85 {
  margin-left: 5.3125rem !important;
}

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

.ms-95 {
  margin-left: 5.9375rem !important;
}

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

.ms-105 {
  margin-left: 6.5625rem !important;
}

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

.ms-115 {
  margin-left: 7.25rem !important;
}

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

.ms-125 {
  margin-left: 7.8125rem !important;
}

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

.ms-135 {
  margin-left: 8.4375rem !important;
}

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

.ms-145 {
  margin-left: 9.0625rem !important;
}

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

.ms-155 {
  margin-left: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.p-45 {
  padding: 2.8125rem !important;
}

.p-55 {
  padding: 3.4375rem !important;
}

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

.p-65 {
  padding: 4.0625rem !important;
}

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

.p-75 {
  padding: 4.6875rem !important;
}

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

.p-85 {
  padding: 5.3125rem !important;
}

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

.p-95 {
  padding: 5.9375rem !important;
}

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

.p-105 {
  padding: 6.5625rem !important;
}

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

.p-115 {
  padding: 7.25rem !important;
}

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

.p-125 {
  padding: 7.8125rem !important;
}

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

.p-135 {
  padding: 8.4375rem !important;
}

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

.p-145 {
  padding: 9.0625rem !important;
}

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

.p-155 {
  padding: 9.6875rem !important;
}

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

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

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

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

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

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

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

.px-2rem {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-45 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important;
}

.px-55 {
  padding-right: 3.4375rem !important;
  padding-left: 3.4375rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-65 {
  padding-right: 4.0625rem !important;
  padding-left: 4.0625rem !important;
}

.px-70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.px-75 {
  padding-right: 4.6875rem !important;
  padding-left: 4.6875rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-85 {
  padding-right: 5.3125rem !important;
  padding-left: 5.3125rem !important;
}

.px-90 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px-95 {
  padding-right: 5.9375rem !important;
  padding-left: 5.9375rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-105 {
  padding-right: 6.5625rem !important;
  padding-left: 6.5625rem !important;
}

.px-110 {
  padding-right: 6.875rem !important;
  padding-left: 6.875rem !important;
}

.px-115 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.px-120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-125 {
  padding-right: 7.8125rem !important;
  padding-left: 7.8125rem !important;
}

.px-130 {
  padding-right: 8.125rem !important;
  padding-left: 8.125rem !important;
}

.px-135 {
  padding-right: 8.4375rem !important;
  padding-left: 8.4375rem !important;
}

.px-140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.px-145 {
  padding-right: 9.0625rem !important;
  padding-left: 9.0625rem !important;
}

.px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.px-155 {
  padding-right: 9.6875rem !important;
  padding-left: 9.6875rem !important;
}

.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

.py-55 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py-75 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-85 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py-95 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-105 {
  padding-top: 6.5625rem !important;
  padding-bottom: 6.5625rem !important;
}

.py-110 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}

.py-115 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-125 {
  padding-top: 7.8125rem !important;
  padding-bottom: 7.8125rem !important;
}

.py-130 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}

.py-135 {
  padding-top: 8.4375rem !important;
  padding-bottom: 8.4375rem !important;
}

.py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.py-145 {
  padding-top: 9.0625rem !important;
  padding-bottom: 9.0625rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.py-155 {
  padding-top: 9.6875rem !important;
  padding-bottom: 9.6875rem !important;
}

.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-2rem {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.8125rem !important;
}

.pt-55 {
  padding-top: 3.4375rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.0625rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pt-75 {
  padding-top: 4.6875rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-85 {
  padding-top: 5.3125rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-95 {
  padding-top: 5.9375rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-105 {
  padding-top: 6.5625rem !important;
}

.pt-110 {
  padding-top: 6.875rem !important;
}

.pt-115 {
  padding-top: 7.25rem !important;
}

.pt-120 {
  padding-top: 7.5rem !important;
}

.pt-125 {
  padding-top: 7.8125rem !important;
}

.pt-130 {
  padding-top: 8.125rem !important;
}

.pt-135 {
  padding-top: 8.4375rem !important;
}

.pt-140 {
  padding-top: 8.75rem !important;
}

.pt-145 {
  padding-top: 9.0625rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-155 {
  padding-top: 9.6875rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-2rem {
  padding-right: 2rem !important;
}

.pe-6 {
  padding-right: 5rem !important;
}

.pe-40 {
  padding-right: 2.5rem !important;
}

.pe-45 {
  padding-right: 2.8125rem !important;
}

.pe-55 {
  padding-right: 3.4375rem !important;
}

.pe-60 {
  padding-right: 3.75rem !important;
}

.pe-65 {
  padding-right: 4.0625rem !important;
}

.pe-70 {
  padding-right: 4.375rem !important;
}

.pe-75 {
  padding-right: 4.6875rem !important;
}

.pe-80 {
  padding-right: 5rem !important;
}

.pe-85 {
  padding-right: 5.3125rem !important;
}

.pe-90 {
  padding-right: 5.625rem !important;
}

.pe-95 {
  padding-right: 5.9375rem !important;
}

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-105 {
  padding-right: 6.5625rem !important;
}

.pe-110 {
  padding-right: 6.875rem !important;
}

.pe-115 {
  padding-right: 7.25rem !important;
}

.pe-120 {
  padding-right: 7.5rem !important;
}

.pe-125 {
  padding-right: 7.8125rem !important;
}

.pe-130 {
  padding-right: 8.125rem !important;
}

.pe-135 {
  padding-right: 8.4375rem !important;
}

.pe-140 {
  padding-right: 8.75rem !important;
}

.pe-145 {
  padding-right: 9.0625rem !important;
}

.pe-150 {
  padding-right: 9.375rem !important;
}

.pe-155 {
  padding-right: 9.6875rem !important;
}

.pe-160 {
  padding-right: 10rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-2rem {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.8125rem !important;
}

.pb-55 {
  padding-bottom: 3.4375rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.0625rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-75 {
  padding-bottom: 4.6875rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-85 {
  padding-bottom: 5.3125rem !important;
}

.pb-90 {
  padding-bottom: 5.625rem !important;
}

.pb-95 {
  padding-bottom: 5.9375rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-105 {
  padding-bottom: 6.5625rem !important;
}

.pb-110 {
  padding-bottom: 6.875rem !important;
}

.pb-115 {
  padding-bottom: 7.25rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.pb-125 {
  padding-bottom: 7.8125rem !important;
}

.pb-130 {
  padding-bottom: 8.125rem !important;
}

.pb-135 {
  padding-bottom: 8.4375rem !important;
}

.pb-140 {
  padding-bottom: 8.75rem !important;
}

.pb-145 {
  padding-bottom: 9.0625rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.pb-155 {
  padding-bottom: 9.6875rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-2rem {
  padding-left: 2rem !important;
}

.ps-6 {
  padding-left: 5rem !important;
}

.ps-40 {
  padding-left: 2.5rem !important;
}

.ps-45 {
  padding-left: 2.8125rem !important;
}

.ps-55 {
  padding-left: 3.4375rem !important;
}

.ps-60 {
  padding-left: 3.75rem !important;
}

.ps-65 {
  padding-left: 4.0625rem !important;
}

.ps-70 {
  padding-left: 4.375rem !important;
}

.ps-75 {
  padding-left: 4.6875rem !important;
}

.ps-80 {
  padding-left: 5rem !important;
}

.ps-85 {
  padding-left: 5.3125rem !important;
}

.ps-90 {
  padding-left: 5.625rem !important;
}

.ps-95 {
  padding-left: 5.9375rem !important;
}

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-105 {
  padding-left: 6.5625rem !important;
}

.ps-110 {
  padding-left: 6.875rem !important;
}

.ps-115 {
  padding-left: 7.25rem !important;
}

.ps-120 {
  padding-left: 7.5rem !important;
}

.ps-125 {
  padding-left: 7.8125rem !important;
}

.ps-130 {
  padding-left: 8.125rem !important;
}

.ps-135 {
  padding-left: 8.4375rem !important;
}

.ps-140 {
  padding-left: 8.75rem !important;
}

.ps-145 {
  padding-left: 9.0625rem !important;
}

.ps-150 {
  padding-left: 9.375rem !important;
}

.ps-155 {
  padding-left: 9.6875rem !important;
}

.ps-160 {
  padding-left: 10rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

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

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

.gap-45 {
  gap: 2.8125rem !important;
}

.gap-55 {
  gap: 3.4375rem !important;
}

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

.gap-65 {
  gap: 4.0625rem !important;
}

.gap-70 {
  gap: 4.375rem !important;
}

.gap-75 {
  gap: 4.6875rem !important;
}

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

.gap-85 {
  gap: 5.3125rem !important;
}

.gap-90 {
  gap: 5.625rem !important;
}

.gap-95 {
  gap: 5.9375rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-105 {
  gap: 6.5625rem !important;
}

.gap-110 {
  gap: 6.875rem !important;
}

.gap-115 {
  gap: 7.25rem !important;
}

.gap-120 {
  gap: 7.5rem !important;
}

.gap-125 {
  gap: 7.8125rem !important;
}

.gap-130 {
  gap: 8.125rem !important;
}

.gap-135 {
  gap: 8.4375rem !important;
}

.gap-140 {
  gap: 8.75rem !important;
}

.gap-145 {
  gap: 9.0625rem !important;
}

.gap-150 {
  gap: 9.375rem !important;
}

.gap-155 {
  gap: 9.6875rem !important;
}

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

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

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 5rem !important;
}

.row-gap-40 {
  row-gap: 2.5rem !important;
}

.row-gap-45 {
  row-gap: 2.8125rem !important;
}

.row-gap-55 {
  row-gap: 3.4375rem !important;
}

.row-gap-60 {
  row-gap: 3.75rem !important;
}

.row-gap-65 {
  row-gap: 4.0625rem !important;
}

.row-gap-70 {
  row-gap: 4.375rem !important;
}

.row-gap-75 {
  row-gap: 4.6875rem !important;
}

.row-gap-80 {
  row-gap: 5rem !important;
}

.row-gap-85 {
  row-gap: 5.3125rem !important;
}

.row-gap-90 {
  row-gap: 5.625rem !important;
}

.row-gap-95 {
  row-gap: 5.9375rem !important;
}

.row-gap-100 {
  row-gap: 6.25rem !important;
}

.row-gap-105 {
  row-gap: 6.5625rem !important;
}

.row-gap-110 {
  row-gap: 6.875rem !important;
}

.row-gap-115 {
  row-gap: 7.25rem !important;
}

.row-gap-120 {
  row-gap: 7.5rem !important;
}

.row-gap-125 {
  row-gap: 7.8125rem !important;
}

.row-gap-130 {
  row-gap: 8.125rem !important;
}

.row-gap-135 {
  row-gap: 8.4375rem !important;
}

.row-gap-140 {
  row-gap: 8.75rem !important;
}

.row-gap-145 {
  row-gap: 9.0625rem !important;
}

.row-gap-150 {
  row-gap: 9.375rem !important;
}

.row-gap-155 {
  row-gap: 9.6875rem !important;
}

.row-gap-160 {
  row-gap: 10rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-2rem {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.column-gap-6 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.column-gap-40 {
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.column-gap-45 {
  -webkit-column-gap: 2.8125rem !important;
     -moz-column-gap: 2.8125rem !important;
          column-gap: 2.8125rem !important;
}

.column-gap-55 {
  -webkit-column-gap: 3.4375rem !important;
     -moz-column-gap: 3.4375rem !important;
          column-gap: 3.4375rem !important;
}

.column-gap-60 {
  -webkit-column-gap: 3.75rem !important;
     -moz-column-gap: 3.75rem !important;
          column-gap: 3.75rem !important;
}

.column-gap-65 {
  -webkit-column-gap: 4.0625rem !important;
     -moz-column-gap: 4.0625rem !important;
          column-gap: 4.0625rem !important;
}

.column-gap-70 {
  -webkit-column-gap: 4.375rem !important;
     -moz-column-gap: 4.375rem !important;
          column-gap: 4.375rem !important;
}

.column-gap-75 {
  -webkit-column-gap: 4.6875rem !important;
     -moz-column-gap: 4.6875rem !important;
          column-gap: 4.6875rem !important;
}

.column-gap-80 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.column-gap-85 {
  -webkit-column-gap: 5.3125rem !important;
     -moz-column-gap: 5.3125rem !important;
          column-gap: 5.3125rem !important;
}

.column-gap-90 {
  -webkit-column-gap: 5.625rem !important;
     -moz-column-gap: 5.625rem !important;
          column-gap: 5.625rem !important;
}

.column-gap-95 {
  -webkit-column-gap: 5.9375rem !important;
     -moz-column-gap: 5.9375rem !important;
          column-gap: 5.9375rem !important;
}

.column-gap-100 {
  -webkit-column-gap: 6.25rem !important;
     -moz-column-gap: 6.25rem !important;
          column-gap: 6.25rem !important;
}

.column-gap-105 {
  -webkit-column-gap: 6.5625rem !important;
     -moz-column-gap: 6.5625rem !important;
          column-gap: 6.5625rem !important;
}

.column-gap-110 {
  -webkit-column-gap: 6.875rem !important;
     -moz-column-gap: 6.875rem !important;
          column-gap: 6.875rem !important;
}

.column-gap-115 {
  -webkit-column-gap: 7.25rem !important;
     -moz-column-gap: 7.25rem !important;
          column-gap: 7.25rem !important;
}

.column-gap-120 {
  -webkit-column-gap: 7.5rem !important;
     -moz-column-gap: 7.5rem !important;
          column-gap: 7.5rem !important;
}

.column-gap-125 {
  -webkit-column-gap: 7.8125rem !important;
     -moz-column-gap: 7.8125rem !important;
          column-gap: 7.8125rem !important;
}

.column-gap-130 {
  -webkit-column-gap: 8.125rem !important;
     -moz-column-gap: 8.125rem !important;
          column-gap: 8.125rem !important;
}

.column-gap-135 {
  -webkit-column-gap: 8.4375rem !important;
     -moz-column-gap: 8.4375rem !important;
          column-gap: 8.4375rem !important;
}

.column-gap-140 {
  -webkit-column-gap: 8.75rem !important;
     -moz-column-gap: 8.75rem !important;
          column-gap: 8.75rem !important;
}

.column-gap-145 {
  -webkit-column-gap: 9.0625rem !important;
     -moz-column-gap: 9.0625rem !important;
          column-gap: 9.0625rem !important;
}

.column-gap-150 {
  -webkit-column-gap: 9.375rem !important;
     -moz-column-gap: 9.375rem !important;
          column-gap: 9.375rem !important;
}

.column-gap-155 {
  -webkit-column-gap: 9.6875rem !important;
     -moz-column-gap: 9.6875rem !important;
          column-gap: 9.6875rem !important;
}

.column-gap-160 {
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-custom-color {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-custom-color-rgb), var(--bs-text-opacity)) !important;
}

.text-very-light-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-very-light-green-rgb), var(--bs-text-opacity)) !important;
}

.text-off-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-off-white-rgb), var(--bs-text-opacity)) !important;
}

.text-f4f4f4 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-f4f4f4-rgb), var(--bs-text-opacity)) !important;
}

.text-lightest {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lightest-rgb), var(--bs-text-opacity)) !important;
}

.text-darker-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-darker-green-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-border-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-border-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-accordion-header {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accordion-header-rgb), var(--bs-text-opacity)) !important;
}

.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-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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

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

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

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

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

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

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

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

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

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-custom-color {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-custom-color-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-very-light-green {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-very-light-green-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-off-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-off-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-f4f4f4 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lightest {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lightest-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-darker-green {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-darker-green-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-border-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-border-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-accordion-header {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-accordion-header-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-custom-color {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
}

.bg-very-light-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-off-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-f4f4f4 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lightest {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
}

.bg-darker-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-darker-green-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-border-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accordion-header {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
}

.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-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 362px) {
  .float-xsm-start {
    float: left !important;
  }
  .float-xsm-end {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
  .object-fit-xsm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xsm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xsm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xsm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xsm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xsm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xsm-none {
    display: none !important;
  }
  .border-xsm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xsm-0 {
    border: 0 !important;
  }
  .flex-xsm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xsm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xsm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xsm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xsm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xsm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xsm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xsm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xsm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xsm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xsm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xsm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xsm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xsm-2rem {
    margin: 2rem !important;
  }
  .m-xsm-6 {
    margin: 5rem !important;
  }
  .m-xsm-40 {
    margin: 2.5rem !important;
  }
  .m-xsm-45 {
    margin: 2.8125rem !important;
  }
  .m-xsm-55 {
    margin: 3.4375rem !important;
  }
  .m-xsm-60 {
    margin: 3.75rem !important;
  }
  .m-xsm-65 {
    margin: 4.0625rem !important;
  }
  .m-xsm-70 {
    margin: 4.375rem !important;
  }
  .m-xsm-75 {
    margin: 4.6875rem !important;
  }
  .m-xsm-80 {
    margin: 5rem !important;
  }
  .m-xsm-85 {
    margin: 5.3125rem !important;
  }
  .m-xsm-90 {
    margin: 5.625rem !important;
  }
  .m-xsm-95 {
    margin: 5.9375rem !important;
  }
  .m-xsm-100 {
    margin: 6.25rem !important;
  }
  .m-xsm-105 {
    margin: 6.5625rem !important;
  }
  .m-xsm-110 {
    margin: 6.875rem !important;
  }
  .m-xsm-115 {
    margin: 7.25rem !important;
  }
  .m-xsm-120 {
    margin: 7.5rem !important;
  }
  .m-xsm-125 {
    margin: 7.8125rem !important;
  }
  .m-xsm-130 {
    margin: 8.125rem !important;
  }
  .m-xsm-135 {
    margin: 8.4375rem !important;
  }
  .m-xsm-140 {
    margin: 8.75rem !important;
  }
  .m-xsm-145 {
    margin: 9.0625rem !important;
  }
  .m-xsm-150 {
    margin: 9.375rem !important;
  }
  .m-xsm-155 {
    margin: 9.6875rem !important;
  }
  .m-xsm-160 {
    margin: 10rem !important;
  }
  .m-xsm-0 {
    margin: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mx-xsm-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xsm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xsm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xsm-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xsm-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xsm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xsm-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xsm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xsm-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xsm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xsm-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xsm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xsm-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xsm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xsm-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xsm-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xsm-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xsm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xsm-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xsm-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xsm-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xsm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xsm-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xsm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xsm-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xsm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xsm-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xsm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xsm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xsm-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xsm-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xsm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xsm-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xsm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xsm-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xsm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xsm-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xsm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xsm-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xsm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xsm-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xsm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xsm-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xsm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xsm-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xsm-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xsm-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xsm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xsm-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xsm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xsm-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xsm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xsm-2rem {
    margin-top: 2rem !important;
  }
  .mt-xsm-6 {
    margin-top: 5rem !important;
  }
  .mt-xsm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xsm-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xsm-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xsm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xsm-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xsm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xsm-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xsm-80 {
    margin-top: 5rem !important;
  }
  .mt-xsm-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xsm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xsm-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xsm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xsm-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xsm-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xsm-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xsm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xsm-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xsm-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xsm-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xsm-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xsm-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xsm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xsm-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xsm-160 {
    margin-top: 10rem !important;
  }
  .mt-xsm-0 {
    margin-top: 0 !important;
  }
  .mt-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xsm-3 {
    margin-top: 1rem !important;
  }
  .mt-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xsm-5 {
    margin-top: 3rem !important;
  }
  .mt-xsm-auto {
    margin-top: auto !important;
  }
  .me-xsm-2rem {
    margin-right: 2rem !important;
  }
  .me-xsm-6 {
    margin-right: 5rem !important;
  }
  .me-xsm-40 {
    margin-right: 2.5rem !important;
  }
  .me-xsm-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xsm-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xsm-60 {
    margin-right: 3.75rem !important;
  }
  .me-xsm-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xsm-70 {
    margin-right: 4.375rem !important;
  }
  .me-xsm-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xsm-80 {
    margin-right: 5rem !important;
  }
  .me-xsm-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xsm-90 {
    margin-right: 5.625rem !important;
  }
  .me-xsm-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xsm-100 {
    margin-right: 6.25rem !important;
  }
  .me-xsm-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xsm-110 {
    margin-right: 6.875rem !important;
  }
  .me-xsm-115 {
    margin-right: 7.25rem !important;
  }
  .me-xsm-120 {
    margin-right: 7.5rem !important;
  }
  .me-xsm-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xsm-130 {
    margin-right: 8.125rem !important;
  }
  .me-xsm-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xsm-140 {
    margin-right: 8.75rem !important;
  }
  .me-xsm-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xsm-150 {
    margin-right: 9.375rem !important;
  }
  .me-xsm-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xsm-160 {
    margin-right: 10rem !important;
  }
  .me-xsm-0 {
    margin-right: 0 !important;
  }
  .me-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .me-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .me-xsm-3 {
    margin-right: 1rem !important;
  }
  .me-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .me-xsm-5 {
    margin-right: 3rem !important;
  }
  .me-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xsm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xsm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xsm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xsm-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xsm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xsm-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xsm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xsm-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xsm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xsm-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xsm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xsm-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xsm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xsm-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xsm-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xsm-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xsm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xsm-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xsm-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xsm-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xsm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xsm-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xsm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xsm-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xsm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xsm-auto {
    margin-bottom: auto !important;
  }
  .ms-xsm-2rem {
    margin-left: 2rem !important;
  }
  .ms-xsm-6 {
    margin-left: 5rem !important;
  }
  .ms-xsm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xsm-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xsm-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xsm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xsm-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xsm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xsm-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xsm-80 {
    margin-left: 5rem !important;
  }
  .ms-xsm-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xsm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xsm-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xsm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xsm-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xsm-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xsm-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xsm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xsm-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xsm-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xsm-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xsm-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xsm-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xsm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xsm-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xsm-160 {
    margin-left: 10rem !important;
  }
  .ms-xsm-0 {
    margin-left: 0 !important;
  }
  .ms-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xsm-3 {
    margin-left: 1rem !important;
  }
  .ms-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xsm-5 {
    margin-left: 3rem !important;
  }
  .ms-xsm-auto {
    margin-left: auto !important;
  }
  .p-xsm-2rem {
    padding: 2rem !important;
  }
  .p-xsm-6 {
    padding: 5rem !important;
  }
  .p-xsm-40 {
    padding: 2.5rem !important;
  }
  .p-xsm-45 {
    padding: 2.8125rem !important;
  }
  .p-xsm-55 {
    padding: 3.4375rem !important;
  }
  .p-xsm-60 {
    padding: 3.75rem !important;
  }
  .p-xsm-65 {
    padding: 4.0625rem !important;
  }
  .p-xsm-70 {
    padding: 4.375rem !important;
  }
  .p-xsm-75 {
    padding: 4.6875rem !important;
  }
  .p-xsm-80 {
    padding: 5rem !important;
  }
  .p-xsm-85 {
    padding: 5.3125rem !important;
  }
  .p-xsm-90 {
    padding: 5.625rem !important;
  }
  .p-xsm-95 {
    padding: 5.9375rem !important;
  }
  .p-xsm-100 {
    padding: 6.25rem !important;
  }
  .p-xsm-105 {
    padding: 6.5625rem !important;
  }
  .p-xsm-110 {
    padding: 6.875rem !important;
  }
  .p-xsm-115 {
    padding: 7.25rem !important;
  }
  .p-xsm-120 {
    padding: 7.5rem !important;
  }
  .p-xsm-125 {
    padding: 7.8125rem !important;
  }
  .p-xsm-130 {
    padding: 8.125rem !important;
  }
  .p-xsm-135 {
    padding: 8.4375rem !important;
  }
  .p-xsm-140 {
    padding: 8.75rem !important;
  }
  .p-xsm-145 {
    padding: 9.0625rem !important;
  }
  .p-xsm-150 {
    padding: 9.375rem !important;
  }
  .p-xsm-155 {
    padding: 9.6875rem !important;
  }
  .p-xsm-160 {
    padding: 10rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .px-xsm-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xsm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xsm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xsm-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xsm-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xsm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xsm-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xsm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xsm-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xsm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xsm-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xsm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xsm-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xsm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xsm-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xsm-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xsm-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xsm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xsm-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xsm-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xsm-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xsm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xsm-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xsm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xsm-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xsm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xsm-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xsm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xsm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xsm-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xsm-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xsm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xsm-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xsm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xsm-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xsm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xsm-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xsm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xsm-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xsm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xsm-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xsm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xsm-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xsm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xsm-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xsm-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xsm-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xsm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xsm-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xsm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xsm-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xsm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xsm-2rem {
    padding-top: 2rem !important;
  }
  .pt-xsm-6 {
    padding-top: 5rem !important;
  }
  .pt-xsm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xsm-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xsm-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xsm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xsm-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xsm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xsm-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xsm-80 {
    padding-top: 5rem !important;
  }
  .pt-xsm-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xsm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xsm-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xsm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xsm-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xsm-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xsm-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xsm-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xsm-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xsm-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xsm-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xsm-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xsm-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xsm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xsm-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xsm-160 {
    padding-top: 10rem !important;
  }
  .pt-xsm-0 {
    padding-top: 0 !important;
  }
  .pt-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xsm-3 {
    padding-top: 1rem !important;
  }
  .pt-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xsm-5 {
    padding-top: 3rem !important;
  }
  .pe-xsm-2rem {
    padding-right: 2rem !important;
  }
  .pe-xsm-6 {
    padding-right: 5rem !important;
  }
  .pe-xsm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xsm-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xsm-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xsm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xsm-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xsm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xsm-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xsm-80 {
    padding-right: 5rem !important;
  }
  .pe-xsm-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xsm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xsm-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xsm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xsm-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xsm-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xsm-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xsm-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xsm-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xsm-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xsm-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xsm-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xsm-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xsm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xsm-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xsm-160 {
    padding-right: 10rem !important;
  }
  .pe-xsm-0 {
    padding-right: 0 !important;
  }
  .pe-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xsm-3 {
    padding-right: 1rem !important;
  }
  .pe-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xsm-5 {
    padding-right: 3rem !important;
  }
  .pb-xsm-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xsm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xsm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xsm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xsm-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xsm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xsm-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xsm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xsm-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xsm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xsm-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xsm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xsm-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xsm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xsm-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xsm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xsm-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xsm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xsm-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xsm-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xsm-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xsm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xsm-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xsm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xsm-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xsm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xsm-2rem {
    padding-left: 2rem !important;
  }
  .ps-xsm-6 {
    padding-left: 5rem !important;
  }
  .ps-xsm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xsm-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xsm-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xsm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xsm-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xsm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xsm-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xsm-80 {
    padding-left: 5rem !important;
  }
  .ps-xsm-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xsm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xsm-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xsm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xsm-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xsm-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xsm-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xsm-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xsm-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xsm-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xsm-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xsm-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xsm-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xsm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xsm-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xsm-160 {
    padding-left: 10rem !important;
  }
  .ps-xsm-0 {
    padding-left: 0 !important;
  }
  .ps-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xsm-3 {
    padding-left: 1rem !important;
  }
  .ps-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xsm-5 {
    padding-left: 3rem !important;
  }
  .gap-xsm-2rem {
    gap: 2rem !important;
  }
  .gap-xsm-6 {
    gap: 5rem !important;
  }
  .gap-xsm-40 {
    gap: 2.5rem !important;
  }
  .gap-xsm-45 {
    gap: 2.8125rem !important;
  }
  .gap-xsm-55 {
    gap: 3.4375rem !important;
  }
  .gap-xsm-60 {
    gap: 3.75rem !important;
  }
  .gap-xsm-65 {
    gap: 4.0625rem !important;
  }
  .gap-xsm-70 {
    gap: 4.375rem !important;
  }
  .gap-xsm-75 {
    gap: 4.6875rem !important;
  }
  .gap-xsm-80 {
    gap: 5rem !important;
  }
  .gap-xsm-85 {
    gap: 5.3125rem !important;
  }
  .gap-xsm-90 {
    gap: 5.625rem !important;
  }
  .gap-xsm-95 {
    gap: 5.9375rem !important;
  }
  .gap-xsm-100 {
    gap: 6.25rem !important;
  }
  .gap-xsm-105 {
    gap: 6.5625rem !important;
  }
  .gap-xsm-110 {
    gap: 6.875rem !important;
  }
  .gap-xsm-115 {
    gap: 7.25rem !important;
  }
  .gap-xsm-120 {
    gap: 7.5rem !important;
  }
  .gap-xsm-125 {
    gap: 7.8125rem !important;
  }
  .gap-xsm-130 {
    gap: 8.125rem !important;
  }
  .gap-xsm-135 {
    gap: 8.4375rem !important;
  }
  .gap-xsm-140 {
    gap: 8.75rem !important;
  }
  .gap-xsm-145 {
    gap: 9.0625rem !important;
  }
  .gap-xsm-150 {
    gap: 9.375rem !important;
  }
  .gap-xsm-155 {
    gap: 9.6875rem !important;
  }
  .gap-xsm-160 {
    gap: 10rem !important;
  }
  .gap-xsm-0 {
    gap: 0 !important;
  }
  .gap-xsm-1 {
    gap: 0.25rem !important;
  }
  .gap-xsm-2 {
    gap: 0.5rem !important;
  }
  .gap-xsm-3 {
    gap: 1rem !important;
  }
  .gap-xsm-4 {
    gap: 1.5rem !important;
  }
  .gap-xsm-5 {
    gap: 3rem !important;
  }
  .row-gap-xsm-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xsm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xsm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xsm-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xsm-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xsm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xsm-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xsm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xsm-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xsm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xsm-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xsm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xsm-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xsm-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xsm-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xsm-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xsm-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xsm-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xsm-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xsm-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xsm-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xsm-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xsm-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xsm-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xsm-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xsm-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xsm-0 {
    row-gap: 0 !important;
  }
  .row-gap-xsm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xsm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xsm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xsm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xsm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xsm-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xsm-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xsm-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xsm-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xsm-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xsm-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xsm-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xsm-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xsm-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xsm-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xsm-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xsm-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xsm-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xsm-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xsm-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xsm-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xsm-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xsm-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xsm-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xsm-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xsm-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xsm-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xsm-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xsm-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xsm-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xsm-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xsm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xsm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xsm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xsm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xsm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xsm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xsm-start {
    text-align: left !important;
  }
  .text-xsm-end {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
  .bg-xsm-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xsm-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xsm-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-2rem {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-45 {
    margin: 2.8125rem !important;
  }
  .m-sm-55 {
    margin: 3.4375rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-65 {
    margin: 4.0625rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .m-sm-75 {
    margin: 4.6875rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-85 {
    margin: 5.3125rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .m-sm-95 {
    margin: 5.9375rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-105 {
    margin: 6.5625rem !important;
  }
  .m-sm-110 {
    margin: 6.875rem !important;
  }
  .m-sm-115 {
    margin: 7.25rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .m-sm-125 {
    margin: 7.8125rem !important;
  }
  .m-sm-130 {
    margin: 8.125rem !important;
  }
  .m-sm-135 {
    margin: 8.4375rem !important;
  }
  .m-sm-140 {
    margin: 8.75rem !important;
  }
  .m-sm-145 {
    margin: 9.0625rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .m-sm-155 {
    margin: 9.6875rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-sm-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-sm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-sm-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sm-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-sm-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-sm-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-sm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sm-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sm-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-sm-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-sm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sm-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-sm-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-sm-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sm-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sm-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-2rem {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-sm-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-sm-110 {
    margin-top: 6.875rem !important;
  }
  .mt-sm-115 {
    margin-top: 7.25rem !important;
  }
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-sm-130 {
    margin-top: 8.125rem !important;
  }
  .mt-sm-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mt-sm-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-sm-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-2rem {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-45 {
    margin-right: 2.8125rem !important;
  }
  .me-sm-55 {
    margin-right: 3.4375rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-65 {
    margin-right: 4.0625rem !important;
  }
  .me-sm-70 {
    margin-right: 4.375rem !important;
  }
  .me-sm-75 {
    margin-right: 4.6875rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-85 {
    margin-right: 5.3125rem !important;
  }
  .me-sm-90 {
    margin-right: 5.625rem !important;
  }
  .me-sm-95 {
    margin-right: 5.9375rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-105 {
    margin-right: 6.5625rem !important;
  }
  .me-sm-110 {
    margin-right: 6.875rem !important;
  }
  .me-sm-115 {
    margin-right: 7.25rem !important;
  }
  .me-sm-120 {
    margin-right: 7.5rem !important;
  }
  .me-sm-125 {
    margin-right: 7.8125rem !important;
  }
  .me-sm-130 {
    margin-right: 8.125rem !important;
  }
  .me-sm-135 {
    margin-right: 8.4375rem !important;
  }
  .me-sm-140 {
    margin-right: 8.75rem !important;
  }
  .me-sm-145 {
    margin-right: 9.0625rem !important;
  }
  .me-sm-150 {
    margin-right: 9.375rem !important;
  }
  .me-sm-155 {
    margin-right: 9.6875rem !important;
  }
  .me-sm-160 {
    margin-right: 10rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-sm-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sm-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-sm-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sm-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sm-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-2rem {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-sm-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-sm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-sm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-sm-110 {
    margin-left: 6.875rem !important;
  }
  .ms-sm-115 {
    margin-left: 7.25rem !important;
  }
  .ms-sm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-sm-130 {
    margin-left: 8.125rem !important;
  }
  .ms-sm-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-sm-140 {
    margin-left: 8.75rem !important;
  }
  .ms-sm-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-sm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-sm-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-sm-160 {
    margin-left: 10rem !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-2rem {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-45 {
    padding: 2.8125rem !important;
  }
  .p-sm-55 {
    padding: 3.4375rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-65 {
    padding: 4.0625rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .p-sm-75 {
    padding: 4.6875rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-85 {
    padding: 5.3125rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .p-sm-95 {
    padding: 5.9375rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-105 {
    padding: 6.5625rem !important;
  }
  .p-sm-110 {
    padding: 6.875rem !important;
  }
  .p-sm-115 {
    padding: 7.25rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .p-sm-125 {
    padding: 7.8125rem !important;
  }
  .p-sm-130 {
    padding: 8.125rem !important;
  }
  .p-sm-135 {
    padding: 8.4375rem !important;
  }
  .p-sm-140 {
    padding: 8.75rem !important;
  }
  .p-sm-145 {
    padding: 9.0625rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .p-sm-155 {
    padding: 9.6875rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-sm-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-sm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-sm-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sm-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-sm-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-sm-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-sm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sm-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sm-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-sm-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-sm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sm-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-sm-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-sm-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sm-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sm-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-2rem {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-sm-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-sm-110 {
    padding-top: 6.875rem !important;
  }
  .pt-sm-115 {
    padding-top: 7.25rem !important;
  }
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-sm-130 {
    padding-top: 8.125rem !important;
  }
  .pt-sm-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .pt-sm-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-sm-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-2rem {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-sm-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-sm-110 {
    padding-right: 6.875rem !important;
  }
  .pe-sm-115 {
    padding-right: 7.25rem !important;
  }
  .pe-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-sm-130 {
    padding-right: 8.125rem !important;
  }
  .pe-sm-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-sm-140 {
    padding-right: 8.75rem !important;
  }
  .pe-sm-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-sm-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-sm-160 {
    padding-right: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-sm-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sm-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-sm-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sm-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sm-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-2rem {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-sm-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-sm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-sm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-sm-110 {
    padding-left: 6.875rem !important;
  }
  .ps-sm-115 {
    padding-left: 7.25rem !important;
  }
  .ps-sm-120 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-sm-130 {
    padding-left: 8.125rem !important;
  }
  .ps-sm-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-sm-140 {
    padding-left: 8.75rem !important;
  }
  .ps-sm-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-sm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-sm-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-sm-160 {
    padding-left: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-2rem {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-45 {
    gap: 2.8125rem !important;
  }
  .gap-sm-55 {
    gap: 3.4375rem !important;
  }
  .gap-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-sm-65 {
    gap: 4.0625rem !important;
  }
  .gap-sm-70 {
    gap: 4.375rem !important;
  }
  .gap-sm-75 {
    gap: 4.6875rem !important;
  }
  .gap-sm-80 {
    gap: 5rem !important;
  }
  .gap-sm-85 {
    gap: 5.3125rem !important;
  }
  .gap-sm-90 {
    gap: 5.625rem !important;
  }
  .gap-sm-95 {
    gap: 5.9375rem !important;
  }
  .gap-sm-100 {
    gap: 6.25rem !important;
  }
  .gap-sm-105 {
    gap: 6.5625rem !important;
  }
  .gap-sm-110 {
    gap: 6.875rem !important;
  }
  .gap-sm-115 {
    gap: 7.25rem !important;
  }
  .gap-sm-120 {
    gap: 7.5rem !important;
  }
  .gap-sm-125 {
    gap: 7.8125rem !important;
  }
  .gap-sm-130 {
    gap: 8.125rem !important;
  }
  .gap-sm-135 {
    gap: 8.4375rem !important;
  }
  .gap-sm-140 {
    gap: 8.75rem !important;
  }
  .gap-sm-145 {
    gap: 9.0625rem !important;
  }
  .gap-sm-150 {
    gap: 9.375rem !important;
  }
  .gap-sm-155 {
    gap: 9.6875rem !important;
  }
  .gap-sm-160 {
    gap: 10rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-sm-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-sm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-sm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-sm-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-sm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-sm-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-sm-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-sm-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-sm-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-sm-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-sm-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-sm-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-sm-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-sm-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-sm-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-sm-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-sm-160 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-sm-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-sm-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-sm-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-sm-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-sm-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-sm-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-sm-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-sm-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-sm-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-sm-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-sm-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-sm-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-sm-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-sm-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-sm-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-sm-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-sm-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-sm-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-sm-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-sm-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-sm-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-sm-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-sm-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-sm-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .bg-sm-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-sm-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-sm-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-2rem {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-45 {
    margin: 2.8125rem !important;
  }
  .m-md-55 {
    margin: 3.4375rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-65 {
    margin: 4.0625rem !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .m-md-75 {
    margin: 4.6875rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-85 {
    margin: 5.3125rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .m-md-95 {
    margin: 5.9375rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-105 {
    margin: 6.5625rem !important;
  }
  .m-md-110 {
    margin: 6.875rem !important;
  }
  .m-md-115 {
    margin: 7.25rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .m-md-125 {
    margin: 7.8125rem !important;
  }
  .m-md-130 {
    margin: 8.125rem !important;
  }
  .m-md-135 {
    margin: 8.4375rem !important;
  }
  .m-md-140 {
    margin: 8.75rem !important;
  }
  .m-md-145 {
    margin: 9.0625rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .m-md-155 {
    margin: 9.6875rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-md-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-md-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-md-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-md-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-md-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-md-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-md-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-md-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-md-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-md-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-md-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-md-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-md-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-md-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-md-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-md-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-2rem {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-md-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mt-md-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .mt-md-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-md-110 {
    margin-top: 6.875rem !important;
  }
  .mt-md-115 {
    margin-top: 7.25rem !important;
  }
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .mt-md-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-md-130 {
    margin-top: 8.125rem !important;
  }
  .mt-md-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .mt-md-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .mt-md-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-2rem {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-45 {
    margin-right: 2.8125rem !important;
  }
  .me-md-55 {
    margin-right: 3.4375rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-65 {
    margin-right: 4.0625rem !important;
  }
  .me-md-70 {
    margin-right: 4.375rem !important;
  }
  .me-md-75 {
    margin-right: 4.6875rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-85 {
    margin-right: 5.3125rem !important;
  }
  .me-md-90 {
    margin-right: 5.625rem !important;
  }
  .me-md-95 {
    margin-right: 5.9375rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-105 {
    margin-right: 6.5625rem !important;
  }
  .me-md-110 {
    margin-right: 6.875rem !important;
  }
  .me-md-115 {
    margin-right: 7.25rem !important;
  }
  .me-md-120 {
    margin-right: 7.5rem !important;
  }
  .me-md-125 {
    margin-right: 7.8125rem !important;
  }
  .me-md-130 {
    margin-right: 8.125rem !important;
  }
  .me-md-135 {
    margin-right: 8.4375rem !important;
  }
  .me-md-140 {
    margin-right: 8.75rem !important;
  }
  .me-md-145 {
    margin-right: 9.0625rem !important;
  }
  .me-md-150 {
    margin-right: 9.375rem !important;
  }
  .me-md-155 {
    margin-right: 9.6875rem !important;
  }
  .me-md-160 {
    margin-right: 10rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-md-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-md-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-md-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-md-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-md-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-md-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-2rem {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-md-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-md-70 {
    margin-left: 4.375rem !important;
  }
  .ms-md-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-md-90 {
    margin-left: 5.625rem !important;
  }
  .ms-md-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-md-110 {
    margin-left: 6.875rem !important;
  }
  .ms-md-115 {
    margin-left: 7.25rem !important;
  }
  .ms-md-120 {
    margin-left: 7.5rem !important;
  }
  .ms-md-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-md-130 {
    margin-left: 8.125rem !important;
  }
  .ms-md-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-md-140 {
    margin-left: 8.75rem !important;
  }
  .ms-md-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-md-150 {
    margin-left: 9.375rem !important;
  }
  .ms-md-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-md-160 {
    margin-left: 10rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-2rem {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-45 {
    padding: 2.8125rem !important;
  }
  .p-md-55 {
    padding: 3.4375rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-65 {
    padding: 4.0625rem !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .p-md-75 {
    padding: 4.6875rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-85 {
    padding: 5.3125rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .p-md-95 {
    padding: 5.9375rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-105 {
    padding: 6.5625rem !important;
  }
  .p-md-110 {
    padding: 6.875rem !important;
  }
  .p-md-115 {
    padding: 7.25rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .p-md-125 {
    padding: 7.8125rem !important;
  }
  .p-md-130 {
    padding: 8.125rem !important;
  }
  .p-md-135 {
    padding: 8.4375rem !important;
  }
  .p-md-140 {
    padding: 8.75rem !important;
  }
  .p-md-145 {
    padding: 9.0625rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .p-md-155 {
    padding: 9.6875rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-md-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-md-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-md-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-md-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-md-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-md-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-md-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-md-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-md-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-md-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-md-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-md-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-md-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-md-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-md-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-md-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-2rem {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-md-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .pt-md-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .pt-md-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-md-110 {
    padding-top: 6.875rem !important;
  }
  .pt-md-115 {
    padding-top: 7.25rem !important;
  }
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .pt-md-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-md-130 {
    padding-top: 8.125rem !important;
  }
  .pt-md-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .pt-md-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .pt-md-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-2rem {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-md-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-md-70 {
    padding-right: 4.375rem !important;
  }
  .pe-md-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-md-90 {
    padding-right: 5.625rem !important;
  }
  .pe-md-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-md-110 {
    padding-right: 6.875rem !important;
  }
  .pe-md-115 {
    padding-right: 7.25rem !important;
  }
  .pe-md-120 {
    padding-right: 7.5rem !important;
  }
  .pe-md-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-md-130 {
    padding-right: 8.125rem !important;
  }
  .pe-md-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-md-140 {
    padding-right: 8.75rem !important;
  }
  .pe-md-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-md-150 {
    padding-right: 9.375rem !important;
  }
  .pe-md-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-md-160 {
    padding-right: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-md-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-md-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-md-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-md-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-md-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-md-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-2rem {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-md-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-md-70 {
    padding-left: 4.375rem !important;
  }
  .ps-md-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-md-90 {
    padding-left: 5.625rem !important;
  }
  .ps-md-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-md-110 {
    padding-left: 6.875rem !important;
  }
  .ps-md-115 {
    padding-left: 7.25rem !important;
  }
  .ps-md-120 {
    padding-left: 7.5rem !important;
  }
  .ps-md-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-md-130 {
    padding-left: 8.125rem !important;
  }
  .ps-md-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-md-140 {
    padding-left: 8.75rem !important;
  }
  .ps-md-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-md-150 {
    padding-left: 9.375rem !important;
  }
  .ps-md-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-md-160 {
    padding-left: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-2rem {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-45 {
    gap: 2.8125rem !important;
  }
  .gap-md-55 {
    gap: 3.4375rem !important;
  }
  .gap-md-60 {
    gap: 3.75rem !important;
  }
  .gap-md-65 {
    gap: 4.0625rem !important;
  }
  .gap-md-70 {
    gap: 4.375rem !important;
  }
  .gap-md-75 {
    gap: 4.6875rem !important;
  }
  .gap-md-80 {
    gap: 5rem !important;
  }
  .gap-md-85 {
    gap: 5.3125rem !important;
  }
  .gap-md-90 {
    gap: 5.625rem !important;
  }
  .gap-md-95 {
    gap: 5.9375rem !important;
  }
  .gap-md-100 {
    gap: 6.25rem !important;
  }
  .gap-md-105 {
    gap: 6.5625rem !important;
  }
  .gap-md-110 {
    gap: 6.875rem !important;
  }
  .gap-md-115 {
    gap: 7.25rem !important;
  }
  .gap-md-120 {
    gap: 7.5rem !important;
  }
  .gap-md-125 {
    gap: 7.8125rem !important;
  }
  .gap-md-130 {
    gap: 8.125rem !important;
  }
  .gap-md-135 {
    gap: 8.4375rem !important;
  }
  .gap-md-140 {
    gap: 8.75rem !important;
  }
  .gap-md-145 {
    gap: 9.0625rem !important;
  }
  .gap-md-150 {
    gap: 9.375rem !important;
  }
  .gap-md-155 {
    gap: 9.6875rem !important;
  }
  .gap-md-160 {
    gap: 10rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 5rem !important;
  }
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-md-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-md-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-md-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-md-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-md-80 {
    row-gap: 5rem !important;
  }
  .row-gap-md-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-md-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-md-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-md-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-md-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-md-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-md-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-md-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-md-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-md-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-md-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-md-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-md-160 {
    row-gap: 10rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-md-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-md-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-md-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-md-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-md-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-md-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-md-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-md-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-md-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-md-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-md-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-md-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-md-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-md-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-md-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-md-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-md-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-md-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-md-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-md-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-md-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-md-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-md-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-md-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .bg-md-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-md-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-md-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-2rem {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-45 {
    margin: 2.8125rem !important;
  }
  .m-lg-55 {
    margin: 3.4375rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-65 {
    margin: 4.0625rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .m-lg-75 {
    margin: 4.6875rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-85 {
    margin: 5.3125rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .m-lg-95 {
    margin: 5.9375rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-105 {
    margin: 6.5625rem !important;
  }
  .m-lg-110 {
    margin: 6.875rem !important;
  }
  .m-lg-115 {
    margin: 7.25rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .m-lg-125 {
    margin: 7.8125rem !important;
  }
  .m-lg-130 {
    margin: 8.125rem !important;
  }
  .m-lg-135 {
    margin: 8.4375rem !important;
  }
  .m-lg-140 {
    margin: 8.75rem !important;
  }
  .m-lg-145 {
    margin: 9.0625rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .m-lg-155 {
    margin: 9.6875rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-lg-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-lg-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-lg-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lg-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-lg-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-lg-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-lg-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lg-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lg-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-lg-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-lg-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lg-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-lg-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-lg-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lg-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lg-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-2rem {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-lg-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-lg-110 {
    margin-top: 6.875rem !important;
  }
  .mt-lg-115 {
    margin-top: 7.25rem !important;
  }
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-lg-130 {
    margin-top: 8.125rem !important;
  }
  .mt-lg-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mt-lg-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lg-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-2rem {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-45 {
    margin-right: 2.8125rem !important;
  }
  .me-lg-55 {
    margin-right: 3.4375rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-65 {
    margin-right: 4.0625rem !important;
  }
  .me-lg-70 {
    margin-right: 4.375rem !important;
  }
  .me-lg-75 {
    margin-right: 4.6875rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-85 {
    margin-right: 5.3125rem !important;
  }
  .me-lg-90 {
    margin-right: 5.625rem !important;
  }
  .me-lg-95 {
    margin-right: 5.9375rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-105 {
    margin-right: 6.5625rem !important;
  }
  .me-lg-110 {
    margin-right: 6.875rem !important;
  }
  .me-lg-115 {
    margin-right: 7.25rem !important;
  }
  .me-lg-120 {
    margin-right: 7.5rem !important;
  }
  .me-lg-125 {
    margin-right: 7.8125rem !important;
  }
  .me-lg-130 {
    margin-right: 8.125rem !important;
  }
  .me-lg-135 {
    margin-right: 8.4375rem !important;
  }
  .me-lg-140 {
    margin-right: 8.75rem !important;
  }
  .me-lg-145 {
    margin-right: 9.0625rem !important;
  }
  .me-lg-150 {
    margin-right: 9.375rem !important;
  }
  .me-lg-155 {
    margin-right: 9.6875rem !important;
  }
  .me-lg-160 {
    margin-right: 10rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lg-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lg-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lg-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lg-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-2rem {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-lg-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-lg-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-lg-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-lg-110 {
    margin-left: 6.875rem !important;
  }
  .ms-lg-115 {
    margin-left: 7.25rem !important;
  }
  .ms-lg-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-lg-130 {
    margin-left: 8.125rem !important;
  }
  .ms-lg-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-lg-140 {
    margin-left: 8.75rem !important;
  }
  .ms-lg-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-lg-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lg-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-lg-160 {
    margin-left: 10rem !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-2rem {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-45 {
    padding: 2.8125rem !important;
  }
  .p-lg-55 {
    padding: 3.4375rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-65 {
    padding: 4.0625rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .p-lg-75 {
    padding: 4.6875rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-85 {
    padding: 5.3125rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .p-lg-95 {
    padding: 5.9375rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-105 {
    padding: 6.5625rem !important;
  }
  .p-lg-110 {
    padding: 6.875rem !important;
  }
  .p-lg-115 {
    padding: 7.25rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .p-lg-125 {
    padding: 7.8125rem !important;
  }
  .p-lg-130 {
    padding: 8.125rem !important;
  }
  .p-lg-135 {
    padding: 8.4375rem !important;
  }
  .p-lg-140 {
    padding: 8.75rem !important;
  }
  .p-lg-145 {
    padding: 9.0625rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .p-lg-155 {
    padding: 9.6875rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-lg-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-lg-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-lg-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lg-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-lg-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-lg-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-lg-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lg-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lg-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-lg-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-lg-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lg-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-lg-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-lg-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lg-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lg-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-2rem {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-lg-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-lg-110 {
    padding-top: 6.875rem !important;
  }
  .pt-lg-115 {
    padding-top: 7.25rem !important;
  }
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-lg-130 {
    padding-top: 8.125rem !important;
  }
  .pt-lg-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .pt-lg-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-2rem {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-lg-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-lg-110 {
    padding-right: 6.875rem !important;
  }
  .pe-lg-115 {
    padding-right: 7.25rem !important;
  }
  .pe-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-lg-130 {
    padding-right: 8.125rem !important;
  }
  .pe-lg-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-lg-140 {
    padding-right: 8.75rem !important;
  }
  .pe-lg-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lg-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-lg-160 {
    padding-right: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lg-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-lg-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lg-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-2rem {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-lg-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-lg-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-lg-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-lg-110 {
    padding-left: 6.875rem !important;
  }
  .ps-lg-115 {
    padding-left: 7.25rem !important;
  }
  .ps-lg-120 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-lg-130 {
    padding-left: 8.125rem !important;
  }
  .ps-lg-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-lg-140 {
    padding-left: 8.75rem !important;
  }
  .ps-lg-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-lg-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lg-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-lg-160 {
    padding-left: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-2rem {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-45 {
    gap: 2.8125rem !important;
  }
  .gap-lg-55 {
    gap: 3.4375rem !important;
  }
  .gap-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-lg-65 {
    gap: 4.0625rem !important;
  }
  .gap-lg-70 {
    gap: 4.375rem !important;
  }
  .gap-lg-75 {
    gap: 4.6875rem !important;
  }
  .gap-lg-80 {
    gap: 5rem !important;
  }
  .gap-lg-85 {
    gap: 5.3125rem !important;
  }
  .gap-lg-90 {
    gap: 5.625rem !important;
  }
  .gap-lg-95 {
    gap: 5.9375rem !important;
  }
  .gap-lg-100 {
    gap: 6.25rem !important;
  }
  .gap-lg-105 {
    gap: 6.5625rem !important;
  }
  .gap-lg-110 {
    gap: 6.875rem !important;
  }
  .gap-lg-115 {
    gap: 7.25rem !important;
  }
  .gap-lg-120 {
    gap: 7.5rem !important;
  }
  .gap-lg-125 {
    gap: 7.8125rem !important;
  }
  .gap-lg-130 {
    gap: 8.125rem !important;
  }
  .gap-lg-135 {
    gap: 8.4375rem !important;
  }
  .gap-lg-140 {
    gap: 8.75rem !important;
  }
  .gap-lg-145 {
    gap: 9.0625rem !important;
  }
  .gap-lg-150 {
    gap: 9.375rem !important;
  }
  .gap-lg-155 {
    gap: 9.6875rem !important;
  }
  .gap-lg-160 {
    gap: 10rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-lg-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-lg-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-lg-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lg-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-lg-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-lg-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-lg-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-lg-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-lg-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-lg-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-lg-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-lg-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-lg-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-lg-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-lg-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-lg-160 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lg-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-lg-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-lg-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-lg-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-lg-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-lg-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-lg-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-lg-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lg-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-lg-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-lg-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-lg-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-lg-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-lg-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-lg-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-lg-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-lg-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-lg-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-lg-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-lg-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-lg-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-lg-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-lg-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-lg-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .bg-lg-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-lg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 1024px) {
  .float-lgplus-start {
    float: left !important;
  }
  .float-lgplus-end {
    float: right !important;
  }
  .float-lgplus-none {
    float: none !important;
  }
  .object-fit-lgplus-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lgplus-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lgplus-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lgplus-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lgplus-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lgplus-inline {
    display: inline !important;
  }
  .d-lgplus-inline-block {
    display: inline-block !important;
  }
  .d-lgplus-block {
    display: block !important;
  }
  .d-lgplus-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lgplus-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lgplus-table {
    display: table !important;
  }
  .d-lgplus-table-row {
    display: table-row !important;
  }
  .d-lgplus-table-cell {
    display: table-cell !important;
  }
  .d-lgplus-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lgplus-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lgplus-none {
    display: none !important;
  }
  .border-lgplus {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lgplus-0 {
    border: 0 !important;
  }
  .flex-lgplus-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lgplus-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lgplus-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lgplus-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lgplus-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lgplus-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lgplus-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lgplus-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lgplus-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lgplus-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lgplus-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lgplus-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lgplus-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lgplus-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lgplus-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lgplus-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lgplus-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lgplus-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lgplus-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lgplus-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lgplus-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lgplus-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lgplus-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lgplus-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lgplus-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lgplus-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lgplus-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lgplus-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lgplus-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lgplus-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lgplus-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lgplus-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lgplus-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lgplus-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lgplus-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lgplus-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lgplus-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lgplus-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lgplus-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lgplus-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lgplus-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lgplus-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lgplus-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lgplus-2rem {
    margin: 2rem !important;
  }
  .m-lgplus-6 {
    margin: 5rem !important;
  }
  .m-lgplus-40 {
    margin: 2.5rem !important;
  }
  .m-lgplus-45 {
    margin: 2.8125rem !important;
  }
  .m-lgplus-55 {
    margin: 3.4375rem !important;
  }
  .m-lgplus-60 {
    margin: 3.75rem !important;
  }
  .m-lgplus-65 {
    margin: 4.0625rem !important;
  }
  .m-lgplus-70 {
    margin: 4.375rem !important;
  }
  .m-lgplus-75 {
    margin: 4.6875rem !important;
  }
  .m-lgplus-80 {
    margin: 5rem !important;
  }
  .m-lgplus-85 {
    margin: 5.3125rem !important;
  }
  .m-lgplus-90 {
    margin: 5.625rem !important;
  }
  .m-lgplus-95 {
    margin: 5.9375rem !important;
  }
  .m-lgplus-100 {
    margin: 6.25rem !important;
  }
  .m-lgplus-105 {
    margin: 6.5625rem !important;
  }
  .m-lgplus-110 {
    margin: 6.875rem !important;
  }
  .m-lgplus-115 {
    margin: 7.25rem !important;
  }
  .m-lgplus-120 {
    margin: 7.5rem !important;
  }
  .m-lgplus-125 {
    margin: 7.8125rem !important;
  }
  .m-lgplus-130 {
    margin: 8.125rem !important;
  }
  .m-lgplus-135 {
    margin: 8.4375rem !important;
  }
  .m-lgplus-140 {
    margin: 8.75rem !important;
  }
  .m-lgplus-145 {
    margin: 9.0625rem !important;
  }
  .m-lgplus-150 {
    margin: 9.375rem !important;
  }
  .m-lgplus-155 {
    margin: 9.6875rem !important;
  }
  .m-lgplus-160 {
    margin: 10rem !important;
  }
  .m-lgplus-0 {
    margin: 0 !important;
  }
  .m-lgplus-1 {
    margin: 0.25rem !important;
  }
  .m-lgplus-2 {
    margin: 0.5rem !important;
  }
  .m-lgplus-3 {
    margin: 1rem !important;
  }
  .m-lgplus-4 {
    margin: 1.5rem !important;
  }
  .m-lgplus-5 {
    margin: 3rem !important;
  }
  .m-lgplus-auto {
    margin: auto !important;
  }
  .mx-lgplus-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lgplus-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lgplus-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lgplus-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-lgplus-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-lgplus-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lgplus-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-lgplus-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lgplus-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-lgplus-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lgplus-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-lgplus-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lgplus-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-lgplus-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lgplus-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-lgplus-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lgplus-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-lgplus-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lgplus-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-lgplus-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-lgplus-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-lgplus-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lgplus-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-lgplus-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lgplus-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-lgplus-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lgplus-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lgplus-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lgplus-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lgplus-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lgplus-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lgplus-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lgplus-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lgplus-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lgplus-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lgplus-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lgplus-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-lgplus-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-lgplus-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lgplus-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-lgplus-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lgplus-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-lgplus-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lgplus-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-lgplus-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lgplus-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-lgplus-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lgplus-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-lgplus-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lgplus-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-lgplus-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lgplus-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-lgplus-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-lgplus-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-lgplus-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lgplus-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-lgplus-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lgplus-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-lgplus-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lgplus-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lgplus-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lgplus-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lgplus-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lgplus-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lgplus-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lgplus-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lgplus-2rem {
    margin-top: 2rem !important;
  }
  .mt-lgplus-6 {
    margin-top: 5rem !important;
  }
  .mt-lgplus-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lgplus-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-lgplus-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-lgplus-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lgplus-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-lgplus-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lgplus-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-lgplus-80 {
    margin-top: 5rem !important;
  }
  .mt-lgplus-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-lgplus-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lgplus-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-lgplus-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lgplus-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-lgplus-110 {
    margin-top: 6.875rem !important;
  }
  .mt-lgplus-115 {
    margin-top: 7.25rem !important;
  }
  .mt-lgplus-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lgplus-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-lgplus-130 {
    margin-top: 8.125rem !important;
  }
  .mt-lgplus-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-lgplus-140 {
    margin-top: 8.75rem !important;
  }
  .mt-lgplus-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-lgplus-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lgplus-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-lgplus-160 {
    margin-top: 10rem !important;
  }
  .mt-lgplus-0 {
    margin-top: 0 !important;
  }
  .mt-lgplus-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lgplus-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lgplus-3 {
    margin-top: 1rem !important;
  }
  .mt-lgplus-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lgplus-5 {
    margin-top: 3rem !important;
  }
  .mt-lgplus-auto {
    margin-top: auto !important;
  }
  .me-lgplus-2rem {
    margin-right: 2rem !important;
  }
  .me-lgplus-6 {
    margin-right: 5rem !important;
  }
  .me-lgplus-40 {
    margin-right: 2.5rem !important;
  }
  .me-lgplus-45 {
    margin-right: 2.8125rem !important;
  }
  .me-lgplus-55 {
    margin-right: 3.4375rem !important;
  }
  .me-lgplus-60 {
    margin-right: 3.75rem !important;
  }
  .me-lgplus-65 {
    margin-right: 4.0625rem !important;
  }
  .me-lgplus-70 {
    margin-right: 4.375rem !important;
  }
  .me-lgplus-75 {
    margin-right: 4.6875rem !important;
  }
  .me-lgplus-80 {
    margin-right: 5rem !important;
  }
  .me-lgplus-85 {
    margin-right: 5.3125rem !important;
  }
  .me-lgplus-90 {
    margin-right: 5.625rem !important;
  }
  .me-lgplus-95 {
    margin-right: 5.9375rem !important;
  }
  .me-lgplus-100 {
    margin-right: 6.25rem !important;
  }
  .me-lgplus-105 {
    margin-right: 6.5625rem !important;
  }
  .me-lgplus-110 {
    margin-right: 6.875rem !important;
  }
  .me-lgplus-115 {
    margin-right: 7.25rem !important;
  }
  .me-lgplus-120 {
    margin-right: 7.5rem !important;
  }
  .me-lgplus-125 {
    margin-right: 7.8125rem !important;
  }
  .me-lgplus-130 {
    margin-right: 8.125rem !important;
  }
  .me-lgplus-135 {
    margin-right: 8.4375rem !important;
  }
  .me-lgplus-140 {
    margin-right: 8.75rem !important;
  }
  .me-lgplus-145 {
    margin-right: 9.0625rem !important;
  }
  .me-lgplus-150 {
    margin-right: 9.375rem !important;
  }
  .me-lgplus-155 {
    margin-right: 9.6875rem !important;
  }
  .me-lgplus-160 {
    margin-right: 10rem !important;
  }
  .me-lgplus-0 {
    margin-right: 0 !important;
  }
  .me-lgplus-1 {
    margin-right: 0.25rem !important;
  }
  .me-lgplus-2 {
    margin-right: 0.5rem !important;
  }
  .me-lgplus-3 {
    margin-right: 1rem !important;
  }
  .me-lgplus-4 {
    margin-right: 1.5rem !important;
  }
  .me-lgplus-5 {
    margin-right: 3rem !important;
  }
  .me-lgplus-auto {
    margin-right: auto !important;
  }
  .mb-lgplus-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-lgplus-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lgplus-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lgplus-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-lgplus-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-lgplus-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lgplus-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-lgplus-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lgplus-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-lgplus-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lgplus-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-lgplus-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lgplus-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-lgplus-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lgplus-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-lgplus-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lgplus-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-lgplus-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lgplus-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-lgplus-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lgplus-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-lgplus-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lgplus-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-lgplus-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lgplus-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-lgplus-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lgplus-0 {
    margin-bottom: 0 !important;
  }
  .mb-lgplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lgplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lgplus-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lgplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lgplus-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lgplus-auto {
    margin-bottom: auto !important;
  }
  .ms-lgplus-2rem {
    margin-left: 2rem !important;
  }
  .ms-lgplus-6 {
    margin-left: 5rem !important;
  }
  .ms-lgplus-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lgplus-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-lgplus-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-lgplus-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lgplus-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-lgplus-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lgplus-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-lgplus-80 {
    margin-left: 5rem !important;
  }
  .ms-lgplus-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-lgplus-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lgplus-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-lgplus-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lgplus-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-lgplus-110 {
    margin-left: 6.875rem !important;
  }
  .ms-lgplus-115 {
    margin-left: 7.25rem !important;
  }
  .ms-lgplus-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lgplus-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-lgplus-130 {
    margin-left: 8.125rem !important;
  }
  .ms-lgplus-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-lgplus-140 {
    margin-left: 8.75rem !important;
  }
  .ms-lgplus-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-lgplus-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lgplus-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-lgplus-160 {
    margin-left: 10rem !important;
  }
  .ms-lgplus-0 {
    margin-left: 0 !important;
  }
  .ms-lgplus-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lgplus-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lgplus-3 {
    margin-left: 1rem !important;
  }
  .ms-lgplus-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lgplus-5 {
    margin-left: 3rem !important;
  }
  .ms-lgplus-auto {
    margin-left: auto !important;
  }
  .p-lgplus-2rem {
    padding: 2rem !important;
  }
  .p-lgplus-6 {
    padding: 5rem !important;
  }
  .p-lgplus-40 {
    padding: 2.5rem !important;
  }
  .p-lgplus-45 {
    padding: 2.8125rem !important;
  }
  .p-lgplus-55 {
    padding: 3.4375rem !important;
  }
  .p-lgplus-60 {
    padding: 3.75rem !important;
  }
  .p-lgplus-65 {
    padding: 4.0625rem !important;
  }
  .p-lgplus-70 {
    padding: 4.375rem !important;
  }
  .p-lgplus-75 {
    padding: 4.6875rem !important;
  }
  .p-lgplus-80 {
    padding: 5rem !important;
  }
  .p-lgplus-85 {
    padding: 5.3125rem !important;
  }
  .p-lgplus-90 {
    padding: 5.625rem !important;
  }
  .p-lgplus-95 {
    padding: 5.9375rem !important;
  }
  .p-lgplus-100 {
    padding: 6.25rem !important;
  }
  .p-lgplus-105 {
    padding: 6.5625rem !important;
  }
  .p-lgplus-110 {
    padding: 6.875rem !important;
  }
  .p-lgplus-115 {
    padding: 7.25rem !important;
  }
  .p-lgplus-120 {
    padding: 7.5rem !important;
  }
  .p-lgplus-125 {
    padding: 7.8125rem !important;
  }
  .p-lgplus-130 {
    padding: 8.125rem !important;
  }
  .p-lgplus-135 {
    padding: 8.4375rem !important;
  }
  .p-lgplus-140 {
    padding: 8.75rem !important;
  }
  .p-lgplus-145 {
    padding: 9.0625rem !important;
  }
  .p-lgplus-150 {
    padding: 9.375rem !important;
  }
  .p-lgplus-155 {
    padding: 9.6875rem !important;
  }
  .p-lgplus-160 {
    padding: 10rem !important;
  }
  .p-lgplus-0 {
    padding: 0 !important;
  }
  .p-lgplus-1 {
    padding: 0.25rem !important;
  }
  .p-lgplus-2 {
    padding: 0.5rem !important;
  }
  .p-lgplus-3 {
    padding: 1rem !important;
  }
  .p-lgplus-4 {
    padding: 1.5rem !important;
  }
  .p-lgplus-5 {
    padding: 3rem !important;
  }
  .px-lgplus-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lgplus-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lgplus-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lgplus-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-lgplus-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-lgplus-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lgplus-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-lgplus-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lgplus-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-lgplus-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lgplus-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-lgplus-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lgplus-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-lgplus-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lgplus-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-lgplus-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lgplus-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-lgplus-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lgplus-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-lgplus-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-lgplus-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-lgplus-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lgplus-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-lgplus-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lgplus-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-lgplus-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lgplus-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lgplus-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lgplus-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lgplus-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lgplus-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lgplus-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lgplus-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lgplus-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lgplus-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lgplus-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-lgplus-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-lgplus-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lgplus-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-lgplus-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lgplus-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-lgplus-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lgplus-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-lgplus-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lgplus-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-lgplus-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lgplus-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-lgplus-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lgplus-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-lgplus-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lgplus-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-lgplus-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-lgplus-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-lgplus-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lgplus-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-lgplus-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lgplus-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-lgplus-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lgplus-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lgplus-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lgplus-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lgplus-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lgplus-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lgplus-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lgplus-2rem {
    padding-top: 2rem !important;
  }
  .pt-lgplus-6 {
    padding-top: 5rem !important;
  }
  .pt-lgplus-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lgplus-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-lgplus-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-lgplus-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lgplus-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-lgplus-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lgplus-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-lgplus-80 {
    padding-top: 5rem !important;
  }
  .pt-lgplus-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-lgplus-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lgplus-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-lgplus-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lgplus-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-lgplus-110 {
    padding-top: 6.875rem !important;
  }
  .pt-lgplus-115 {
    padding-top: 7.25rem !important;
  }
  .pt-lgplus-120 {
    padding-top: 7.5rem !important;
  }
  .pt-lgplus-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-lgplus-130 {
    padding-top: 8.125rem !important;
  }
  .pt-lgplus-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-lgplus-140 {
    padding-top: 8.75rem !important;
  }
  .pt-lgplus-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-lgplus-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lgplus-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-lgplus-160 {
    padding-top: 10rem !important;
  }
  .pt-lgplus-0 {
    padding-top: 0 !important;
  }
  .pt-lgplus-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lgplus-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lgplus-3 {
    padding-top: 1rem !important;
  }
  .pt-lgplus-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lgplus-5 {
    padding-top: 3rem !important;
  }
  .pe-lgplus-2rem {
    padding-right: 2rem !important;
  }
  .pe-lgplus-6 {
    padding-right: 5rem !important;
  }
  .pe-lgplus-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lgplus-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-lgplus-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-lgplus-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lgplus-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-lgplus-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lgplus-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-lgplus-80 {
    padding-right: 5rem !important;
  }
  .pe-lgplus-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-lgplus-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lgplus-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-lgplus-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lgplus-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-lgplus-110 {
    padding-right: 6.875rem !important;
  }
  .pe-lgplus-115 {
    padding-right: 7.25rem !important;
  }
  .pe-lgplus-120 {
    padding-right: 7.5rem !important;
  }
  .pe-lgplus-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-lgplus-130 {
    padding-right: 8.125rem !important;
  }
  .pe-lgplus-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-lgplus-140 {
    padding-right: 8.75rem !important;
  }
  .pe-lgplus-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-lgplus-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lgplus-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-lgplus-160 {
    padding-right: 10rem !important;
  }
  .pe-lgplus-0 {
    padding-right: 0 !important;
  }
  .pe-lgplus-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lgplus-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lgplus-3 {
    padding-right: 1rem !important;
  }
  .pe-lgplus-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lgplus-5 {
    padding-right: 3rem !important;
  }
  .pb-lgplus-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-lgplus-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lgplus-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lgplus-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-lgplus-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-lgplus-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lgplus-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-lgplus-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lgplus-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-lgplus-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lgplus-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-lgplus-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lgplus-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-lgplus-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lgplus-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-lgplus-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lgplus-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-lgplus-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lgplus-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-lgplus-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-lgplus-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-lgplus-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lgplus-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-lgplus-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lgplus-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-lgplus-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lgplus-0 {
    padding-bottom: 0 !important;
  }
  .pb-lgplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lgplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lgplus-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lgplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lgplus-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lgplus-2rem {
    padding-left: 2rem !important;
  }
  .ps-lgplus-6 {
    padding-left: 5rem !important;
  }
  .ps-lgplus-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lgplus-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-lgplus-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-lgplus-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lgplus-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-lgplus-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lgplus-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-lgplus-80 {
    padding-left: 5rem !important;
  }
  .ps-lgplus-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-lgplus-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lgplus-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-lgplus-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lgplus-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-lgplus-110 {
    padding-left: 6.875rem !important;
  }
  .ps-lgplus-115 {
    padding-left: 7.25rem !important;
  }
  .ps-lgplus-120 {
    padding-left: 7.5rem !important;
  }
  .ps-lgplus-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-lgplus-130 {
    padding-left: 8.125rem !important;
  }
  .ps-lgplus-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-lgplus-140 {
    padding-left: 8.75rem !important;
  }
  .ps-lgplus-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-lgplus-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lgplus-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-lgplus-160 {
    padding-left: 10rem !important;
  }
  .ps-lgplus-0 {
    padding-left: 0 !important;
  }
  .ps-lgplus-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lgplus-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lgplus-3 {
    padding-left: 1rem !important;
  }
  .ps-lgplus-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lgplus-5 {
    padding-left: 3rem !important;
  }
  .gap-lgplus-2rem {
    gap: 2rem !important;
  }
  .gap-lgplus-6 {
    gap: 5rem !important;
  }
  .gap-lgplus-40 {
    gap: 2.5rem !important;
  }
  .gap-lgplus-45 {
    gap: 2.8125rem !important;
  }
  .gap-lgplus-55 {
    gap: 3.4375rem !important;
  }
  .gap-lgplus-60 {
    gap: 3.75rem !important;
  }
  .gap-lgplus-65 {
    gap: 4.0625rem !important;
  }
  .gap-lgplus-70 {
    gap: 4.375rem !important;
  }
  .gap-lgplus-75 {
    gap: 4.6875rem !important;
  }
  .gap-lgplus-80 {
    gap: 5rem !important;
  }
  .gap-lgplus-85 {
    gap: 5.3125rem !important;
  }
  .gap-lgplus-90 {
    gap: 5.625rem !important;
  }
  .gap-lgplus-95 {
    gap: 5.9375rem !important;
  }
  .gap-lgplus-100 {
    gap: 6.25rem !important;
  }
  .gap-lgplus-105 {
    gap: 6.5625rem !important;
  }
  .gap-lgplus-110 {
    gap: 6.875rem !important;
  }
  .gap-lgplus-115 {
    gap: 7.25rem !important;
  }
  .gap-lgplus-120 {
    gap: 7.5rem !important;
  }
  .gap-lgplus-125 {
    gap: 7.8125rem !important;
  }
  .gap-lgplus-130 {
    gap: 8.125rem !important;
  }
  .gap-lgplus-135 {
    gap: 8.4375rem !important;
  }
  .gap-lgplus-140 {
    gap: 8.75rem !important;
  }
  .gap-lgplus-145 {
    gap: 9.0625rem !important;
  }
  .gap-lgplus-150 {
    gap: 9.375rem !important;
  }
  .gap-lgplus-155 {
    gap: 9.6875rem !important;
  }
  .gap-lgplus-160 {
    gap: 10rem !important;
  }
  .gap-lgplus-0 {
    gap: 0 !important;
  }
  .gap-lgplus-1 {
    gap: 0.25rem !important;
  }
  .gap-lgplus-2 {
    gap: 0.5rem !important;
  }
  .gap-lgplus-3 {
    gap: 1rem !important;
  }
  .gap-lgplus-4 {
    gap: 1.5rem !important;
  }
  .gap-lgplus-5 {
    gap: 3rem !important;
  }
  .row-gap-lgplus-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-lgplus-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lgplus-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lgplus-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-lgplus-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-lgplus-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lgplus-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-lgplus-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lgplus-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-lgplus-80 {
    row-gap: 5rem !important;
  }
  .row-gap-lgplus-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-lgplus-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lgplus-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-lgplus-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lgplus-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-lgplus-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-lgplus-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-lgplus-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lgplus-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-lgplus-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-lgplus-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-lgplus-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-lgplus-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-lgplus-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-lgplus-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-lgplus-160 {
    row-gap: 10rem !important;
  }
  .row-gap-lgplus-0 {
    row-gap: 0 !important;
  }
  .row-gap-lgplus-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lgplus-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lgplus-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lgplus-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lgplus-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lgplus-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-lgplus-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lgplus-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-lgplus-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-lgplus-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-lgplus-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-lgplus-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-lgplus-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-lgplus-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-lgplus-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lgplus-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-lgplus-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-lgplus-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-lgplus-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-lgplus-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-lgplus-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-lgplus-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-lgplus-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-lgplus-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-lgplus-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-lgplus-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-lgplus-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-lgplus-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-lgplus-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-lgplus-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-lgplus-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-lgplus-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lgplus-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lgplus-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lgplus-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lgplus-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lgplus-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lgplus-start {
    text-align: left !important;
  }
  .text-lgplus-end {
    text-align: right !important;
  }
  .text-lgplus-center {
    text-align: center !important;
  }
  .bg-lgplus-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-lgplus-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-lgplus-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 1180px) {
  .float-ipad-air-start {
    float: left !important;
  }
  .float-ipad-air-end {
    float: right !important;
  }
  .float-ipad-air-none {
    float: none !important;
  }
  .object-fit-ipad-air-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-ipad-air-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-ipad-air-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-ipad-air-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-ipad-air-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-ipad-air-inline {
    display: inline !important;
  }
  .d-ipad-air-inline-block {
    display: inline-block !important;
  }
  .d-ipad-air-block {
    display: block !important;
  }
  .d-ipad-air-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-ipad-air-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-ipad-air-table {
    display: table !important;
  }
  .d-ipad-air-table-row {
    display: table-row !important;
  }
  .d-ipad-air-table-cell {
    display: table-cell !important;
  }
  .d-ipad-air-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ipad-air-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-ipad-air-none {
    display: none !important;
  }
  .border-ipad-air {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-ipad-air-0 {
    border: 0 !important;
  }
  .flex-ipad-air-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ipad-air-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ipad-air-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ipad-air-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ipad-air-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ipad-air-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ipad-air-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ipad-air-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ipad-air-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-ipad-air-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ipad-air-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ipad-air-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-ipad-air-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ipad-air-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ipad-air-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ipad-air-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ipad-air-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-ipad-air-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-ipad-air-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ipad-air-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ipad-air-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ipad-air-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ipad-air-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ipad-air-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ipad-air-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ipad-air-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ipad-air-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ipad-air-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ipad-air-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ipad-air-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ipad-air-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ipad-air-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ipad-air-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-ipad-air-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ipad-air-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-ipad-air-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-ipad-air-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-ipad-air-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-ipad-air-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-ipad-air-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-ipad-air-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-ipad-air-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-ipad-air-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-ipad-air-2rem {
    margin: 2rem !important;
  }
  .m-ipad-air-6 {
    margin: 5rem !important;
  }
  .m-ipad-air-40 {
    margin: 2.5rem !important;
  }
  .m-ipad-air-45 {
    margin: 2.8125rem !important;
  }
  .m-ipad-air-55 {
    margin: 3.4375rem !important;
  }
  .m-ipad-air-60 {
    margin: 3.75rem !important;
  }
  .m-ipad-air-65 {
    margin: 4.0625rem !important;
  }
  .m-ipad-air-70 {
    margin: 4.375rem !important;
  }
  .m-ipad-air-75 {
    margin: 4.6875rem !important;
  }
  .m-ipad-air-80 {
    margin: 5rem !important;
  }
  .m-ipad-air-85 {
    margin: 5.3125rem !important;
  }
  .m-ipad-air-90 {
    margin: 5.625rem !important;
  }
  .m-ipad-air-95 {
    margin: 5.9375rem !important;
  }
  .m-ipad-air-100 {
    margin: 6.25rem !important;
  }
  .m-ipad-air-105 {
    margin: 6.5625rem !important;
  }
  .m-ipad-air-110 {
    margin: 6.875rem !important;
  }
  .m-ipad-air-115 {
    margin: 7.25rem !important;
  }
  .m-ipad-air-120 {
    margin: 7.5rem !important;
  }
  .m-ipad-air-125 {
    margin: 7.8125rem !important;
  }
  .m-ipad-air-130 {
    margin: 8.125rem !important;
  }
  .m-ipad-air-135 {
    margin: 8.4375rem !important;
  }
  .m-ipad-air-140 {
    margin: 8.75rem !important;
  }
  .m-ipad-air-145 {
    margin: 9.0625rem !important;
  }
  .m-ipad-air-150 {
    margin: 9.375rem !important;
  }
  .m-ipad-air-155 {
    margin: 9.6875rem !important;
  }
  .m-ipad-air-160 {
    margin: 10rem !important;
  }
  .m-ipad-air-0 {
    margin: 0 !important;
  }
  .m-ipad-air-1 {
    margin: 0.25rem !important;
  }
  .m-ipad-air-2 {
    margin: 0.5rem !important;
  }
  .m-ipad-air-3 {
    margin: 1rem !important;
  }
  .m-ipad-air-4 {
    margin: 1.5rem !important;
  }
  .m-ipad-air-5 {
    margin: 3rem !important;
  }
  .m-ipad-air-auto {
    margin: auto !important;
  }
  .mx-ipad-air-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-ipad-air-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-ipad-air-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-ipad-air-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-ipad-air-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-ipad-air-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-ipad-air-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-ipad-air-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-ipad-air-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-ipad-air-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-ipad-air-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-ipad-air-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-ipad-air-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-ipad-air-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-ipad-air-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-ipad-air-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-ipad-air-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-ipad-air-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-ipad-air-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-ipad-air-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-ipad-air-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-ipad-air-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-ipad-air-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-ipad-air-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-ipad-air-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-ipad-air-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-ipad-air-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ipad-air-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-ipad-air-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-ipad-air-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-ipad-air-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-ipad-air-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-ipad-air-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ipad-air-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-ipad-air-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-ipad-air-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-ipad-air-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-ipad-air-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-ipad-air-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-ipad-air-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-ipad-air-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-ipad-air-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-ipad-air-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-ipad-air-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-ipad-air-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-ipad-air-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-ipad-air-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-ipad-air-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-ipad-air-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-ipad-air-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-ipad-air-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-ipad-air-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-ipad-air-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-ipad-air-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-ipad-air-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-ipad-air-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-ipad-air-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-ipad-air-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-ipad-air-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-ipad-air-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ipad-air-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-ipad-air-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-ipad-air-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-ipad-air-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-ipad-air-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-ipad-air-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ipad-air-2rem {
    margin-top: 2rem !important;
  }
  .mt-ipad-air-6 {
    margin-top: 5rem !important;
  }
  .mt-ipad-air-40 {
    margin-top: 2.5rem !important;
  }
  .mt-ipad-air-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-ipad-air-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-ipad-air-60 {
    margin-top: 3.75rem !important;
  }
  .mt-ipad-air-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-ipad-air-70 {
    margin-top: 4.375rem !important;
  }
  .mt-ipad-air-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-ipad-air-80 {
    margin-top: 5rem !important;
  }
  .mt-ipad-air-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-ipad-air-90 {
    margin-top: 5.625rem !important;
  }
  .mt-ipad-air-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-ipad-air-100 {
    margin-top: 6.25rem !important;
  }
  .mt-ipad-air-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-ipad-air-110 {
    margin-top: 6.875rem !important;
  }
  .mt-ipad-air-115 {
    margin-top: 7.25rem !important;
  }
  .mt-ipad-air-120 {
    margin-top: 7.5rem !important;
  }
  .mt-ipad-air-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-ipad-air-130 {
    margin-top: 8.125rem !important;
  }
  .mt-ipad-air-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-ipad-air-140 {
    margin-top: 8.75rem !important;
  }
  .mt-ipad-air-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-ipad-air-150 {
    margin-top: 9.375rem !important;
  }
  .mt-ipad-air-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-ipad-air-160 {
    margin-top: 10rem !important;
  }
  .mt-ipad-air-0 {
    margin-top: 0 !important;
  }
  .mt-ipad-air-1 {
    margin-top: 0.25rem !important;
  }
  .mt-ipad-air-2 {
    margin-top: 0.5rem !important;
  }
  .mt-ipad-air-3 {
    margin-top: 1rem !important;
  }
  .mt-ipad-air-4 {
    margin-top: 1.5rem !important;
  }
  .mt-ipad-air-5 {
    margin-top: 3rem !important;
  }
  .mt-ipad-air-auto {
    margin-top: auto !important;
  }
  .me-ipad-air-2rem {
    margin-right: 2rem !important;
  }
  .me-ipad-air-6 {
    margin-right: 5rem !important;
  }
  .me-ipad-air-40 {
    margin-right: 2.5rem !important;
  }
  .me-ipad-air-45 {
    margin-right: 2.8125rem !important;
  }
  .me-ipad-air-55 {
    margin-right: 3.4375rem !important;
  }
  .me-ipad-air-60 {
    margin-right: 3.75rem !important;
  }
  .me-ipad-air-65 {
    margin-right: 4.0625rem !important;
  }
  .me-ipad-air-70 {
    margin-right: 4.375rem !important;
  }
  .me-ipad-air-75 {
    margin-right: 4.6875rem !important;
  }
  .me-ipad-air-80 {
    margin-right: 5rem !important;
  }
  .me-ipad-air-85 {
    margin-right: 5.3125rem !important;
  }
  .me-ipad-air-90 {
    margin-right: 5.625rem !important;
  }
  .me-ipad-air-95 {
    margin-right: 5.9375rem !important;
  }
  .me-ipad-air-100 {
    margin-right: 6.25rem !important;
  }
  .me-ipad-air-105 {
    margin-right: 6.5625rem !important;
  }
  .me-ipad-air-110 {
    margin-right: 6.875rem !important;
  }
  .me-ipad-air-115 {
    margin-right: 7.25rem !important;
  }
  .me-ipad-air-120 {
    margin-right: 7.5rem !important;
  }
  .me-ipad-air-125 {
    margin-right: 7.8125rem !important;
  }
  .me-ipad-air-130 {
    margin-right: 8.125rem !important;
  }
  .me-ipad-air-135 {
    margin-right: 8.4375rem !important;
  }
  .me-ipad-air-140 {
    margin-right: 8.75rem !important;
  }
  .me-ipad-air-145 {
    margin-right: 9.0625rem !important;
  }
  .me-ipad-air-150 {
    margin-right: 9.375rem !important;
  }
  .me-ipad-air-155 {
    margin-right: 9.6875rem !important;
  }
  .me-ipad-air-160 {
    margin-right: 10rem !important;
  }
  .me-ipad-air-0 {
    margin-right: 0 !important;
  }
  .me-ipad-air-1 {
    margin-right: 0.25rem !important;
  }
  .me-ipad-air-2 {
    margin-right: 0.5rem !important;
  }
  .me-ipad-air-3 {
    margin-right: 1rem !important;
  }
  .me-ipad-air-4 {
    margin-right: 1.5rem !important;
  }
  .me-ipad-air-5 {
    margin-right: 3rem !important;
  }
  .me-ipad-air-auto {
    margin-right: auto !important;
  }
  .mb-ipad-air-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-ipad-air-6 {
    margin-bottom: 5rem !important;
  }
  .mb-ipad-air-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-ipad-air-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-ipad-air-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-ipad-air-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-ipad-air-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-ipad-air-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-ipad-air-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-ipad-air-80 {
    margin-bottom: 5rem !important;
  }
  .mb-ipad-air-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-ipad-air-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-ipad-air-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-ipad-air-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-ipad-air-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-ipad-air-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-ipad-air-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-ipad-air-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-ipad-air-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-ipad-air-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-ipad-air-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-ipad-air-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-ipad-air-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-ipad-air-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-ipad-air-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-ipad-air-160 {
    margin-bottom: 10rem !important;
  }
  .mb-ipad-air-0 {
    margin-bottom: 0 !important;
  }
  .mb-ipad-air-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-ipad-air-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-ipad-air-3 {
    margin-bottom: 1rem !important;
  }
  .mb-ipad-air-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-ipad-air-5 {
    margin-bottom: 3rem !important;
  }
  .mb-ipad-air-auto {
    margin-bottom: auto !important;
  }
  .ms-ipad-air-2rem {
    margin-left: 2rem !important;
  }
  .ms-ipad-air-6 {
    margin-left: 5rem !important;
  }
  .ms-ipad-air-40 {
    margin-left: 2.5rem !important;
  }
  .ms-ipad-air-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-ipad-air-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-ipad-air-60 {
    margin-left: 3.75rem !important;
  }
  .ms-ipad-air-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-ipad-air-70 {
    margin-left: 4.375rem !important;
  }
  .ms-ipad-air-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-ipad-air-80 {
    margin-left: 5rem !important;
  }
  .ms-ipad-air-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-ipad-air-90 {
    margin-left: 5.625rem !important;
  }
  .ms-ipad-air-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-ipad-air-100 {
    margin-left: 6.25rem !important;
  }
  .ms-ipad-air-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-ipad-air-110 {
    margin-left: 6.875rem !important;
  }
  .ms-ipad-air-115 {
    margin-left: 7.25rem !important;
  }
  .ms-ipad-air-120 {
    margin-left: 7.5rem !important;
  }
  .ms-ipad-air-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-ipad-air-130 {
    margin-left: 8.125rem !important;
  }
  .ms-ipad-air-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-ipad-air-140 {
    margin-left: 8.75rem !important;
  }
  .ms-ipad-air-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-ipad-air-150 {
    margin-left: 9.375rem !important;
  }
  .ms-ipad-air-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-ipad-air-160 {
    margin-left: 10rem !important;
  }
  .ms-ipad-air-0 {
    margin-left: 0 !important;
  }
  .ms-ipad-air-1 {
    margin-left: 0.25rem !important;
  }
  .ms-ipad-air-2 {
    margin-left: 0.5rem !important;
  }
  .ms-ipad-air-3 {
    margin-left: 1rem !important;
  }
  .ms-ipad-air-4 {
    margin-left: 1.5rem !important;
  }
  .ms-ipad-air-5 {
    margin-left: 3rem !important;
  }
  .ms-ipad-air-auto {
    margin-left: auto !important;
  }
  .p-ipad-air-2rem {
    padding: 2rem !important;
  }
  .p-ipad-air-6 {
    padding: 5rem !important;
  }
  .p-ipad-air-40 {
    padding: 2.5rem !important;
  }
  .p-ipad-air-45 {
    padding: 2.8125rem !important;
  }
  .p-ipad-air-55 {
    padding: 3.4375rem !important;
  }
  .p-ipad-air-60 {
    padding: 3.75rem !important;
  }
  .p-ipad-air-65 {
    padding: 4.0625rem !important;
  }
  .p-ipad-air-70 {
    padding: 4.375rem !important;
  }
  .p-ipad-air-75 {
    padding: 4.6875rem !important;
  }
  .p-ipad-air-80 {
    padding: 5rem !important;
  }
  .p-ipad-air-85 {
    padding: 5.3125rem !important;
  }
  .p-ipad-air-90 {
    padding: 5.625rem !important;
  }
  .p-ipad-air-95 {
    padding: 5.9375rem !important;
  }
  .p-ipad-air-100 {
    padding: 6.25rem !important;
  }
  .p-ipad-air-105 {
    padding: 6.5625rem !important;
  }
  .p-ipad-air-110 {
    padding: 6.875rem !important;
  }
  .p-ipad-air-115 {
    padding: 7.25rem !important;
  }
  .p-ipad-air-120 {
    padding: 7.5rem !important;
  }
  .p-ipad-air-125 {
    padding: 7.8125rem !important;
  }
  .p-ipad-air-130 {
    padding: 8.125rem !important;
  }
  .p-ipad-air-135 {
    padding: 8.4375rem !important;
  }
  .p-ipad-air-140 {
    padding: 8.75rem !important;
  }
  .p-ipad-air-145 {
    padding: 9.0625rem !important;
  }
  .p-ipad-air-150 {
    padding: 9.375rem !important;
  }
  .p-ipad-air-155 {
    padding: 9.6875rem !important;
  }
  .p-ipad-air-160 {
    padding: 10rem !important;
  }
  .p-ipad-air-0 {
    padding: 0 !important;
  }
  .p-ipad-air-1 {
    padding: 0.25rem !important;
  }
  .p-ipad-air-2 {
    padding: 0.5rem !important;
  }
  .p-ipad-air-3 {
    padding: 1rem !important;
  }
  .p-ipad-air-4 {
    padding: 1.5rem !important;
  }
  .p-ipad-air-5 {
    padding: 3rem !important;
  }
  .px-ipad-air-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-ipad-air-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-ipad-air-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-ipad-air-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-ipad-air-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-ipad-air-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-ipad-air-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-ipad-air-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-ipad-air-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-ipad-air-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-ipad-air-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-ipad-air-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-ipad-air-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-ipad-air-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-ipad-air-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-ipad-air-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-ipad-air-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-ipad-air-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-ipad-air-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-ipad-air-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-ipad-air-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-ipad-air-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-ipad-air-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-ipad-air-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-ipad-air-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-ipad-air-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-ipad-air-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ipad-air-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-ipad-air-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-ipad-air-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-ipad-air-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-ipad-air-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-ipad-air-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-ipad-air-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-ipad-air-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-ipad-air-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-ipad-air-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-ipad-air-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-ipad-air-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-ipad-air-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-ipad-air-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-ipad-air-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-ipad-air-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-ipad-air-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-ipad-air-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-ipad-air-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-ipad-air-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-ipad-air-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-ipad-air-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-ipad-air-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-ipad-air-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-ipad-air-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-ipad-air-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-ipad-air-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-ipad-air-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-ipad-air-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-ipad-air-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-ipad-air-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-ipad-air-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ipad-air-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-ipad-air-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-ipad-air-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-ipad-air-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-ipad-air-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-ipad-air-2rem {
    padding-top: 2rem !important;
  }
  .pt-ipad-air-6 {
    padding-top: 5rem !important;
  }
  .pt-ipad-air-40 {
    padding-top: 2.5rem !important;
  }
  .pt-ipad-air-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-ipad-air-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-ipad-air-60 {
    padding-top: 3.75rem !important;
  }
  .pt-ipad-air-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-ipad-air-70 {
    padding-top: 4.375rem !important;
  }
  .pt-ipad-air-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-ipad-air-80 {
    padding-top: 5rem !important;
  }
  .pt-ipad-air-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-ipad-air-90 {
    padding-top: 5.625rem !important;
  }
  .pt-ipad-air-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-ipad-air-100 {
    padding-top: 6.25rem !important;
  }
  .pt-ipad-air-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-ipad-air-110 {
    padding-top: 6.875rem !important;
  }
  .pt-ipad-air-115 {
    padding-top: 7.25rem !important;
  }
  .pt-ipad-air-120 {
    padding-top: 7.5rem !important;
  }
  .pt-ipad-air-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-ipad-air-130 {
    padding-top: 8.125rem !important;
  }
  .pt-ipad-air-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-ipad-air-140 {
    padding-top: 8.75rem !important;
  }
  .pt-ipad-air-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-ipad-air-150 {
    padding-top: 9.375rem !important;
  }
  .pt-ipad-air-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-ipad-air-160 {
    padding-top: 10rem !important;
  }
  .pt-ipad-air-0 {
    padding-top: 0 !important;
  }
  .pt-ipad-air-1 {
    padding-top: 0.25rem !important;
  }
  .pt-ipad-air-2 {
    padding-top: 0.5rem !important;
  }
  .pt-ipad-air-3 {
    padding-top: 1rem !important;
  }
  .pt-ipad-air-4 {
    padding-top: 1.5rem !important;
  }
  .pt-ipad-air-5 {
    padding-top: 3rem !important;
  }
  .pe-ipad-air-2rem {
    padding-right: 2rem !important;
  }
  .pe-ipad-air-6 {
    padding-right: 5rem !important;
  }
  .pe-ipad-air-40 {
    padding-right: 2.5rem !important;
  }
  .pe-ipad-air-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-ipad-air-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-ipad-air-60 {
    padding-right: 3.75rem !important;
  }
  .pe-ipad-air-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-ipad-air-70 {
    padding-right: 4.375rem !important;
  }
  .pe-ipad-air-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-ipad-air-80 {
    padding-right: 5rem !important;
  }
  .pe-ipad-air-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-ipad-air-90 {
    padding-right: 5.625rem !important;
  }
  .pe-ipad-air-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-ipad-air-100 {
    padding-right: 6.25rem !important;
  }
  .pe-ipad-air-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-ipad-air-110 {
    padding-right: 6.875rem !important;
  }
  .pe-ipad-air-115 {
    padding-right: 7.25rem !important;
  }
  .pe-ipad-air-120 {
    padding-right: 7.5rem !important;
  }
  .pe-ipad-air-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-ipad-air-130 {
    padding-right: 8.125rem !important;
  }
  .pe-ipad-air-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-ipad-air-140 {
    padding-right: 8.75rem !important;
  }
  .pe-ipad-air-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-ipad-air-150 {
    padding-right: 9.375rem !important;
  }
  .pe-ipad-air-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-ipad-air-160 {
    padding-right: 10rem !important;
  }
  .pe-ipad-air-0 {
    padding-right: 0 !important;
  }
  .pe-ipad-air-1 {
    padding-right: 0.25rem !important;
  }
  .pe-ipad-air-2 {
    padding-right: 0.5rem !important;
  }
  .pe-ipad-air-3 {
    padding-right: 1rem !important;
  }
  .pe-ipad-air-4 {
    padding-right: 1.5rem !important;
  }
  .pe-ipad-air-5 {
    padding-right: 3rem !important;
  }
  .pb-ipad-air-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-ipad-air-6 {
    padding-bottom: 5rem !important;
  }
  .pb-ipad-air-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-ipad-air-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-ipad-air-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-ipad-air-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-ipad-air-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-ipad-air-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-ipad-air-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-ipad-air-80 {
    padding-bottom: 5rem !important;
  }
  .pb-ipad-air-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-ipad-air-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-ipad-air-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-ipad-air-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-ipad-air-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-ipad-air-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-ipad-air-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-ipad-air-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-ipad-air-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-ipad-air-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-ipad-air-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-ipad-air-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-ipad-air-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-ipad-air-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-ipad-air-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-ipad-air-160 {
    padding-bottom: 10rem !important;
  }
  .pb-ipad-air-0 {
    padding-bottom: 0 !important;
  }
  .pb-ipad-air-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-ipad-air-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-ipad-air-3 {
    padding-bottom: 1rem !important;
  }
  .pb-ipad-air-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-ipad-air-5 {
    padding-bottom: 3rem !important;
  }
  .ps-ipad-air-2rem {
    padding-left: 2rem !important;
  }
  .ps-ipad-air-6 {
    padding-left: 5rem !important;
  }
  .ps-ipad-air-40 {
    padding-left: 2.5rem !important;
  }
  .ps-ipad-air-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-ipad-air-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-ipad-air-60 {
    padding-left: 3.75rem !important;
  }
  .ps-ipad-air-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-ipad-air-70 {
    padding-left: 4.375rem !important;
  }
  .ps-ipad-air-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-ipad-air-80 {
    padding-left: 5rem !important;
  }
  .ps-ipad-air-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-ipad-air-90 {
    padding-left: 5.625rem !important;
  }
  .ps-ipad-air-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-ipad-air-100 {
    padding-left: 6.25rem !important;
  }
  .ps-ipad-air-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-ipad-air-110 {
    padding-left: 6.875rem !important;
  }
  .ps-ipad-air-115 {
    padding-left: 7.25rem !important;
  }
  .ps-ipad-air-120 {
    padding-left: 7.5rem !important;
  }
  .ps-ipad-air-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-ipad-air-130 {
    padding-left: 8.125rem !important;
  }
  .ps-ipad-air-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-ipad-air-140 {
    padding-left: 8.75rem !important;
  }
  .ps-ipad-air-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-ipad-air-150 {
    padding-left: 9.375rem !important;
  }
  .ps-ipad-air-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-ipad-air-160 {
    padding-left: 10rem !important;
  }
  .ps-ipad-air-0 {
    padding-left: 0 !important;
  }
  .ps-ipad-air-1 {
    padding-left: 0.25rem !important;
  }
  .ps-ipad-air-2 {
    padding-left: 0.5rem !important;
  }
  .ps-ipad-air-3 {
    padding-left: 1rem !important;
  }
  .ps-ipad-air-4 {
    padding-left: 1.5rem !important;
  }
  .ps-ipad-air-5 {
    padding-left: 3rem !important;
  }
  .gap-ipad-air-2rem {
    gap: 2rem !important;
  }
  .gap-ipad-air-6 {
    gap: 5rem !important;
  }
  .gap-ipad-air-40 {
    gap: 2.5rem !important;
  }
  .gap-ipad-air-45 {
    gap: 2.8125rem !important;
  }
  .gap-ipad-air-55 {
    gap: 3.4375rem !important;
  }
  .gap-ipad-air-60 {
    gap: 3.75rem !important;
  }
  .gap-ipad-air-65 {
    gap: 4.0625rem !important;
  }
  .gap-ipad-air-70 {
    gap: 4.375rem !important;
  }
  .gap-ipad-air-75 {
    gap: 4.6875rem !important;
  }
  .gap-ipad-air-80 {
    gap: 5rem !important;
  }
  .gap-ipad-air-85 {
    gap: 5.3125rem !important;
  }
  .gap-ipad-air-90 {
    gap: 5.625rem !important;
  }
  .gap-ipad-air-95 {
    gap: 5.9375rem !important;
  }
  .gap-ipad-air-100 {
    gap: 6.25rem !important;
  }
  .gap-ipad-air-105 {
    gap: 6.5625rem !important;
  }
  .gap-ipad-air-110 {
    gap: 6.875rem !important;
  }
  .gap-ipad-air-115 {
    gap: 7.25rem !important;
  }
  .gap-ipad-air-120 {
    gap: 7.5rem !important;
  }
  .gap-ipad-air-125 {
    gap: 7.8125rem !important;
  }
  .gap-ipad-air-130 {
    gap: 8.125rem !important;
  }
  .gap-ipad-air-135 {
    gap: 8.4375rem !important;
  }
  .gap-ipad-air-140 {
    gap: 8.75rem !important;
  }
  .gap-ipad-air-145 {
    gap: 9.0625rem !important;
  }
  .gap-ipad-air-150 {
    gap: 9.375rem !important;
  }
  .gap-ipad-air-155 {
    gap: 9.6875rem !important;
  }
  .gap-ipad-air-160 {
    gap: 10rem !important;
  }
  .gap-ipad-air-0 {
    gap: 0 !important;
  }
  .gap-ipad-air-1 {
    gap: 0.25rem !important;
  }
  .gap-ipad-air-2 {
    gap: 0.5rem !important;
  }
  .gap-ipad-air-3 {
    gap: 1rem !important;
  }
  .gap-ipad-air-4 {
    gap: 1.5rem !important;
  }
  .gap-ipad-air-5 {
    gap: 3rem !important;
  }
  .row-gap-ipad-air-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-ipad-air-6 {
    row-gap: 5rem !important;
  }
  .row-gap-ipad-air-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-ipad-air-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-ipad-air-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-ipad-air-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-ipad-air-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-ipad-air-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-ipad-air-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-ipad-air-80 {
    row-gap: 5rem !important;
  }
  .row-gap-ipad-air-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-ipad-air-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-ipad-air-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-ipad-air-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-ipad-air-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-ipad-air-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-ipad-air-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-ipad-air-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-ipad-air-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-ipad-air-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-ipad-air-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-ipad-air-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-ipad-air-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-ipad-air-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-ipad-air-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-ipad-air-160 {
    row-gap: 10rem !important;
  }
  .row-gap-ipad-air-0 {
    row-gap: 0 !important;
  }
  .row-gap-ipad-air-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-ipad-air-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-ipad-air-3 {
    row-gap: 1rem !important;
  }
  .row-gap-ipad-air-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-ipad-air-5 {
    row-gap: 3rem !important;
  }
  .column-gap-ipad-air-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-ipad-air-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-ipad-air-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-ipad-air-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-ipad-air-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-ipad-air-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-ipad-air-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-ipad-air-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-ipad-air-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-ipad-air-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-ipad-air-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-ipad-air-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-ipad-air-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-ipad-air-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-ipad-air-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-ipad-air-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-ipad-air-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-ipad-air-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-ipad-air-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-ipad-air-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-ipad-air-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-ipad-air-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-ipad-air-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-ipad-air-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-ipad-air-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-ipad-air-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-ipad-air-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-ipad-air-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-ipad-air-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-ipad-air-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-ipad-air-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-ipad-air-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-ipad-air-start {
    text-align: left !important;
  }
  .text-ipad-air-end {
    text-align: right !important;
  }
  .text-ipad-air-center {
    text-align: center !important;
  }
  .bg-ipad-air-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-ipad-air-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-ipad-air-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-2rem {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-45 {
    margin: 2.8125rem !important;
  }
  .m-xl-55 {
    margin: 3.4375rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-65 {
    margin: 4.0625rem !important;
  }
  .m-xl-70 {
    margin: 4.375rem !important;
  }
  .m-xl-75 {
    margin: 4.6875rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-85 {
    margin: 5.3125rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .m-xl-95 {
    margin: 5.9375rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-105 {
    margin: 6.5625rem !important;
  }
  .m-xl-110 {
    margin: 6.875rem !important;
  }
  .m-xl-115 {
    margin: 7.25rem !important;
  }
  .m-xl-120 {
    margin: 7.5rem !important;
  }
  .m-xl-125 {
    margin: 7.8125rem !important;
  }
  .m-xl-130 {
    margin: 8.125rem !important;
  }
  .m-xl-135 {
    margin: 8.4375rem !important;
  }
  .m-xl-140 {
    margin: 8.75rem !important;
  }
  .m-xl-145 {
    margin: 9.0625rem !important;
  }
  .m-xl-150 {
    margin: 9.375rem !important;
  }
  .m-xl-155 {
    margin: 9.6875rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xl-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xl-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xl-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xl-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xl-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xl-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xl-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xl-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xl-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xl-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xl-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mt-xl-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xl-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xl-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xl-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xl-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-2rem {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xl-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xl-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xl-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xl-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xl-80 {
    margin-right: 5rem !important;
  }
  .me-xl-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xl-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xl-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xl-115 {
    margin-right: 7.25rem !important;
  }
  .me-xl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xl-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xl-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xl-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xl-160 {
    margin-right: 10rem !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xl-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xl-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xl-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xl-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xl-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xl-80 {
    margin-left: 5rem !important;
  }
  .ms-xl-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xl-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xl-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xl-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xl-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xl-160 {
    margin-left: 10rem !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-2rem {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-45 {
    padding: 2.8125rem !important;
  }
  .p-xl-55 {
    padding: 3.4375rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-65 {
    padding: 4.0625rem !important;
  }
  .p-xl-70 {
    padding: 4.375rem !important;
  }
  .p-xl-75 {
    padding: 4.6875rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-85 {
    padding: 5.3125rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .p-xl-95 {
    padding: 5.9375rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-105 {
    padding: 6.5625rem !important;
  }
  .p-xl-110 {
    padding: 6.875rem !important;
  }
  .p-xl-115 {
    padding: 7.25rem !important;
  }
  .p-xl-120 {
    padding: 7.5rem !important;
  }
  .p-xl-125 {
    padding: 7.8125rem !important;
  }
  .p-xl-130 {
    padding: 8.125rem !important;
  }
  .p-xl-135 {
    padding: 8.4375rem !important;
  }
  .p-xl-140 {
    padding: 8.75rem !important;
  }
  .p-xl-145 {
    padding: 9.0625rem !important;
  }
  .p-xl-150 {
    padding: 9.375rem !important;
  }
  .p-xl-155 {
    padding: 9.6875rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xl-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xl-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xl-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xl-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xl-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xl-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xl-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xl-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xl-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xl-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xl-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pt-xl-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xl-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xl-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xl-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xl-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xl-160 {
    padding-top: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xl-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xl-80 {
    padding-right: 5rem !important;
  }
  .pe-xl-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xl-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xl-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xl-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xl-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xl-160 {
    padding-right: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xl-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xl-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xl-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xl-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xl-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xl-80 {
    padding-left: 5rem !important;
  }
  .ps-xl-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xl-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xl-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xl-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xl-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xl-160 {
    padding-left: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-2rem {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-xl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xl-55 {
    gap: 3.4375rem !important;
  }
  .gap-xl-60 {
    gap: 3.75rem !important;
  }
  .gap-xl-65 {
    gap: 4.0625rem !important;
  }
  .gap-xl-70 {
    gap: 4.375rem !important;
  }
  .gap-xl-75 {
    gap: 4.6875rem !important;
  }
  .gap-xl-80 {
    gap: 5rem !important;
  }
  .gap-xl-85 {
    gap: 5.3125rem !important;
  }
  .gap-xl-90 {
    gap: 5.625rem !important;
  }
  .gap-xl-95 {
    gap: 5.9375rem !important;
  }
  .gap-xl-100 {
    gap: 6.25rem !important;
  }
  .gap-xl-105 {
    gap: 6.5625rem !important;
  }
  .gap-xl-110 {
    gap: 6.875rem !important;
  }
  .gap-xl-115 {
    gap: 7.25rem !important;
  }
  .gap-xl-120 {
    gap: 7.5rem !important;
  }
  .gap-xl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xl-130 {
    gap: 8.125rem !important;
  }
  .gap-xl-135 {
    gap: 8.4375rem !important;
  }
  .gap-xl-140 {
    gap: 8.75rem !important;
  }
  .gap-xl-145 {
    gap: 9.0625rem !important;
  }
  .gap-xl-150 {
    gap: 9.375rem !important;
  }
  .gap-xl-155 {
    gap: 9.6875rem !important;
  }
  .gap-xl-160 {
    gap: 10rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xl-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xl-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xl-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xl-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xl-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xl-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xl-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xl-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xl-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xl-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xl-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xl-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xl-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xl-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xl-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xl-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xl-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xl-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xl-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xl-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xl-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xl-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xl-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .bg-xl-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xl-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xl-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 1366px) {
  .float-xlplus-start {
    float: left !important;
  }
  .float-xlplus-end {
    float: right !important;
  }
  .float-xlplus-none {
    float: none !important;
  }
  .object-fit-xlplus-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xlplus-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xlplus-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xlplus-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xlplus-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xlplus-inline {
    display: inline !important;
  }
  .d-xlplus-inline-block {
    display: inline-block !important;
  }
  .d-xlplus-block {
    display: block !important;
  }
  .d-xlplus-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xlplus-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xlplus-table {
    display: table !important;
  }
  .d-xlplus-table-row {
    display: table-row !important;
  }
  .d-xlplus-table-cell {
    display: table-cell !important;
  }
  .d-xlplus-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xlplus-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xlplus-none {
    display: none !important;
  }
  .border-xlplus {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xlplus-0 {
    border: 0 !important;
  }
  .flex-xlplus-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xlplus-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xlplus-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xlplus-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xlplus-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xlplus-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xlplus-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xlplus-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xlplus-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xlplus-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xlplus-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xlplus-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xlplus-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xlplus-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xlplus-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xlplus-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xlplus-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xlplus-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xlplus-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xlplus-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xlplus-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xlplus-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xlplus-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xlplus-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xlplus-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xlplus-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xlplus-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xlplus-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xlplus-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xlplus-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xlplus-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xlplus-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xlplus-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xlplus-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xlplus-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xlplus-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xlplus-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xlplus-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xlplus-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xlplus-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xlplus-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xlplus-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xlplus-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xlplus-2rem {
    margin: 2rem !important;
  }
  .m-xlplus-6 {
    margin: 5rem !important;
  }
  .m-xlplus-40 {
    margin: 2.5rem !important;
  }
  .m-xlplus-45 {
    margin: 2.8125rem !important;
  }
  .m-xlplus-55 {
    margin: 3.4375rem !important;
  }
  .m-xlplus-60 {
    margin: 3.75rem !important;
  }
  .m-xlplus-65 {
    margin: 4.0625rem !important;
  }
  .m-xlplus-70 {
    margin: 4.375rem !important;
  }
  .m-xlplus-75 {
    margin: 4.6875rem !important;
  }
  .m-xlplus-80 {
    margin: 5rem !important;
  }
  .m-xlplus-85 {
    margin: 5.3125rem !important;
  }
  .m-xlplus-90 {
    margin: 5.625rem !important;
  }
  .m-xlplus-95 {
    margin: 5.9375rem !important;
  }
  .m-xlplus-100 {
    margin: 6.25rem !important;
  }
  .m-xlplus-105 {
    margin: 6.5625rem !important;
  }
  .m-xlplus-110 {
    margin: 6.875rem !important;
  }
  .m-xlplus-115 {
    margin: 7.25rem !important;
  }
  .m-xlplus-120 {
    margin: 7.5rem !important;
  }
  .m-xlplus-125 {
    margin: 7.8125rem !important;
  }
  .m-xlplus-130 {
    margin: 8.125rem !important;
  }
  .m-xlplus-135 {
    margin: 8.4375rem !important;
  }
  .m-xlplus-140 {
    margin: 8.75rem !important;
  }
  .m-xlplus-145 {
    margin: 9.0625rem !important;
  }
  .m-xlplus-150 {
    margin: 9.375rem !important;
  }
  .m-xlplus-155 {
    margin: 9.6875rem !important;
  }
  .m-xlplus-160 {
    margin: 10rem !important;
  }
  .m-xlplus-0 {
    margin: 0 !important;
  }
  .m-xlplus-1 {
    margin: 0.25rem !important;
  }
  .m-xlplus-2 {
    margin: 0.5rem !important;
  }
  .m-xlplus-3 {
    margin: 1rem !important;
  }
  .m-xlplus-4 {
    margin: 1.5rem !important;
  }
  .m-xlplus-5 {
    margin: 3rem !important;
  }
  .m-xlplus-auto {
    margin: auto !important;
  }
  .mx-xlplus-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xlplus-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xlplus-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xlplus-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xlplus-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xlplus-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xlplus-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xlplus-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xlplus-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xlplus-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xlplus-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xlplus-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xlplus-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xlplus-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xlplus-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xlplus-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xlplus-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xlplus-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xlplus-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xlplus-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xlplus-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xlplus-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xlplus-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xlplus-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xlplus-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xlplus-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xlplus-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xlplus-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xlplus-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xlplus-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xlplus-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xlplus-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xlplus-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xlplus-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xlplus-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xlplus-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xlplus-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xlplus-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xlplus-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xlplus-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xlplus-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xlplus-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xlplus-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xlplus-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xlplus-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xlplus-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xlplus-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xlplus-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xlplus-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xlplus-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xlplus-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xlplus-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xlplus-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xlplus-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xlplus-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xlplus-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xlplus-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xlplus-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xlplus-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xlplus-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xlplus-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xlplus-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xlplus-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xlplus-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xlplus-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xlplus-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xlplus-2rem {
    margin-top: 2rem !important;
  }
  .mt-xlplus-6 {
    margin-top: 5rem !important;
  }
  .mt-xlplus-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xlplus-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xlplus-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xlplus-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xlplus-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xlplus-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xlplus-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xlplus-80 {
    margin-top: 5rem !important;
  }
  .mt-xlplus-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xlplus-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xlplus-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xlplus-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xlplus-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xlplus-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xlplus-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xlplus-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xlplus-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xlplus-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xlplus-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xlplus-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xlplus-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xlplus-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xlplus-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xlplus-160 {
    margin-top: 10rem !important;
  }
  .mt-xlplus-0 {
    margin-top: 0 !important;
  }
  .mt-xlplus-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xlplus-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xlplus-3 {
    margin-top: 1rem !important;
  }
  .mt-xlplus-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xlplus-5 {
    margin-top: 3rem !important;
  }
  .mt-xlplus-auto {
    margin-top: auto !important;
  }
  .me-xlplus-2rem {
    margin-right: 2rem !important;
  }
  .me-xlplus-6 {
    margin-right: 5rem !important;
  }
  .me-xlplus-40 {
    margin-right: 2.5rem !important;
  }
  .me-xlplus-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xlplus-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xlplus-60 {
    margin-right: 3.75rem !important;
  }
  .me-xlplus-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xlplus-70 {
    margin-right: 4.375rem !important;
  }
  .me-xlplus-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xlplus-80 {
    margin-right: 5rem !important;
  }
  .me-xlplus-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xlplus-90 {
    margin-right: 5.625rem !important;
  }
  .me-xlplus-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xlplus-100 {
    margin-right: 6.25rem !important;
  }
  .me-xlplus-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xlplus-110 {
    margin-right: 6.875rem !important;
  }
  .me-xlplus-115 {
    margin-right: 7.25rem !important;
  }
  .me-xlplus-120 {
    margin-right: 7.5rem !important;
  }
  .me-xlplus-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xlplus-130 {
    margin-right: 8.125rem !important;
  }
  .me-xlplus-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xlplus-140 {
    margin-right: 8.75rem !important;
  }
  .me-xlplus-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xlplus-150 {
    margin-right: 9.375rem !important;
  }
  .me-xlplus-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xlplus-160 {
    margin-right: 10rem !important;
  }
  .me-xlplus-0 {
    margin-right: 0 !important;
  }
  .me-xlplus-1 {
    margin-right: 0.25rem !important;
  }
  .me-xlplus-2 {
    margin-right: 0.5rem !important;
  }
  .me-xlplus-3 {
    margin-right: 1rem !important;
  }
  .me-xlplus-4 {
    margin-right: 1.5rem !important;
  }
  .me-xlplus-5 {
    margin-right: 3rem !important;
  }
  .me-xlplus-auto {
    margin-right: auto !important;
  }
  .mb-xlplus-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xlplus-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xlplus-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xlplus-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xlplus-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xlplus-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xlplus-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xlplus-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xlplus-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xlplus-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xlplus-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xlplus-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xlplus-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xlplus-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xlplus-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xlplus-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xlplus-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xlplus-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xlplus-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xlplus-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xlplus-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xlplus-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xlplus-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xlplus-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xlplus-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xlplus-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xlplus-0 {
    margin-bottom: 0 !important;
  }
  .mb-xlplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xlplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xlplus-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xlplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xlplus-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xlplus-auto {
    margin-bottom: auto !important;
  }
  .ms-xlplus-2rem {
    margin-left: 2rem !important;
  }
  .ms-xlplus-6 {
    margin-left: 5rem !important;
  }
  .ms-xlplus-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xlplus-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xlplus-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xlplus-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xlplus-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xlplus-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xlplus-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xlplus-80 {
    margin-left: 5rem !important;
  }
  .ms-xlplus-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xlplus-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xlplus-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xlplus-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xlplus-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xlplus-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xlplus-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xlplus-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xlplus-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xlplus-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xlplus-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xlplus-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xlplus-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xlplus-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xlplus-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xlplus-160 {
    margin-left: 10rem !important;
  }
  .ms-xlplus-0 {
    margin-left: 0 !important;
  }
  .ms-xlplus-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xlplus-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xlplus-3 {
    margin-left: 1rem !important;
  }
  .ms-xlplus-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xlplus-5 {
    margin-left: 3rem !important;
  }
  .ms-xlplus-auto {
    margin-left: auto !important;
  }
  .p-xlplus-2rem {
    padding: 2rem !important;
  }
  .p-xlplus-6 {
    padding: 5rem !important;
  }
  .p-xlplus-40 {
    padding: 2.5rem !important;
  }
  .p-xlplus-45 {
    padding: 2.8125rem !important;
  }
  .p-xlplus-55 {
    padding: 3.4375rem !important;
  }
  .p-xlplus-60 {
    padding: 3.75rem !important;
  }
  .p-xlplus-65 {
    padding: 4.0625rem !important;
  }
  .p-xlplus-70 {
    padding: 4.375rem !important;
  }
  .p-xlplus-75 {
    padding: 4.6875rem !important;
  }
  .p-xlplus-80 {
    padding: 5rem !important;
  }
  .p-xlplus-85 {
    padding: 5.3125rem !important;
  }
  .p-xlplus-90 {
    padding: 5.625rem !important;
  }
  .p-xlplus-95 {
    padding: 5.9375rem !important;
  }
  .p-xlplus-100 {
    padding: 6.25rem !important;
  }
  .p-xlplus-105 {
    padding: 6.5625rem !important;
  }
  .p-xlplus-110 {
    padding: 6.875rem !important;
  }
  .p-xlplus-115 {
    padding: 7.25rem !important;
  }
  .p-xlplus-120 {
    padding: 7.5rem !important;
  }
  .p-xlplus-125 {
    padding: 7.8125rem !important;
  }
  .p-xlplus-130 {
    padding: 8.125rem !important;
  }
  .p-xlplus-135 {
    padding: 8.4375rem !important;
  }
  .p-xlplus-140 {
    padding: 8.75rem !important;
  }
  .p-xlplus-145 {
    padding: 9.0625rem !important;
  }
  .p-xlplus-150 {
    padding: 9.375rem !important;
  }
  .p-xlplus-155 {
    padding: 9.6875rem !important;
  }
  .p-xlplus-160 {
    padding: 10rem !important;
  }
  .p-xlplus-0 {
    padding: 0 !important;
  }
  .p-xlplus-1 {
    padding: 0.25rem !important;
  }
  .p-xlplus-2 {
    padding: 0.5rem !important;
  }
  .p-xlplus-3 {
    padding: 1rem !important;
  }
  .p-xlplus-4 {
    padding: 1.5rem !important;
  }
  .p-xlplus-5 {
    padding: 3rem !important;
  }
  .px-xlplus-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xlplus-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xlplus-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xlplus-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xlplus-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xlplus-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xlplus-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xlplus-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xlplus-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xlplus-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xlplus-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xlplus-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xlplus-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xlplus-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xlplus-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xlplus-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xlplus-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xlplus-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xlplus-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xlplus-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xlplus-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xlplus-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xlplus-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xlplus-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xlplus-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xlplus-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xlplus-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xlplus-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xlplus-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xlplus-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xlplus-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xlplus-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xlplus-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xlplus-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xlplus-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xlplus-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xlplus-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xlplus-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xlplus-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xlplus-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xlplus-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xlplus-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xlplus-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xlplus-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xlplus-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xlplus-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xlplus-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xlplus-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xlplus-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xlplus-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xlplus-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xlplus-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xlplus-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xlplus-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xlplus-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xlplus-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xlplus-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xlplus-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xlplus-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xlplus-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xlplus-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xlplus-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xlplus-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xlplus-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xlplus-2rem {
    padding-top: 2rem !important;
  }
  .pt-xlplus-6 {
    padding-top: 5rem !important;
  }
  .pt-xlplus-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xlplus-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xlplus-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xlplus-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xlplus-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xlplus-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xlplus-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xlplus-80 {
    padding-top: 5rem !important;
  }
  .pt-xlplus-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xlplus-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xlplus-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xlplus-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xlplus-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xlplus-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xlplus-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xlplus-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xlplus-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xlplus-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xlplus-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xlplus-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xlplus-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xlplus-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xlplus-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xlplus-160 {
    padding-top: 10rem !important;
  }
  .pt-xlplus-0 {
    padding-top: 0 !important;
  }
  .pt-xlplus-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xlplus-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xlplus-3 {
    padding-top: 1rem !important;
  }
  .pt-xlplus-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xlplus-5 {
    padding-top: 3rem !important;
  }
  .pe-xlplus-2rem {
    padding-right: 2rem !important;
  }
  .pe-xlplus-6 {
    padding-right: 5rem !important;
  }
  .pe-xlplus-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xlplus-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xlplus-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xlplus-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xlplus-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xlplus-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xlplus-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xlplus-80 {
    padding-right: 5rem !important;
  }
  .pe-xlplus-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xlplus-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xlplus-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xlplus-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xlplus-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xlplus-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xlplus-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xlplus-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xlplus-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xlplus-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xlplus-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xlplus-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xlplus-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xlplus-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xlplus-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xlplus-160 {
    padding-right: 10rem !important;
  }
  .pe-xlplus-0 {
    padding-right: 0 !important;
  }
  .pe-xlplus-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xlplus-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xlplus-3 {
    padding-right: 1rem !important;
  }
  .pe-xlplus-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xlplus-5 {
    padding-right: 3rem !important;
  }
  .pb-xlplus-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xlplus-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xlplus-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xlplus-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xlplus-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xlplus-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xlplus-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xlplus-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xlplus-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xlplus-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xlplus-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xlplus-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xlplus-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xlplus-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xlplus-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xlplus-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xlplus-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xlplus-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xlplus-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xlplus-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xlplus-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xlplus-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xlplus-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xlplus-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xlplus-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xlplus-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xlplus-0 {
    padding-bottom: 0 !important;
  }
  .pb-xlplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xlplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xlplus-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xlplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xlplus-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xlplus-2rem {
    padding-left: 2rem !important;
  }
  .ps-xlplus-6 {
    padding-left: 5rem !important;
  }
  .ps-xlplus-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xlplus-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xlplus-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xlplus-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xlplus-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xlplus-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xlplus-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xlplus-80 {
    padding-left: 5rem !important;
  }
  .ps-xlplus-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xlplus-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xlplus-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xlplus-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xlplus-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xlplus-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xlplus-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xlplus-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xlplus-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xlplus-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xlplus-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xlplus-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xlplus-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xlplus-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xlplus-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xlplus-160 {
    padding-left: 10rem !important;
  }
  .ps-xlplus-0 {
    padding-left: 0 !important;
  }
  .ps-xlplus-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xlplus-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xlplus-3 {
    padding-left: 1rem !important;
  }
  .ps-xlplus-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xlplus-5 {
    padding-left: 3rem !important;
  }
  .gap-xlplus-2rem {
    gap: 2rem !important;
  }
  .gap-xlplus-6 {
    gap: 5rem !important;
  }
  .gap-xlplus-40 {
    gap: 2.5rem !important;
  }
  .gap-xlplus-45 {
    gap: 2.8125rem !important;
  }
  .gap-xlplus-55 {
    gap: 3.4375rem !important;
  }
  .gap-xlplus-60 {
    gap: 3.75rem !important;
  }
  .gap-xlplus-65 {
    gap: 4.0625rem !important;
  }
  .gap-xlplus-70 {
    gap: 4.375rem !important;
  }
  .gap-xlplus-75 {
    gap: 4.6875rem !important;
  }
  .gap-xlplus-80 {
    gap: 5rem !important;
  }
  .gap-xlplus-85 {
    gap: 5.3125rem !important;
  }
  .gap-xlplus-90 {
    gap: 5.625rem !important;
  }
  .gap-xlplus-95 {
    gap: 5.9375rem !important;
  }
  .gap-xlplus-100 {
    gap: 6.25rem !important;
  }
  .gap-xlplus-105 {
    gap: 6.5625rem !important;
  }
  .gap-xlplus-110 {
    gap: 6.875rem !important;
  }
  .gap-xlplus-115 {
    gap: 7.25rem !important;
  }
  .gap-xlplus-120 {
    gap: 7.5rem !important;
  }
  .gap-xlplus-125 {
    gap: 7.8125rem !important;
  }
  .gap-xlplus-130 {
    gap: 8.125rem !important;
  }
  .gap-xlplus-135 {
    gap: 8.4375rem !important;
  }
  .gap-xlplus-140 {
    gap: 8.75rem !important;
  }
  .gap-xlplus-145 {
    gap: 9.0625rem !important;
  }
  .gap-xlplus-150 {
    gap: 9.375rem !important;
  }
  .gap-xlplus-155 {
    gap: 9.6875rem !important;
  }
  .gap-xlplus-160 {
    gap: 10rem !important;
  }
  .gap-xlplus-0 {
    gap: 0 !important;
  }
  .gap-xlplus-1 {
    gap: 0.25rem !important;
  }
  .gap-xlplus-2 {
    gap: 0.5rem !important;
  }
  .gap-xlplus-3 {
    gap: 1rem !important;
  }
  .gap-xlplus-4 {
    gap: 1.5rem !important;
  }
  .gap-xlplus-5 {
    gap: 3rem !important;
  }
  .row-gap-xlplus-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xlplus-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xlplus-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xlplus-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xlplus-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xlplus-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xlplus-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xlplus-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xlplus-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xlplus-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xlplus-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xlplus-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xlplus-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xlplus-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xlplus-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xlplus-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xlplus-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xlplus-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xlplus-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xlplus-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xlplus-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xlplus-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xlplus-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xlplus-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xlplus-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xlplus-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xlplus-0 {
    row-gap: 0 !important;
  }
  .row-gap-xlplus-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xlplus-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xlplus-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xlplus-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xlplus-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xlplus-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xlplus-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xlplus-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xlplus-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xlplus-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xlplus-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xlplus-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xlplus-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xlplus-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xlplus-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xlplus-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xlplus-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xlplus-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xlplus-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xlplus-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xlplus-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xlplus-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xlplus-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xlplus-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xlplus-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xlplus-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xlplus-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xlplus-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xlplus-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xlplus-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xlplus-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xlplus-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xlplus-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xlplus-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xlplus-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xlplus-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xlplus-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xlplus-start {
    text-align: left !important;
  }
  .text-xlplus-end {
    text-align: right !important;
  }
  .text-xlplus-center {
    text-align: center !important;
  }
  .bg-xlplus-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xlplus-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xlplus-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 1480px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-2rem {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-45 {
    margin: 2.8125rem !important;
  }
  .m-xxl-55 {
    margin: 3.4375rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-65 {
    margin: 4.0625rem !important;
  }
  .m-xxl-70 {
    margin: 4.375rem !important;
  }
  .m-xxl-75 {
    margin: 4.6875rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .m-xxl-85 {
    margin: 5.3125rem !important;
  }
  .m-xxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxl-95 {
    margin: 5.9375rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxl-105 {
    margin: 6.5625rem !important;
  }
  .m-xxl-110 {
    margin: 6.875rem !important;
  }
  .m-xxl-115 {
    margin: 7.25rem !important;
  }
  .m-xxl-120 {
    margin: 7.5rem !important;
  }
  .m-xxl-125 {
    margin: 7.8125rem !important;
  }
  .m-xxl-130 {
    margin: 8.125rem !important;
  }
  .m-xxl-135 {
    margin: 8.4375rem !important;
  }
  .m-xxl-140 {
    margin: 8.75rem !important;
  }
  .m-xxl-145 {
    margin: 9.0625rem !important;
  }
  .m-xxl-150 {
    margin: 9.375rem !important;
  }
  .m-xxl-155 {
    margin: 9.6875rem !important;
  }
  .m-xxl-160 {
    margin: 10rem !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xxl-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxl-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxl-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xxl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xxl-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xxl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xxl-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xxl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xxl-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xxl-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xxl-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxl-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxl-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xxl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xxl-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xxl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xxl-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xxl-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xxl-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xxl-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xxl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xxl-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxl-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xxl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xxl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xxl-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xxl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xxl-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xxl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xxl-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xxl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xxl-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-2rem {
    margin-right: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xxl-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xxl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xxl-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxl-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xxl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xxl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xxl-115 {
    margin-right: 7.25rem !important;
  }
  .me-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xxl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xxl-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xxl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xxl-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xxl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xxl-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xxl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xxl-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xxl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xxl-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xxl-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xxl-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xxl-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xxl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xxl-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxl-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xxl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xxl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xxl-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xxl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xxl-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xxl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xxl-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xxl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xxl-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-2rem {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-45 {
    padding: 2.8125rem !important;
  }
  .p-xxl-55 {
    padding: 3.4375rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxl-65 {
    padding: 4.0625rem !important;
  }
  .p-xxl-70 {
    padding: 4.375rem !important;
  }
  .p-xxl-75 {
    padding: 4.6875rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .p-xxl-85 {
    padding: 5.3125rem !important;
  }
  .p-xxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxl-95 {
    padding: 5.9375rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxl-105 {
    padding: 6.5625rem !important;
  }
  .p-xxl-110 {
    padding: 6.875rem !important;
  }
  .p-xxl-115 {
    padding: 7.25rem !important;
  }
  .p-xxl-120 {
    padding: 7.5rem !important;
  }
  .p-xxl-125 {
    padding: 7.8125rem !important;
  }
  .p-xxl-130 {
    padding: 8.125rem !important;
  }
  .p-xxl-135 {
    padding: 8.4375rem !important;
  }
  .p-xxl-140 {
    padding: 8.75rem !important;
  }
  .p-xxl-145 {
    padding: 9.0625rem !important;
  }
  .p-xxl-150 {
    padding: 9.375rem !important;
  }
  .p-xxl-155 {
    padding: 9.6875rem !important;
  }
  .p-xxl-160 {
    padding: 10rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xxl-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxl-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxl-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xxl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xxl-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xxl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xxl-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xxl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xxl-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xxl-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xxl-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxl-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxl-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xxl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xxl-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xxl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xxl-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xxl-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xxl-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xxl-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xxl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xxl-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxl-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xxl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xxl-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xxl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xxl-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xxl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xxl-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xxl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xxl-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xxl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xxl-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xxl-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xxl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xxl-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxl-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xxl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xxl-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xxl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xxl-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xxl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xxl-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xxl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xxl-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xxl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xxl-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xxl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxl-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xxl-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xxl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xxl-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xxl-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xxl-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xxl-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xxl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xxl-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxl-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xxl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xxl-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xxl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xxl-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xxl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xxl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xxl-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xxl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xxl-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xxl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xxl-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-2rem {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xxl-55 {
    gap: 3.4375rem !important;
  }
  .gap-xxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxl-65 {
    gap: 4.0625rem !important;
  }
  .gap-xxl-70 {
    gap: 4.375rem !important;
  }
  .gap-xxl-75 {
    gap: 4.6875rem !important;
  }
  .gap-xxl-80 {
    gap: 5rem !important;
  }
  .gap-xxl-85 {
    gap: 5.3125rem !important;
  }
  .gap-xxl-90 {
    gap: 5.625rem !important;
  }
  .gap-xxl-95 {
    gap: 5.9375rem !important;
  }
  .gap-xxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxl-105 {
    gap: 6.5625rem !important;
  }
  .gap-xxl-110 {
    gap: 6.875rem !important;
  }
  .gap-xxl-115 {
    gap: 7.25rem !important;
  }
  .gap-xxl-120 {
    gap: 7.5rem !important;
  }
  .gap-xxl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xxl-130 {
    gap: 8.125rem !important;
  }
  .gap-xxl-135 {
    gap: 8.4375rem !important;
  }
  .gap-xxl-140 {
    gap: 8.75rem !important;
  }
  .gap-xxl-145 {
    gap: 9.0625rem !important;
  }
  .gap-xxl-150 {
    gap: 9.375rem !important;
  }
  .gap-xxl-155 {
    gap: 9.6875rem !important;
  }
  .gap-xxl-160 {
    gap: 10rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xxl-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xxl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xxl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xxl-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xxl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xxl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxl-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xxl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxl-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xxl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xxl-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xxl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xxl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xxl-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xxl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xxl-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xxl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xxl-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xxl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xxl-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xxl-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xxl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xxl-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xxl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xxl-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xxl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxl-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xxl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xxl-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xxl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xxl-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xxl-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xxl-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xxl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xxl-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xxl-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xxl-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xxl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xxl-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xxl-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xxl-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xxl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .bg-xxl-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxl-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxl-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 1638px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .border-xxxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxxl-0 {
    border: 0 !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxxl-2rem {
    margin: 2rem !important;
  }
  .m-xxxl-6 {
    margin: 5rem !important;
  }
  .m-xxxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxxl-45 {
    margin: 2.8125rem !important;
  }
  .m-xxxl-55 {
    margin: 3.4375rem !important;
  }
  .m-xxxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxxl-65 {
    margin: 4.0625rem !important;
  }
  .m-xxxl-70 {
    margin: 4.375rem !important;
  }
  .m-xxxl-75 {
    margin: 4.6875rem !important;
  }
  .m-xxxl-80 {
    margin: 5rem !important;
  }
  .m-xxxl-85 {
    margin: 5.3125rem !important;
  }
  .m-xxxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxxl-95 {
    margin: 5.9375rem !important;
  }
  .m-xxxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxxl-105 {
    margin: 6.5625rem !important;
  }
  .m-xxxl-110 {
    margin: 6.875rem !important;
  }
  .m-xxxl-115 {
    margin: 7.25rem !important;
  }
  .m-xxxl-120 {
    margin: 7.5rem !important;
  }
  .m-xxxl-125 {
    margin: 7.8125rem !important;
  }
  .m-xxxl-130 {
    margin: 8.125rem !important;
  }
  .m-xxxl-135 {
    margin: 8.4375rem !important;
  }
  .m-xxxl-140 {
    margin: 8.75rem !important;
  }
  .m-xxxl-145 {
    margin: 9.0625rem !important;
  }
  .m-xxxl-150 {
    margin: 9.375rem !important;
  }
  .m-xxxl-155 {
    margin: 9.6875rem !important;
  }
  .m-xxxl-160 {
    margin: 10rem !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-45 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .mx-xxxl-55 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .mx-xxxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxxl-65 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .mx-xxxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxxl-75 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .mx-xxxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-85 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .mx-xxxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxxl-95 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .mx-xxxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxxl-105 {
    margin-right: 6.5625rem !important;
    margin-left: 6.5625rem !important;
  }
  .mx-xxxl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xxxl-115 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xxxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxxl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xxxl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xxxl-135 {
    margin-right: 8.4375rem !important;
    margin-left: 8.4375rem !important;
  }
  .mx-xxxl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xxxl-145 {
    margin-right: 9.0625rem !important;
    margin-left: 9.0625rem !important;
  }
  .mx-xxxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xxxl-155 {
    margin-right: 9.6875rem !important;
    margin-left: 9.6875rem !important;
  }
  .mx-xxxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxxl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .my-xxxl-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .my-xxxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxxl-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .my-xxxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxxl-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .my-xxxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .my-xxxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxxl-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .my-xxxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxxl-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .my-xxxl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xxxl-115 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xxxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxxl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xxxl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xxxl-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .my-xxxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xxxl-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .my-xxxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xxxl-155 {
    margin-top: 9.6875rem !important;
    margin-bottom: 9.6875rem !important;
  }
  .my-xxxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-45 {
    margin-top: 2.8125rem !important;
  }
  .mt-xxxl-55 {
    margin-top: 3.4375rem !important;
  }
  .mt-xxxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxxl-65 {
    margin-top: 4.0625rem !important;
  }
  .mt-xxxl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xxxl-75 {
    margin-top: 4.6875rem !important;
  }
  .mt-xxxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-85 {
    margin-top: 5.3125rem !important;
  }
  .mt-xxxl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xxxl-95 {
    margin-top: 5.9375rem !important;
  }
  .mt-xxxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxxl-105 {
    margin-top: 6.5625rem !important;
  }
  .mt-xxxl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xxxl-115 {
    margin-top: 7.25rem !important;
  }
  .mt-xxxl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xxxl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xxxl-135 {
    margin-top: 8.4375rem !important;
  }
  .mt-xxxl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xxxl-145 {
    margin-top: 9.0625rem !important;
  }
  .mt-xxxl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xxxl-155 {
    margin-top: 9.6875rem !important;
  }
  .mt-xxxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-2rem {
    margin-right: 2rem !important;
  }
  .me-xxxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-45 {
    margin-right: 2.8125rem !important;
  }
  .me-xxxl-55 {
    margin-right: 3.4375rem !important;
  }
  .me-xxxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxxl-65 {
    margin-right: 4.0625rem !important;
  }
  .me-xxxl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xxxl-75 {
    margin-right: 4.6875rem !important;
  }
  .me-xxxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxxl-85 {
    margin-right: 5.3125rem !important;
  }
  .me-xxxl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xxxl-95 {
    margin-right: 5.9375rem !important;
  }
  .me-xxxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxxl-105 {
    margin-right: 6.5625rem !important;
  }
  .me-xxxl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xxxl-115 {
    margin-right: 7.25rem !important;
  }
  .me-xxxl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xxxl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xxxl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xxxl-135 {
    margin-right: 8.4375rem !important;
  }
  .me-xxxl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xxxl-145 {
    margin-right: 9.0625rem !important;
  }
  .me-xxxl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xxxl-155 {
    margin-right: 9.6875rem !important;
  }
  .me-xxxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .mb-xxxl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .mb-xxxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxxl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .mb-xxxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxxl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .mb-xxxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-85 {
    margin-bottom: 5.3125rem !important;
  }
  .mb-xxxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxxl-95 {
    margin-bottom: 5.9375rem !important;
  }
  .mb-xxxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxxl-105 {
    margin-bottom: 6.5625rem !important;
  }
  .mb-xxxl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xxxl-115 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xxxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xxxl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xxxl-135 {
    margin-bottom: 8.4375rem !important;
  }
  .mb-xxxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xxxl-145 {
    margin-bottom: 9.0625rem !important;
  }
  .mb-xxxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xxxl-155 {
    margin-bottom: 9.6875rem !important;
  }
  .mb-xxxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-45 {
    margin-left: 2.8125rem !important;
  }
  .ms-xxxl-55 {
    margin-left: 3.4375rem !important;
  }
  .ms-xxxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxxl-65 {
    margin-left: 4.0625rem !important;
  }
  .ms-xxxl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xxxl-75 {
    margin-left: 4.6875rem !important;
  }
  .ms-xxxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-85 {
    margin-left: 5.3125rem !important;
  }
  .ms-xxxl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xxxl-95 {
    margin-left: 5.9375rem !important;
  }
  .ms-xxxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxxl-105 {
    margin-left: 6.5625rem !important;
  }
  .ms-xxxl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xxxl-115 {
    margin-left: 7.25rem !important;
  }
  .ms-xxxl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xxxl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xxxl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xxxl-135 {
    margin-left: 8.4375rem !important;
  }
  .ms-xxxl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xxxl-145 {
    margin-left: 9.0625rem !important;
  }
  .ms-xxxl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xxxl-155 {
    margin-left: 9.6875rem !important;
  }
  .ms-xxxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-2rem {
    padding: 2rem !important;
  }
  .p-xxxl-6 {
    padding: 5rem !important;
  }
  .p-xxxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxxl-45 {
    padding: 2.8125rem !important;
  }
  .p-xxxl-55 {
    padding: 3.4375rem !important;
  }
  .p-xxxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxxl-65 {
    padding: 4.0625rem !important;
  }
  .p-xxxl-70 {
    padding: 4.375rem !important;
  }
  .p-xxxl-75 {
    padding: 4.6875rem !important;
  }
  .p-xxxl-80 {
    padding: 5rem !important;
  }
  .p-xxxl-85 {
    padding: 5.3125rem !important;
  }
  .p-xxxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxxl-95 {
    padding: 5.9375rem !important;
  }
  .p-xxxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxxl-105 {
    padding: 6.5625rem !important;
  }
  .p-xxxl-110 {
    padding: 6.875rem !important;
  }
  .p-xxxl-115 {
    padding: 7.25rem !important;
  }
  .p-xxxl-120 {
    padding: 7.5rem !important;
  }
  .p-xxxl-125 {
    padding: 7.8125rem !important;
  }
  .p-xxxl-130 {
    padding: 8.125rem !important;
  }
  .p-xxxl-135 {
    padding: 8.4375rem !important;
  }
  .p-xxxl-140 {
    padding: 8.75rem !important;
  }
  .p-xxxl-145 {
    padding: 9.0625rem !important;
  }
  .p-xxxl-150 {
    padding: 9.375rem !important;
  }
  .p-xxxl-155 {
    padding: 9.6875rem !important;
  }
  .p-xxxl-160 {
    padding: 10rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxxl-45 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .px-xxxl-55 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .px-xxxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxxl-65 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .px-xxxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxxl-75 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .px-xxxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-85 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .px-xxxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxxl-95 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .px-xxxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxxl-105 {
    padding-right: 6.5625rem !important;
    padding-left: 6.5625rem !important;
  }
  .px-xxxl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xxxl-115 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xxxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxxl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xxxl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xxxl-135 {
    padding-right: 8.4375rem !important;
    padding-left: 8.4375rem !important;
  }
  .px-xxxl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xxxl-145 {
    padding-right: 9.0625rem !important;
    padding-left: 9.0625rem !important;
  }
  .px-xxxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xxxl-155 {
    padding-right: 9.6875rem !important;
    padding-left: 9.6875rem !important;
  }
  .px-xxxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxxl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .py-xxxl-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .py-xxxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxxl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .py-xxxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxxl-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .py-xxxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .py-xxxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxxl-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .py-xxxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxxl-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .py-xxxl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xxxl-115 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xxxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxxl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xxxl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xxxl-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .py-xxxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xxxl-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .py-xxxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xxxl-155 {
    padding-top: 9.6875rem !important;
    padding-bottom: 9.6875rem !important;
  }
  .py-xxxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxxl-45 {
    padding-top: 2.8125rem !important;
  }
  .pt-xxxl-55 {
    padding-top: 3.4375rem !important;
  }
  .pt-xxxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxxl-65 {
    padding-top: 4.0625rem !important;
  }
  .pt-xxxl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xxxl-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-xxxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-85 {
    padding-top: 5.3125rem !important;
  }
  .pt-xxxl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xxxl-95 {
    padding-top: 5.9375rem !important;
  }
  .pt-xxxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxxl-105 {
    padding-top: 6.5625rem !important;
  }
  .pt-xxxl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xxxl-115 {
    padding-top: 7.25rem !important;
  }
  .pt-xxxl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xxxl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xxxl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xxxl-135 {
    padding-top: 8.4375rem !important;
  }
  .pt-xxxl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xxxl-145 {
    padding-top: 9.0625rem !important;
  }
  .pt-xxxl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xxxl-155 {
    padding-top: 9.6875rem !important;
  }
  .pt-xxxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-45 {
    padding-right: 2.8125rem !important;
  }
  .pe-xxxl-55 {
    padding-right: 3.4375rem !important;
  }
  .pe-xxxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxxl-65 {
    padding-right: 4.0625rem !important;
  }
  .pe-xxxl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xxxl-75 {
    padding-right: 4.6875rem !important;
  }
  .pe-xxxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-85 {
    padding-right: 5.3125rem !important;
  }
  .pe-xxxl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xxxl-95 {
    padding-right: 5.9375rem !important;
  }
  .pe-xxxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxxl-105 {
    padding-right: 6.5625rem !important;
  }
  .pe-xxxl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xxxl-115 {
    padding-right: 7.25rem !important;
  }
  .pe-xxxl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xxxl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xxxl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xxxl-135 {
    padding-right: 8.4375rem !important;
  }
  .pe-xxxl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xxxl-145 {
    padding-right: 9.0625rem !important;
  }
  .pe-xxxl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xxxl-155 {
    padding-right: 9.6875rem !important;
  }
  .pe-xxxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxxl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pb-xxxl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .pb-xxxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxxl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pb-xxxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxxl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .pb-xxxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-85 {
    padding-bottom: 5.3125rem !important;
  }
  .pb-xxxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxxl-95 {
    padding-bottom: 5.9375rem !important;
  }
  .pb-xxxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxxl-105 {
    padding-bottom: 6.5625rem !important;
  }
  .pb-xxxl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xxxl-115 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xxxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxxl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xxxl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xxxl-135 {
    padding-bottom: 8.4375rem !important;
  }
  .pb-xxxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xxxl-145 {
    padding-bottom: 9.0625rem !important;
  }
  .pb-xxxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xxxl-155 {
    padding-bottom: 9.6875rem !important;
  }
  .pb-xxxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-45 {
    padding-left: 2.8125rem !important;
  }
  .ps-xxxl-55 {
    padding-left: 3.4375rem !important;
  }
  .ps-xxxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxxl-65 {
    padding-left: 4.0625rem !important;
  }
  .ps-xxxl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xxxl-75 {
    padding-left: 4.6875rem !important;
  }
  .ps-xxxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-85 {
    padding-left: 5.3125rem !important;
  }
  .ps-xxxl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xxxl-95 {
    padding-left: 5.9375rem !important;
  }
  .ps-xxxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxxl-105 {
    padding-left: 6.5625rem !important;
  }
  .ps-xxxl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xxxl-115 {
    padding-left: 7.25rem !important;
  }
  .ps-xxxl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xxxl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xxxl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xxxl-135 {
    padding-left: 8.4375rem !important;
  }
  .ps-xxxl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xxxl-145 {
    padding-left: 9.0625rem !important;
  }
  .ps-xxxl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xxxl-155 {
    padding-left: 9.6875rem !important;
  }
  .ps-xxxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-2rem {
    gap: 2rem !important;
  }
  .gap-xxxl-6 {
    gap: 5rem !important;
  }
  .gap-xxxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxxl-45 {
    gap: 2.8125rem !important;
  }
  .gap-xxxl-55 {
    gap: 3.4375rem !important;
  }
  .gap-xxxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxxl-65 {
    gap: 4.0625rem !important;
  }
  .gap-xxxl-70 {
    gap: 4.375rem !important;
  }
  .gap-xxxl-75 {
    gap: 4.6875rem !important;
  }
  .gap-xxxl-80 {
    gap: 5rem !important;
  }
  .gap-xxxl-85 {
    gap: 5.3125rem !important;
  }
  .gap-xxxl-90 {
    gap: 5.625rem !important;
  }
  .gap-xxxl-95 {
    gap: 5.9375rem !important;
  }
  .gap-xxxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxxl-105 {
    gap: 6.5625rem !important;
  }
  .gap-xxxl-110 {
    gap: 6.875rem !important;
  }
  .gap-xxxl-115 {
    gap: 7.25rem !important;
  }
  .gap-xxxl-120 {
    gap: 7.5rem !important;
  }
  .gap-xxxl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xxxl-130 {
    gap: 8.125rem !important;
  }
  .gap-xxxl-135 {
    gap: 8.4375rem !important;
  }
  .gap-xxxl-140 {
    gap: 8.75rem !important;
  }
  .gap-xxxl-145 {
    gap: 9.0625rem !important;
  }
  .gap-xxxl-150 {
    gap: 9.375rem !important;
  }
  .gap-xxxl-155 {
    gap: 9.6875rem !important;
  }
  .gap-xxxl-160 {
    gap: 10rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xxxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxxl-45 {
    row-gap: 2.8125rem !important;
  }
  .row-gap-xxxl-55 {
    row-gap: 3.4375rem !important;
  }
  .row-gap-xxxl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxxl-65 {
    row-gap: 4.0625rem !important;
  }
  .row-gap-xxxl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xxxl-75 {
    row-gap: 4.6875rem !important;
  }
  .row-gap-xxxl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-85 {
    row-gap: 5.3125rem !important;
  }
  .row-gap-xxxl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxxl-95 {
    row-gap: 5.9375rem !important;
  }
  .row-gap-xxxl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxxl-105 {
    row-gap: 6.5625rem !important;
  }
  .row-gap-xxxl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xxxl-115 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xxxl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxxl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xxxl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xxxl-135 {
    row-gap: 8.4375rem !important;
  }
  .row-gap-xxxl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xxxl-145 {
    row-gap: 9.0625rem !important;
  }
  .row-gap-xxxl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xxxl-155 {
    row-gap: 9.6875rem !important;
  }
  .row-gap-xxxl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxxl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxxl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xxxl-45 {
    -webkit-column-gap: 2.8125rem !important;
       -moz-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }
  .column-gap-xxxl-55 {
    -webkit-column-gap: 3.4375rem !important;
       -moz-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }
  .column-gap-xxxl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xxxl-65 {
    -webkit-column-gap: 4.0625rem !important;
       -moz-column-gap: 4.0625rem !important;
            column-gap: 4.0625rem !important;
  }
  .column-gap-xxxl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xxxl-75 {
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }
  .column-gap-xxxl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxxl-85 {
    -webkit-column-gap: 5.3125rem !important;
       -moz-column-gap: 5.3125rem !important;
            column-gap: 5.3125rem !important;
  }
  .column-gap-xxxl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xxxl-95 {
    -webkit-column-gap: 5.9375rem !important;
       -moz-column-gap: 5.9375rem !important;
            column-gap: 5.9375rem !important;
  }
  .column-gap-xxxl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xxxl-105 {
    -webkit-column-gap: 6.5625rem !important;
       -moz-column-gap: 6.5625rem !important;
            column-gap: 6.5625rem !important;
  }
  .column-gap-xxxl-110 {
    -webkit-column-gap: 6.875rem !important;
       -moz-column-gap: 6.875rem !important;
            column-gap: 6.875rem !important;
  }
  .column-gap-xxxl-115 {
    -webkit-column-gap: 7.25rem !important;
       -moz-column-gap: 7.25rem !important;
            column-gap: 7.25rem !important;
  }
  .column-gap-xxxl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xxxl-125 {
    -webkit-column-gap: 7.8125rem !important;
       -moz-column-gap: 7.8125rem !important;
            column-gap: 7.8125rem !important;
  }
  .column-gap-xxxl-130 {
    -webkit-column-gap: 8.125rem !important;
       -moz-column-gap: 8.125rem !important;
            column-gap: 8.125rem !important;
  }
  .column-gap-xxxl-135 {
    -webkit-column-gap: 8.4375rem !important;
       -moz-column-gap: 8.4375rem !important;
            column-gap: 8.4375rem !important;
  }
  .column-gap-xxxl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xxxl-145 {
    -webkit-column-gap: 9.0625rem !important;
       -moz-column-gap: 9.0625rem !important;
            column-gap: 9.0625rem !important;
  }
  .column-gap-xxxl-150 {
    -webkit-column-gap: 9.375rem !important;
       -moz-column-gap: 9.375rem !important;
            column-gap: 9.375rem !important;
  }
  .column-gap-xxxl-155 {
    -webkit-column-gap: 9.6875rem !important;
       -moz-column-gap: 9.6875rem !important;
            column-gap: 9.6875rem !important;
  }
  .column-gap-xxxl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xxxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .bg-xxxl-custom-color {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-custom-color-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-very-light-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-very-light-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-off-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-off-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-f4f4f4 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-f4f4f4-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-lightest {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lightest-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-darker-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-darker-green-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-border-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-border-gray-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-accordion-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accordion-header-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-xxxl-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-xxxl-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "Geologica", sans-serif !important;
  font-size: 16px;
  line-height: 18px;
}
body * span,
body * span * {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

strong {
  font-weight: 700;
}
strong * {
  font-weight: 700;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Geologica", sans-serif !important;
}

h2,
.h2,
.heading {
  color: #3D549D;
  font-family: "Baskervville", serif;
  font-size: 45px;
  line-height: 51px;
  font-weight: 700;
  letter-spacing: 0;
}
h2 br,
.h2 br,
.heading br {
  display: none;
}
@media (min-width: 992px) {
  h2,
  .h2,
  .heading {
    color: #3D549D;
    font-family: "Baskervville", serif;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  h2 br,
  .h2 br,
  .heading br {
    display: inline;
  }
}
h2-underline,
.h2-underline,
.heading-underline {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}
h2-underline::after,
.h2-underline::after,
.heading-underline::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background-color: #646464;
  margin-top: 1rem;
}
h2-underline--secondary::after,
.h2-underline--secondary::after,
.heading-underline--secondary::after {
  background-color: #646464;
}
h2-underline--white::after,
.h2-underline--white::after,
.heading-underline--white::after {
  background-color: #fff;
}
h2.small,
.h2.small,
.heading.small {
  font-size: 22px;
  line-height: 25px;
  font-weight: 900;
  font-family: "Avenir55Roman", sans-serif;
  text-transform: uppercase;
}

a {
  color: #3D549D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

p {
  color: #646464;
  font-family: "Geologica", sans-serif !important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
}
p strong {
  color: #646464;
  font-family: "Geologica", sans-serif !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  letter-spacing: 0;
}

.perm-marker {
  font-family: "Permanent Marker", cursive !important;
  color: #CCCCCC;
  line-height: 1 !important;
}

@media (max-width: 991.98px) {
  br {
    display: none;
  }
}

.text-orangey {
  color: #FA4D1C !important;
}

.text-orangey-2 {
  color: #F35708 !important;
}

.soft-orangey {
  color: #FF9C45 !important;
}

.orangey-3 {
  color: #FF7300 !important;
}

@media (min-width: 992px) {
  .wysiwyg {
    margin-bottom: 3rem;
  }
}
.wysiwyg p {
  font-size: 16px;
  line-height: 20px;
  color: #646464;
  font-weight: 300;
}
@media (min-width: 992px) {
  .wysiwyg p {
    font-size: 20px;
    line-height: 24px;
  }
}

.list-style-none {
  list-style: none !important;
}

ul {
  padding-left: 2rem;
  list-style-position: outside;
  list-style: disc;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  color: #646464;
  /*margin-bottom: 1rem;*/
}
@media (min-width: 992px) {
  ul li {
    font-size: 20px;
    line-height: 24px;
  }
}

.cta {
  width: 100%;
  border-radius: 25px;
  padding: 1rem 2rem;
  max-width: 273px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
@media (min-width: 576px) {
  .cta {
    width: auto;
    min-width: 273px;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .cta {
    min-width: 308px;
  }
}
.cta__primary {
  background: #FA4D1C;
  border: 1px solid #FA4D1C;
}
.cta__secondary {
  background: #3D549C;
  border: 1px solid #3D549C;
}
.cta__white {
  background: #fff;
  border: 1px solid #fff;
}
.cta__white span {
  color: #3D549C !important;
}
@media (hover: hover) {
  .cta__primary:hover {
    background-color: #fff;
  }
  .cta__primary:hover span {
    color: #FA4D1C !important;
  }
  .cta__secondary:hover {
    background-color: #fff;
  }
  .cta__secondary:hover span {
    color: #3D549C !important;
  }
  .cta__white:hover {
    background: #3D549C;
  }
  .cta__white:hover span {
    color: #fff !important;
  }
}

/*
blockquote p {
    @include text_set(white, $font_serif, 33px, 45px, 500, 0);

}

.contact-title {
    @include text_set($primary, $font_serif, 39px, 39px, 300, 0);

}

.wpcf7-form-control.cta.cta--purple {
    font-size: 15px;
}



.lead {
    @include text_set(white, $font_sans, 20px, 25px, 500, 0);

    @include media-breakpoint-up(sm) {
        @include text_set(white, $font_sans, 22px, 28px, 500, 0);
    }

}

.testimonial {


    .quote {
        &__author {

            @include text_set(inherit, $font_serif, 14px, 22px, 700, .150rem);
            text-transform: uppercase;

            @include media-breakpoint-up(md) {
                @include text_set(inherit, $font_serif, 17px, 28px, 700, .150rem);

            }

        }
    }
}

.wysiwyg * {
    color: inherit;
}

.back-link {
    position: relative;


    a {
        transition: color 0.4s ease;
        position: relative;
        display: inline-block;
        color: #000;
        font-size: 19px;
        line-height: 19px;
        font-family: $font-sans;
        font-weight: 300;

        &::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -.5rem;
            height: 2px;
            background-color: $secondary;
            width: 0;
            transition: width 0.4s ease, transform 0.4s ease;
            transform-origin: left;
            display: inline-block;

        }

        &:hover::after,
        &:focus::after {
            width: 100%;
        }
    }


}

.font-13 {
    font-size: 13px;
}*/
.border-color-default {
  border-color: #e2e2e2 !important;
}
.border-short {
  width: 140px;
  height: 2px;
  opacity: 1;
  border: 2px solid #646464;
}
.border-animate {
  position: relative;
  display: inline-block;
}
.border-animate::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.active .border-animate::after {
  width: 100%;
}

@media (hover: hover) {
  .hover-lightest:hover {
    color: #A4C5A9 !important;
  }
  .hover-darker-green:hover {
    color: #5B7962 !important;
  }
  .hover-dark:hover, .hover-black:hover {
    color: #000 !important;
  }
  .hover-primary:hover {
    color: #3D549D !important;
  }
  .hover-secondary:hover {
    color: #646464 !important;
  }
  .hover-gray-light:hover {
    color: #f9f9f9 !important;
  }
  .hover-blue:hover {
    color: #3b21ad !important;
  }
  .hover-dark-blue:hover {
    color: #212529 !important;
  }
  .hover-bg-primary:hover {
    background-color: #3D549D !important;
  }
  .hover-bg-secondary:hover {
    background-color: #646464 !important;
  }
  .hover-bg-gray-light:hover {
    background-color: #f9f9f9 !important;
  }
  .hover-bg-blue:hover {
    background-color: #3b21ad !important;
  }
  .hover-bg-dark-blue:hover {
    background-color: #212529 !important;
  }
  .hover-border-gray:hover, .hover-border-grey:hover {
    background-color: #e2e2e2 !important;
  }
  .hover-border-color-default:hover {
    border-color: #e2e2e2 !important;
  }
  .hover-border-color-secondary:hover {
    border-color: #646464 !important;
  }
  .hover-border-color-primary:hover {
    border-color: #3D549D !important;
  }
}

.text-wrap-pretty {
  text-wrap: pretty;
}
.text-wrap-balance {
  text-wrap: balance;
}
.text-10 {
  font-size: 10px !important;
}
.text-11 {
  font-size: 11px !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-13 {
  font-size: 13px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-15 {
  font-size: 15px !important;
}
.text-16 {
  font-size: 16px !important;
}
.text-17 {
  font-size: 17px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-19 {
  font-size: 19px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-21 {
  font-size: 21px !important;
}
.text-22 {
  font-size: 22px !important;
}
.text-23 {
  font-size: 23px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-25 {
  font-size: 25px !important;
}
.text-26 {
  font-size: 26px !important;
}
.text-27 {
  font-size: 27px !important;
}
.text-28 {
  font-size: 28px !important;
}
.text-29 {
  font-size: 29px !important;
}
.text-30 {
  font-size: 30px !important;
}
.text-31 {
  font-size: 31px !important;
}
.text-32 {
  font-size: 32px !important;
}
.text-33 {
  font-size: 33px !important;
}
.text-34 {
  font-size: 34px !important;
}
.text-35 {
  font-size: 35px !important;
}
.text-36 {
  font-size: 36px !important;
}
.text-37 {
  font-size: 37px !important;
}
.text-38 {
  font-size: 38px !important;
}
.text-39 {
  font-size: 39px !important;
}
.text-40 {
  font-size: 40px !important;
}
.text-41 {
  font-size: 41px !important;
}
.text-42 {
  font-size: 42px !important;
}
.text-43 {
  font-size: 43px !important;
}
.text-44 {
  font-size: 44px !important;
}
.text-45 {
  font-size: 45px !important;
}
.text-46 {
  font-size: 46px !important;
}
.text-47 {
  font-size: 47px !important;
}
.text-48 {
  font-size: 48px !important;
}
.text-49 {
  font-size: 49px !important;
}
.text-50 {
  font-size: 50px !important;
}
.text-51 {
  font-size: 51px !important;
}
.text-52 {
  font-size: 52px !important;
}
.text-53 {
  font-size: 53px !important;
}
.text-54 {
  font-size: 54px !important;
}
.text-55 {
  font-size: 55px !important;
}
.text-56 {
  font-size: 56px !important;
}
.text-57 {
  font-size: 57px !important;
}
.text-58 {
  font-size: 58px !important;
}
.text-59 {
  font-size: 59px !important;
}
.text-60 {
  font-size: 60px !important;
}
.text-61 {
  font-size: 61px !important;
}
.text-62 {
  font-size: 62px !important;
}
.text-63 {
  font-size: 63px !important;
}
.text-64 {
  font-size: 64px !important;
}
.text-65 {
  font-size: 65px !important;
}
.text-66 {
  font-size: 66px !important;
}
.text-67 {
  font-size: 67px !important;
}
.text-68 {
  font-size: 68px !important;
}
.text-69 {
  font-size: 69px !important;
}
.text-70 {
  font-size: 70px !important;
}
.text-71 {
  font-size: 71px !important;
}
.text-72 {
  font-size: 72px !important;
}
.text-73 {
  font-size: 73px !important;
}
.text-74 {
  font-size: 74px !important;
}
.text-75 {
  font-size: 75px !important;
}
.text-76 {
  font-size: 76px !important;
}
.text-77 {
  font-size: 77px !important;
}
.text-78 {
  font-size: 78px !important;
}
.text-79 {
  font-size: 79px !important;
}
.text-80 {
  font-size: 80px !important;
}
.text-81 {
  font-size: 81px !important;
}
.text-82 {
  font-size: 82px !important;
}
.text-83 {
  font-size: 83px !important;
}
.text-84 {
  font-size: 84px !important;
}
.text-85 {
  font-size: 85px !important;
}
.text-86 {
  font-size: 86px !important;
}
.text-87 {
  font-size: 87px !important;
}
.text-88 {
  font-size: 88px !important;
}
.text-89 {
  font-size: 89px !important;
}
.text-90 {
  font-size: 90px !important;
}
.text-91 {
  font-size: 91px !important;
}
.text-92 {
  font-size: 92px !important;
}
.text-93 {
  font-size: 93px !important;
}
.text-94 {
  font-size: 94px !important;
}
.text-95 {
  font-size: 95px !important;
}
.text-96 {
  font-size: 96px !important;
}
.text-97 {
  font-size: 97px !important;
}
.text-98 {
  font-size: 98px !important;
}
.text-99 {
  font-size: 99px !important;
}
.text-100 {
  font-size: 100px !important;
}
.text-101 {
  font-size: 101px !important;
}
.text-102 {
  font-size: 102px !important;
}
.text-103 {
  font-size: 103px !important;
}
.text-104 {
  font-size: 104px !important;
}
.text-105 {
  font-size: 105px !important;
}
.text-106 {
  font-size: 106px !important;
}
.text-107 {
  font-size: 107px !important;
}
.text-108 {
  font-size: 108px !important;
}
.text-109 {
  font-size: 109px !important;
}
.text-110 {
  font-size: 110px !important;
}
.text-green {
  color: #646464 !important;
}
.text-gray {
  color: #646464 !important;
}
.text-orangey {
  color: #FA4D1C !important;
}
.text-blue {
  color: #3b21ad !important;
}
.text-dark-blue {
  color: #212529 !important;
}
.text-large {
  font-size: 58px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Avenir55Roman", sans-serif;
}
@media (min-width: 576px) {
  .text-sm-15 {
    font-size: 15px !important;
  }
  .text-sm-16 {
    font-size: 16px !important;
  }
  .text-sm-17 {
    font-size: 17px !important;
  }
  .text-sm-18 {
    font-size: 18px !important;
  }
  .text-sm-19 {
    font-size: 19px !important;
  }
  .text-sm-20 {
    font-size: 20px !important;
  }
  .text-sm-21 {
    font-size: 21px !important;
  }
  .text-sm-22 {
    font-size: 22px !important;
  }
  .text-sm-23 {
    font-size: 23px !important;
  }
  .text-sm-24 {
    font-size: 24px !important;
  }
  .text-sm-25 {
    font-size: 25px !important;
  }
  .text-sm-26 {
    font-size: 26px !important;
  }
  .text-sm-27 {
    font-size: 27px !important;
  }
  .text-sm-28 {
    font-size: 28px !important;
  }
  .text-sm-29 {
    font-size: 29px !important;
  }
  .text-sm-30 {
    font-size: 30px !important;
  }
  .text-sm-31 {
    font-size: 31px !important;
  }
  .text-sm-32 {
    font-size: 32px !important;
  }
  .text-sm-33 {
    font-size: 33px !important;
  }
  .text-sm-34 {
    font-size: 34px !important;
  }
  .text-sm-35 {
    font-size: 35px !important;
  }
  .text-sm-36 {
    font-size: 36px !important;
  }
  .text-sm-37 {
    font-size: 37px !important;
  }
  .text-sm-38 {
    font-size: 38px !important;
  }
  .text-sm-39 {
    font-size: 39px !important;
  }
  .text-sm-40 {
    font-size: 40px !important;
  }
  .text-sm-41 {
    font-size: 41px !important;
  }
  .text-sm-42 {
    font-size: 42px !important;
  }
  .text-sm-43 {
    font-size: 43px !important;
  }
  .text-sm-44 {
    font-size: 44px !important;
  }
  .text-sm-45 {
    font-size: 45px !important;
  }
  .text-sm-46 {
    font-size: 46px !important;
  }
  .text-sm-47 {
    font-size: 47px !important;
  }
  .text-sm-48 {
    font-size: 48px !important;
  }
  .text-sm-49 {
    font-size: 49px !important;
  }
  .text-sm-50 {
    font-size: 50px !important;
  }
  .text-sm-51 {
    font-size: 51px !important;
  }
  .text-sm-52 {
    font-size: 52px !important;
  }
  .text-sm-53 {
    font-size: 53px !important;
  }
  .text-sm-54 {
    font-size: 54px !important;
  }
  .text-sm-55 {
    font-size: 55px !important;
  }
  .text-sm-56 {
    font-size: 56px !important;
  }
  .text-sm-57 {
    font-size: 57px !important;
  }
  .text-sm-58 {
    font-size: 58px !important;
  }
  .text-sm-59 {
    font-size: 59px !important;
  }
  .text-sm-60 {
    font-size: 60px !important;
  }
  .text-sm-61 {
    font-size: 61px !important;
  }
  .text-sm-62 {
    font-size: 62px !important;
  }
  .text-sm-63 {
    font-size: 63px !important;
  }
  .text-sm-64 {
    font-size: 64px !important;
  }
  .text-sm-65 {
    font-size: 65px !important;
  }
  .text-sm-66 {
    font-size: 66px !important;
  }
  .text-sm-67 {
    font-size: 67px !important;
  }
  .text-sm-68 {
    font-size: 68px !important;
  }
  .text-sm-69 {
    font-size: 69px !important;
  }
  .text-sm-70 {
    font-size: 70px !important;
  }
  .text-sm-71 {
    font-size: 71px !important;
  }
  .text-sm-72 {
    font-size: 72px !important;
  }
  .text-sm-73 {
    font-size: 73px !important;
  }
  .text-sm-74 {
    font-size: 74px !important;
  }
  .text-sm-75 {
    font-size: 75px !important;
  }
  .text-sm-76 {
    font-size: 76px !important;
  }
  .text-sm-77 {
    font-size: 77px !important;
  }
  .text-sm-78 {
    font-size: 78px !important;
  }
  .text-sm-79 {
    font-size: 79px !important;
  }
  .text-sm-80 {
    font-size: 80px !important;
  }
  .text-sm-81 {
    font-size: 81px !important;
  }
  .text-sm-82 {
    font-size: 82px !important;
  }
  .text-sm-83 {
    font-size: 83px !important;
  }
  .text-sm-84 {
    font-size: 84px !important;
  }
  .text-sm-85 {
    font-size: 85px !important;
  }
  .text-sm-86 {
    font-size: 86px !important;
  }
  .text-sm-87 {
    font-size: 87px !important;
  }
  .text-sm-88 {
    font-size: 88px !important;
  }
  .text-sm-89 {
    font-size: 89px !important;
  }
  .text-sm-90 {
    font-size: 90px !important;
  }
  .text-sm-91 {
    font-size: 91px !important;
  }
  .text-sm-92 {
    font-size: 92px !important;
  }
  .text-sm-93 {
    font-size: 93px !important;
  }
  .text-sm-94 {
    font-size: 94px !important;
  }
  .text-sm-95 {
    font-size: 95px !important;
  }
  .text-sm-96 {
    font-size: 96px !important;
  }
  .text-sm-97 {
    font-size: 97px !important;
  }
  .text-sm-98 {
    font-size: 98px !important;
  }
  .text-sm-99 {
    font-size: 99px !important;
  }
  .text-sm-100 {
    font-size: 100px !important;
  }
  .text-sm-101 {
    font-size: 101px !important;
  }
  .text-sm-102 {
    font-size: 102px !important;
  }
  .text-sm-103 {
    font-size: 103px !important;
  }
  .text-sm-104 {
    font-size: 104px !important;
  }
  .text-sm-105 {
    font-size: 105px !important;
  }
  .text-sm-106 {
    font-size: 106px !important;
  }
  .text-sm-107 {
    font-size: 107px !important;
  }
  .text-sm-108 {
    font-size: 108px !important;
  }
  .text-sm-109 {
    font-size: 109px !important;
  }
  .text-sm-110 {
    font-size: 110px !important;
  }
  .text-sm-green {
    color: #3D549D !important;
  }
  .text-sm-gray {
    color: #646464 !important;
  }
  .text-sm-blue {
    color: #3b21ad !important;
  }
  .text-sm-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 768px) {
  .text-md-15 {
    font-size: 15px !important;
  }
  .text-md-16 {
    font-size: 16px !important;
  }
  .text-md-17 {
    font-size: 17px !important;
  }
  .text-md-18 {
    font-size: 18px !important;
  }
  .text-md-19 {
    font-size: 19px !important;
  }
  .text-md-20 {
    font-size: 20px !important;
  }
  .text-md-21 {
    font-size: 21px !important;
  }
  .text-md-22 {
    font-size: 22px !important;
  }
  .text-md-23 {
    font-size: 23px !important;
  }
  .text-md-24 {
    font-size: 24px !important;
  }
  .text-md-25 {
    font-size: 25px !important;
  }
  .text-md-26 {
    font-size: 26px !important;
  }
  .text-md-27 {
    font-size: 27px !important;
  }
  .text-md-28 {
    font-size: 28px !important;
  }
  .text-md-29 {
    font-size: 29px !important;
  }
  .text-md-30 {
    font-size: 30px !important;
  }
  .text-md-31 {
    font-size: 31px !important;
  }
  .text-md-32 {
    font-size: 32px !important;
  }
  .text-md-33 {
    font-size: 33px !important;
  }
  .text-md-34 {
    font-size: 34px !important;
  }
  .text-md-35 {
    font-size: 35px !important;
  }
  .text-md-36 {
    font-size: 36px !important;
  }
  .text-md-37 {
    font-size: 37px !important;
  }
  .text-md-38 {
    font-size: 38px !important;
  }
  .text-md-39 {
    font-size: 39px !important;
  }
  .text-md-40 {
    font-size: 40px !important;
  }
  .text-md-41 {
    font-size: 41px !important;
  }
  .text-md-42 {
    font-size: 42px !important;
  }
  .text-md-43 {
    font-size: 43px !important;
  }
  .text-md-44 {
    font-size: 44px !important;
  }
  .text-md-45 {
    font-size: 45px !important;
  }
  .text-md-46 {
    font-size: 46px !important;
  }
  .text-md-47 {
    font-size: 47px !important;
  }
  .text-md-48 {
    font-size: 48px !important;
  }
  .text-md-49 {
    font-size: 49px !important;
  }
  .text-md-50 {
    font-size: 50px !important;
  }
  .text-md-51 {
    font-size: 51px !important;
  }
  .text-md-52 {
    font-size: 52px !important;
  }
  .text-md-53 {
    font-size: 53px !important;
  }
  .text-md-54 {
    font-size: 54px !important;
  }
  .text-md-55 {
    font-size: 55px !important;
  }
  .text-md-56 {
    font-size: 56px !important;
  }
  .text-md-57 {
    font-size: 57px !important;
  }
  .text-md-58 {
    font-size: 58px !important;
  }
  .text-md-59 {
    font-size: 59px !important;
  }
  .text-md-60 {
    font-size: 60px !important;
  }
  .text-md-61 {
    font-size: 61px !important;
  }
  .text-md-62 {
    font-size: 62px !important;
  }
  .text-md-63 {
    font-size: 63px !important;
  }
  .text-md-64 {
    font-size: 64px !important;
  }
  .text-md-65 {
    font-size: 65px !important;
  }
  .text-md-66 {
    font-size: 66px !important;
  }
  .text-md-67 {
    font-size: 67px !important;
  }
  .text-md-68 {
    font-size: 68px !important;
  }
  .text-md-69 {
    font-size: 69px !important;
  }
  .text-md-70 {
    font-size: 70px !important;
  }
  .text-md-71 {
    font-size: 71px !important;
  }
  .text-md-72 {
    font-size: 72px !important;
  }
  .text-md-73 {
    font-size: 73px !important;
  }
  .text-md-74 {
    font-size: 74px !important;
  }
  .text-md-75 {
    font-size: 75px !important;
  }
  .text-md-76 {
    font-size: 76px !important;
  }
  .text-md-77 {
    font-size: 77px !important;
  }
  .text-md-78 {
    font-size: 78px !important;
  }
  .text-md-79 {
    font-size: 79px !important;
  }
  .text-md-80 {
    font-size: 80px !important;
  }
  .text-md-81 {
    font-size: 81px !important;
  }
  .text-md-82 {
    font-size: 82px !important;
  }
  .text-md-83 {
    font-size: 83px !important;
  }
  .text-md-84 {
    font-size: 84px !important;
  }
  .text-md-85 {
    font-size: 85px !important;
  }
  .text-md-86 {
    font-size: 86px !important;
  }
  .text-md-87 {
    font-size: 87px !important;
  }
  .text-md-88 {
    font-size: 88px !important;
  }
  .text-md-89 {
    font-size: 89px !important;
  }
  .text-md-90 {
    font-size: 90px !important;
  }
  .text-md-91 {
    font-size: 91px !important;
  }
  .text-md-92 {
    font-size: 92px !important;
  }
  .text-md-93 {
    font-size: 93px !important;
  }
  .text-md-94 {
    font-size: 94px !important;
  }
  .text-md-95 {
    font-size: 95px !important;
  }
  .text-md-96 {
    font-size: 96px !important;
  }
  .text-md-97 {
    font-size: 97px !important;
  }
  .text-md-98 {
    font-size: 98px !important;
  }
  .text-md-99 {
    font-size: 99px !important;
  }
  .text-md-100 {
    font-size: 100px !important;
  }
  .text-md-101 {
    font-size: 101px !important;
  }
  .text-md-102 {
    font-size: 102px !important;
  }
  .text-md-103 {
    font-size: 103px !important;
  }
  .text-md-104 {
    font-size: 104px !important;
  }
  .text-md-105 {
    font-size: 105px !important;
  }
  .text-md-106 {
    font-size: 106px !important;
  }
  .text-md-107 {
    font-size: 107px !important;
  }
  .text-md-108 {
    font-size: 108px !important;
  }
  .text-md-109 {
    font-size: 109px !important;
  }
  .text-md-110 {
    font-size: 110px !important;
  }
  .text-md-green {
    color: #3D549D !important;
  }
  .text-md-gray {
    color: #646464 !important;
  }
  .text-md-blue {
    color: #3b21ad !important;
  }
  .text-md-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 992px) {
  .text-lg-15 {
    font-size: 15px !important;
  }
  .text-lg-16 {
    font-size: 16px !important;
  }
  .text-lg-17 {
    font-size: 17px !important;
  }
  .text-lg-18 {
    font-size: 18px !important;
  }
  .text-lg-19 {
    font-size: 19px !important;
  }
  .text-lg-20 {
    font-size: 20px !important;
  }
  .text-lg-21 {
    font-size: 21px !important;
  }
  .text-lg-22 {
    font-size: 22px !important;
  }
  .text-lg-23 {
    font-size: 23px !important;
  }
  .text-lg-24 {
    font-size: 24px !important;
  }
  .text-lg-25 {
    font-size: 25px !important;
  }
  .text-lg-26 {
    font-size: 26px !important;
  }
  .text-lg-27 {
    font-size: 27px !important;
  }
  .text-lg-28 {
    font-size: 28px !important;
  }
  .text-lg-29 {
    font-size: 29px !important;
  }
  .text-lg-30 {
    font-size: 30px !important;
  }
  .text-lg-31 {
    font-size: 31px !important;
  }
  .text-lg-32 {
    font-size: 32px !important;
  }
  .text-lg-33 {
    font-size: 33px !important;
  }
  .text-lg-34 {
    font-size: 34px !important;
  }
  .text-lg-35 {
    font-size: 35px !important;
  }
  .text-lg-36 {
    font-size: 36px !important;
  }
  .text-lg-37 {
    font-size: 37px !important;
  }
  .text-lg-38 {
    font-size: 38px !important;
  }
  .text-lg-39 {
    font-size: 39px !important;
  }
  .text-lg-40 {
    font-size: 40px !important;
  }
  .text-lg-41 {
    font-size: 41px !important;
  }
  .text-lg-42 {
    font-size: 42px !important;
  }
  .text-lg-43 {
    font-size: 43px !important;
  }
  .text-lg-44 {
    font-size: 44px !important;
  }
  .text-lg-45 {
    font-size: 45px !important;
  }
  .text-lg-46 {
    font-size: 46px !important;
  }
  .text-lg-47 {
    font-size: 47px !important;
  }
  .text-lg-48 {
    font-size: 48px !important;
  }
  .text-lg-49 {
    font-size: 49px !important;
  }
  .text-lg-50 {
    font-size: 50px !important;
  }
  .text-lg-51 {
    font-size: 51px !important;
  }
  .text-lg-52 {
    font-size: 52px !important;
  }
  .text-lg-53 {
    font-size: 53px !important;
  }
  .text-lg-54 {
    font-size: 54px !important;
  }
  .text-lg-55 {
    font-size: 55px !important;
  }
  .text-lg-56 {
    font-size: 56px !important;
  }
  .text-lg-57 {
    font-size: 57px !important;
  }
  .text-lg-58 {
    font-size: 58px !important;
  }
  .text-lg-59 {
    font-size: 59px !important;
  }
  .text-lg-60 {
    font-size: 60px !important;
  }
  .text-lg-61 {
    font-size: 61px !important;
  }
  .text-lg-62 {
    font-size: 62px !important;
  }
  .text-lg-63 {
    font-size: 63px !important;
  }
  .text-lg-64 {
    font-size: 64px !important;
  }
  .text-lg-65 {
    font-size: 65px !important;
  }
  .text-lg-66 {
    font-size: 66px !important;
  }
  .text-lg-67 {
    font-size: 67px !important;
  }
  .text-lg-68 {
    font-size: 68px !important;
  }
  .text-lg-69 {
    font-size: 69px !important;
  }
  .text-lg-70 {
    font-size: 70px !important;
  }
  .text-lg-71 {
    font-size: 71px !important;
  }
  .text-lg-72 {
    font-size: 72px !important;
  }
  .text-lg-73 {
    font-size: 73px !important;
  }
  .text-lg-74 {
    font-size: 74px !important;
  }
  .text-lg-75 {
    font-size: 75px !important;
  }
  .text-lg-76 {
    font-size: 76px !important;
  }
  .text-lg-77 {
    font-size: 77px !important;
  }
  .text-lg-78 {
    font-size: 78px !important;
  }
  .text-lg-79 {
    font-size: 79px !important;
  }
  .text-lg-80 {
    font-size: 80px !important;
  }
  .text-lg-81 {
    font-size: 81px !important;
  }
  .text-lg-82 {
    font-size: 82px !important;
  }
  .text-lg-83 {
    font-size: 83px !important;
  }
  .text-lg-84 {
    font-size: 84px !important;
  }
  .text-lg-85 {
    font-size: 85px !important;
  }
  .text-lg-86 {
    font-size: 86px !important;
  }
  .text-lg-87 {
    font-size: 87px !important;
  }
  .text-lg-88 {
    font-size: 88px !important;
  }
  .text-lg-89 {
    font-size: 89px !important;
  }
  .text-lg-90 {
    font-size: 90px !important;
  }
  .text-lg-91 {
    font-size: 91px !important;
  }
  .text-lg-92 {
    font-size: 92px !important;
  }
  .text-lg-93 {
    font-size: 93px !important;
  }
  .text-lg-94 {
    font-size: 94px !important;
  }
  .text-lg-95 {
    font-size: 95px !important;
  }
  .text-lg-96 {
    font-size: 96px !important;
  }
  .text-lg-97 {
    font-size: 97px !important;
  }
  .text-lg-98 {
    font-size: 98px !important;
  }
  .text-lg-99 {
    font-size: 99px !important;
  }
  .text-lg-100 {
    font-size: 100px !important;
  }
  .text-lg-101 {
    font-size: 101px !important;
  }
  .text-lg-102 {
    font-size: 102px !important;
  }
  .text-lg-103 {
    font-size: 103px !important;
  }
  .text-lg-104 {
    font-size: 104px !important;
  }
  .text-lg-105 {
    font-size: 105px !important;
  }
  .text-lg-106 {
    font-size: 106px !important;
  }
  .text-lg-107 {
    font-size: 107px !important;
  }
  .text-lg-108 {
    font-size: 108px !important;
  }
  .text-lg-109 {
    font-size: 109px !important;
  }
  .text-lg-110 {
    font-size: 110px !important;
  }
  .text-lg-green {
    color: #3D549D !important;
  }
  .text-lg-gray {
    color: #646464 !important;
  }
  .text-lg-blue {
    color: #3b21ad !important;
  }
  .text-lg-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 1024px) {
  .text-lgplus-15 {
    font-size: 15px !important;
  }
  .text-lgplus-16 {
    font-size: 16px !important;
  }
  .text-lgplus-17 {
    font-size: 17px !important;
  }
  .text-lgplus-18 {
    font-size: 18px !important;
  }
  .text-lgplus-19 {
    font-size: 19px !important;
  }
  .text-lgplus-20 {
    font-size: 20px !important;
  }
  .text-lgplus-21 {
    font-size: 21px !important;
  }
  .text-lgplus-22 {
    font-size: 22px !important;
  }
  .text-lgplus-23 {
    font-size: 23px !important;
  }
  .text-lgplus-24 {
    font-size: 24px !important;
  }
  .text-lgplus-25 {
    font-size: 25px !important;
  }
  .text-lgplus-26 {
    font-size: 26px !important;
  }
  .text-lgplus-27 {
    font-size: 27px !important;
  }
  .text-lgplus-28 {
    font-size: 28px !important;
  }
  .text-lgplus-29 {
    font-size: 29px !important;
  }
  .text-lgplus-30 {
    font-size: 30px !important;
  }
  .text-lgplus-31 {
    font-size: 31px !important;
  }
  .text-lgplus-32 {
    font-size: 32px !important;
  }
  .text-lgplus-33 {
    font-size: 33px !important;
  }
  .text-lgplus-34 {
    font-size: 34px !important;
  }
  .text-lgplus-35 {
    font-size: 35px !important;
  }
  .text-lgplus-36 {
    font-size: 36px !important;
  }
  .text-lgplus-37 {
    font-size: 37px !important;
  }
  .text-lgplus-38 {
    font-size: 38px !important;
  }
  .text-lgplus-39 {
    font-size: 39px !important;
  }
  .text-lgplus-40 {
    font-size: 40px !important;
  }
  .text-lgplus-41 {
    font-size: 41px !important;
  }
  .text-lgplus-42 {
    font-size: 42px !important;
  }
  .text-lgplus-43 {
    font-size: 43px !important;
  }
  .text-lgplus-44 {
    font-size: 44px !important;
  }
  .text-lgplus-45 {
    font-size: 45px !important;
  }
  .text-lgplus-46 {
    font-size: 46px !important;
  }
  .text-lgplus-47 {
    font-size: 47px !important;
  }
  .text-lgplus-48 {
    font-size: 48px !important;
  }
  .text-lgplus-49 {
    font-size: 49px !important;
  }
  .text-lgplus-50 {
    font-size: 50px !important;
  }
  .text-lgplus-51 {
    font-size: 51px !important;
  }
  .text-lgplus-52 {
    font-size: 52px !important;
  }
  .text-lgplus-53 {
    font-size: 53px !important;
  }
  .text-lgplus-54 {
    font-size: 54px !important;
  }
  .text-lgplus-55 {
    font-size: 55px !important;
  }
  .text-lgplus-56 {
    font-size: 56px !important;
  }
  .text-lgplus-57 {
    font-size: 57px !important;
  }
  .text-lgplus-58 {
    font-size: 58px !important;
  }
  .text-lgplus-59 {
    font-size: 59px !important;
  }
  .text-lgplus-60 {
    font-size: 60px !important;
  }
  .text-lgplus-61 {
    font-size: 61px !important;
  }
  .text-lgplus-62 {
    font-size: 62px !important;
  }
  .text-lgplus-63 {
    font-size: 63px !important;
  }
  .text-lgplus-64 {
    font-size: 64px !important;
  }
  .text-lgplus-65 {
    font-size: 65px !important;
  }
  .text-lgplus-66 {
    font-size: 66px !important;
  }
  .text-lgplus-67 {
    font-size: 67px !important;
  }
  .text-lgplus-68 {
    font-size: 68px !important;
  }
  .text-lgplus-69 {
    font-size: 69px !important;
  }
  .text-lgplus-70 {
    font-size: 70px !important;
  }
  .text-lgplus-71 {
    font-size: 71px !important;
  }
  .text-lgplus-72 {
    font-size: 72px !important;
  }
  .text-lgplus-73 {
    font-size: 73px !important;
  }
  .text-lgplus-74 {
    font-size: 74px !important;
  }
  .text-lgplus-75 {
    font-size: 75px !important;
  }
  .text-lgplus-76 {
    font-size: 76px !important;
  }
  .text-lgplus-77 {
    font-size: 77px !important;
  }
  .text-lgplus-78 {
    font-size: 78px !important;
  }
  .text-lgplus-79 {
    font-size: 79px !important;
  }
  .text-lgplus-80 {
    font-size: 80px !important;
  }
  .text-lgplus-81 {
    font-size: 81px !important;
  }
  .text-lgplus-82 {
    font-size: 82px !important;
  }
  .text-lgplus-83 {
    font-size: 83px !important;
  }
  .text-lgplus-84 {
    font-size: 84px !important;
  }
  .text-lgplus-85 {
    font-size: 85px !important;
  }
  .text-lgplus-86 {
    font-size: 86px !important;
  }
  .text-lgplus-87 {
    font-size: 87px !important;
  }
  .text-lgplus-88 {
    font-size: 88px !important;
  }
  .text-lgplus-89 {
    font-size: 89px !important;
  }
  .text-lgplus-90 {
    font-size: 90px !important;
  }
  .text-lgplus-91 {
    font-size: 91px !important;
  }
  .text-lgplus-92 {
    font-size: 92px !important;
  }
  .text-lgplus-93 {
    font-size: 93px !important;
  }
  .text-lgplus-94 {
    font-size: 94px !important;
  }
  .text-lgplus-95 {
    font-size: 95px !important;
  }
  .text-lgplus-96 {
    font-size: 96px !important;
  }
  .text-lgplus-97 {
    font-size: 97px !important;
  }
  .text-lgplus-98 {
    font-size: 98px !important;
  }
  .text-lgplus-99 {
    font-size: 99px !important;
  }
  .text-lgplus-100 {
    font-size: 100px !important;
  }
  .text-lgplus-101 {
    font-size: 101px !important;
  }
  .text-lgplus-102 {
    font-size: 102px !important;
  }
  .text-lgplus-103 {
    font-size: 103px !important;
  }
  .text-lgplus-104 {
    font-size: 104px !important;
  }
  .text-lgplus-105 {
    font-size: 105px !important;
  }
  .text-lgplus-106 {
    font-size: 106px !important;
  }
  .text-lgplus-107 {
    font-size: 107px !important;
  }
  .text-lgplus-108 {
    font-size: 108px !important;
  }
  .text-lgplus-109 {
    font-size: 109px !important;
  }
  .text-lgplus-110 {
    font-size: 110px !important;
  }
  .text-lgplus-green {
    color: #3D549D !important;
  }
  .text-lgplus-gray {
    color: #646464 !important;
  }
  .text-lgplus-blue {
    color: #3b21ad !important;
  }
  .text-lgplus-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 1180px) {
  .text-ipad-air-15 {
    font-size: 15px !important;
  }
  .text-ipad-air-16 {
    font-size: 16px !important;
  }
  .text-ipad-air-17 {
    font-size: 17px !important;
  }
  .text-ipad-air-18 {
    font-size: 18px !important;
  }
  .text-ipad-air-19 {
    font-size: 19px !important;
  }
  .text-ipad-air-20 {
    font-size: 20px !important;
  }
  .text-ipad-air-21 {
    font-size: 21px !important;
  }
  .text-ipad-air-22 {
    font-size: 22px !important;
  }
  .text-ipad-air-23 {
    font-size: 23px !important;
  }
  .text-ipad-air-24 {
    font-size: 24px !important;
  }
  .text-ipad-air-25 {
    font-size: 25px !important;
  }
  .text-ipad-air-26 {
    font-size: 26px !important;
  }
  .text-ipad-air-27 {
    font-size: 27px !important;
  }
  .text-ipad-air-28 {
    font-size: 28px !important;
  }
  .text-ipad-air-29 {
    font-size: 29px !important;
  }
  .text-ipad-air-30 {
    font-size: 30px !important;
  }
  .text-ipad-air-31 {
    font-size: 31px !important;
  }
  .text-ipad-air-32 {
    font-size: 32px !important;
  }
  .text-ipad-air-33 {
    font-size: 33px !important;
  }
  .text-ipad-air-34 {
    font-size: 34px !important;
  }
  .text-ipad-air-35 {
    font-size: 35px !important;
  }
  .text-ipad-air-36 {
    font-size: 36px !important;
  }
  .text-ipad-air-37 {
    font-size: 37px !important;
  }
  .text-ipad-air-38 {
    font-size: 38px !important;
  }
  .text-ipad-air-39 {
    font-size: 39px !important;
  }
  .text-ipad-air-40 {
    font-size: 40px !important;
  }
  .text-ipad-air-41 {
    font-size: 41px !important;
  }
  .text-ipad-air-42 {
    font-size: 42px !important;
  }
  .text-ipad-air-43 {
    font-size: 43px !important;
  }
  .text-ipad-air-44 {
    font-size: 44px !important;
  }
  .text-ipad-air-45 {
    font-size: 45px !important;
  }
  .text-ipad-air-46 {
    font-size: 46px !important;
  }
  .text-ipad-air-47 {
    font-size: 47px !important;
  }
  .text-ipad-air-48 {
    font-size: 48px !important;
  }
  .text-ipad-air-49 {
    font-size: 49px !important;
  }
  .text-ipad-air-50 {
    font-size: 50px !important;
  }
  .text-ipad-air-51 {
    font-size: 51px !important;
  }
  .text-ipad-air-52 {
    font-size: 52px !important;
  }
  .text-ipad-air-53 {
    font-size: 53px !important;
  }
  .text-ipad-air-54 {
    font-size: 54px !important;
  }
  .text-ipad-air-55 {
    font-size: 55px !important;
  }
  .text-ipad-air-56 {
    font-size: 56px !important;
  }
  .text-ipad-air-57 {
    font-size: 57px !important;
  }
  .text-ipad-air-58 {
    font-size: 58px !important;
  }
  .text-ipad-air-59 {
    font-size: 59px !important;
  }
  .text-ipad-air-60 {
    font-size: 60px !important;
  }
  .text-ipad-air-61 {
    font-size: 61px !important;
  }
  .text-ipad-air-62 {
    font-size: 62px !important;
  }
  .text-ipad-air-63 {
    font-size: 63px !important;
  }
  .text-ipad-air-64 {
    font-size: 64px !important;
  }
  .text-ipad-air-65 {
    font-size: 65px !important;
  }
  .text-ipad-air-66 {
    font-size: 66px !important;
  }
  .text-ipad-air-67 {
    font-size: 67px !important;
  }
  .text-ipad-air-68 {
    font-size: 68px !important;
  }
  .text-ipad-air-69 {
    font-size: 69px !important;
  }
  .text-ipad-air-70 {
    font-size: 70px !important;
  }
  .text-ipad-air-71 {
    font-size: 71px !important;
  }
  .text-ipad-air-72 {
    font-size: 72px !important;
  }
  .text-ipad-air-73 {
    font-size: 73px !important;
  }
  .text-ipad-air-74 {
    font-size: 74px !important;
  }
  .text-ipad-air-75 {
    font-size: 75px !important;
  }
  .text-ipad-air-76 {
    font-size: 76px !important;
  }
  .text-ipad-air-77 {
    font-size: 77px !important;
  }
  .text-ipad-air-78 {
    font-size: 78px !important;
  }
  .text-ipad-air-79 {
    font-size: 79px !important;
  }
  .text-ipad-air-80 {
    font-size: 80px !important;
  }
  .text-ipad-air-81 {
    font-size: 81px !important;
  }
  .text-ipad-air-82 {
    font-size: 82px !important;
  }
  .text-ipad-air-83 {
    font-size: 83px !important;
  }
  .text-ipad-air-84 {
    font-size: 84px !important;
  }
  .text-ipad-air-85 {
    font-size: 85px !important;
  }
  .text-ipad-air-86 {
    font-size: 86px !important;
  }
  .text-ipad-air-87 {
    font-size: 87px !important;
  }
  .text-ipad-air-88 {
    font-size: 88px !important;
  }
  .text-ipad-air-89 {
    font-size: 89px !important;
  }
  .text-ipad-air-90 {
    font-size: 90px !important;
  }
  .text-ipad-air-91 {
    font-size: 91px !important;
  }
  .text-ipad-air-92 {
    font-size: 92px !important;
  }
  .text-ipad-air-93 {
    font-size: 93px !important;
  }
  .text-ipad-air-94 {
    font-size: 94px !important;
  }
  .text-ipad-air-95 {
    font-size: 95px !important;
  }
  .text-ipad-air-96 {
    font-size: 96px !important;
  }
  .text-ipad-air-97 {
    font-size: 97px !important;
  }
  .text-ipad-air-98 {
    font-size: 98px !important;
  }
  .text-ipad-air-99 {
    font-size: 99px !important;
  }
  .text-ipad-air-100 {
    font-size: 100px !important;
  }
  .text-ipad-air-101 {
    font-size: 101px !important;
  }
  .text-ipad-air-102 {
    font-size: 102px !important;
  }
  .text-ipad-air-103 {
    font-size: 103px !important;
  }
  .text-ipad-air-104 {
    font-size: 104px !important;
  }
  .text-ipad-air-105 {
    font-size: 105px !important;
  }
  .text-ipad-air-106 {
    font-size: 106px !important;
  }
  .text-ipad-air-107 {
    font-size: 107px !important;
  }
  .text-ipad-air-108 {
    font-size: 108px !important;
  }
  .text-ipad-air-109 {
    font-size: 109px !important;
  }
  .text-ipad-air-110 {
    font-size: 110px !important;
  }
  .text-ipad-air-green {
    color: #3D549D !important;
  }
  .text-ipad-air-gray {
    color: #646464 !important;
  }
  .text-ipad-air-blue {
    color: #3b21ad !important;
  }
  .text-ipad-air-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-15 {
    font-size: 15px !important;
  }
  .text-xl-16 {
    font-size: 16px !important;
  }
  .text-xl-17 {
    font-size: 17px !important;
  }
  .text-xl-18 {
    font-size: 18px !important;
  }
  .text-xl-19 {
    font-size: 19px !important;
  }
  .text-xl-20 {
    font-size: 20px !important;
  }
  .text-xl-21 {
    font-size: 21px !important;
  }
  .text-xl-22 {
    font-size: 22px !important;
  }
  .text-xl-23 {
    font-size: 23px !important;
  }
  .text-xl-24 {
    font-size: 24px !important;
  }
  .text-xl-25 {
    font-size: 25px !important;
  }
  .text-xl-26 {
    font-size: 26px !important;
  }
  .text-xl-27 {
    font-size: 27px !important;
  }
  .text-xl-28 {
    font-size: 28px !important;
  }
  .text-xl-29 {
    font-size: 29px !important;
  }
  .text-xl-30 {
    font-size: 30px !important;
  }
  .text-xl-31 {
    font-size: 31px !important;
  }
  .text-xl-32 {
    font-size: 32px !important;
  }
  .text-xl-33 {
    font-size: 33px !important;
  }
  .text-xl-34 {
    font-size: 34px !important;
  }
  .text-xl-35 {
    font-size: 35px !important;
  }
  .text-xl-36 {
    font-size: 36px !important;
  }
  .text-xl-37 {
    font-size: 37px !important;
  }
  .text-xl-38 {
    font-size: 38px !important;
  }
  .text-xl-39 {
    font-size: 39px !important;
  }
  .text-xl-40 {
    font-size: 40px !important;
  }
  .text-xl-41 {
    font-size: 41px !important;
  }
  .text-xl-42 {
    font-size: 42px !important;
  }
  .text-xl-43 {
    font-size: 43px !important;
  }
  .text-xl-44 {
    font-size: 44px !important;
  }
  .text-xl-45 {
    font-size: 45px !important;
  }
  .text-xl-46 {
    font-size: 46px !important;
  }
  .text-xl-47 {
    font-size: 47px !important;
  }
  .text-xl-48 {
    font-size: 48px !important;
  }
  .text-xl-49 {
    font-size: 49px !important;
  }
  .text-xl-50 {
    font-size: 50px !important;
  }
  .text-xl-51 {
    font-size: 51px !important;
  }
  .text-xl-52 {
    font-size: 52px !important;
  }
  .text-xl-53 {
    font-size: 53px !important;
  }
  .text-xl-54 {
    font-size: 54px !important;
  }
  .text-xl-55 {
    font-size: 55px !important;
  }
  .text-xl-56 {
    font-size: 56px !important;
  }
  .text-xl-57 {
    font-size: 57px !important;
  }
  .text-xl-58 {
    font-size: 58px !important;
  }
  .text-xl-59 {
    font-size: 59px !important;
  }
  .text-xl-60 {
    font-size: 60px !important;
  }
  .text-xl-61 {
    font-size: 61px !important;
  }
  .text-xl-62 {
    font-size: 62px !important;
  }
  .text-xl-63 {
    font-size: 63px !important;
  }
  .text-xl-64 {
    font-size: 64px !important;
  }
  .text-xl-65 {
    font-size: 65px !important;
  }
  .text-xl-66 {
    font-size: 66px !important;
  }
  .text-xl-67 {
    font-size: 67px !important;
  }
  .text-xl-68 {
    font-size: 68px !important;
  }
  .text-xl-69 {
    font-size: 69px !important;
  }
  .text-xl-70 {
    font-size: 70px !important;
  }
  .text-xl-71 {
    font-size: 71px !important;
  }
  .text-xl-72 {
    font-size: 72px !important;
  }
  .text-xl-73 {
    font-size: 73px !important;
  }
  .text-xl-74 {
    font-size: 74px !important;
  }
  .text-xl-75 {
    font-size: 75px !important;
  }
  .text-xl-76 {
    font-size: 76px !important;
  }
  .text-xl-77 {
    font-size: 77px !important;
  }
  .text-xl-78 {
    font-size: 78px !important;
  }
  .text-xl-79 {
    font-size: 79px !important;
  }
  .text-xl-80 {
    font-size: 80px !important;
  }
  .text-xl-81 {
    font-size: 81px !important;
  }
  .text-xl-82 {
    font-size: 82px !important;
  }
  .text-xl-83 {
    font-size: 83px !important;
  }
  .text-xl-84 {
    font-size: 84px !important;
  }
  .text-xl-85 {
    font-size: 85px !important;
  }
  .text-xl-86 {
    font-size: 86px !important;
  }
  .text-xl-87 {
    font-size: 87px !important;
  }
  .text-xl-88 {
    font-size: 88px !important;
  }
  .text-xl-89 {
    font-size: 89px !important;
  }
  .text-xl-90 {
    font-size: 90px !important;
  }
  .text-xl-91 {
    font-size: 91px !important;
  }
  .text-xl-92 {
    font-size: 92px !important;
  }
  .text-xl-93 {
    font-size: 93px !important;
  }
  .text-xl-94 {
    font-size: 94px !important;
  }
  .text-xl-95 {
    font-size: 95px !important;
  }
  .text-xl-96 {
    font-size: 96px !important;
  }
  .text-xl-97 {
    font-size: 97px !important;
  }
  .text-xl-98 {
    font-size: 98px !important;
  }
  .text-xl-99 {
    font-size: 99px !important;
  }
  .text-xl-100 {
    font-size: 100px !important;
  }
  .text-xl-101 {
    font-size: 101px !important;
  }
  .text-xl-102 {
    font-size: 102px !important;
  }
  .text-xl-103 {
    font-size: 103px !important;
  }
  .text-xl-104 {
    font-size: 104px !important;
  }
  .text-xl-105 {
    font-size: 105px !important;
  }
  .text-xl-106 {
    font-size: 106px !important;
  }
  .text-xl-107 {
    font-size: 107px !important;
  }
  .text-xl-108 {
    font-size: 108px !important;
  }
  .text-xl-109 {
    font-size: 109px !important;
  }
  .text-xl-110 {
    font-size: 110px !important;
  }
  .text-xl-green {
    color: #3D549D !important;
  }
  .text-xl-gray {
    color: #646464 !important;
  }
  .text-xl-blue {
    color: #3b21ad !important;
  }
  .text-xl-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 1366px) {
  .text-xlplus-15 {
    font-size: 15px !important;
  }
  .text-xlplus-16 {
    font-size: 16px !important;
  }
  .text-xlplus-17 {
    font-size: 17px !important;
  }
  .text-xlplus-18 {
    font-size: 18px !important;
  }
  .text-xlplus-19 {
    font-size: 19px !important;
  }
  .text-xlplus-20 {
    font-size: 20px !important;
  }
  .text-xlplus-21 {
    font-size: 21px !important;
  }
  .text-xlplus-22 {
    font-size: 22px !important;
  }
  .text-xlplus-23 {
    font-size: 23px !important;
  }
  .text-xlplus-24 {
    font-size: 24px !important;
  }
  .text-xlplus-25 {
    font-size: 25px !important;
  }
  .text-xlplus-26 {
    font-size: 26px !important;
  }
  .text-xlplus-27 {
    font-size: 27px !important;
  }
  .text-xlplus-28 {
    font-size: 28px !important;
  }
  .text-xlplus-29 {
    font-size: 29px !important;
  }
  .text-xlplus-30 {
    font-size: 30px !important;
  }
  .text-xlplus-31 {
    font-size: 31px !important;
  }
  .text-xlplus-32 {
    font-size: 32px !important;
  }
  .text-xlplus-33 {
    font-size: 33px !important;
  }
  .text-xlplus-34 {
    font-size: 34px !important;
  }
  .text-xlplus-35 {
    font-size: 35px !important;
  }
  .text-xlplus-36 {
    font-size: 36px !important;
  }
  .text-xlplus-37 {
    font-size: 37px !important;
  }
  .text-xlplus-38 {
    font-size: 38px !important;
  }
  .text-xlplus-39 {
    font-size: 39px !important;
  }
  .text-xlplus-40 {
    font-size: 40px !important;
  }
  .text-xlplus-41 {
    font-size: 41px !important;
  }
  .text-xlplus-42 {
    font-size: 42px !important;
  }
  .text-xlplus-43 {
    font-size: 43px !important;
  }
  .text-xlplus-44 {
    font-size: 44px !important;
  }
  .text-xlplus-45 {
    font-size: 45px !important;
  }
  .text-xlplus-46 {
    font-size: 46px !important;
  }
  .text-xlplus-47 {
    font-size: 47px !important;
  }
  .text-xlplus-48 {
    font-size: 48px !important;
  }
  .text-xlplus-49 {
    font-size: 49px !important;
  }
  .text-xlplus-50 {
    font-size: 50px !important;
  }
  .text-xlplus-51 {
    font-size: 51px !important;
  }
  .text-xlplus-52 {
    font-size: 52px !important;
  }
  .text-xlplus-53 {
    font-size: 53px !important;
  }
  .text-xlplus-54 {
    font-size: 54px !important;
  }
  .text-xlplus-55 {
    font-size: 55px !important;
  }
  .text-xlplus-56 {
    font-size: 56px !important;
  }
  .text-xlplus-57 {
    font-size: 57px !important;
  }
  .text-xlplus-58 {
    font-size: 58px !important;
  }
  .text-xlplus-59 {
    font-size: 59px !important;
  }
  .text-xlplus-60 {
    font-size: 60px !important;
  }
  .text-xlplus-61 {
    font-size: 61px !important;
  }
  .text-xlplus-62 {
    font-size: 62px !important;
  }
  .text-xlplus-63 {
    font-size: 63px !important;
  }
  .text-xlplus-64 {
    font-size: 64px !important;
  }
  .text-xlplus-65 {
    font-size: 65px !important;
  }
  .text-xlplus-66 {
    font-size: 66px !important;
  }
  .text-xlplus-67 {
    font-size: 67px !important;
  }
  .text-xlplus-68 {
    font-size: 68px !important;
  }
  .text-xlplus-69 {
    font-size: 69px !important;
  }
  .text-xlplus-70 {
    font-size: 70px !important;
  }
  .text-xlplus-71 {
    font-size: 71px !important;
  }
  .text-xlplus-72 {
    font-size: 72px !important;
  }
  .text-xlplus-73 {
    font-size: 73px !important;
  }
  .text-xlplus-74 {
    font-size: 74px !important;
  }
  .text-xlplus-75 {
    font-size: 75px !important;
  }
  .text-xlplus-76 {
    font-size: 76px !important;
  }
  .text-xlplus-77 {
    font-size: 77px !important;
  }
  .text-xlplus-78 {
    font-size: 78px !important;
  }
  .text-xlplus-79 {
    font-size: 79px !important;
  }
  .text-xlplus-80 {
    font-size: 80px !important;
  }
  .text-xlplus-81 {
    font-size: 81px !important;
  }
  .text-xlplus-82 {
    font-size: 82px !important;
  }
  .text-xlplus-83 {
    font-size: 83px !important;
  }
  .text-xlplus-84 {
    font-size: 84px !important;
  }
  .text-xlplus-85 {
    font-size: 85px !important;
  }
  .text-xlplus-86 {
    font-size: 86px !important;
  }
  .text-xlplus-87 {
    font-size: 87px !important;
  }
  .text-xlplus-88 {
    font-size: 88px !important;
  }
  .text-xlplus-89 {
    font-size: 89px !important;
  }
  .text-xlplus-90 {
    font-size: 90px !important;
  }
  .text-xlplus-91 {
    font-size: 91px !important;
  }
  .text-xlplus-92 {
    font-size: 92px !important;
  }
  .text-xlplus-93 {
    font-size: 93px !important;
  }
  .text-xlplus-94 {
    font-size: 94px !important;
  }
  .text-xlplus-95 {
    font-size: 95px !important;
  }
  .text-xlplus-96 {
    font-size: 96px !important;
  }
  .text-xlplus-97 {
    font-size: 97px !important;
  }
  .text-xlplus-98 {
    font-size: 98px !important;
  }
  .text-xlplus-99 {
    font-size: 99px !important;
  }
  .text-xlplus-100 {
    font-size: 100px !important;
  }
  .text-xlplus-101 {
    font-size: 101px !important;
  }
  .text-xlplus-102 {
    font-size: 102px !important;
  }
  .text-xlplus-103 {
    font-size: 103px !important;
  }
  .text-xlplus-104 {
    font-size: 104px !important;
  }
  .text-xlplus-105 {
    font-size: 105px !important;
  }
  .text-xlplus-106 {
    font-size: 106px !important;
  }
  .text-xlplus-107 {
    font-size: 107px !important;
  }
  .text-xlplus-108 {
    font-size: 108px !important;
  }
  .text-xlplus-109 {
    font-size: 109px !important;
  }
  .text-xlplus-110 {
    font-size: 110px !important;
  }
  .text-xlplus-green {
    color: #3D549D !important;
  }
  .text-xlplus-gray {
    color: #646464 !important;
  }
  .text-xlplus-blue {
    color: #3b21ad !important;
  }
  .text-xlplus-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 1480px) {
  .text-xxl-15 {
    font-size: 15px !important;
  }
  .text-xxl-16 {
    font-size: 16px !important;
  }
  .text-xxl-17 {
    font-size: 17px !important;
  }
  .text-xxl-18 {
    font-size: 18px !important;
  }
  .text-xxl-19 {
    font-size: 19px !important;
  }
  .text-xxl-20 {
    font-size: 20px !important;
  }
  .text-xxl-21 {
    font-size: 21px !important;
  }
  .text-xxl-22 {
    font-size: 22px !important;
  }
  .text-xxl-23 {
    font-size: 23px !important;
  }
  .text-xxl-24 {
    font-size: 24px !important;
  }
  .text-xxl-25 {
    font-size: 25px !important;
  }
  .text-xxl-26 {
    font-size: 26px !important;
  }
  .text-xxl-27 {
    font-size: 27px !important;
  }
  .text-xxl-28 {
    font-size: 28px !important;
  }
  .text-xxl-29 {
    font-size: 29px !important;
  }
  .text-xxl-30 {
    font-size: 30px !important;
  }
  .text-xxl-31 {
    font-size: 31px !important;
  }
  .text-xxl-32 {
    font-size: 32px !important;
  }
  .text-xxl-33 {
    font-size: 33px !important;
  }
  .text-xxl-34 {
    font-size: 34px !important;
  }
  .text-xxl-35 {
    font-size: 35px !important;
  }
  .text-xxl-36 {
    font-size: 36px !important;
  }
  .text-xxl-37 {
    font-size: 37px !important;
  }
  .text-xxl-38 {
    font-size: 38px !important;
  }
  .text-xxl-39 {
    font-size: 39px !important;
  }
  .text-xxl-40 {
    font-size: 40px !important;
  }
  .text-xxl-41 {
    font-size: 41px !important;
  }
  .text-xxl-42 {
    font-size: 42px !important;
  }
  .text-xxl-43 {
    font-size: 43px !important;
  }
  .text-xxl-44 {
    font-size: 44px !important;
  }
  .text-xxl-45 {
    font-size: 45px !important;
  }
  .text-xxl-46 {
    font-size: 46px !important;
  }
  .text-xxl-47 {
    font-size: 47px !important;
  }
  .text-xxl-48 {
    font-size: 48px !important;
  }
  .text-xxl-49 {
    font-size: 49px !important;
  }
  .text-xxl-50 {
    font-size: 50px !important;
  }
  .text-xxl-51 {
    font-size: 51px !important;
  }
  .text-xxl-52 {
    font-size: 52px !important;
  }
  .text-xxl-53 {
    font-size: 53px !important;
  }
  .text-xxl-54 {
    font-size: 54px !important;
  }
  .text-xxl-55 {
    font-size: 55px !important;
  }
  .text-xxl-56 {
    font-size: 56px !important;
  }
  .text-xxl-57 {
    font-size: 57px !important;
  }
  .text-xxl-58 {
    font-size: 58px !important;
  }
  .text-xxl-59 {
    font-size: 59px !important;
  }
  .text-xxl-60 {
    font-size: 60px !important;
  }
  .text-xxl-61 {
    font-size: 61px !important;
  }
  .text-xxl-62 {
    font-size: 62px !important;
  }
  .text-xxl-63 {
    font-size: 63px !important;
  }
  .text-xxl-64 {
    font-size: 64px !important;
  }
  .text-xxl-65 {
    font-size: 65px !important;
  }
  .text-xxl-66 {
    font-size: 66px !important;
  }
  .text-xxl-67 {
    font-size: 67px !important;
  }
  .text-xxl-68 {
    font-size: 68px !important;
  }
  .text-xxl-69 {
    font-size: 69px !important;
  }
  .text-xxl-70 {
    font-size: 70px !important;
  }
  .text-xxl-71 {
    font-size: 71px !important;
  }
  .text-xxl-72 {
    font-size: 72px !important;
  }
  .text-xxl-73 {
    font-size: 73px !important;
  }
  .text-xxl-74 {
    font-size: 74px !important;
  }
  .text-xxl-75 {
    font-size: 75px !important;
  }
  .text-xxl-76 {
    font-size: 76px !important;
  }
  .text-xxl-77 {
    font-size: 77px !important;
  }
  .text-xxl-78 {
    font-size: 78px !important;
  }
  .text-xxl-79 {
    font-size: 79px !important;
  }
  .text-xxl-80 {
    font-size: 80px !important;
  }
  .text-xxl-81 {
    font-size: 81px !important;
  }
  .text-xxl-82 {
    font-size: 82px !important;
  }
  .text-xxl-83 {
    font-size: 83px !important;
  }
  .text-xxl-84 {
    font-size: 84px !important;
  }
  .text-xxl-85 {
    font-size: 85px !important;
  }
  .text-xxl-86 {
    font-size: 86px !important;
  }
  .text-xxl-87 {
    font-size: 87px !important;
  }
  .text-xxl-88 {
    font-size: 88px !important;
  }
  .text-xxl-89 {
    font-size: 89px !important;
  }
  .text-xxl-90 {
    font-size: 90px !important;
  }
  .text-xxl-91 {
    font-size: 91px !important;
  }
  .text-xxl-92 {
    font-size: 92px !important;
  }
  .text-xxl-93 {
    font-size: 93px !important;
  }
  .text-xxl-94 {
    font-size: 94px !important;
  }
  .text-xxl-95 {
    font-size: 95px !important;
  }
  .text-xxl-96 {
    font-size: 96px !important;
  }
  .text-xxl-97 {
    font-size: 97px !important;
  }
  .text-xxl-98 {
    font-size: 98px !important;
  }
  .text-xxl-99 {
    font-size: 99px !important;
  }
  .text-xxl-100 {
    font-size: 100px !important;
  }
  .text-xxl-101 {
    font-size: 101px !important;
  }
  .text-xxl-102 {
    font-size: 102px !important;
  }
  .text-xxl-103 {
    font-size: 103px !important;
  }
  .text-xxl-104 {
    font-size: 104px !important;
  }
  .text-xxl-105 {
    font-size: 105px !important;
  }
  .text-xxl-106 {
    font-size: 106px !important;
  }
  .text-xxl-107 {
    font-size: 107px !important;
  }
  .text-xxl-108 {
    font-size: 108px !important;
  }
  .text-xxl-109 {
    font-size: 109px !important;
  }
  .text-xxl-110 {
    font-size: 110px !important;
  }
  .text-xxl-green {
    color: #3D549D !important;
  }
  .text-xxl-gray {
    color: #646464 !important;
  }
  .text-xxl-blue {
    color: #3b21ad !important;
  }
  .text-xxl-dark-blue {
    color: #212529 !important;
  }
}
@media (min-width: 1638px) {
  .text-xxxl-15 {
    font-size: 15px !important;
  }
  .text-xxxl-16 {
    font-size: 16px !important;
  }
  .text-xxxl-17 {
    font-size: 17px !important;
  }
  .text-xxxl-18 {
    font-size: 18px !important;
  }
  .text-xxxl-19 {
    font-size: 19px !important;
  }
  .text-xxxl-20 {
    font-size: 20px !important;
  }
  .text-xxxl-21 {
    font-size: 21px !important;
  }
  .text-xxxl-22 {
    font-size: 22px !important;
  }
  .text-xxxl-23 {
    font-size: 23px !important;
  }
  .text-xxxl-24 {
    font-size: 24px !important;
  }
  .text-xxxl-25 {
    font-size: 25px !important;
  }
  .text-xxxl-26 {
    font-size: 26px !important;
  }
  .text-xxxl-27 {
    font-size: 27px !important;
  }
  .text-xxxl-28 {
    font-size: 28px !important;
  }
  .text-xxxl-29 {
    font-size: 29px !important;
  }
  .text-xxxl-30 {
    font-size: 30px !important;
  }
  .text-xxxl-31 {
    font-size: 31px !important;
  }
  .text-xxxl-32 {
    font-size: 32px !important;
  }
  .text-xxxl-33 {
    font-size: 33px !important;
  }
  .text-xxxl-34 {
    font-size: 34px !important;
  }
  .text-xxxl-35 {
    font-size: 35px !important;
  }
  .text-xxxl-36 {
    font-size: 36px !important;
  }
  .text-xxxl-37 {
    font-size: 37px !important;
  }
  .text-xxxl-38 {
    font-size: 38px !important;
  }
  .text-xxxl-39 {
    font-size: 39px !important;
  }
  .text-xxxl-40 {
    font-size: 40px !important;
  }
  .text-xxxl-41 {
    font-size: 41px !important;
  }
  .text-xxxl-42 {
    font-size: 42px !important;
  }
  .text-xxxl-43 {
    font-size: 43px !important;
  }
  .text-xxxl-44 {
    font-size: 44px !important;
  }
  .text-xxxl-45 {
    font-size: 45px !important;
  }
  .text-xxxl-46 {
    font-size: 46px !important;
  }
  .text-xxxl-47 {
    font-size: 47px !important;
  }
  .text-xxxl-48 {
    font-size: 48px !important;
  }
  .text-xxxl-49 {
    font-size: 49px !important;
  }
  .text-xxxl-50 {
    font-size: 50px !important;
  }
  .text-xxxl-51 {
    font-size: 51px !important;
  }
  .text-xxxl-52 {
    font-size: 52px !important;
  }
  .text-xxxl-53 {
    font-size: 53px !important;
  }
  .text-xxxl-54 {
    font-size: 54px !important;
  }
  .text-xxxl-55 {
    font-size: 55px !important;
  }
  .text-xxxl-56 {
    font-size: 56px !important;
  }
  .text-xxxl-57 {
    font-size: 57px !important;
  }
  .text-xxxl-58 {
    font-size: 58px !important;
  }
  .text-xxxl-59 {
    font-size: 59px !important;
  }
  .text-xxxl-60 {
    font-size: 60px !important;
  }
  .text-xxxl-61 {
    font-size: 61px !important;
  }
  .text-xxxl-62 {
    font-size: 62px !important;
  }
  .text-xxxl-63 {
    font-size: 63px !important;
  }
  .text-xxxl-64 {
    font-size: 64px !important;
  }
  .text-xxxl-65 {
    font-size: 65px !important;
  }
  .text-xxxl-66 {
    font-size: 66px !important;
  }
  .text-xxxl-67 {
    font-size: 67px !important;
  }
  .text-xxxl-68 {
    font-size: 68px !important;
  }
  .text-xxxl-69 {
    font-size: 69px !important;
  }
  .text-xxxl-70 {
    font-size: 70px !important;
  }
  .text-xxxl-71 {
    font-size: 71px !important;
  }
  .text-xxxl-72 {
    font-size: 72px !important;
  }
  .text-xxxl-73 {
    font-size: 73px !important;
  }
  .text-xxxl-74 {
    font-size: 74px !important;
  }
  .text-xxxl-75 {
    font-size: 75px !important;
  }
  .text-xxxl-76 {
    font-size: 76px !important;
  }
  .text-xxxl-77 {
    font-size: 77px !important;
  }
  .text-xxxl-78 {
    font-size: 78px !important;
  }
  .text-xxxl-79 {
    font-size: 79px !important;
  }
  .text-xxxl-80 {
    font-size: 80px !important;
  }
  .text-xxxl-81 {
    font-size: 81px !important;
  }
  .text-xxxl-82 {
    font-size: 82px !important;
  }
  .text-xxxl-83 {
    font-size: 83px !important;
  }
  .text-xxxl-84 {
    font-size: 84px !important;
  }
  .text-xxxl-85 {
    font-size: 85px !important;
  }
  .text-xxxl-86 {
    font-size: 86px !important;
  }
  .text-xxxl-87 {
    font-size: 87px !important;
  }
  .text-xxxl-88 {
    font-size: 88px !important;
  }
  .text-xxxl-89 {
    font-size: 89px !important;
  }
  .text-xxxl-90 {
    font-size: 90px !important;
  }
  .text-xxxl-91 {
    font-size: 91px !important;
  }
  .text-xxxl-92 {
    font-size: 92px !important;
  }
  .text-xxxl-93 {
    font-size: 93px !important;
  }
  .text-xxxl-94 {
    font-size: 94px !important;
  }
  .text-xxxl-95 {
    font-size: 95px !important;
  }
  .text-xxxl-96 {
    font-size: 96px !important;
  }
  .text-xxxl-97 {
    font-size: 97px !important;
  }
  .text-xxxl-98 {
    font-size: 98px !important;
  }
  .text-xxxl-99 {
    font-size: 99px !important;
  }
  .text-xxxl-100 {
    font-size: 100px !important;
  }
  .text-xxxl-101 {
    font-size: 101px !important;
  }
  .text-xxxl-102 {
    font-size: 102px !important;
  }
  .text-xxxl-103 {
    font-size: 103px !important;
  }
  .text-xxxl-104 {
    font-size: 104px !important;
  }
  .text-xxxl-105 {
    font-size: 105px !important;
  }
  .text-xxxl-106 {
    font-size: 106px !important;
  }
  .text-xxxl-107 {
    font-size: 107px !important;
  }
  .text-xxxl-108 {
    font-size: 108px !important;
  }
  .text-xxxl-109 {
    font-size: 109px !important;
  }
  .text-xxxl-110 {
    font-size: 110px !important;
  }
  .text-xxxl-green {
    color: #3D549D !important;
  }
  .text-xxxl-gray {
    color: #646464 !important;
  }
  .text-xxxl-blue {
    color: #3b21ad !important;
  }
  .text-xxxl-dark-blue {
    color: #212529 !important;
  }
}

.line-height-8 {
  line-height: 8px !important;
}
.line-height-9 {
  line-height: 9px !important;
}
.line-height-10 {
  line-height: 10px !important;
}
.line-height-11 {
  line-height: 11px !important;
}
.line-height-12 {
  line-height: 12px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-14 {
  line-height: 14px !important;
}
.line-height-15 {
  line-height: 15px !important;
}
.line-height-16 {
  line-height: 16px !important;
}
.line-height-17 {
  line-height: 17px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-19 {
  line-height: 19px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-21 {
  line-height: 21px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-23 {
  line-height: 23px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-25 {
  line-height: 25px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-27 {
  line-height: 27px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-29 {
  line-height: 29px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-31 {
  line-height: 31px !important;
}
.line-height-32 {
  line-height: 32px !important;
}
.line-height-33 {
  line-height: 33px !important;
}
.line-height-34 {
  line-height: 34px !important;
}
.line-height-35 {
  line-height: 35px !important;
}
.line-height-36 {
  line-height: 36px !important;
}
.line-height-37 {
  line-height: 37px !important;
}
.line-height-38 {
  line-height: 38px !important;
}
.line-height-39 {
  line-height: 39px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.line-height-41 {
  line-height: 41px !important;
}
.line-height-42 {
  line-height: 42px !important;
}
.line-height-43 {
  line-height: 43px !important;
}
.line-height-44 {
  line-height: 44px !important;
}
.line-height-45 {
  line-height: 45px !important;
}
.line-height-46 {
  line-height: 46px !important;
}
.line-height-47 {
  line-height: 47px !important;
}
.line-height-48 {
  line-height: 48px !important;
}
.line-height-49 {
  line-height: 49px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-60 {
  line-height: 60px !important;
}
.line-height-61 {
  line-height: 61px !important;
}
.line-height-62 {
  line-height: 62px !important;
}
.line-height-63 {
  line-height: 63px !important;
}
.line-height-64 {
  line-height: 64px !important;
}
.line-height-65 {
  line-height: 65px !important;
}
.line-height-66 {
  line-height: 66px !important;
}
.line-height-67 {
  line-height: 67px !important;
}
.line-height-68 {
  line-height: 68px !important;
}
.line-height-69 {
  line-height: 69px !important;
}
.line-height-70 {
  line-height: 70px !important;
}
.line-height-71 {
  line-height: 71px !important;
}
.line-height-72 {
  line-height: 72px !important;
}
.line-height-73 {
  line-height: 73px !important;
}
.line-height-74 {
  line-height: 74px !important;
}
.line-height-75 {
  line-height: 75px !important;
}
.line-height-76 {
  line-height: 76px !important;
}
.line-height-77 {
  line-height: 77px !important;
}
.line-height-78 {
  line-height: 78px !important;
}
.line-height-79 {
  line-height: 79px !important;
}
.line-height-80 {
  line-height: 80px !important;
}
.line-height-81 {
  line-height: 81px !important;
}
.line-height-82 {
  line-height: 82px !important;
}
.line-height-83 {
  line-height: 83px !important;
}
.line-height-84 {
  line-height: 84px !important;
}
.line-height-85 {
  line-height: 85px !important;
}
.line-height-86 {
  line-height: 86px !important;
}
.line-height-87 {
  line-height: 87px !important;
}
.line-height-88 {
  line-height: 88px !important;
}
.line-height-89 {
  line-height: 89px !important;
}
.line-height-90 {
  line-height: 90px !important;
}
.line-height-91 {
  line-height: 91px !important;
}
.line-height-92 {
  line-height: 92px !important;
}
.line-height-93 {
  line-height: 93px !important;
}
.line-height-94 {
  line-height: 94px !important;
}
.line-height-95 {
  line-height: 95px !important;
}
.line-height-96 {
  line-height: 96px !important;
}
.line-height-97 {
  line-height: 97px !important;
}
.line-height-98 {
  line-height: 98px !important;
}
.line-height-99 {
  line-height: 99px !important;
}
.line-height-100 {
  line-height: 100px !important;
}
@media (min-width: 576px) {
  .line-height-sm-8 {
    line-height: 8px !important;
  }
  .line-height-sm-9 {
    line-height: 9px !important;
  }
  .line-height-sm-10 {
    line-height: 10px !important;
  }
  .line-height-sm-11 {
    line-height: 11px !important;
  }
  .line-height-sm-12 {
    line-height: 12px !important;
  }
  .line-height-sm-13 {
    line-height: 13px !important;
  }
  .line-height-sm-14 {
    line-height: 14px !important;
  }
  .line-height-sm-15 {
    line-height: 15px !important;
  }
  .line-height-sm-16 {
    line-height: 16px !important;
  }
  .line-height-sm-17 {
    line-height: 17px !important;
  }
  .line-height-sm-18 {
    line-height: 18px !important;
  }
  .line-height-sm-19 {
    line-height: 19px !important;
  }
  .line-height-sm-20 {
    line-height: 20px !important;
  }
  .line-height-sm-21 {
    line-height: 21px !important;
  }
  .line-height-sm-22 {
    line-height: 22px !important;
  }
  .line-height-sm-23 {
    line-height: 23px !important;
  }
  .line-height-sm-24 {
    line-height: 24px !important;
  }
  .line-height-sm-25 {
    line-height: 25px !important;
  }
  .line-height-sm-26 {
    line-height: 26px !important;
  }
  .line-height-sm-27 {
    line-height: 27px !important;
  }
  .line-height-sm-28 {
    line-height: 28px !important;
  }
  .line-height-sm-29 {
    line-height: 29px !important;
  }
  .line-height-sm-30 {
    line-height: 30px !important;
  }
  .line-height-sm-31 {
    line-height: 31px !important;
  }
  .line-height-sm-32 {
    line-height: 32px !important;
  }
  .line-height-sm-33 {
    line-height: 33px !important;
  }
  .line-height-sm-34 {
    line-height: 34px !important;
  }
  .line-height-sm-35 {
    line-height: 35px !important;
  }
  .line-height-sm-36 {
    line-height: 36px !important;
  }
  .line-height-sm-37 {
    line-height: 37px !important;
  }
  .line-height-sm-38 {
    line-height: 38px !important;
  }
  .line-height-sm-39 {
    line-height: 39px !important;
  }
  .line-height-sm-40 {
    line-height: 40px !important;
  }
  .line-height-sm-42 {
    line-height: 42px !important;
  }
  .line-height-sm-45 {
    line-height: 45px !important;
  }
  .line-height-sm-46 {
    line-height: 46px !important;
  }
  .line-height-sm-50 {
    line-height: 50px !important;
  }
  .line-height-sm-60 {
    line-height: 60px !important;
  }
  .line-height-sm-61 {
    line-height: 61px !important;
  }
  .line-height-sm-62 {
    line-height: 62px !important;
  }
  .line-height-sm-63 {
    line-height: 63px !important;
  }
  .line-height-sm-64 {
    line-height: 64px !important;
  }
  .line-height-sm-65 {
    line-height: 65px !important;
  }
  .line-height-sm-66 {
    line-height: 66px !important;
  }
  .line-height-sm-67 {
    line-height: 67px !important;
  }
  .line-height-sm-68 {
    line-height: 68px !important;
  }
  .line-height-sm-69 {
    line-height: 69px !important;
  }
  .line-height-sm-70 {
    line-height: 70px !important;
  }
  .line-height-sm-71 {
    line-height: 71px !important;
  }
  .line-height-sm-72 {
    line-height: 72px !important;
  }
  .line-height-sm-73 {
    line-height: 73px !important;
  }
  .line-height-sm-74 {
    line-height: 74px !important;
  }
  .line-height-sm-75 {
    line-height: 75px !important;
  }
}
@media (min-width: 768px) {
  .line-height-md-8 {
    line-height: 8px !important;
  }
  .line-height-md-9 {
    line-height: 9px !important;
  }
  .line-height-md-10 {
    line-height: 10px !important;
  }
  .line-height-md-11 {
    line-height: 11px !important;
  }
  .line-height-md-12 {
    line-height: 12px !important;
  }
  .line-height-md-13 {
    line-height: 13px !important;
  }
  .line-height-md-14 {
    line-height: 14px !important;
  }
  .line-height-md-15 {
    line-height: 15px !important;
  }
  .line-height-md-16 {
    line-height: 16px !important;
  }
  .line-height-md-17 {
    line-height: 17px !important;
  }
  .line-height-md-18 {
    line-height: 18px !important;
  }
  .line-height-md-19 {
    line-height: 19px !important;
  }
  .line-height-md-20 {
    line-height: 20px !important;
  }
  .line-height-md-21 {
    line-height: 21px !important;
  }
  .line-height-md-22 {
    line-height: 22px !important;
  }
  .line-height-md-23 {
    line-height: 23px !important;
  }
  .line-height-md-24 {
    line-height: 24px !important;
  }
  .line-height-md-25 {
    line-height: 25px !important;
  }
  .line-height-md-26 {
    line-height: 26px !important;
  }
  .line-height-md-27 {
    line-height: 27px !important;
  }
  .line-height-md-28 {
    line-height: 28px !important;
  }
  .line-height-md-29 {
    line-height: 29px !important;
  }
  .line-height-md-30 {
    line-height: 30px !important;
  }
  .line-height-md-31 {
    line-height: 31px !important;
  }
  .line-height-md-32 {
    line-height: 32px !important;
  }
  .line-height-md-33 {
    line-height: 33px !important;
  }
  .line-height-md-34 {
    line-height: 34px !important;
  }
  .line-height-md-35 {
    line-height: 35px !important;
  }
  .line-height-md-36 {
    line-height: 36px !important;
  }
  .line-height-md-37 {
    line-height: 37px !important;
  }
  .line-height-md-38 {
    line-height: 38px !important;
  }
  .line-height-md-39 {
    line-height: 39px !important;
  }
  .line-height-md-40 {
    line-height: 40px !important;
  }
  .line-height-md-42 {
    line-height: 42px !important;
  }
  .line-height-md-45 {
    line-height: 45px !important;
  }
  .line-height-md-46 {
    line-height: 46px !important;
  }
  .line-height-md-50 {
    line-height: 50px !important;
  }
  .line-height-md-60 {
    line-height: 60px !important;
  }
  .line-height-md-61 {
    line-height: 61px !important;
  }
  .line-height-md-62 {
    line-height: 62px !important;
  }
  .line-height-md-63 {
    line-height: 63px !important;
  }
  .line-height-md-64 {
    line-height: 64px !important;
  }
  .line-height-md-65 {
    line-height: 65px !important;
  }
  .line-height-md-66 {
    line-height: 66px !important;
  }
  .line-height-md-67 {
    line-height: 67px !important;
  }
  .line-height-md-68 {
    line-height: 68px !important;
  }
  .line-height-md-69 {
    line-height: 69px !important;
  }
  .line-height-md-70 {
    line-height: 70px !important;
  }
  .line-height-md-71 {
    line-height: 71px !important;
  }
  .line-height-md-72 {
    line-height: 72px !important;
  }
  .line-height-md-73 {
    line-height: 73px !important;
  }
  .line-height-md-74 {
    line-height: 74px !important;
  }
  .line-height-md-75 {
    line-height: 75px !important;
  }
}
@media (min-width: 992px) {
  .line-height-lg-8 {
    line-height: 8px !important;
  }
  .line-height-lg-9 {
    line-height: 9px !important;
  }
  .line-height-lg-10 {
    line-height: 10px !important;
  }
  .line-height-lg-11 {
    line-height: 11px !important;
  }
  .line-height-lg-12 {
    line-height: 12px !important;
  }
  .line-height-lg-13 {
    line-height: 13px !important;
  }
  .line-height-lg-14 {
    line-height: 14px !important;
  }
  .line-height-lg-15 {
    line-height: 15px !important;
  }
  .line-height-lg-16 {
    line-height: 16px !important;
  }
  .line-height-lg-17 {
    line-height: 17px !important;
  }
  .line-height-lg-18 {
    line-height: 18px !important;
  }
  .line-height-lg-19 {
    line-height: 19px !important;
  }
  .line-height-lg-20 {
    line-height: 20px !important;
  }
  .line-height-lg-21 {
    line-height: 21px !important;
  }
  .line-height-lg-22 {
    line-height: 22px !important;
  }
  .line-height-lg-23 {
    line-height: 23px !important;
  }
  .line-height-lg-24 {
    line-height: 24px !important;
  }
  .line-height-lg-25 {
    line-height: 25px !important;
  }
  .line-height-lg-26 {
    line-height: 26px !important;
  }
  .line-height-lg-27 {
    line-height: 27px !important;
  }
  .line-height-lg-28 {
    line-height: 28px !important;
  }
  .line-height-lg-29 {
    line-height: 29px !important;
  }
  .line-height-lg-30 {
    line-height: 30px !important;
  }
  .line-height-lg-31 {
    line-height: 31px !important;
  }
  .line-height-lg-32 {
    line-height: 32px !important;
  }
  .line-height-lg-33 {
    line-height: 33px !important;
  }
  .line-height-lg-34 {
    line-height: 34px !important;
  }
  .line-height-lg-35 {
    line-height: 35px !important;
  }
  .line-height-lg-36 {
    line-height: 36px !important;
  }
  .line-height-lg-37 {
    line-height: 37px !important;
  }
  .line-height-lg-38 {
    line-height: 38px !important;
  }
  .line-height-lg-39 {
    line-height: 39px !important;
  }
  .line-height-lg-40 {
    line-height: 40px !important;
  }
  .line-height-lg-41 {
    line-height: 41px !important;
  }
  .line-height-lg-42 {
    line-height: 42px !important;
  }
  .line-height-lg-43 {
    line-height: 43px !important;
  }
  .line-height-lg-44 {
    line-height: 44px !important;
  }
  .line-height-lg-45 {
    line-height: 45px !important;
  }
  .line-height-lg-46 {
    line-height: 46px !important;
  }
  .line-height-lg-47 {
    line-height: 47px !important;
  }
  .line-height-lg-48 {
    line-height: 48px !important;
  }
  .line-height-lg-49 {
    line-height: 49px !important;
  }
  .line-height-lg-50 {
    line-height: 50px !important;
  }
  .line-height-lg-51 {
    line-height: 51px !important;
  }
  .line-height-lg-52 {
    line-height: 52px !important;
  }
  .line-height-lg-53 {
    line-height: 53px !important;
  }
  .line-height-lg-54 {
    line-height: 54px !important;
  }
  .line-height-lg-55 {
    line-height: 55px !important;
  }
  .line-height-lg-56 {
    line-height: 56px !important;
  }
  .line-height-lg-57 {
    line-height: 57px !important;
  }
  .line-height-lg-58 {
    line-height: 58px !important;
  }
  .line-height-lg-59 {
    line-height: 59px !important;
  }
  .line-height-lg-60 {
    line-height: 60px !important;
  }
  .line-height-lg-61 {
    line-height: 61px !important;
  }
  .line-height-lg-62 {
    line-height: 62px !important;
  }
  .line-height-lg-63 {
    line-height: 63px !important;
  }
  .line-height-lg-64 {
    line-height: 64px !important;
  }
  .line-height-lg-65 {
    line-height: 65px !important;
  }
  .line-height-lg-66 {
    line-height: 66px !important;
  }
  .line-height-lg-67 {
    line-height: 67px !important;
  }
  .line-height-lg-68 {
    line-height: 68px !important;
  }
  .line-height-lg-69 {
    line-height: 69px !important;
  }
  .line-height-lg-70 {
    line-height: 70px !important;
  }
  .line-height-lg-71 {
    line-height: 71px !important;
  }
  .line-height-lg-72 {
    line-height: 72px !important;
  }
  .line-height-lg-73 {
    line-height: 73px !important;
  }
  .line-height-lg-74 {
    line-height: 74px !important;
  }
  .line-height-lg-75 {
    line-height: 75px !important;
  }
  .line-height-lg-76 {
    line-height: 76px !important;
  }
  .line-height-lg-77 {
    line-height: 77px !important;
  }
  .line-height-lg-78 {
    line-height: 78px !important;
  }
  .line-height-lg-79 {
    line-height: 79px !important;
  }
  .line-height-lg-80 {
    line-height: 80px !important;
  }
  .line-height-lg-81 {
    line-height: 81px !important;
  }
  .line-height-lg-82 {
    line-height: 82px !important;
  }
  .line-height-lg-83 {
    line-height: 83px !important;
  }
  .line-height-lg-84 {
    line-height: 84px !important;
  }
  .line-height-lg-85 {
    line-height: 85px !important;
  }
  .line-height-lg-86 {
    line-height: 86px !important;
  }
  .line-height-lg-87 {
    line-height: 87px !important;
  }
  .line-height-lg-88 {
    line-height: 88px !important;
  }
  .line-height-lg-89 {
    line-height: 89px !important;
  }
  .line-height-lg-90 {
    line-height: 90px !important;
  }
  .line-height-lg-91 {
    line-height: 91px !important;
  }
  .line-height-lg-92 {
    line-height: 92px !important;
  }
  .line-height-lg-93 {
    line-height: 93px !important;
  }
  .line-height-lg-94 {
    line-height: 94px !important;
  }
  .line-height-lg-95 {
    line-height: 95px !important;
  }
  .line-height-lg-96 {
    line-height: 96px !important;
  }
  .line-height-lg-97 {
    line-height: 97px !important;
  }
  .line-height-lg-98 {
    line-height: 98px !important;
  }
  .line-height-lg-99 {
    line-height: 99px !important;
  }
  .line-height-lg-100 {
    line-height: 100px !important;
  }
}
@media (min-width: 1024px) {
  .line-height-lgplus-8 {
    line-height: 8px !important;
  }
  .line-height-lgplus-9 {
    line-height: 9px !important;
  }
  .line-height-lgplus-10 {
    line-height: 10px !important;
  }
  .line-height-lgplus-11 {
    line-height: 11px !important;
  }
  .line-height-lgplus-12 {
    line-height: 12px !important;
  }
  .line-height-lgplus-13 {
    line-height: 13px !important;
  }
  .line-height-lgplus-14 {
    line-height: 14px !important;
  }
  .line-height-lgplus-15 {
    line-height: 15px !important;
  }
  .line-height-lgplus-16 {
    line-height: 16px !important;
  }
  .line-height-lgplus-17 {
    line-height: 17px !important;
  }
  .line-height-lgplus-18 {
    line-height: 18px !important;
  }
  .line-height-lgplus-19 {
    line-height: 19px !important;
  }
  .line-height-lgplus-20 {
    line-height: 20px !important;
  }
  .line-height-lgplus-21 {
    line-height: 21px !important;
  }
  .line-height-lgplus-22 {
    line-height: 22px !important;
  }
  .line-height-lgplus-23 {
    line-height: 23px !important;
  }
  .line-height-lgplus-24 {
    line-height: 24px !important;
  }
  .line-height-lgplus-25 {
    line-height: 25px !important;
  }
  .line-height-lgplus-26 {
    line-height: 26px !important;
  }
  .line-height-lgplus-27 {
    line-height: 27px !important;
  }
  .line-height-lgplus-28 {
    line-height: 28px !important;
  }
  .line-height-lgplus-29 {
    line-height: 29px !important;
  }
  .line-height-lgplus-30 {
    line-height: 30px !important;
  }
  .line-height-lgplus-31 {
    line-height: 31px !important;
  }
  .line-height-lgplus-32 {
    line-height: 32px !important;
  }
  .line-height-lgplus-33 {
    line-height: 33px !important;
  }
  .line-height-lgplus-34 {
    line-height: 34px !important;
  }
  .line-height-lgplus-35 {
    line-height: 35px !important;
  }
  .line-height-lgplus-36 {
    line-height: 36px !important;
  }
  .line-height-lgplus-37 {
    line-height: 37px !important;
  }
  .line-height-lgplus-38 {
    line-height: 38px !important;
  }
  .line-height-lgplus-39 {
    line-height: 39px !important;
  }
  .line-height-lgplus-40 {
    line-height: 40px !important;
  }
  .line-height-lgplus-42 {
    line-height: 42px !important;
  }
  .line-height-lgplus-45 {
    line-height: 45px !important;
  }
  .line-height-lgplus-46 {
    line-height: 46px !important;
  }
  .line-height-lgplus-50 {
    line-height: 50px !important;
  }
  .line-height-lgplus-60 {
    line-height: 60px !important;
  }
  .line-height-lgplus-61 {
    line-height: 61px !important;
  }
  .line-height-lgplus-62 {
    line-height: 62px !important;
  }
  .line-height-lgplus-63 {
    line-height: 63px !important;
  }
  .line-height-lgplus-64 {
    line-height: 64px !important;
  }
  .line-height-lgplus-65 {
    line-height: 65px !important;
  }
  .line-height-lgplus-66 {
    line-height: 66px !important;
  }
  .line-height-lgplus-67 {
    line-height: 67px !important;
  }
  .line-height-lgplus-68 {
    line-height: 68px !important;
  }
  .line-height-lgplus-69 {
    line-height: 69px !important;
  }
  .line-height-lgplus-70 {
    line-height: 70px !important;
  }
  .line-height-lgplus-71 {
    line-height: 71px !important;
  }
  .line-height-lgplus-72 {
    line-height: 72px !important;
  }
  .line-height-lgplus-73 {
    line-height: 73px !important;
  }
  .line-height-lgplus-74 {
    line-height: 74px !important;
  }
  .line-height-lgplus-75 {
    line-height: 75px !important;
  }
}
@media (min-width: 1180px) {
  .line-height-ipad-air-8 {
    line-height: 8px !important;
  }
  .line-height-ipad-air-9 {
    line-height: 9px !important;
  }
  .line-height-ipad-air-10 {
    line-height: 10px !important;
  }
  .line-height-ipad-air-11 {
    line-height: 11px !important;
  }
  .line-height-ipad-air-12 {
    line-height: 12px !important;
  }
  .line-height-ipad-air-13 {
    line-height: 13px !important;
  }
  .line-height-ipad-air-14 {
    line-height: 14px !important;
  }
  .line-height-ipad-air-15 {
    line-height: 15px !important;
  }
  .line-height-ipad-air-16 {
    line-height: 16px !important;
  }
  .line-height-ipad-air-17 {
    line-height: 17px !important;
  }
  .line-height-ipad-air-18 {
    line-height: 18px !important;
  }
  .line-height-ipad-air-19 {
    line-height: 19px !important;
  }
  .line-height-ipad-air-20 {
    line-height: 20px !important;
  }
  .line-height-ipad-air-21 {
    line-height: 21px !important;
  }
  .line-height-ipad-air-22 {
    line-height: 22px !important;
  }
  .line-height-ipad-air-23 {
    line-height: 23px !important;
  }
  .line-height-ipad-air-24 {
    line-height: 24px !important;
  }
  .line-height-ipad-air-25 {
    line-height: 25px !important;
  }
  .line-height-ipad-air-26 {
    line-height: 26px !important;
  }
  .line-height-ipad-air-27 {
    line-height: 27px !important;
  }
  .line-height-ipad-air-28 {
    line-height: 28px !important;
  }
  .line-height-ipad-air-29 {
    line-height: 29px !important;
  }
  .line-height-ipad-air-30 {
    line-height: 30px !important;
  }
  .line-height-ipad-air-31 {
    line-height: 31px !important;
  }
  .line-height-ipad-air-32 {
    line-height: 32px !important;
  }
  .line-height-ipad-air-33 {
    line-height: 33px !important;
  }
  .line-height-ipad-air-34 {
    line-height: 34px !important;
  }
  .line-height-ipad-air-35 {
    line-height: 35px !important;
  }
  .line-height-ipad-air-36 {
    line-height: 36px !important;
  }
  .line-height-ipad-air-37 {
    line-height: 37px !important;
  }
  .line-height-ipad-air-38 {
    line-height: 38px !important;
  }
  .line-height-ipad-air-39 {
    line-height: 39px !important;
  }
  .line-height-ipad-air-40 {
    line-height: 40px !important;
  }
  .line-height-ipad-air-42 {
    line-height: 42px !important;
  }
  .line-height-ipad-air-45 {
    line-height: 45px !important;
  }
  .line-height-ipad-air-46 {
    line-height: 46px !important;
  }
  .line-height-ipad-air-50 {
    line-height: 50px !important;
  }
  .line-height-ipad-air-60 {
    line-height: 60px !important;
  }
  .line-height-ipad-air-61 {
    line-height: 61px !important;
  }
  .line-height-ipad-air-62 {
    line-height: 62px !important;
  }
  .line-height-ipad-air-63 {
    line-height: 63px !important;
  }
  .line-height-ipad-air-64 {
    line-height: 64px !important;
  }
  .line-height-ipad-air-65 {
    line-height: 65px !important;
  }
  .line-height-ipad-air-66 {
    line-height: 66px !important;
  }
  .line-height-ipad-air-67 {
    line-height: 67px !important;
  }
  .line-height-ipad-air-68 {
    line-height: 68px !important;
  }
  .line-height-ipad-air-69 {
    line-height: 69px !important;
  }
  .line-height-ipad-air-70 {
    line-height: 70px !important;
  }
  .line-height-ipad-air-71 {
    line-height: 71px !important;
  }
  .line-height-ipad-air-72 {
    line-height: 72px !important;
  }
  .line-height-ipad-air-73 {
    line-height: 73px !important;
  }
  .line-height-ipad-air-74 {
    line-height: 74px !important;
  }
  .line-height-ipad-air-75 {
    line-height: 75px !important;
  }
}
@media (min-width: 1200px) {
  .line-height-xl-8 {
    line-height: 8px !important;
  }
  .line-height-xl-9 {
    line-height: 9px !important;
  }
  .line-height-xl-10 {
    line-height: 10px !important;
  }
  .line-height-xl-11 {
    line-height: 11px !important;
  }
  .line-height-xl-12 {
    line-height: 12px !important;
  }
  .line-height-xl-13 {
    line-height: 13px !important;
  }
  .line-height-xl-14 {
    line-height: 14px !important;
  }
  .line-height-xl-15 {
    line-height: 15px !important;
  }
  .line-height-xl-16 {
    line-height: 16px !important;
  }
  .line-height-xl-17 {
    line-height: 17px !important;
  }
  .line-height-xl-18 {
    line-height: 18px !important;
  }
  .line-height-xl-19 {
    line-height: 19px !important;
  }
  .line-height-xl-20 {
    line-height: 20px !important;
  }
  .line-height-xl-21 {
    line-height: 21px !important;
  }
  .line-height-xl-22 {
    line-height: 22px !important;
  }
  .line-height-xl-23 {
    line-height: 23px !important;
  }
  .line-height-xl-24 {
    line-height: 24px !important;
  }
  .line-height-xl-25 {
    line-height: 25px !important;
  }
  .line-height-xl-26 {
    line-height: 26px !important;
  }
  .line-height-xl-27 {
    line-height: 27px !important;
  }
  .line-height-xl-28 {
    line-height: 28px !important;
  }
  .line-height-xl-29 {
    line-height: 29px !important;
  }
  .line-height-xl-30 {
    line-height: 30px !important;
  }
  .line-height-xl-31 {
    line-height: 31px !important;
  }
  .line-height-xl-32 {
    line-height: 32px !important;
  }
  .line-height-xl-33 {
    line-height: 33px !important;
  }
  .line-height-xl-34 {
    line-height: 34px !important;
  }
  .line-height-xl-35 {
    line-height: 35px !important;
  }
  .line-height-xl-36 {
    line-height: 36px !important;
  }
  .line-height-xl-37 {
    line-height: 37px !important;
  }
  .line-height-xl-38 {
    line-height: 38px !important;
  }
  .line-height-xl-39 {
    line-height: 39px !important;
  }
  .line-height-xl-40 {
    line-height: 40px !important;
  }
  .line-height-xl-42 {
    line-height: 42px !important;
  }
  .line-height-xl-45 {
    line-height: 45px !important;
  }
  .line-height-xl-46 {
    line-height: 46px !important;
  }
  .line-height-xl-50 {
    line-height: 50px !important;
  }
  .line-height-xl-60 {
    line-height: 60px !important;
  }
  .line-height-xl-61 {
    line-height: 61px !important;
  }
  .line-height-xl-62 {
    line-height: 62px !important;
  }
  .line-height-xl-63 {
    line-height: 63px !important;
  }
  .line-height-xl-64 {
    line-height: 64px !important;
  }
  .line-height-xl-65 {
    line-height: 65px !important;
  }
  .line-height-xl-66 {
    line-height: 66px !important;
  }
  .line-height-xl-67 {
    line-height: 67px !important;
  }
  .line-height-xl-68 {
    line-height: 68px !important;
  }
  .line-height-xl-69 {
    line-height: 69px !important;
  }
  .line-height-xl-70 {
    line-height: 70px !important;
  }
  .line-height-xl-71 {
    line-height: 71px !important;
  }
  .line-height-xl-72 {
    line-height: 72px !important;
  }
  .line-height-xl-73 {
    line-height: 73px !important;
  }
  .line-height-xl-74 {
    line-height: 74px !important;
  }
  .line-height-xl-75 {
    line-height: 75px !important;
  }
}
@media (min-width: 1366px) {
  .line-height-xlplus-8 {
    line-height: 8px !important;
  }
  .line-height-xlplus-9 {
    line-height: 9px !important;
  }
  .line-height-xlplus-10 {
    line-height: 10px !important;
  }
  .line-height-xlplus-11 {
    line-height: 11px !important;
  }
  .line-height-xlplus-12 {
    line-height: 12px !important;
  }
  .line-height-xlplus-13 {
    line-height: 13px !important;
  }
  .line-height-xlplus-14 {
    line-height: 14px !important;
  }
  .line-height-xlplus-15 {
    line-height: 15px !important;
  }
  .line-height-xlplus-16 {
    line-height: 16px !important;
  }
  .line-height-xlplus-17 {
    line-height: 17px !important;
  }
  .line-height-xlplus-18 {
    line-height: 18px !important;
  }
  .line-height-xlplus-19 {
    line-height: 19px !important;
  }
  .line-height-xlplus-20 {
    line-height: 20px !important;
  }
  .line-height-xlplus-21 {
    line-height: 21px !important;
  }
  .line-height-xlplus-22 {
    line-height: 22px !important;
  }
  .line-height-xlplus-23 {
    line-height: 23px !important;
  }
  .line-height-xlplus-24 {
    line-height: 24px !important;
  }
  .line-height-xlplus-25 {
    line-height: 25px !important;
  }
  .line-height-xlplus-26 {
    line-height: 26px !important;
  }
  .line-height-xlplus-27 {
    line-height: 27px !important;
  }
  .line-height-xlplus-28 {
    line-height: 28px !important;
  }
  .line-height-xlplus-29 {
    line-height: 29px !important;
  }
  .line-height-xlplus-30 {
    line-height: 30px !important;
  }
  .line-height-xlplus-31 {
    line-height: 31px !important;
  }
  .line-height-xlplus-32 {
    line-height: 32px !important;
  }
  .line-height-xlplus-33 {
    line-height: 33px !important;
  }
  .line-height-xlplus-34 {
    line-height: 34px !important;
  }
  .line-height-xlplus-35 {
    line-height: 35px !important;
  }
  .line-height-xlplus-36 {
    line-height: 36px !important;
  }
  .line-height-xlplus-37 {
    line-height: 37px !important;
  }
  .line-height-xlplus-38 {
    line-height: 38px !important;
  }
  .line-height-xlplus-39 {
    line-height: 39px !important;
  }
  .line-height-xlplus-40 {
    line-height: 40px !important;
  }
  .line-height-xlplus-42 {
    line-height: 42px !important;
  }
  .line-height-xlplus-45 {
    line-height: 45px !important;
  }
  .line-height-xlplus-46 {
    line-height: 46px !important;
  }
  .line-height-xlplus-50 {
    line-height: 50px !important;
  }
  .line-height-xlplus-60 {
    line-height: 60px !important;
  }
  .line-height-xlplus-61 {
    line-height: 61px !important;
  }
  .line-height-xlplus-62 {
    line-height: 62px !important;
  }
  .line-height-xlplus-63 {
    line-height: 63px !important;
  }
  .line-height-xlplus-64 {
    line-height: 64px !important;
  }
  .line-height-xlplus-65 {
    line-height: 65px !important;
  }
  .line-height-xlplus-66 {
    line-height: 66px !important;
  }
  .line-height-xlplus-67 {
    line-height: 67px !important;
  }
  .line-height-xlplus-68 {
    line-height: 68px !important;
  }
  .line-height-xlplus-69 {
    line-height: 69px !important;
  }
  .line-height-xlplus-70 {
    line-height: 70px !important;
  }
  .line-height-xlplus-71 {
    line-height: 71px !important;
  }
  .line-height-xlplus-72 {
    line-height: 72px !important;
  }
  .line-height-xlplus-73 {
    line-height: 73px !important;
  }
  .line-height-xlplus-74 {
    line-height: 74px !important;
  }
  .line-height-xlplus-75 {
    line-height: 75px !important;
  }
}
@media (min-width: 1480px) {
  .line-height-xxl-8 {
    line-height: 8px !important;
  }
  .line-height-xxl-9 {
    line-height: 9px !important;
  }
  .line-height-xxl-10 {
    line-height: 10px !important;
  }
  .line-height-xxl-11 {
    line-height: 11px !important;
  }
  .line-height-xxl-12 {
    line-height: 12px !important;
  }
  .line-height-xxl-13 {
    line-height: 13px !important;
  }
  .line-height-xxl-14 {
    line-height: 14px !important;
  }
  .line-height-xxl-15 {
    line-height: 15px !important;
  }
  .line-height-xxl-16 {
    line-height: 16px !important;
  }
  .line-height-xxl-17 {
    line-height: 17px !important;
  }
  .line-height-xxl-18 {
    line-height: 18px !important;
  }
  .line-height-xxl-19 {
    line-height: 19px !important;
  }
  .line-height-xxl-20 {
    line-height: 20px !important;
  }
  .line-height-xxl-21 {
    line-height: 21px !important;
  }
  .line-height-xxl-22 {
    line-height: 22px !important;
  }
  .line-height-xxl-23 {
    line-height: 23px !important;
  }
  .line-height-xxl-24 {
    line-height: 24px !important;
  }
  .line-height-xxl-25 {
    line-height: 25px !important;
  }
  .line-height-xxl-26 {
    line-height: 26px !important;
  }
  .line-height-xxl-27 {
    line-height: 27px !important;
  }
  .line-height-xxl-28 {
    line-height: 28px !important;
  }
  .line-height-xxl-29 {
    line-height: 29px !important;
  }
  .line-height-xxl-30 {
    line-height: 30px !important;
  }
  .line-height-xxl-31 {
    line-height: 31px !important;
  }
  .line-height-xxl-32 {
    line-height: 32px !important;
  }
  .line-height-xxl-33 {
    line-height: 33px !important;
  }
  .line-height-xxl-34 {
    line-height: 34px !important;
  }
  .line-height-xxl-35 {
    line-height: 35px !important;
  }
  .line-height-xxl-36 {
    line-height: 36px !important;
  }
  .line-height-xxl-37 {
    line-height: 37px !important;
  }
  .line-height-xxl-38 {
    line-height: 38px !important;
  }
  .line-height-xxl-39 {
    line-height: 39px !important;
  }
  .line-height-xxl-40 {
    line-height: 40px !important;
  }
  .line-height-xxl-42 {
    line-height: 42px !important;
  }
  .line-height-xxl-45 {
    line-height: 45px !important;
  }
  .line-height-xxl-46 {
    line-height: 46px !important;
  }
  .line-height-xxl-50 {
    line-height: 50px !important;
  }
  .line-height-xxl-60 {
    line-height: 60px !important;
  }
  .line-height-xxl-61 {
    line-height: 61px !important;
  }
  .line-height-xxl-62 {
    line-height: 62px !important;
  }
  .line-height-xxl-63 {
    line-height: 63px !important;
  }
  .line-height-xxl-64 {
    line-height: 64px !important;
  }
  .line-height-xxl-65 {
    line-height: 65px !important;
  }
  .line-height-xxl-66 {
    line-height: 66px !important;
  }
  .line-height-xxl-67 {
    line-height: 67px !important;
  }
  .line-height-xxl-68 {
    line-height: 68px !important;
  }
  .line-height-xxl-69 {
    line-height: 69px !important;
  }
  .line-height-xxl-70 {
    line-height: 70px !important;
  }
  .line-height-xxl-71 {
    line-height: 71px !important;
  }
  .line-height-xxl-72 {
    line-height: 72px !important;
  }
  .line-height-xxl-73 {
    line-height: 73px !important;
  }
  .line-height-xxl-74 {
    line-height: 74px !important;
  }
  .line-height-xxl-75 {
    line-height: 75px !important;
  }
}
@media (min-width: 1638px) {
  .line-height-xxxl-8 {
    line-height: 8px !important;
  }
  .line-height-xxxl-9 {
    line-height: 9px !important;
  }
  .line-height-xxxl-10 {
    line-height: 10px !important;
  }
  .line-height-xxxl-11 {
    line-height: 11px !important;
  }
  .line-height-xxxl-12 {
    line-height: 12px !important;
  }
  .line-height-xxxl-13 {
    line-height: 13px !important;
  }
  .line-height-xxxl-14 {
    line-height: 14px !important;
  }
  .line-height-xxxl-15 {
    line-height: 15px !important;
  }
  .line-height-xxxl-16 {
    line-height: 16px !important;
  }
  .line-height-xxxl-17 {
    line-height: 17px !important;
  }
  .line-height-xxxl-18 {
    line-height: 18px !important;
  }
  .line-height-xxxl-19 {
    line-height: 19px !important;
  }
  .line-height-xxxl-20 {
    line-height: 20px !important;
  }
  .line-height-xxxl-21 {
    line-height: 21px !important;
  }
  .line-height-xxxl-22 {
    line-height: 22px !important;
  }
  .line-height-xxxl-23 {
    line-height: 23px !important;
  }
  .line-height-xxxl-24 {
    line-height: 24px !important;
  }
  .line-height-xxxl-25 {
    line-height: 25px !important;
  }
  .line-height-xxxl-26 {
    line-height: 26px !important;
  }
  .line-height-xxxl-27 {
    line-height: 27px !important;
  }
  .line-height-xxxl-28 {
    line-height: 28px !important;
  }
  .line-height-xxxl-29 {
    line-height: 29px !important;
  }
  .line-height-xxxl-30 {
    line-height: 30px !important;
  }
  .line-height-xxxl-31 {
    line-height: 31px !important;
  }
  .line-height-xxxl-32 {
    line-height: 32px !important;
  }
  .line-height-xxxl-33 {
    line-height: 33px !important;
  }
  .line-height-xxxl-34 {
    line-height: 34px !important;
  }
  .line-height-xxxl-35 {
    line-height: 35px !important;
  }
  .line-height-xxxl-36 {
    line-height: 36px !important;
  }
  .line-height-xxxl-37 {
    line-height: 37px !important;
  }
  .line-height-xxxl-38 {
    line-height: 38px !important;
  }
  .line-height-xxxl-39 {
    line-height: 39px !important;
  }
  .line-height-xxxl-40 {
    line-height: 40px !important;
  }
  .line-height-xxxl-42 {
    line-height: 42px !important;
  }
  .line-height-xxxl-45 {
    line-height: 45px !important;
  }
  .line-height-xxxl-46 {
    line-height: 46px !important;
  }
  .line-height-xxxl-50 {
    line-height: 50px !important;
  }
  .line-height-xxxl-60 {
    line-height: 60px !important;
  }
  .line-height-xxxl-61 {
    line-height: 61px !important;
  }
  .line-height-xxxl-62 {
    line-height: 62px !important;
  }
  .line-height-xxxl-63 {
    line-height: 63px !important;
  }
  .line-height-xxxl-64 {
    line-height: 64px !important;
  }
  .line-height-xxxl-65 {
    line-height: 65px !important;
  }
  .line-height-xxxl-66 {
    line-height: 66px !important;
  }
  .line-height-xxxl-67 {
    line-height: 67px !important;
  }
  .line-height-xxxl-68 {
    line-height: 68px !important;
  }
  .line-height-xxxl-69 {
    line-height: 69px !important;
  }
  .line-height-xxxl-70 {
    line-height: 70px !important;
  }
  .line-height-xxxl-71 {
    line-height: 71px !important;
  }
  .line-height-xxxl-72 {
    line-height: 72px !important;
  }
  .line-height-xxxl-73 {
    line-height: 73px !important;
  }
  .line-height-xxxl-74 {
    line-height: 74px !important;
  }
  .line-height-xxxl-75 {
    line-height: 75px !important;
  }
}

.ps-4-5 {
  padding-left: 2rem !important;
}

.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semi {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-ms {
  font-optical-sizing: auto;
}
.font-serif {
  font-family: "Baskervville", serif;
}
.font-sans {
  font-family: "Avenir55Roman", sans-serif;
}
.font-book {
  font-family: "Avenir45Book", sans-serif;
}
.font-heavy {
  font-family: "Avenir85Heavy";
}

.mt-2r {
  margin-top: 2rem !important;
}
.mt-minus-3 {
  margin-top: -1rem !important;
}
@media (min-width: 768px) {
  .mt-minus-21 {
    margin-top: -21rem !important;
  }
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 768px) {
  .grid-fix {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.opacity-1 {
  opacity: 1;
}

.page-border {
  border-bottom: 10px solid #3D549D;
}

.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.alignright,
img.alignright,
a img.alignright {
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
}
@media (min-width: 576px) {
  .alignright,
  img.alignright,
  a img.alignright {
    width: unset;
    float: right;
    margin: 4px 0 2px 14px;
  }
}

.alignleft,
img.alignleft,
a img.alignleft {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .alignleft,
  img.alignleft,
  a img.alignleft {
    width: unset;
    float: left;
    margin: 4px 14px 2px 0;
  }
}

.disabled {
  pointer-events: none !important;
  opacity: 0.3;
}

.videoWrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.videoWrapper iframe,
.videoWrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper .video-thumb {
  z-index: 10;
  cursor: pointer;
}

.vert-gutter {
  margin-bottom: 100px;
}
.vert-gutter--2 {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .vert-gutter--2 {
    margin-bottom: 150px;
  }
}
.vert-gutter--3 {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .vert-gutter--3 {
    margin-bottom: 170px;
  }
}

.vert-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .vert-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.vert-padding--2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .vert-padding--2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.hover-bright {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
@media (hover: hover) {
  .hover-bright:hover, .hover-bright:hover svg {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}

.isolation-isolate {
  isolation: isolate !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.list-style-square {
  list-style-type: square;
}

.wysiwyg.list-style-square ul {
  list-style: square;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.wysiwyg.list-style-square ul li {
  padding-left: 1.5rem;
}
.wysiwyg.list-style-square ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.btn {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-family: "Avenir85Heavy";
  padding: 0.75rem 1.25rem 0.5rem 1.25rem;
}
.btn-secondary {
  color: white;
}
@media (hover: hover) {
  .btn-secondary:hover {
    color: #646464;
    background-color: white;
  }
}

.quote-mark--light {
  position: relative;
}
.quote-mark--light::after {
  content: "";
  position: absolute;
  width: 96.932px;
  height: 61.2375px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 992px) {
  .quote-mark--light::after {
    width: 193.864px;
    height: 122.475px;
  }
}
.quote-mark--light::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='193.864' height='122.475' viewBox='0 0 193.864 122.475'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='193.864' height='122.475' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='quote_mark' data-name='quote mark' opacity='0.282'%3E%3Cg id='Group_3' data-name='Group 3' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_11' data-name='Path 11' d='M35.11,1.719a45.3,45.3,0,0,0,1.475,88.4A76.434,76.434,0,0,1,15.83,121.882a76.122,76.122,0,0,0,75.228-76.1A45.347,45.347,0,0,0,35.11,1.719Z' transform='translate(0.038 0.038)' fill='%23fff'/%3E%3Cpath id='Path_12' data-name='Path 12' d='M130.194,1.72a45.3,45.3,0,0,0,1.479,88.4,76.427,76.427,0,0,1-20.756,31.766,76.123,76.123,0,0,0,75.229-76.1A45.347,45.347,0,0,0,130.194,1.72Z' transform='translate(7.18 0.038)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.quote-mark--right {
  position: relative;
}
.quote-mark--right::after {
  top: -30px;
  right: 0;
}
@media (min-width: 992px) {
  .quote-mark--right::after {
    top: -60px;
    right: -105px;
  }
}

.border-before-after {
  position: relative;
}
.border-before-after::before, .border-before-after::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #707070;
  display: none;
}
.border-before-after::before {
  left: 1.5rem;
}
.border-before-after::after {
  right: 1.5rem;
}
.border-before-after-all::before, .border-before-after-all::after {
  display: block;
}
@media (min-width: 576px) {
  .border-before-after-sm::before, .border-before-after-sm::after {
    display: block;
  }
}
@media (min-width: 768px) {
  .border-before-after-md::before, .border-before-after-md::after {
    display: block;
  }
}
@media (min-width: 992px) {
  .border-before-after-lg::before, .border-before-after-lg::after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .border-before-after-lgplus::before, .border-before-after-lgplus::after {
    display: block;
  }
}
@media (min-width: 1180px) {
  .border-before-after-ipad-air::before, .border-before-after-ipad-air::after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .border-before-after-xl::before, .border-before-after-xl::after {
    display: block;
  }
}
@media (min-width: 1366px) {
  .border-before-after-xlplus::before, .border-before-after-xlplus::after {
    display: block;
  }
}
@media (min-width: 1480px) {
  .border-before-after-xxl::before, .border-before-after-xxl::after {
    display: block;
  }
}
@media (min-width: 1638px) {
  .border-before-after-xxxl::before, .border-before-after-xxxl::after {
    display: block;
  }
}

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bg-primary-text-white {
  background-color: #3D549D;
}
.bg-primary-text-white p,
.bg-primary-text-white h2,
.bg-primary-text-white .h2,
.bg-primary-text-white h3,
.bg-primary-text-white .h3,
.bg-primary-text-white h4,
.bg-primary-text-white .h4,
.bg-primary-text-white h5,
.bg-primary-text-white .h5,
.bg-primary-text-white h6,
.bg-primary-text-white .h6,
.bg-primary-text-white span,
.bg-primary-text-white strong,
.bg-primary-text-white li,
.bg-primary-text-white sup {
  color: #fff;
}
.bg-primary-text-white .h2__accent::before,
.bg-primary-text-white .h2__accent::before,
.bg-primary-text-white .heading__accent::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.508' height='16.786' viewBox='0 0 16.508 16.786'%3E%3Cg id='cycle_iconn' data-name='cycle iconn' transform='translate(-152 -2657.607)'%3E%3Cpath id='Path_52614' data-name='Path 52614' d='M157.426,5.124a8.289,8.289,0,0,0-8.237-5.1l.229,3.3a4.984,4.984,0,0,1,4.558,7.629l-.971-1.308-.7,4.786,4.785.705-1.05-1.413a8.348,8.348,0,0,0,1.39-8.6' transform='translate(10.458 2657.607)' fill='%23ffffff'/%3E%3Cpath id='Path_52615' data-name='Path 52615' d='M140.874,11.333a4.944,4.944,0,0,1,.388-4.562l.972,1.308.7-4.786-4.786-.705L139.2,4a8.3,8.3,0,0,0,6.269,13.724c.191,0,.384-.007.577-.02l-.229-3.3a4.977,4.977,0,0,1-4.947-3.067' transform='translate(14.811 2656.669)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.bg-white-text-dark {
  background-color: #ffffff;
}
.bg-white-text-dark p,
.bg-white-text-dark h2,
.bg-white-text-dark .h2,
.bg-white-text-dark h3,
.bg-white-text-dark .h3,
.bg-white-text-dark h4,
.bg-white-text-dark .h4,
.bg-white-text-dark h5,
.bg-white-text-dark .h5,
.bg-white-text-dark h6,
.bg-white-text-dark .h6,
.bg-white-text-dark span,
.bg-white-text-dark strong,
.bg-white-text-dark li,
.bg-white-text-dark sup {
  color: #212529;
}
.bg-white-text-dark .h2__accent,
.bg-white-text-dark .h2__accent,
.bg-white-text-dark .heading__accent {
  color: #3D549D;
}
.bg-white-text-primary {
  background-color: #ffffff;
}
.bg-white-text-primary p,
.bg-white-text-primary h2,
.bg-white-text-primary .h2,
.bg-white-text-primary h3,
.bg-white-text-primary .h3,
.bg-white-text-primary h4,
.bg-white-text-primary .h4,
.bg-white-text-primary h5,
.bg-white-text-primary .h5,
.bg-white-text-primary h6,
.bg-white-text-primary .h6,
.bg-white-text-primary span,
.bg-white-text-primary strong,
.bg-white-text-primary li,
.bg-white-text-primary sup {
  color: #3D549D;
}
.bg-white-text-primary .h2__accent,
.bg-white-text-primary .h2__accent,
.bg-white-text-primary .heading__accent {
  color: #212529;
}
.bg-white-text-primary .h2__accent::before,
.bg-white-text-primary .h2__accent::before,
.bg-white-text-primary .heading__accent::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.508' height='16.786' viewBox='0 0 16.508 16.786'%3E%3Cg id='cycle_iconn' data-name='cycle iconn' transform='translate(-152 -2657.607)'%3E%3Cpath id='Path_52614' data-name='Path 52614' d='M157.426,5.124a8.289,8.289,0,0,0-8.237-5.1l.229,3.3a4.984,4.984,0,0,1,4.558,7.629l-.971-1.308-.7,4.786,4.785.705-1.05-1.413a8.348,8.348,0,0,0,1.39-8.6' transform='translate(10.458 2657.607)' fill='%23212121'/%3E%3Cpath id='Path_52615' data-name='Path 52615' d='M140.874,11.333a4.944,4.944,0,0,1,.388-4.562l.972,1.308.7-4.786-4.786-.705L139.2,4a8.3,8.3,0,0,0,6.269,13.724c.191,0,.384-.007.577-.02l-.229-3.3a4.977,4.977,0,0,1-4.947-3.067' transform='translate(14.811 2656.669)' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.bg-gray-text-dark {
  background-color: #FFFAF4;
}
.bg-gray-text-dark p,
.bg-gray-text-dark h2,
.bg-gray-text-dark .h2,
.bg-gray-text-dark h3,
.bg-gray-text-dark .h3,
.bg-gray-text-dark h4,
.bg-gray-text-dark .h4,
.bg-gray-text-dark h5,
.bg-gray-text-dark .h5,
.bg-gray-text-dark h6,
.bg-gray-text-dark .h6,
.bg-gray-text-dark span,
.bg-gray-text-dark strong,
.bg-gray-text-dark li,
.bg-gray-text-dark sup {
  color: #212529;
}
.bg-gray-text-dark .h2__accent,
.bg-gray-text-dark .h2__accent,
.bg-gray-text-dark .heading__accent {
  color: #3D549D;
}
.bg-gray-text-primary {
  background-color: #FFFAF4;
}
.bg-gray-text-primary p,
.bg-gray-text-primary h2,
.bg-gray-text-primary .h2,
.bg-gray-text-primary h3,
.bg-gray-text-primary .h3,
.bg-gray-text-primary h4,
.bg-gray-text-primary .h4,
.bg-gray-text-primary h5,
.bg-gray-text-primary .h5,
.bg-gray-text-primary h6,
.bg-gray-text-primary .h6,
.bg-gray-text-primary span,
.bg-gray-text-primary strong,
.bg-gray-text-primary li,
.bg-gray-text-primary sup {
  color: #3D549D;
}
.bg-gray-text-primary .h2__accent,
.bg-gray-text-primary .h2__accent,
.bg-gray-text-primary .heading__accent {
  color: #212529;
}
.bg-gray-text-primary .h2__accent::before,
.bg-gray-text-primary .h2__accent::before,
.bg-gray-text-primary .heading__accent::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.508' height='16.786' viewBox='0 0 16.508 16.786'%3E%3Cg id='cycle_iconn' data-name='cycle iconn' transform='translate(-152 -2657.607)'%3E%3Cpath id='Path_52614' data-name='Path 52614' d='M157.426,5.124a8.289,8.289,0,0,0-8.237-5.1l.229,3.3a4.984,4.984,0,0,1,4.558,7.629l-.971-1.308-.7,4.786,4.785.705-1.05-1.413a8.348,8.348,0,0,0,1.39-8.6' transform='translate(10.458 2657.607)' fill='%23212121'/%3E%3Cpath id='Path_52615' data-name='Path 52615' d='M140.874,11.333a4.944,4.944,0,0,1,.388-4.562l.972,1.308.7-4.786-4.786-.705L139.2,4a8.3,8.3,0,0,0,6.269,13.724c.191,0,.384-.007.577-.02l-.229-3.3a4.977,4.977,0,0,1-4.947-3.067' transform='translate(14.811 2656.669)' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.section {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.content.page, .content.post,
.content .single {
  position: relative;
  z-index: 1;
}

.container {
  width: 90%;
  max-width: 1400px;
}
.container.narrow {
  max-width: 1180px;
}
.container.wide {
  max-width: 1660px;
}
@media (min-width: 576px) {
  .container-sm {
    width: 90%;
    max-width: 1400px;
  }
}
.container-sm-fluid {
  max-width: 1545px;
}
@media (min-width: 768px) {
  .container-md {
    width: 90%;
    max-width: 1400px;
  }
}
.container-md-fluid {
  max-width: 1545px;
}
@media (min-width: 992px) {
  .container-lg {
    width: 90%;
    max-width: 1400px;
  }
}
.container-lg-fluid {
  max-width: 1545px;
}
@media (min-width: 1200px) {
  .container-xl {
    width: 90%;
    max-width: 1400px;
  }
}
.container-xl-fluid {
  max-width: 1545px;
}
@media (min-width: 1366px) {
  .container-xlplus {
    width: 90%;
    max-width: 1400px;
  }
}
.container-xlplus-fluid {
  max-width: 1545px;
}
@media (min-width: 1480px) {
  .container-xxl {
    width: 90%;
    max-width: 1400px;
  }
}
@media (min-width: 1638px) {
  .container-xxxl {
    width: 90%;
    max-width: 1400px;
  }
}
.container-xxxl-fluid {
  max-width: 1545px;
}

@media (min-width: 992px) {
  .row.wide,
  .d-grid.wide {
    margin-right: calc(-1.75 * var(--bs-gutter-x));
    margin-left: calc(-1.75 * var(--bs-gutter-x));
  }
}

.row-float-3 > .col {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.row-float-3::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1638px) {
  .row.wide-100 {
    margin-right: -100px;
    margin-left: -100px;
  }
}

.offcan_site_wrapper.dosnav_active {
  /*padding-top: 0;*/
}
@media (min-width: 992px) {
  .offcan_site_wrapper.dosnav_active {
    padding-top: 178px;
  }
}

.offcan_nav_wrapper .click_to_call_numba a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2%;
  color: #777;
}
.offcan_nav_wrapper .menu-main-nav-container #menu-main-nav li a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2%;
  color: #777;
}
.offcan_nav_wrapper .menu-main-nav-container #menu-main-nav li .sub-menu li a {
  border-top: 1px solid #FA4D1C;
}
.offcan_nav_wrapper .menu-main-nav-container #menu-main-nav li .sub-menu.opened li {
  margin-bottom: 0;
}
.offcan_nav_wrapper .menu-main-nav-container #menu-main-nav li .sub-menu.opened li a {
  color: #fff;
}

.website_header .container {
  width: 100%;
}

.main_right {
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main_right {
    top: 40%;
    right: 3%;
  }
}
@media (min-width: 1200px) {
  .main_right {
    position: unset;
    width: 85%;
    padding-left: 3rem;
  }
}

.subset_toggle {
  background-image: url("assets/images/nav-arrowdown.svg");
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .mainbar_nav {
    display: none;
  }
}
@media (min-width: 1480px) {
  .mainbar_nav .mainbar_nav ul li {
    margin-left: 2rem;
  }
}
.mainbar_nav ul li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2%;
  color: #D9D9D9;
}
@media (hover: hover) {
  .mainbar_nav ul li.menu-item-has-children:hover .sub-menu {
    width: 275px;
  }
}
.mainbar_nav ul li.menu-item-has-children a {
  padding-right: 20px;
}
.mainbar_nav ul li.menu-item-has-children::after {
  content: "";
  background-image: url("assets/images/nav-arrowdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainbar_nav ul li.menu-item-has-children .sub-menu li {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mainbar_nav ul li.menu-item-has-children .sub-menu li {
    width: 275px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .mainbar_nav ul li.menu-item-has-children .sub-menu li a {
    width: 275px;
  }
}
@media (hover: hover) {
  .mainbar_nav ul li.menu-item-has-children .sub-menu li:hover a {
    color: #FA4D1C;
  }
}
@media (min-width: 1200px) {
  .mainbar_nav ul li {
    margin-left: 0rem;
  }
}
@media (min-width: 1480px) {
  .mainbar_nav ul li {
    margin-left: 2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .bar1, .bar2, .bar3 {
    background-color: #464646;
  }
}
.main_toolbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (min-width: 1024px) {
  .main_toolbar {
    padding: 20px 0%;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  #mobile_nav_trigga {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*margin-right: 2rem;*/
  }
}
@media (min-width: 1200px) {
  #mobile_nav_trigga {
    display: none;
  }
}

.nav-rectangle {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 100%;
  left: 0;
  bottom: 0px;
  height: 65px;
  z-index: 1;
}
@media (min-width: 992px) {
  .nav-rectangle {
    height: 80px;
  }
}

.toolbar_logo {
  z-index: 9;
}
.toolbar_logo img {
  height: 80px;
}
@media (min-width: 992px) {
  .toolbar_logo img {
    height: 128px;
  }
}

.footer-container {
  background-color: #3D549D;
  padding: 0 0 50px 0;
}
.footer-container .footer-logo {
  margin-top: -6rem;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 10;
}
@media (hover: hover) {
  .footer-container .footer-logo:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 10;
  }
}
.footer-container .footer-links {
  display: block;
}
@media (min-width: 768px) {
  .footer-container .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer-container .footer-links .footer-column:not(:last-child) {
    margin-right: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .footer-container .footer-links .footer-column {
    margin-bottom: 3.5rem;
  }
}
.footer-container .footer-links .footer-column .footer-heading {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;
}
.footer-container .footer-links .footer-column .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .footer-links .footer-column .footer-social .footer-social-icon {
  padding: 1rem 0 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2%;
  font-style: italic;
  color: #D0DCFF;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1rem;
  margin-right: 1rem;
  transition: all .3s ease-in-out;
}

.footer-social-icon:hover {
  opacity: .6;
}

.footer-container .footer-links .footer-column .footer-submenu {
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-left: 0;
  margin-bottom: 3.5rem;
  list-style: none;
}
.footer-container .footer-links .footer-column .footer-submenu .footer-link {
  padding: 1rem 0 0 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .footer-container .footer-links .footer-column .footer-submenu .footer-link {
    margin-bottom: 0;
  }
}
.footer-container .footer-links .footer-column .footer-submenu .footer-link a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2%;
  font-style: italic;
  color: #D0DCFF;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer-container .footer-links .menu-item:not(:last-child) {
    margin-right: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .footer-container .footer-links .menu-item {
    margin-bottom: 3.5rem;
  }
}
.footer-container .footer-links .menu-item .nav-link {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  padding: 0;
}
.footer-container .footer-links .menu-item .dropdown-menu {
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.footer-container .footer-links .menu-item .dropdown-menu .menu-item {
  padding: 1rem 0 0 0;
}
@media (max-width: 991.98px) {
  .footer-container .footer-links .menu-item .dropdown-menu .menu-item {
    margin-bottom: 0;
  }
}
.footer-container .footer-links .menu-item .dropdown-menu .menu-item .nav-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2%;
  font-style: italic;
  color: #D0DCFF;
  text-transform: uppercase;
}
.footer-container .fb-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_95_581)%22%3E%3Cpath%20d%3D%22M50.0003%2023.6286V26.57C49.7462%2029.2638%2049.2193%2031.9763%2048.1918%2034.5088C44.8026%2042.879%2037.0005%2048.9269%2028.0289%2049.9999V30.4418L28.1746%2030.2955H34.0822L34.9603%2023.336H28.0289V18.091C28.0289%2017.9184%2028.2381%2017.2168%2028.3203%2017.0105C28.8659%2015.6298%2030.3867%2015.4722%2031.6908%2015.3972C32.8304%2015.3297%2034.0112%2015.446%2035.1546%2015.3972V9.12421C31.418%208.9854%2027.3002%208.21628%2024.0904%2010.6099C20.0885%2013.5926%2020.8732%2018.9201%2020.8022%2023.3397H14.846V30.2993H20.8022V49.8085C10.2051%2048.0902%201.58838%2039.1647%200.217035%2028.4684C-2.07353%2010.6099%2014.2967%20-3.83069%2031.6646%200.911563C41.8357%203.68788%2049.4137%2013.0411%2050.0003%2023.6286Z%22%20fill%3D%22white%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_95_581%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.footer-container .yelp-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_95_583)%22%3E%3Cpath%20d%3D%22M50%2024.9996C50%2038.8067%2038.8075%2049.9992%2025.0004%2049.9992C11.1933%2049.9992%200%2038.8067%200%2024.9996C0%2011.1925%2011.1925%200%2024.9996%200C38.8067%200%2049.9992%2011.1925%2049.9992%2024.9996H50ZM23.2007%207.13904C21.303%207.19002%2016.5002%208.22422%2016.1158%2010.4925C15.9022%2011.7533%2016.8531%2013.4527%2017.43%2014.5613C19.1116%2017.791%2021.0174%2020.9607%2022.8907%2024.0714C23.9168%2025.0595%2025.528%2024.773%2026.0395%2023.4095C26.5023%2019.8772%2026.652%2016.2372%2026.7791%2012.658C26.8883%209.58535%2027.1983%207.03141%2023.2007%207.13823V7.13904ZM34.6877%2017.6542C34.2621%2017.727%2033.7013%2018.1608%2033.3719%2018.4416C32.2625%2019.3884%2030.9636%2020.8053%2029.9327%2021.8808C29.2254%2022.6188%2027.5479%2024.2057%2027.2007%2025.0562C26.6019%2026.5226%2027.8675%2027.895%2029.3881%2027.5673C31.9007%2026.8422%2034.6456%2026.5064%2037.1381%2025.7684C39.6014%2025.0392%2039.624%2023.6895%2038.712%2021.5215C38.11%2020.09%2036.532%2017.3394%2034.6877%2017.6542ZM12.6766%2022.7524C10.8121%2023.0704%2010.6543%2026.932%2010.7523%2028.3603C10.8971%2030.4757%2011.742%2031.4637%2013.9317%2031.1287C16.0867%2030.7986%2018.8842%2030.0468%2021.0344%2029.4916C21.8096%2029.291%2022.6755%2029.1793%2023.0728%2028.3741C23.6805%2027.1408%2023.0024%2026.1754%2021.897%2025.6324C20.0876%2024.7431%2016.4363%2023.4855%2014.4594%2022.9547C13.8605%2022.7936%2013.3119%2022.6447%2012.6774%2022.7524H12.6766ZM28.294%2029.1445C27.3375%2029.3403%2027.0016%2030.3729%2027.1384%2031.2339C27.318%2032.3612%2029.7037%2036.4486%2030.4061%2037.677C31.6482%2039.849%2032.4081%2041.5589%2035.1393%2039.7114C36.1791%2039.0082%2038.258%2036.888%2038.4247%2035.6329C38.5914%2034.3778%2038.0128%2033.8663%2037.0491%2033.219C35.5099%2032.1848%2033.2424%2031.0696%2031.5552%2030.2159C30.631%2029.749%2029.3484%2028.9276%2028.294%2029.1437V29.1445ZM23.4394%2030.2782C22.6188%2030.4182%2022.0427%2031.2776%2021.5676%2031.8862C20.2721%2033.5475%2018.376%2036.0019%2017.3572%2037.7911C16.5828%2039.1523%2016.4314%2040.0295%2017.757%2041.1009C19.1035%2042.1893%2023.6441%2043.8765%2024.7722%2041.9692C25.4487%2040.8249%2025.3637%2036.5012%2025.3994%2034.9896C25.435%2033.499%2026.0888%2029.8267%2023.4394%2030.2782Z%22%20fill%3D%22white%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_95_583%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

#home_top {
  padding: 100px 0;
  /*padding: 0;*/
  background-image: url("assets/images/home-hero-mobile-bg.jpg");
  background-position: 90% center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /*height: 100vh;*/
}
@media (min-width: 992px) {
  #home_top {
    padding: 100px 0 200px 0;
    background-image: url("assets/images/home-hero-bg.jpg");
    background-position: center 15%;
  }
}
#home_top .wysiwyg p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 992px) {
  #home_top .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}

#home_bottom {
  background-image: url("assets/images/home-hero-bottom-section-bg-mobile.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}
@media (min-width: 992px) {
  #home_bottom {
    background-image: url("assets/images/home-hero-bottom-section-bg.png");
  }
}
#home_bottom ul {
  list-style: none;
  padding-left: 0;
}
#home_bottom ul li {
  position: relative;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#home_bottom ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
}
@media (min-width: 992px) {
  #home_bottom ul li {
    font-size: 30px;
    line-height: 34px;
  }
  #home_bottom ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: unset;
    right: -2.5rem;
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
  }
}

#trusted {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}
#trusted::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url("assets/images/trusted-bg.png") center right/cover no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) {
  #trusted::after {
    bottom: unset;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
  }
}
#trusted > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #trusted {
    padding: 150px 0;
  }
}
#trusted h2, #trusted .h2 {
  letter-spacing: -2%;
}

#quote_block {
  padding: 50px 0;
  background-color: #F35708;
  background-image: url("assets/images/quote-block-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 992px) {
  #quote_block {
    background-position: right bottom;
  }
}
#quote_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F35708), to(#8D3205));
  background: linear-gradient(90deg, #F35708 0%, #8D3205 100%);
  opacity: 0.26;
  z-index: 1;
  pointer-events: none;
}
#quote_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  opacity: 0.52;
  z-index: 2;
  pointer-events: none;
}
#quote_block > * {
  position: relative;
  z-index: 3;
}
#quote_block .quote-text {
  font-style: italic;
}
#quote_block .quote-text span {
  text-shadow: 4px 6px 12px #000;
}

#custom_services {
  padding: 80px 0;
  background-image: url("assets/images/custom-services-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#custom_services .container {
  max-width: 95%;
  width: 100%;
}
@media (min-width: 1638px) {
  #custom_services .container {
    max-width: 88%;
  }
}
@media (min-width: 992px) {
  #custom_services {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #custom_services .custom-blurb p {
    max-width: 572px;
  }
}
#custom_services .services-list {
  padding-left: 0;
  list-style: none;
}
#custom_services .services-list li {
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  background: #5D6FA5;
  position: relative;
  min-height: 102px;
  max-height: unset;
  border-bottom-left-radius: 26px;
}
@media (min-width: 992px) {
  #custom_services .services-list li {
    padding: 1.5rem 6rem;
    min-height: unset;
    height: 100%;
    max-height: 128px;
    border-bottom-left-radius: unset;
    /*&::after {
      content: "";
      position: absolute;
      right: 10%;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 44px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2244%22%20viewBox%3D%220%200%2030%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M3.35693%203L24.3569%2021.4466L3.35693%2041%22%20stroke%3D%22%23FF8446%22%20stroke-width%3D%227%22/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none;
    }*/
  }
}
#custom_services .services-list li:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  #custom_services .services-list li p {
    /*max-width: 460px;*/
  }
}
#custom_services .services-list li .service-img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
}
@media (max-width: 991.98px) {
  #custom_services .services-list li .service-img {
    top: 15%;
    max-width: 69px;
  }
}
#custom_services .wysiwyg {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #custom_services .wysiwyg {
    margin-bottom: 3rem;
  }
}
#custom_services .wysiwyg p {
  color: #fff;
}

@media (max-width: 991.98px) {
  #deserve-partner .wysiwyg {
    margin-bottom: 1.5rem;
  }
}
#deserve-partner #shiftCarousel .carousel-control-prev {
  left: -12%;
}
#deserve-partner #shiftCarousel .carousel-control-next {
  right: -12%;
}
#deserve-partner #shiftCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2237%22%20height%3D%2258%22%20viewBox%3D%220%200%2037%2058%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M34.5%203L6%2028L34.5%2054.5%22%20stroke%3D%22%23F35708%22%20stroke-width%3D%227%22/%3E%3C/svg%3E");
}
#deserve-partner #shiftCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2237%22%20height%3D%2258%22%20viewBox%3D%220%200%2037%2058%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M3%203L31.5%2028L3%2054.5%22%20stroke%3D%22%23F35708%22%20stroke-width%3D%227%22/%3E%3C/svg%3E");
}
#deserve-partner #shiftCarousel .carousel-inner {
  /*overflow: visible;*/
  padding: 3.5rem 0 0 0;
}
@media (min-width: 992px) {
  #deserve-partner #shiftCarousel .carousel-inner {
    padding: 6rem 0 0 0;
  }
}
#deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 1.5rem;
  border-radius: 13px;
}
@media (min-width: 992px) {
  #deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
  }
}
#deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item .item-image {
  margin-top: -3rem;
  width: 100%;
}
@media (min-width: 992px) {
  #deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item .item-image {
    margin-top: -5rem;
    margin-bottom: 2rem;
    max-width: 600px;
    height: 467px;
  }
  #deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item .item-image img {
    border-radius: 13px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  }
}
#deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item .item-copy {
  padding-top: 1rem;
}
#deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item .item-copy p {
  font-style: italic;
}
@media (min-width: 992px) {
  #deserve-partner #shiftCarousel .carousel-inner .carousel-item .shift-item .item-copy p {
    max-width: 85%;
  }
}

#no-guesswork {
  position: relative;
  padding: 80px 0 180px 0;
  /* background-image: url("assets/images/no-guesswork-back-mobile.jpg"); */
  background-image: url("assets/images/am_floorClean_desktop.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #no-guesswork {
    /* background-image: url("assets/images/no-guesswork-back.jpg"); */
    padding: 180px 0;
  }
}
#no-guesswork h2, #no-guesswork .h2 {
  letter-spacing: -2%;
}

#team_count {
  padding: 80px 0 0 0;
  background-color: #183558;
  position: relative;
}
#team_count .container {
  max-width: 95%;
  width: 100%;
}
@media (min-width: 1638px) {
  #team_count .container {
    max-width: 88%;
  }
}
@media (min-width: 992px) {
  #team_count {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #team_count .custom-blurb p {
    max-width: 572px;
  }
}
#team_count .service-img {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
@media (min-width: 992px) {
  #team_count .service-img {
    border-radius: unset;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
}
#team_count .wysiwyg p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  #team_count .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}

.page-template-default .page_header .header_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-template-default .page_header .header_content h2, .page-template-default .page_header .header_content .h2 {
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-template-default .page_header .header_content h2, .page-template-default .page_header .header_content .h2 {
    font-size: 62px;
    line-height: 66px;
  }
}
.page-template-default .page_header .header_content .largertxt {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 992px) {
  .page-template-default .page_header .header_content .largertxt {
    font-size: 32px;
    line-height: 36px;
  }
}
.page-template-default .pullup {
  margin-bottom: unset;
}
.page-template-default .entry-content .gravity-theme .gform-body .gform_fields .gfield.field_sublabel_above {
  margin-bottom: 1rem;
}
.page-template-default .entry-content .gravity-theme .gform-body .gform_fields .gform-field-label, .page-template-default .entry-content .gravity-theme .gform-body .gform_fields .gfield_description {
  color: #464646;
}
.page-template-default .entry-content .gravity-theme .gform-body .gform_fields .gfield_description {
  padding-top: 0;
  margin-top: 0;
}

/* your-theme-folder/assets/css/about/about.scss */
/* About Hero Section Styles */
#aboutpage_top {
  background-image: url("assets/images/about-company-hero-bg-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (min-width: 992px) {
  #aboutpage_top {
    background-image: url("assets/images/about-company-hero-bg.jpg");
  }
}
#aboutpage_top .wysiwyg p {
  margin-bottom: 2rem;
  color: #fff;
}

#who-we-are {
  background-image: url("assets/images/who-we-are-back-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (min-width: 992px) {
  #who-we-are {
    background-image: url("assets/images/who-we-are-back.jpg");
    padding: 180px 0;
  }
}
#who-we-are .wysiwyg {
  padding-bottom: 10rem;
}
@media (min-width: 992px) {
  #who-we-are .wysiwyg {
    margin-bottom: unset;
    padding-bottom: unset;
  }
}
#who-we-are .wysiwyg p {
  margin-bottom: 2rem;
}
#who-we-are .wysiwyg .who-we-are-highlight {
  color: #3D549D;
  font-size: 23px;
  line-height: 27px;
  font-weight: 500;
}
@media (min-width: 992px) {
  #who-we-are .wysiwyg .who-we-are-highlight {
    font-size: 26px;
    line-height: 30px;
  }
}

#what_we_do {
  padding: 80px 0;
  background-image: url("assets/images/custom-services-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#what_we_do .container {
  max-width: 95%;
  width: 100%;
}
@media (min-width: 1638px) {
  #what_we_do .container {
    max-width: 88%;
  }
}
@media (min-width: 992px) {
  #what_we_do .custom-blurb p {
    max-width: 572px;
  }
}
#what_we_do .services-list {
  padding-left: 0;
}
#what_we_do .services-list li {
  padding: 0.5rem 3rem 0.5rem 2.5rem;
  background: #5D6FA5;
  position: relative;
  min-height: 102px;
  max-height: unset;
  border-bottom-left-radius: 26px;
}
#what_we_do .services-list li:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  #what_we_do .services-list li {
    padding: 1.5rem 6rem;
    min-height: unset;
    height: 100%;
    max-height: 128px;
    border-bottom-left-radius: unset;
  }
  #what_we_do .services-list li::after {
    content: "";
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 44px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2244%22%20viewBox%3D%220%200%2030%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M3.35693%203L24.3569%2021.4466L3.35693%2041%22%20stroke%3D%22%23FF8446%22%20stroke-width%3D%227%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  #what_we_do .services-list li p {
    max-width: 485px;
  }
}
#what_we_do .services-list li .service-img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
}
@media (max-width: 991.98px) {
  #what_we_do .services-list li .service-img {
    top: 15%;
    max-width: 69px;
  }
}
#what_we_do .wysiwyg {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #what_we_do .wysiwyg {
    margin-bottom: 3rem;
  }
}
#what_we_do .wysiwyg p {
  color: #fff;
}

#why_clients_stay {
  padding: 80px 0;
  position: relative;
}
#why_clients_stay .wysiwyg {
  margin-bottom: 1rem;
}
#why_clients_stay .wysiwyg p {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  #why_clients_stay .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}
#why_clients_stay .second-heading {
  color: #646464;
}
#why_clients_stay .card {
  border: none;
  background-color: #5D6FA5;
  border-radius: 13px;
}
#why_clients_stay .card .card-img-top {
  height: 200px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

#lets_work {
  /* background-image: url("assets/images/lets-chat-back-mobile.png"); */
  background-image: url("assets/images/ghostImg_theCrew.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (min-width: 992px) {
  #lets_work {
    /* background-image: url("assets/images/lets-chat-back.jpg"); */
    /* background-position: center top; */
    padding: 150px 0;
  }
}
@media (max-width: 991.98px) {
  #lets_work .content {
    /* padding: 10rem 0; */
    padding: 1rem 0;
  }
}
#lets_work .wysiwyg {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #lets_work .wysiwyg {
    margin-bottom: 3rem;
  }
}
#lets_work .prompt {
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
}
@media (min-width: 992px) {
  #lets_work .prompt {
    font-size: 24px;
    line-height: 28px;
  }
}

:root { --header-offset: 80px; }          /* set to your sticky header height */
#commercial_floor_care { scroll-margin-top: var(--header-offset); }

/* Optional: account for WP admin bar if logged in */
body.admin-bar { --adminbar: 32px; }
@media (max-width: 782px) { body.admin-bar { --adminbar: 46px; } }
body.admin-bar #commercial_floor_care {
  scroll-margin-top: calc(var(--header-offset) + var(--adminbar));
}

/* Optional smooth scrolling */
html { scroll-behavior: smooth; }


/* About Hero Section Styles */
#about_top {
  background-image: url("/wp-content/uploads/heroImg_teampgREV.webp");
  background-size: cover;
  background-position: 65% center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (min-width: 992px) {
  #about_top {
    padding: 180px 0;
    background-image: url("/wp-content/uploads/heroImg_teampgREV.webp");
  }
}
#about_top .wysiwyg p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 992px) {
  #about_top .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}

#leadership-team {
  padding: 80px 0;
  /* Base styles for the leadership member card */
}
@media (max-width: 991.98px) {
  #leadership-team h2, #leadership-team .h2 {
    margin-bottom: 10rem !important;
  }
}
#leadership-team .leadership-member {
  background-color: #232E4F;
  border-radius: 8px;
  height: auto;
  padding: 30px;
}
@media (min-width: 992px) {
  #leadership-team .leadership-member {
    padding: 50px;
  }
}
#leadership-team .leadership-member:not(:last-child) {
  margin-bottom: 12rem;
}
@media (min-width: 992px) {
  #leadership-team .leadership-member:not(:last-child) {
    margin-bottom: 6rem;
  }
}
#leadership-team .leadership-member .leadership-member-image {
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#leadership-team .leadership-member .leadership-member-image img {
  position: relative;
  width: 290px;
  height: auto;
  margin-top: -10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  #leadership-team .leadership-member .leadership-member-image img {
    margin-top: -5rem;
  }
}
@media (min-width: 992px) {
  #leadership-team .leadership-member .leadership-member-image img {
    width: 410px;
  }
}
#leadership-team .leadership-member .leadership-member-image .leadership-member-name-overlay {
  position: absolute;
  bottom: 15px;
  left: 10px;
  color: white;
  padding: 8px 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #leadership-team .leadership-member .leadership-member-image .leadership-member-name-overlay {
    bottom: 30px;
  }
}
#leadership-team .leadership-member .leadership-member-image .leadership-member-name-overlay .name-text {
  background-color: #3D3D3D;
  padding: 4px 8px;
  margin-bottom: 5px;
}
#leadership-team .leadership-member .leadership-member-image .leadership-member-name-overlay .name-title {
  background-color: #3D3D3D;
  padding: 4px 8px;
}
#leadership-team .leadership-member .wysiwyg {
  margin-bottom: unset;
}
#leadership-team .leadership-member .wysiwyg p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #leadership-team .leadership-member .wysiwyg p {
    font-size: 20px;
    line-height: 24px;
  }
}
#leadership-team .leadership-member .wysiwyg .accordion .accordion-item {
  background: none;
  border: none;
}
#leadership-team .leadership-member .wysiwyg .accordion .accordion-item .accordion-button {
  background: none;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#leadership-team .leadership-member .wysiwyg .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2717%27%20height%3D%2717%27%20viewBox%3D%270%200%2017%2017%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16.25%208.1001C16.25%208.64697%2015.8203%209.0376%2015.3125%209.0376H9.0625V15.2876C9.0625%2015.8345%208.63281%2016.2642%208.125%2016.2642C7.57812%2016.2642%207.1875%2015.8345%207.1875%2015.2876V9.0376H0.9375C0.390625%209.0376%200%208.64697%200%208.13916C0%207.59229%200.390625%207.1626%200.9375%207.1626H7.1875V0.912598C7.1875%200.404785%207.57812%200.0141602%208.125%200.0141602C8.63281%200.0141602%209.0625%200.404785%209.0625%200.912598V7.1626H15.3125C15.8203%207.1626%2016.25%207.59229%2016.25%208.1001Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
  margin-left: 1rem;
}
#leadership-team .leadership-member .wysiwyg .accordion .accordion-item .accordion-body {
  padding: 0;
  padding-top: 1rem;
}
#leadership-team .leadership-member .wysiwyg .accordion .accordion-item .accordion-collapse {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#cta-section {
  background-color: #F35708;
  padding: 50px 0;
}

#field-team {
  background-image: url("assets/images/field-team-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  #field-team .wysiwyg {
    margin-bottom: 2rem;
  }
}
#field-team .wysiwyg p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 992px) {
  #field-team .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}

.page-template-page-services-overview .wysiwyg {
  margin-bottom: 2rem;
}
.page-template-page-services-overview .wysiwyg p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2rem;
  color: #646464;
}
@media (min-width: 992px) {
  .page-template-page-services-overview .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-page-services-overview .wysiwyg ul li {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .page-template-page-services-overview .wysiwyg ul li {
    font-size: 22px;
    line-height: 26px;
  }
}
.page-template-page-services-overview #top_header {
  background-image: url("assets/images/janitorial-hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 0;
}
.page-template-page-services-overview #top_header .wysiwyg {
  max-width: 650px;
}
.page-template-page-services-overview #top_header .wysiwyg p {
  margin-bottom: 2rem;
  color: #fff;
}
.page-template-page-services-overview #services_list {
  /*background-image: url('assets/images/field-team-back.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  background: #fff;
  padding: 80px 0;
  position: relative;
}
.page-template-page-services-overview #services_list .container {
  max-width: 1600px;
}
.page-template-page-services-overview #services_list .container .cta {
  min-width: unset;
  max-width: unset;
  padding: 1rem 1.5rem;
}
.page-template-page-services-overview #services_list .container .wysiwyg {
  margin-bottom: 2rem;
}
.page-template-page-services-overview #services_list .container .wysiwyg p {
  margin-bottom: 1rem;
}
.page-template-page-services-overview #services_list .container .second-heading {
  color: #fff;
}
.page-template-page-services-overview #services_list .container .card {
  border: none;
  background-color: transparent;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 992px) {
  .page-template-page-services-overview #services_list .container .card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-template-page-services-overview #services_list .container .card .card-img-top {
  border-radius: 25px;
  width: 100%;
  height: 200px;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .page-template-page-services-overview #services_list .container .card .card-img-top {
    height: 250px;
  }
}
@media (hover: hover) {
  .page-template-page-services-overview #services_list .container .card .card-img-top:hover {
    opacity: 0.5;
  }
}
.page-template-page-services-overview #services_list .container .card .card-title {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.page-template-page-services-overview #services_list .container .card .card-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: #3D549D;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
@media (hover: hover) {
  .page-template-page-services-overview #services_list .container .card .card-title:hover::after {
    width: 100%;
  }
}
.page-template-page-services-overview #services_list .container .card .wysiwyg .accordion-collapse {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.page-template-page-services-overview #team_count .cta {
  max-width: unset;
}

#section_1 {
  background-image: url("assets/images/janitorial-hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 0;
}
#section_1 .wysiwyg {
  max-width: 650px;
}
#section_1 .wysiwyg p {
  margin-bottom: 2rem;
  color: #fff;
}

#section_2 {
  position: relative;
  padding: 80px 0 50px 0;
  background-color: #fff;
}
#section_2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 25%;
  background: var(--section2-bg) center right / cover no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) {
  #section_2::after {
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
  }
}
#section_2 > * {
  position: relative;
  z-index: 2;
}
#section_2 h2, #section_2 .h2 {
  letter-spacing: -2%;
}
#section_2 .floating-info .floating-content {
  border-radius: 13px;
  background-color: #183558;
  width: 100%;
  max-width: 590px;
  height: auto;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #section_2 .floating-info .floating-content {
    margin-top: -10rem;
    padding: 3rem;
    margin-bottom: unset;
  }
}
#section_2 .floating-info .floating-content ul {
  padding-left: 2rem;
  list-style-position: outside;
  list-style: disc;
}

#section_3 {
  background-color: #F35708;
  padding: 50px 0;
}

#section_4 {
  background-image: url("assets/images/custom-services-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
#section_4 .wysiwyg {
  margin-bottom: 1rem;
}
#section_4 .wysiwyg p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 992px) {
  #section_4 .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}
#section_4 .second-heading {
  color: #646464;
}
#section_4 .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  border: none;
  background-color: #5D6FA5;
  border-radius: 13px;
}
#section_4 .card .card-img-top {
  height: auto;
  width: 143px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

#section_5 {
  padding: 100px 0;
  background-image: url("assets/images/section-5_back-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 992px) {
  #section_5 {
    background-image: url("assets/images/section-5_back.jpg");
  }
}
#section_5 .container {
  max-width: 95%;
  width: 100%;
}
@media (min-width: 1638px) {
  #section_5 .container {
    max-width: 88%;
  }
}
@media (min-width: 992px) {
  #section_5 .custom-blurb p {
    max-width: 572px;
  }
}
#section_5 .services-list {
  padding-left: 0;
}
#section_5 .services-list li {
  padding: 1rem;
  background: rgba(24, 53, 88, 0.8);
  position: relative;
  max-height: unset;
}
@media (min-width: 992px) {
  #section_5 .services-list li {
    padding: 1.5rem 2rem;
    min-height: unset;
    height: 100%;
    max-height: 128px;
  }
}
@media (min-width: 992px) {
  #section_5 .services-list li p {
    max-width: 485px;
  }
}
#section_5 .services-list li .service-img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
}
@media (max-width: 991.98px) {
  #section_5 .services-list li .service-img {
    top: 15%;
    max-width: 69px;
  }
}
#section_5 .wysiwyg p {
  color: #646464;
}

#section_6 {
  background-image: url("assets/images/field-team-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
#section_6 .wysiwyg {
  margin-bottom: 1rem;
}
#section_6 .wysiwyg p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  #section_6 .wysiwyg p {
    font-size: 22px;
    line-height: 26px;
  }
}
#section_6 .second-heading {
  color: #fff;
}
#section_6 .card {
  border: none;
  background-color: #5D6FA5;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #section_6 .card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#section_6 .card .card-img-top {
  width: 156px;
  height: 175px;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
@media (min-width: 992px) {
  #section_6 .card .card-img-top {
    width: 200px;
    height: 223px;
  }
}
#section_6 .card .card-title {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #section_6 .card .card-title {
    text-transform: capitalize;
  }
}

#section_7 {
  padding: 80px 0;
  background-color: #EDEDED;
  position: relative;
}
#section_7 .container {
  max-width: 95%;
  width: 100%;
}
@media (min-width: 1638px) {
  #section_7 .container {
    max-width: 88%;
  }
}
@media (min-width: 992px) {
  #section_7 .custom-blurb p {
    max-width: 572px;
  }
}
#section_7 .services-list {
  list-style: none;
}
#section_7 .services-list li {
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  background: #5D6FA5;
  position: relative;
  min-height: unset;
  max-height: unset;
  border-bottom-left-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #section_7 .services-list li {
    padding: 1.5rem 6rem;
    min-height: 128px;
    height: 100%;
    max-height: 128px;
    border-bottom-left-radius: unset;
    /*&::after {
      content: "";
      position: absolute;
      right: 10%;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 44px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2244%22%20viewBox%3D%220%200%2030%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M3.35693%203L24.3569%2021.4466L3.35693%2041%22%20stroke%3D%22%23FF8446%22%20stroke-width%3D%227%22/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none;
    }*/
  }
}
@media (min-width: 992px) {
  #section_7 .services-list li p {
    /*max-width: 485px;*/
  }
}
#section_7 .services-list li .service-img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  border-radius: 50%;
  max-width: 143px;
}
@media (max-width: 991.98px) {
  #section_7 .services-list li .service-img {
    top: 15%;
    max-width: 69px;
  }
}
#section_7 .wysiwyg p {
  color: #646464;
}

#section_8 {
  /* background-image: url("assets/images/janitorial-chatplan-back-mobile.jpg"); */
  background-image: var(--section8-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (min-width: 992px) {
  #section_8 {
    /* background-image: url("assets/images/janitorial-chatplan-back.jpg"); */
    /* background-position: center top; */
    padding: 150px 0;
  }
}
@media (max-width: 991.98px) {
  #section_8 .content {
    padding: 1.3rem 0;
  }
}
#section_8 .prompt {
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
}
@media (min-width: 992px) {
  #section_8 .prompt {
    font-size: 24px;
    line-height: 28px;
  }
}

/*@import "../scss/components/nav-burger";*/
/*@import "layout/grid";
@import "layout/footer";
@import "layout/header";
@import "layout/nav";
@import "layout/mobile-submenu";

@import "components/card";

@import "components/our-leadership";*/
/*@import "home/home";
@import "pages/legal";
@import "pages/broadfield-uk";
@import "pages/careers";
@import "pages/services";

@import "pages/team";

@import "pages/payinvoice";
@import "pages/single";
@import "insights/insights";*/


textarea{
  color:#000;
}

.voodoo-ranger{
padding-right: 20px;
  color: white;
  font-weight:400;
}

.bungus{
  display:block;
}
@media print, screen and (min-width:64em){
  .bungus{
    display:none;
  }
  .voodoo-ranger{
    padding-right: 0px;
  padding-left: 20px;
  color: white;
  font-weight:400;
}
}

.gform_confirmation_message_1.gform_confirmation_message{
      color: #3D549D;

}

.footer-container .footer-logo{
  z-index: 10;
}

footer {
  content-visibility: visible !important;
}