/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --theme-white: #fff;
  --theme-gray: #6c757d;
  --theme-gray-dark: #343a40;
  --theme-primary: #003e91;
  --theme-secondary: #6c757d;
  --theme-success: #16a54f;
  --theme-info: #0dcaf0;
  --theme-warning: #ffc107;
  --theme-danger: #f04032;
  --theme-light: #fbfbfb;
  --theme-dark: #212529;
  --theme-primary-rgb: 0, 62, 145;
  --theme-secondary-rgb: 108, 117, 125;
  --theme-success-rgb: 22, 165, 79;
  --theme-info-rgb: 13, 202, 240;
  --theme-warning-rgb: 255, 193, 7;
  --theme-danger-rgb: 240, 64, 50;
  --theme-light-rgb: 251, 251, 251;
  --theme-dark-rgb: 33, 37, 41;
  --theme-white-rgb: 255, 255, 255;
  --theme-black-rgb: 0, 0, 0;
  --theme-body-color-rgb: 0, 62, 145;
  --theme-body-bg-rgb: 255, 255, 255;
  --theme-font-sans-serif: "manrope", sans-serif;
  --theme-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --theme-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --theme-root-font-size: 14px;
  --theme-body-font-family: var(--theme-font-sans-serif);
  --theme-body-font-size: 1rem;
  --theme-body-font-weight: 400;
  --theme-body-line-height: 1.7;
  --theme-body-color: #003e91;
  --theme-body-bg: #fff;
}

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

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

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

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

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

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

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

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

h3, .h3 {
  font-size: 1.4285714286rem;
}

h4, .h4 {
  font-size: 1.2857142857rem;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #003e91;
  text-decoration: underline;
}
a:hover {
  color: #003274;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead, .is-style-lead {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.2500000005rem;
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.25rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  --theme-gutter-x: 0;
}

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

.g-half,
.gx-half {
  --theme-gutter-x: 0.5rem;
}

.g-half,
.gy-half {
  --theme-gutter-y: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    --theme-gutter-x: 0;
  }

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

  .g-sm-half,
.gx-sm-half {
    --theme-gutter-x: 0.5rem;
  }

  .g-sm-half,
.gy-sm-half {
    --theme-gutter-y: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    --theme-gutter-x: 0;
  }

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

  .g-md-half,
.gx-md-half {
    --theme-gutter-x: 0.5rem;
  }

  .g-md-half,
.gy-md-half {
    --theme-gutter-y: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    --theme-gutter-x: 0;
  }

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

  .g-lg-half,
.gx-lg-half {
    --theme-gutter-x: 0.5rem;
  }

  .g-lg-half,
.gy-lg-half {
    --theme-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-lg-large,
.gy-lg-large {
    --theme-gutter-y: 4rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    --theme-gutter-x: 0;
  }

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

  .g-xl-half,
.gx-xl-half {
    --theme-gutter-x: 0.5rem;
  }

  .g-xl-half,
.gy-xl-half {
    --theme-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-xl-large,
.gy-xl-large {
    --theme-gutter-y: 4rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    --theme-gutter-x: 0;
  }

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

  .g-xxl-half,
.gx-xxl-half {
    --theme-gutter-x: 0.5rem;
  }

  .g-xxl-half,
.gy-xxl-half {
    --theme-gutter-y: 0.5rem;
  }

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

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

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

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

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

  .g-xxl-large,
.gy-xxl-large {
    --theme-gutter-y: 4rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

  .row-cols-xxxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }

  .row-cols-xxxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .row-cols-xxxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }

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

  .row-cols-xxxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }

  .row-cols-xxxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    --theme-gutter-x: 0;
  }

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

  .g-xxxl-half,
.gx-xxxl-half {
    --theme-gutter-x: 0.5rem;
  }

  .g-xxxl-half,
.gy-xxxl-half {
    --theme-gutter-y: 0.5rem;
  }

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

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

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

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

  .g-xxxl-large,
.gx-xxxl-large {
    --theme-gutter-x: 4rem;
  }

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

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

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

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

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

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

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

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

.table-primary {
  --theme-table-bg: #ccd8e9;
  --theme-table-striped-bg: #c2cddd;
  --theme-table-striped-color: #000;
  --theme-table-active-bg: #b8c2d2;
  --theme-table-active-color: #000;
  --theme-table-hover-bg: #bdc8d8;
  --theme-table-hover-color: #000;
  color: #000;
  border-color: #b8c2d2;
}

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

.table-success {
  --theme-table-bg: #d0eddc;
  --theme-table-striped-bg: #c6e1d1;
  --theme-table-striped-color: #000;
  --theme-table-active-bg: #bbd5c6;
  --theme-table-active-color: #000;
  --theme-table-hover-bg: #c0dbcc;
  --theme-table-hover-color: #000;
  color: #000;
  border-color: #bbd5c6;
}

.table-info {
  --theme-table-bg: #cff4fc;
  --theme-table-striped-bg: #c5e8ef;
  --theme-table-striped-color: #000;
  --theme-table-active-bg: #badce3;
  --theme-table-active-color: #000;
  --theme-table-hover-bg: #bfe2e9;
  --theme-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --theme-table-bg: #fff3cd;
  --theme-table-striped-bg: #f2e7c3;
  --theme-table-striped-color: #000;
  --theme-table-active-bg: #e6dbb9;
  --theme-table-active-color: #000;
  --theme-table-hover-bg: #ece1be;
  --theme-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --theme-table-bg: #fcd9d6;
  --theme-table-striped-bg: #efcecb;
  --theme-table-striped-color: #000;
  --theme-table-active-bg: #e3c3c1;
  --theme-table-active-color: #000;
  --theme-table-hover-bg: #e9c9c6;
  --theme-table-hover-color: #000;
  color: #000;
  border-color: #e3c3c1;
}

.table-light {
  --theme-table-bg: #fbfbfb;
  --theme-table-striped-bg: #eeeeee;
  --theme-table-striped-color: #000;
  --theme-table-active-bg: #e2e2e2;
  --theme-table-active-color: #000;
  --theme-table-hover-bg: #e8e8e8;
  --theme-table-hover-color: #000;
  color: #000;
  border-color: #e2e2e2;
}

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1919.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 + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.4357142858rem + 0.0750000006vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.5rem;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  font-size: 1.0000000004rem;
  font-weight: 400;
  line-height: 1.7;
  color: #003e91;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .form-control {
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #003e91;
  background-color: #fff;
  border-color: #809fc8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 145, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.7em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
[dir="ltr"] .form-control::file-selector-button{
  margin-right: 1.5rem;
}
[dir="rtl"] .form-control::file-selector-button{
  margin-left: 1.5rem;
}
[dir="ltr"] .form-control::file-selector-button{
  border-right-width: 1px;
}
[dir="rtl"] .form-control::file-selector-button{
  border-left-width: 1px;
}
.form-control::file-selector-button {
  padding: 0.375rem 1.5rem;
  margin: -0.375rem -1.5rem;
  color: #003e91;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
[dir="ltr"] .form-control::-webkit-file-upload-button{
  margin-right: 1.5rem;
}
[dir="rtl"] .form-control::-webkit-file-upload-button{
  margin-left: 1.5rem;
}
[dir="ltr"] .form-control::-webkit-file-upload-button{
  border-right-width: 1px;
}
[dir="rtl"] .form-control::-webkit-file-upload-button{
  border-left-width: 1px;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 1.5rem;
  margin: -0.375rem -1.5rem;
  color: #003e91;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.7em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8750000004rem;
  border-radius: 0.2rem;
}
@media (min-width: 1200px) {
  .form-control-sm {
    font-size: 0.875rem;
  }
}
[dir="ltr"] .form-control-sm::file-selector-button{
  margin-right: 0.5rem;
}
[dir="rtl"] .form-control-sm::file-selector-button{
  margin-left: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
}
[dir="ltr"] .form-control-sm::-webkit-file-upload-button{
  margin-right: 0.5rem;
}
[dir="rtl"] .form-control-sm::-webkit-file-upload-button{
  margin-left: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
}

.form-control-lg {
  min-height: calc(1.7em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.4357142858rem + 0.0750000006vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.5rem;
  }
}
[dir="ltr"] .form-control-lg::file-selector-button{
  margin-right: 1rem;
}
[dir="rtl"] .form-control-lg::file-selector-button{
  margin-left: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
}
[dir="ltr"] .form-control-lg::-webkit-file-upload-button{
  margin-right: 1rem;
}
[dir="rtl"] .form-control-lg::-webkit-file-upload-button{
  margin-left: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
}

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 4.5rem 0.375rem 1.5rem;
  -moz-padding-start: calc(1.5rem - 3px);
  font-size: 1.0000000004rem;
  font-weight: 400;
  line-height: 1.7;
  color: #003e91;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (min-width: 1200px) {
  .form-select {
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #809fc8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 145, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.5rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #003e91;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8750000004rem;
  border-radius: 0.2rem;
}
@media (min-width: 1200px) {
  .form-select-sm {
    font-size: 0.875rem;
  }
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.4357142858rem + 0.0750000006vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 62, 145, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 62, 145, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #003e91;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3c5de;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #003e91;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3c5de;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.5rem;
  font-size: 1.0000000004rem;
  font-weight: 400;
  line-height: 1.7;
  color: #003e91;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  .input-group-text {
    font-size: 1rem;
  }
}

.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: calc(1.4357142858rem + 0.0750000006vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    font-size: 1.5rem;
  }
}

.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.8750000004rem;
  border-radius: 0.2rem;
}
@media (min-width: 1200px) {
  .input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    font-size: 0.875rem;
  }
}

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

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

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

.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.8750000004rem;
  color: #fff;
  background-color: rgba(22, 165, 79, 0.9);
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  .valid-tooltip {
    font-size: 0.875rem;
  }
}

.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: #16a54f;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #16a54f;
  box-shadow: 0 0 0 0.25rem rgba(22, 165, 79, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #16a54f;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #16a54f;
  box-shadow: 0 0 0 0.25rem rgba(22, 165, 79, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #16a54f;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #16a54f;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 165, 79, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #16a54f;
}

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

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

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

.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.8750000004rem;
  color: #fff;
  background-color: rgba(240, 64, 50, 0.9);
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  .invalid-tooltip {
    font-size: 0.875rem;
  }
}

.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: #f04032;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f04032;
  box-shadow: 0 0 0 0.25rem rgba(240, 64, 50, 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #f04032;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #f04032;
  box-shadow: 0 0 0 0.25rem rgba(240, 64, 50, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #f04032;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #f04032;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 64, 50, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f04032;
}

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

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

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

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

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

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.7;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--theme-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-square {
  --theme-aspect-ratio: 100%;
}

.ratio-wide {
  --theme-aspect-ratio: 75%;
}

.ratio-widest {
  --theme-aspect-ratio: 66.6666666667%;
}

.ratio-tall {
  --theme-aspect-ratio: 133.3333333333%;
}

.ratio-video {
  --theme-aspect-ratio: 56.25%;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.float-none {
  float: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #003e91 !important;
}

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

.border-success {
  border-color: #16a54f !important;
}

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

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

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

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

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

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-half {
  gap: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-half {
  padding: 0.5rem !important;
}

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-half {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-large {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-half {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-large {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-half {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-large {
  padding-top: 4rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-half {
  padding-right: 0.5rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-large {
  padding-right: 4rem !important;
}

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

.pb-half {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-large {
  padding-bottom: 4rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-half {
  padding-left: 0.5rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-large {
  padding-left: 4rem !important;
}

.font-monospace {
  font-family: var(--theme-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.5357142857rem + 1.125vw) !important;
}

.fs-2 {
  font-size: calc(1.4571428571rem + 0.3vw) !important;
}

.fs-3 {
  font-size: 1.4285714286rem !important;
}

.fs-4 {
  font-size: 1.2857142857rem !important;
}

.fs-5 {
  font-size: 1.1428571429rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.7 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-primary-rgb), var(--theme-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

.text-body {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-body-color-rgb), var(--theme-text-opacity)) !important;
}

.text-muted {
  --theme-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --theme-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --theme-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --theme-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --theme-text-opacity: 0.25;
}

.text-opacity-50 {
  --theme-text-opacity: 0.5;
}

.text-opacity-75 {
  --theme-text-opacity: 0.75;
}

.text-opacity-100 {
  --theme-text-opacity: 1;
}

.bg-primary {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-primary-rgb), var(--theme-bg-opacity)) !important;
}

.bg-secondary {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-secondary-rgb), var(--theme-bg-opacity)) !important;
}

.bg-success {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-success-rgb), var(--theme-bg-opacity)) !important;
}

.bg-info {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-info-rgb), var(--theme-bg-opacity)) !important;
}

.bg-warning {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-warning-rgb), var(--theme-bg-opacity)) !important;
}

.bg-danger {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-danger-rgb), var(--theme-bg-opacity)) !important;
}

.bg-light {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-light-rgb), var(--theme-bg-opacity)) !important;
}

.bg-dark {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-dark-rgb), var(--theme-bg-opacity)) !important;
}

.bg-black {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-black-rgb), var(--theme-bg-opacity)) !important;
}

.bg-white {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-white-rgb), var(--theme-bg-opacity)) !important;
}

.bg-body {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-body-bg-rgb), var(--theme-bg-opacity)) !important;
}

.bg-transparent {
  --theme-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --theme-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --theme-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --theme-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --theme-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --theme-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--theme-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-half {
    gap: 0.5rem !important;
  }

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

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

  .gap-sm-large {
    gap: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-half {
    padding: 0.5rem !important;
  }

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-half {
    padding-top: 0.5rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-large {
    padding-top: 4rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-half {
    padding-right: 0.5rem !important;
  }

  .pe-sm-1 {
    padding-right: 1rem !important;
  }

  .pe-sm-2 {
    padding-right: 2rem !important;
  }

  .pe-sm-large {
    padding-right: 4rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-large {
    padding-bottom: 4rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-half {
    padding-left: 0.5rem !important;
  }

  .ps-sm-1 {
    padding-left: 1rem !important;
  }

  .ps-sm-2 {
    padding-left: 2rem !important;
  }

  .ps-sm-large {
    padding-left: 4rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-half {
    gap: 0.5rem !important;
  }

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

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

  .gap-md-large {
    gap: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-half {
    padding: 0.5rem !important;
  }

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-half {
    padding-top: 0.5rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-large {
    padding-top: 4rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-half {
    padding-right: 0.5rem !important;
  }

  .pe-md-1 {
    padding-right: 1rem !important;
  }

  .pe-md-2 {
    padding-right: 2rem !important;
  }

  .pe-md-large {
    padding-right: 4rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-large {
    padding-bottom: 4rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-half {
    padding-left: 0.5rem !important;
  }

  .ps-md-1 {
    padding-left: 1rem !important;
  }

  .ps-md-2 {
    padding-left: 2rem !important;
  }

  .ps-md-large {
    padding-left: 4rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-half {
    gap: 0.5rem !important;
  }

  .gap-lg-1 {
    gap: 1rem !important;
  }

  .gap-lg-2 {
    gap: 2rem !important;
  }

  .gap-lg-large {
    gap: 4rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-half {
    margin: 0.5rem !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .m-lg-large {
    margin: 4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-half {
    margin-top: 0.5rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-large {
    margin-top: 4rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-half {
    margin-right: 0.5rem !important;
  }

  .me-lg-1 {
    margin-right: 1rem !important;
  }

  .me-lg-2 {
    margin-right: 2rem !important;
  }

  .me-lg-large {
    margin-right: 4rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-large {
    margin-bottom: 4rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-half {
    margin-left: 0.5rem !important;
  }

  .ms-lg-1 {
    margin-left: 1rem !important;
  }

  .ms-lg-2 {
    margin-left: 2rem !important;
  }

  .ms-lg-large {
    margin-left: 4rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-nhalf {
    margin: -0.5rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .m-lg-n2 {
    margin: -2rem !important;
  }

  .m-lg-nlarge {
    margin: -4rem !important;
  }

  .mx-lg-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-lg-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-lg-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n1 {
    margin-top: -1rem !important;
  }

  .mt-lg-n2 {
    margin-top: -2rem !important;
  }

  .mt-lg-nlarge {
    margin-top: -4rem !important;
  }

  .me-lg-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-lg-n1 {
    margin-right: -1rem !important;
  }

  .me-lg-n2 {
    margin-right: -2rem !important;
  }

  .me-lg-nlarge {
    margin-right: -4rem !important;
  }

  .mb-lg-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-lg-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n1 {
    margin-left: -1rem !important;
  }

  .ms-lg-n2 {
    margin-left: -2rem !important;
  }

  .ms-lg-nlarge {
    margin-left: -4rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-half {
    padding: 0.5rem !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .p-lg-large {
    padding: 4rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-half {
    padding-top: 0.5rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-large {
    padding-top: 4rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-half {
    padding-right: 0.5rem !important;
  }

  .pe-lg-1 {
    padding-right: 1rem !important;
  }

  .pe-lg-2 {
    padding-right: 2rem !important;
  }

  .pe-lg-large {
    padding-right: 4rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-large {
    padding-bottom: 4rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-half {
    padding-left: 0.5rem !important;
  }

  .ps-lg-1 {
    padding-left: 1rem !important;
  }

  .ps-lg-2 {
    padding-left: 2rem !important;
  }

  .ps-lg-large {
    padding-left: 4rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-half {
    gap: 0.5rem !important;
  }

  .gap-xl-1 {
    gap: 1rem !important;
  }

  .gap-xl-2 {
    gap: 2rem !important;
  }

  .gap-xl-large {
    gap: 4rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-half {
    margin: 0.5rem !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .m-xl-large {
    margin: 4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-half {
    margin-top: 0.5rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-large {
    margin-top: 4rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-half {
    margin-right: 0.5rem !important;
  }

  .me-xl-1 {
    margin-right: 1rem !important;
  }

  .me-xl-2 {
    margin-right: 2rem !important;
  }

  .me-xl-large {
    margin-right: 4rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-large {
    margin-bottom: 4rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-half {
    margin-left: 0.5rem !important;
  }

  .ms-xl-1 {
    margin-left: 1rem !important;
  }

  .ms-xl-2 {
    margin-left: 2rem !important;
  }

  .ms-xl-large {
    margin-left: 4rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-nhalf {
    margin: -0.5rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .m-xl-nlarge {
    margin: -4rem !important;
  }

  .mx-xl-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xl-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xl-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xl-nlarge {
    margin-top: -4rem !important;
  }

  .me-xl-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-xl-n1 {
    margin-right: -1rem !important;
  }

  .me-xl-n2 {
    margin-right: -2rem !important;
  }

  .me-xl-nlarge {
    margin-right: -4rem !important;
  }

  .mb-xl-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-xl-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xl-nlarge {
    margin-left: -4rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-half {
    padding: 0.5rem !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .p-xl-large {
    padding: 4rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-half {
    padding-top: 0.5rem !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-large {
    padding-top: 4rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-half {
    padding-right: 0.5rem !important;
  }

  .pe-xl-1 {
    padding-right: 1rem !important;
  }

  .pe-xl-2 {
    padding-right: 2rem !important;
  }

  .pe-xl-large {
    padding-right: 4rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-large {
    padding-bottom: 4rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-half {
    padding-left: 0.5rem !important;
  }

  .ps-xl-1 {
    padding-left: 1rem !important;
  }

  .ps-xl-2 {
    padding-left: 2rem !important;
  }

  .ps-xl-large {
    padding-left: 4rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-half {
    gap: 0.5rem !important;
  }

  .gap-xxl-1 {
    gap: 1rem !important;
  }

  .gap-xxl-2 {
    gap: 2rem !important;
  }

  .gap-xxl-large {
    gap: 4rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-half {
    margin: 0.5rem !important;
  }

  .m-xxl-1 {
    margin: 1rem !important;
  }

  .m-xxl-2 {
    margin: 2rem !important;
  }

  .m-xxl-large {
    margin: 4rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-half {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-large {
    margin-top: 4rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-half {
    margin-right: 0.5rem !important;
  }

  .me-xxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxl-large {
    margin-right: 4rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-large {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-half {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxl-large {
    margin-left: 4rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-nhalf {
    margin: -0.5rem !important;
  }

  .m-xxl-n1 {
    margin: -1rem !important;
  }

  .m-xxl-n2 {
    margin: -2rem !important;
  }

  .m-xxl-nlarge {
    margin: -4rem !important;
  }

  .mx-xxl-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxl-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxl-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xxl-nlarge {
    margin-top: -4rem !important;
  }

  .me-xxl-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n1 {
    margin-right: -1rem !important;
  }

  .me-xxl-n2 {
    margin-right: -2rem !important;
  }

  .me-xxl-nlarge {
    margin-right: -4rem !important;
  }

  .mb-xxl-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-xxl-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xxl-nlarge {
    margin-left: -4rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-half {
    padding: 0.5rem !important;
  }

  .p-xxl-1 {
    padding: 1rem !important;
  }

  .p-xxl-2 {
    padding: 2rem !important;
  }

  .p-xxl-large {
    padding: 4rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-half {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxl-large {
    padding-top: 4rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-half {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxl-large {
    padding-right: 4rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-large {
    padding-bottom: 4rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-half {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxl-large {
    padding-left: 4rem !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: 1920px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: 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: 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: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-half {
    gap: 0.5rem !important;
  }

  .gap-xxxl-1 {
    gap: 1rem !important;
  }

  .gap-xxxl-2 {
    gap: 2rem !important;
  }

  .gap-xxxl-large {
    gap: 4rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-half {
    margin: 0.5rem !important;
  }

  .m-xxxl-1 {
    margin: 1rem !important;
  }

  .m-xxxl-2 {
    margin: 2rem !important;
  }

  .m-xxxl-large {
    margin: 4rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxxl-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxl-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-half {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxxl-large {
    margin-top: 4rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-half {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxxl-large {
    margin-right: 4rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxl-large {
    margin-bottom: 4rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-half {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxxl-large {
    margin-left: 4rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxl-nhalf {
    margin: -0.5rem !important;
  }

  .m-xxxl-n1 {
    margin: -1rem !important;
  }

  .m-xxxl-n2 {
    margin: -2rem !important;
  }

  .m-xxxl-nlarge {
    margin: -4rem !important;
  }

  .mx-xxxl-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxxl-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxxl-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxxl-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxxl-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-xxxl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xxxl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xxxl-nlarge {
    margin-top: -4rem !important;
  }

  .me-xxxl-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-xxxl-n1 {
    margin-right: -1rem !important;
  }

  .me-xxxl-n2 {
    margin-right: -2rem !important;
  }

  .me-xxxl-nlarge {
    margin-right: -4rem !important;
  }

  .mb-xxxl-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xxxl-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-xxxl-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-xxxl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xxxl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xxxl-nlarge {
    margin-left: -4rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-half {
    padding: 0.5rem !important;
  }

  .p-xxxl-1 {
    padding: 1rem !important;
  }

  .p-xxxl-2 {
    padding: 2rem !important;
  }

  .p-xxxl-large {
    padding: 4rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxxl-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxl-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-half {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxxl-large {
    padding-top: 4rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-half {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxxl-large {
    padding-right: 4rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxl-large {
    padding-bottom: 4rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-half {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxxl-large {
    padding-left: 4rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #003e91 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #16a54f !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #f04032 !important;
}

.border-light {
  border-color: #fbfbfb !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-half {
  gap: 0.5rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-large {
  gap: 4rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-half {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-large {
  margin: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-half {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-large {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-half {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-large {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-half {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-large {
  margin-top: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-half {
  margin-right: 0.5rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-large {
  margin-right: 4rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-half {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-large {
  margin-bottom: 4rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-half {
  margin-left: 0.5rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-large {
  margin-left: 4rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-nhalf {
  margin: -0.5rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.m-nlarge {
  margin: -4rem !important;
}

.mx-nhalf {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n1 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n2 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-nlarge {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.my-nhalf {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n1 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n2 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-nlarge {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.mt-nhalf {
  margin-top: -0.5rem !important;
}

.mt-n1 {
  margin-top: -1rem !important;
}

.mt-n2 {
  margin-top: -2rem !important;
}

.mt-nlarge {
  margin-top: -4rem !important;
}

.me-nhalf {
  margin-right: -0.5rem !important;
}

.me-n1 {
  margin-right: -1rem !important;
}

.me-n2 {
  margin-right: -2rem !important;
}

.me-nlarge {
  margin-right: -4rem !important;
}

.mb-nhalf {
  margin-bottom: -0.5rem !important;
}

.mb-n1 {
  margin-bottom: -1rem !important;
}

.mb-n2 {
  margin-bottom: -2rem !important;
}

.mb-nlarge {
  margin-bottom: -4rem !important;
}

.ms-nhalf {
  margin-left: -0.5rem !important;
}

.ms-n1 {
  margin-left: -1rem !important;
}

.ms-n2 {
  margin-left: -2rem !important;
}

.ms-nlarge {
  margin-left: -4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-half {
  padding: 0.5rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-large {
  padding: 4rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-half {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-large {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-half {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-large {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-half {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-large {
  padding-top: 4rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-half {
  padding-right: 0.5rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-large {
  padding-right: 4rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-half {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-large {
  padding-bottom: 4rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-half {
  padding-left: 0.5rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-large {
  padding-left: 4rem !important;
}

.font-monospace {
  font-family: var(--theme-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.5357142857rem + 1.125vw) !important;
}

.fs-2 {
  font-size: calc(1.4571428571rem + 0.3vw) !important;
}

.fs-3 {
  font-size: 1.4285714286rem !important;
}

.fs-4 {
  font-size: 1.2857142857rem !important;
}

.fs-5 {
  font-size: 1.1428571429rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.7 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-primary-rgb), var(--theme-text-opacity)) !important;
}

.text-secondary {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-secondary-rgb), var(--theme-text-opacity)) !important;
}

.text-success {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-success-rgb), var(--theme-text-opacity)) !important;
}

.text-info {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-info-rgb), var(--theme-text-opacity)) !important;
}

.text-warning {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-warning-rgb), var(--theme-text-opacity)) !important;
}

.text-danger {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-danger-rgb), var(--theme-text-opacity)) !important;
}

.text-light {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-light-rgb), var(--theme-text-opacity)) !important;
}

.text-dark {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-dark-rgb), var(--theme-text-opacity)) !important;
}

.text-black {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-black-rgb), var(--theme-text-opacity)) !important;
}

.text-white {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-white-rgb), var(--theme-text-opacity)) !important;
}

.text-body {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-body-color-rgb), var(--theme-text-opacity)) !important;
}

.text-muted {
  --theme-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --theme-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --theme-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --theme-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --theme-text-opacity: 0.25;
}

.text-opacity-50 {
  --theme-text-opacity: 0.5;
}

.text-opacity-75 {
  --theme-text-opacity: 0.75;
}

.text-opacity-100 {
  --theme-text-opacity: 1;
}

.bg-primary {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-primary-rgb), var(--theme-bg-opacity)) !important;
}

.bg-secondary {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-secondary-rgb), var(--theme-bg-opacity)) !important;
}

.bg-success {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-success-rgb), var(--theme-bg-opacity)) !important;
}

.bg-info {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-info-rgb), var(--theme-bg-opacity)) !important;
}

.bg-warning {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-warning-rgb), var(--theme-bg-opacity)) !important;
}

.bg-danger {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-danger-rgb), var(--theme-bg-opacity)) !important;
}

.bg-light {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-light-rgb), var(--theme-bg-opacity)) !important;
}

.bg-dark {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-dark-rgb), var(--theme-bg-opacity)) !important;
}

.bg-black {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-black-rgb), var(--theme-bg-opacity)) !important;
}

.bg-white {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-white-rgb), var(--theme-bg-opacity)) !important;
}

.bg-body {
  --theme-bg-opacity: 1;
  background-color: rgba(var(--theme-body-bg-rgb), var(--theme-bg-opacity)) !important;
}

.bg-transparent {
  --theme-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --theme-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --theme-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --theme-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --theme-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --theme-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--theme-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-half {
    gap: 0.5rem !important;
  }

  .gap-sm-1 {
    gap: 1rem !important;
  }

  .gap-sm-2 {
    gap: 2rem !important;
  }

  .gap-sm-large {
    gap: 4rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-half {
    margin: 0.5rem !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .m-sm-large {
    margin: 4rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-half {
    margin-top: 0.5rem !important;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mt-sm-2 {
    margin-top: 2rem !important;
  }

  .mt-sm-large {
    margin-top: 4rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-half {
    margin-right: 0.5rem !important;
  }

  .me-sm-1 {
    margin-right: 1rem !important;
  }

  .me-sm-2 {
    margin-right: 2rem !important;
  }

  .me-sm-large {
    margin-right: 4rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-large {
    margin-bottom: 4rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-half {
    margin-left: 0.5rem !important;
  }

  .ms-sm-1 {
    margin-left: 1rem !important;
  }

  .ms-sm-2 {
    margin-left: 2rem !important;
  }

  .ms-sm-large {
    margin-left: 4rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-nhalf {
    margin: -0.5rem !important;
  }

  .m-sm-n1 {
    margin: -1rem !important;
  }

  .m-sm-n2 {
    margin: -2rem !important;
  }

  .m-sm-nlarge {
    margin: -4rem !important;
  }

  .mx-sm-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-sm-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-sm-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n1 {
    margin-top: -1rem !important;
  }

  .mt-sm-n2 {
    margin-top: -2rem !important;
  }

  .mt-sm-nlarge {
    margin-top: -4rem !important;
  }

  .me-sm-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-sm-n1 {
    margin-right: -1rem !important;
  }

  .me-sm-n2 {
    margin-right: -2rem !important;
  }

  .me-sm-nlarge {
    margin-right: -4rem !important;
  }

  .mb-sm-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-sm-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n1 {
    margin-left: -1rem !important;
  }

  .ms-sm-n2 {
    margin-left: -2rem !important;
  }

  .ms-sm-nlarge {
    margin-left: -4rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-half {
    padding: 0.5rem !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .p-sm-large {
    padding: 4rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-half {
    padding-top: 0.5rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pt-sm-large {
    padding-top: 4rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-half {
    padding-right: 0.5rem !important;
  }

  .pe-sm-1 {
    padding-right: 1rem !important;
  }

  .pe-sm-2 {
    padding-right: 2rem !important;
  }

  .pe-sm-large {
    padding-right: 4rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-large {
    padding-bottom: 4rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-half {
    padding-left: 0.5rem !important;
  }

  .ps-sm-1 {
    padding-left: 1rem !important;
  }

  .ps-sm-2 {
    padding-left: 2rem !important;
  }

  .ps-sm-large {
    padding-left: 4rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-half {
    gap: 0.5rem !important;
  }

  .gap-md-1 {
    gap: 1rem !important;
  }

  .gap-md-2 {
    gap: 2rem !important;
  }

  .gap-md-large {
    gap: 4rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-half {
    margin: 0.5rem !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .m-md-large {
    margin: 4rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-half {
    margin-top: 0.5rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-large {
    margin-top: 4rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-half {
    margin-right: 0.5rem !important;
  }

  .me-md-1 {
    margin-right: 1rem !important;
  }

  .me-md-2 {
    margin-right: 2rem !important;
  }

  .me-md-large {
    margin-right: 4rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-large {
    margin-bottom: 4rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-half {
    margin-left: 0.5rem !important;
  }

  .ms-md-1 {
    margin-left: 1rem !important;
  }

  .ms-md-2 {
    margin-left: 2rem !important;
  }

  .ms-md-large {
    margin-left: 4rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-nhalf {
    margin: -0.5rem !important;
  }

  .m-md-n1 {
    margin: -1rem !important;
  }

  .m-md-n2 {
    margin: -2rem !important;
  }

  .m-md-nlarge {
    margin: -4rem !important;
  }

  .mx-md-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-md-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-md-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-md-n1 {
    margin-top: -1rem !important;
  }

  .mt-md-n2 {
    margin-top: -2rem !important;
  }

  .mt-md-nlarge {
    margin-top: -4rem !important;
  }

  .me-md-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-md-n1 {
    margin-right: -1rem !important;
  }

  .me-md-n2 {
    margin-right: -2rem !important;
  }

  .me-md-nlarge {
    margin-right: -4rem !important;
  }

  .mb-md-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-md-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-md-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-md-n1 {
    margin-left: -1rem !important;
  }

  .ms-md-n2 {
    margin-left: -2rem !important;
  }

  .ms-md-nlarge {
    margin-left: -4rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-half {
    padding: 0.5rem !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .p-md-large {
    padding: 4rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-half {
    padding-top: 0.5rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-large {
    padding-top: 4rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-half {
    padding-right: 0.5rem !important;
  }

  .pe-md-1 {
    padding-right: 1rem !important;
  }

  .pe-md-2 {
    padding-right: 2rem !important;
  }

  .pe-md-large {
    padding-right: 4rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-large {
    padding-bottom: 4rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-half {
    padding-left: 0.5rem !important;
  }

  .ps-md-1 {
    padding-left: 1rem !important;
  }

  .ps-md-2 {
    padding-left: 2rem !important;
  }

  .ps-md-large {
    padding-left: 4rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-half {
    gap: 0.5rem !important;
  }

  .gap-lg-1 {
    gap: 1rem !important;
  }

  .gap-lg-2 {
    gap: 2rem !important;
  }

  .gap-lg-large {
    gap: 4rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-half {
    margin: 0.5rem !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .m-lg-large {
    margin: 4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-half {
    margin-top: 0.5rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-large {
    margin-top: 4rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-half {
    margin-right: 0.5rem !important;
  }

  .me-lg-1 {
    margin-right: 1rem !important;
  }

  .me-lg-2 {
    margin-right: 2rem !important;
  }

  .me-lg-large {
    margin-right: 4rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-large {
    margin-bottom: 4rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-half {
    margin-left: 0.5rem !important;
  }

  .ms-lg-1 {
    margin-left: 1rem !important;
  }

  .ms-lg-2 {
    margin-left: 2rem !important;
  }

  .ms-lg-large {
    margin-left: 4rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-nhalf {
    margin: -0.5rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .m-lg-n2 {
    margin: -2rem !important;
  }

  .m-lg-nlarge {
    margin: -4rem !important;
  }

  .mx-lg-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-lg-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-lg-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n1 {
    margin-top: -1rem !important;
  }

  .mt-lg-n2 {
    margin-top: -2rem !important;
  }

  .mt-lg-nlarge {
    margin-top: -4rem !important;
  }

  .me-lg-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-lg-n1 {
    margin-right: -1rem !important;
  }

  .me-lg-n2 {
    margin-right: -2rem !important;
  }

  .me-lg-nlarge {
    margin-right: -4rem !important;
  }

  .mb-lg-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-lg-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n1 {
    margin-left: -1rem !important;
  }

  .ms-lg-n2 {
    margin-left: -2rem !important;
  }

  .ms-lg-nlarge {
    margin-left: -4rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-half {
    padding: 0.5rem !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .p-lg-large {
    padding: 4rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-half {
    padding-top: 0.5rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-large {
    padding-top: 4rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-half {
    padding-right: 0.5rem !important;
  }

  .pe-lg-1 {
    padding-right: 1rem !important;
  }

  .pe-lg-2 {
    padding-right: 2rem !important;
  }

  .pe-lg-large {
    padding-right: 4rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-large {
    padding-bottom: 4rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-half {
    padding-left: 0.5rem !important;
  }

  .ps-lg-1 {
    padding-left: 1rem !important;
  }

  .ps-lg-2 {
    padding-left: 2rem !important;
  }

  .ps-lg-large {
    padding-left: 4rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-half {
    gap: 0.5rem !important;
  }

  .gap-xl-1 {
    gap: 1rem !important;
  }

  .gap-xl-2 {
    gap: 2rem !important;
  }

  .gap-xl-large {
    gap: 4rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-half {
    margin: 0.5rem !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .m-xl-large {
    margin: 4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-half {
    margin-top: 0.5rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-large {
    margin-top: 4rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-half {
    margin-right: 0.5rem !important;
  }

  .me-xl-1 {
    margin-right: 1rem !important;
  }

  .me-xl-2 {
    margin-right: 2rem !important;
  }

  .me-xl-large {
    margin-right: 4rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-large {
    margin-bottom: 4rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-half {
    margin-left: 0.5rem !important;
  }

  .ms-xl-1 {
    margin-left: 1rem !important;
  }

  .ms-xl-2 {
    margin-left: 2rem !important;
  }

  .ms-xl-large {
    margin-left: 4rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-nhalf {
    margin: -0.5rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .m-xl-nlarge {
    margin: -4rem !important;
  }

  .mx-xl-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xl-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xl-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xl-nlarge {
    margin-top: -4rem !important;
  }

  .me-xl-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-xl-n1 {
    margin-right: -1rem !important;
  }

  .me-xl-n2 {
    margin-right: -2rem !important;
  }

  .me-xl-nlarge {
    margin-right: -4rem !important;
  }

  .mb-xl-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-xl-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xl-nlarge {
    margin-left: -4rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-half {
    padding: 0.5rem !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .p-xl-large {
    padding: 4rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-half {
    padding-top: 0.5rem !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-large {
    padding-top: 4rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-half {
    padding-right: 0.5rem !important;
  }

  .pe-xl-1 {
    padding-right: 1rem !important;
  }

  .pe-xl-2 {
    padding-right: 2rem !important;
  }

  .pe-xl-large {
    padding-right: 4rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-large {
    padding-bottom: 4rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-half {
    padding-left: 0.5rem !important;
  }

  .ps-xl-1 {
    padding-left: 1rem !important;
  }

  .ps-xl-2 {
    padding-left: 2rem !important;
  }

  .ps-xl-large {
    padding-left: 4rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-half {
    gap: 0.5rem !important;
  }

  .gap-xxl-1 {
    gap: 1rem !important;
  }

  .gap-xxl-2 {
    gap: 2rem !important;
  }

  .gap-xxl-large {
    gap: 4rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-half {
    margin: 0.5rem !important;
  }

  .m-xxl-1 {
    margin: 1rem !important;
  }

  .m-xxl-2 {
    margin: 2rem !important;
  }

  .m-xxl-large {
    margin: 4rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-half {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-large {
    margin-top: 4rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-half {
    margin-right: 0.5rem !important;
  }

  .me-xxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxl-large {
    margin-right: 4rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-large {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-half {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxl-large {
    margin-left: 4rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-nhalf {
    margin: -0.5rem !important;
  }

  .m-xxl-n1 {
    margin: -1rem !important;
  }

  .m-xxl-n2 {
    margin: -2rem !important;
  }

  .m-xxl-nlarge {
    margin: -4rem !important;
  }

  .mx-xxl-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxl-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxl-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xxl-nlarge {
    margin-top: -4rem !important;
  }

  .me-xxl-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n1 {
    margin-right: -1rem !important;
  }

  .me-xxl-n2 {
    margin-right: -2rem !important;
  }

  .me-xxl-nlarge {
    margin-right: -4rem !important;
  }

  .mb-xxl-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-xxl-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xxl-nlarge {
    margin-left: -4rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-half {
    padding: 0.5rem !important;
  }

  .p-xxl-1 {
    padding: 1rem !important;
  }

  .p-xxl-2 {
    padding: 2rem !important;
  }

  .p-xxl-large {
    padding: 4rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-half {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxl-large {
    padding-top: 4rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-half {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxl-large {
    padding-right: 4rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-large {
    padding-bottom: 4rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-half {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxl-large {
    padding-left: 4rem !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: 1920px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: 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: 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: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-half {
    gap: 0.5rem !important;
  }

  .gap-xxxl-1 {
    gap: 1rem !important;
  }

  .gap-xxxl-2 {
    gap: 2rem !important;
  }

  .gap-xxxl-large {
    gap: 4rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-half {
    margin: 0.5rem !important;
  }

  .m-xxxl-1 {
    margin: 1rem !important;
  }

  .m-xxxl-2 {
    margin: 2rem !important;
  }

  .m-xxxl-large {
    margin: 4rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxxl-large {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxl-large {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-half {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxxl-large {
    margin-top: 4rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-half {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-1 {
    margin-right: 1rem !important;
  }

  .me-xxxl-2 {
    margin-right: 2rem !important;
  }

  .me-xxxl-large {
    margin-right: 4rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-half {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxl-large {
    margin-bottom: 4rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-half {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-1 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 2rem !important;
  }

  .ms-xxxl-large {
    margin-left: 4rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxl-nhalf {
    margin: -0.5rem !important;
  }

  .m-xxxl-n1 {
    margin: -1rem !important;
  }

  .m-xxxl-n2 {
    margin: -2rem !important;
  }

  .m-xxxl-nlarge {
    margin: -4rem !important;
  }

  .mx-xxxl-nhalf {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxxl-nlarge {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxxl-nhalf {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxxl-nlarge {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxxl-nhalf {
    margin-top: -0.5rem !important;
  }

  .mt-xxxl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xxxl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xxxl-nlarge {
    margin-top: -4rem !important;
  }

  .me-xxxl-nhalf {
    margin-right: -0.5rem !important;
  }

  .me-xxxl-n1 {
    margin-right: -1rem !important;
  }

  .me-xxxl-n2 {
    margin-right: -2rem !important;
  }

  .me-xxxl-nlarge {
    margin-right: -4rem !important;
  }

  .mb-xxxl-nhalf {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xxxl-nlarge {
    margin-bottom: -4rem !important;
  }

  .ms-xxxl-nhalf {
    margin-left: -0.5rem !important;
  }

  .ms-xxxl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xxxl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xxxl-nlarge {
    margin-left: -4rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-half {
    padding: 0.5rem !important;
  }

  .p-xxxl-1 {
    padding: 1rem !important;
  }

  .p-xxxl-2 {
    padding: 2rem !important;
  }

  .p-xxxl-large {
    padding: 4rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxxl-large {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxl-large {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-half {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-1 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 2rem !important;
  }

  .pt-xxxl-large {
    padding-top: 4rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-half {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-1 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 2rem !important;
  }

  .pe-xxxl-large {
    padding-right: 4rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-half {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxl-large {
    padding-bottom: 4rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-half {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-1 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 2rem !important;
  }

  .ps-xxxl-large {
    padding-left: 4rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url(../fonts/iconfont.woff?649257d1fb4fb127a5c2a2b317378967) format("woff"), url(../fonts/iconfont.woff2?649257d1fb4fb127a5c2a2b317378967) format("woff2");
}
i[class^=icon-]:before, i[class*=" icon-"]:before, [class^=icon-]:before, [class*=" icon-"]:before {
  font-family: iconfont !important;
  font-style: normal;
  font-weight: normal !important;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
  content: "\f101";
}

.icon-angle-right:before {
  content: "\f102";
}

.icon-check:before {
  content: "\f103";
}

.icon-download:before {
  content: "\f104";
}

.icon-growth:before {
  content: "\f105";
}

.icon-leaf:before {
  content: "\f106";
}

.icon-marker:before {
  content: "\f107";
}

.icon-pin:before {
  content: "\f108";
}

.icon-quotes:before {
  content: "\f109";
}

.icon-search:before {
  content: "\f10a";
}

.icon-squirt:before {
  content: "\f10b";
}

.icon-star:before {
  content: "\f10c";
}

.icon-thumb:before {
  content: "\f10d";
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* manrope-300 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: local(""), url(../fonts/manrope-v12-latin-300.woff2) format("woff2"), url(../fonts/manrope-v12-latin-300.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* manrope-regular - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/manrope-v12-latin-regular.woff2) format("woff2"), url(../fonts/manrope-v12-latin-regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* manrope-700 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/manrope-v12-latin-500.woff2) format("woff2"), url(../fonts/manrope-v12-latin-500.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* manrope-700 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(../fonts/manrope-v12-latin-700.woff2) format("woff2"), url(../fonts/manrope-v12-latin-700.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fjalla-one-regular - latin */
@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/fjalla-one-v13-latin-regular.woff2) format("woff2"), url(../fonts/fjalla-one-v13-latin-regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.7142857143rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  min-width: 1px;
}

.responsive-wrapper iframe,
.responsive-wrapper object,
.responsive-wrapper embed,
.responsive-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-lightest-gray {
  background-color: #fbfbfb;
}

.bg-light-gray {
  background-color: #f3f3f3;
}

.bg-medium-gray {
  background-color: #ced4da;
}

.bg-primary {
  background-color: #003e91;
}

.bg-secondary {
  background-color: #6c757d;
}

.text-yellow {
  color: #ffc107;
}

.text-blue {
  color: #003e91;
}

.text-red, .article-blocks > h1, .article-blocks > .h1,
.article-blocks > h2,
.article-blocks > .h2,
.article-blocks > h3,
.article-blocks > .h3,
.article-blocks > h4,
.article-blocks > .h4,
.article-blocks > h5,
.article-blocks > .h5,
.article-blocks > h6,
.article-blocks > .h6 {
  color: #f04032;
}

.text-dark-blue {
  color: #011632;
}

.ff-body {
  font-family: var(--theme-font-sans-serif);
}

.ff-display,
.label,
.card-cta-simple > footer,
.wp-block-quote,
.subtitle {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0.1785714286em;
  text-transform: uppercase;
}

.text-small {
  font-size: 0.875em;
}

.line-height-1 {
  line-height: 1;
}

.is-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.is-cover.top {
  background-position: top center;
}
.is-cover.bottom {
  background-position: bottom center;
}

.text-columns-2 {
  columns: 2;
  column-gap: var(--theme-gutter);
}

.preload * {
  transition: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --header-height: 4.5714285714rem;
  width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    --header-height: 5.7142857143rem;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 1.2857142857rem;
  }
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

picture {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
picture > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.15s ease;
}
picture.contain > img {
  -o-object-fit: contain;
     object-fit: contain;
}
picture.has-filter, picture.has-heavy-filter {
  --opacity: 0.8;
  background-color: #011228;
}
picture.has-filter > img.loaded,
picture.has-filter > img:not(.lazy), picture.has-heavy-filter > img.loaded,
picture.has-heavy-filter > img:not(.lazy) {
  opacity: var(--opacity);
}
picture.has-heavy-filter {
  --opacity: 0.3;
}
picture.has-fade:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14.2857142857rem;
  background-image: linear-gradient(to bottom, rgba(1, 22, 50, 0), #011632);
  pointer-events: none;
}

.has-radius {
  border-radius: 0.25rem;
  overflow: hidden;
}

.has-filter,
.has-heavy-filter {
  --opacity: 0.8;
  background-color: #011228;
}
.has-filter > *,
.has-heavy-filter > * {
  opacity: var(--opacity);
}

.has-heavy-filter {
  --opacity: 0.3;
}

.scroll-target {
  display: block;
  margin: 0 !important;
  transform: translateY(calc(-1 * var(--header-height)));
}

.block-link {
  display: block;
}
.block-link:hover, .block-link:focus {
  text-decoration: none;
}
.col > .block-link {
  height: 100%;
}
.swiper-slide > .block-link {
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.has-loader {
  position: relative;
  z-index: 0;
}
.has-loader > * {
  opacity: 1;
  pointer-events: all;
}
.has-loader:after {
  --size: 1.7142857143rem;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: clamp(0px, 50% - var(--size) / 2, 20vh);
  border: 0.2142857143rem solid #003e91;
  border-right-color: transparent;
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: 0.75s rotate infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.has-loader.is-loading > * {
  opacity: 0;
  pointer-events: none;
}
.has-loader.is-loading:after {
  opacity: 1;
}

.gform_wrapper .gform_fields > *, .gform_wrapper form > *, .card-product > section > *, .block-container > *, .section-container > *,
.gform_wrapper .gform_heading > *,
.card-review > *, .content-container > *, .text-container > *,
.card-download > section > *,
.card-review > section > *,
.card-usp > section > *,
.list > *,
.article-blocks > ol > *,
.article-blocks > ul > * {
  --spacing: 1.5rem;
  margin: 0;
}
.gform_wrapper .gform_fields > *:not(:nth-last-child(1)), .gform_wrapper form > *:not(:nth-last-child(1)), .card-product > section > *:not(:nth-last-child(1)), .block-container > *:not(:nth-last-child(1)), .section-container > *:not(:nth-last-child(1)),
.gform_wrapper .gform_heading > *:not(:nth-last-child(1)),
.card-review > *:not(:nth-last-child(1)), .content-container > *:not(:nth-last-child(1)), .text-container > *:not(:nth-last-child(1)),
.card-download > section > *:not(:nth-last-child(1)),
.card-review > section > *:not(:nth-last-child(1)),
.card-usp > section > *:not(:nth-last-child(1)),
.list > *:not(:nth-last-child(1)),
.article-blocks > ol > *:not(:nth-last-child(1)),
.article-blocks > ul > *:not(:nth-last-child(1)) {
  margin-bottom: var(--spacing);
}

.text-container > *,
.card-download > section > *,
.card-review > section > *,
.card-usp > section > *,
.list > *,
.article-blocks > ol > *,
.article-blocks > ul > * {
  --spacing: 0.5714285714rem;
}

.section-container > *,
.gform_wrapper .gform_heading > *,
.card-review > * {
  --spacing: calc(1.6285714286rem + 2.1vw);
}

.block-container > * {
  --spacing: 6.8571428571rem;
}

.no-mar-container > * {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .sticky {
    padding-top: var(--header-height);
    top: calc(-1 * var(--header-height));
    position: relative;
    pointer-events: none;
  }
  .sticky > * {
    pointer-events: all;
  }
}

.link {
  color: inherit;
  gap: 0.5714285714rem;
  display: flex;
  align-items: center;
}
.link i {
  overflow: hidden;
}
.link.d-inline {
  display: inline;
}

a.link:hover,
.link a:hover {
  color: inherit;
  text-decoration: underline;
}

.brand {
  height: calc(1.5142857143rem + 0.9vw);
  position: relative;
  z-index: 0;
  transform: translateY(-10%);
}
.brand > img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.15s ease;
  opacity: 1;
}
.brand > img.logo-white {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hstack {
  flex-wrap: wrap;
}

.mark-label {
  width: 6.1428571429rem;
  height: 6.1428571429rem;
}

.flex-1 {
  flex: 1;
}

.icon {
  line-height: 1;
  display: inline-block;
}
.icon:before {
  display: block;
  line-height: 1;
}
.icon.icon-flipped:before {
  transform: scale(-1, 1);
}

.wp-block-quote:before {
  content: "\f109";
}

ul.list > li:before,
.article-blocks > ul > li:before {
  content: "\f10b";
}

ul.list > li:before,
.article-blocks > ul > li:before, .wp-block-quote:before {
  font-family: iconfont !important;
  font-style: normal;
  font-weight: normal !important;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu > ul > li > a:hover,
.menu > ul > li > a:focus, .menu > ul > li.current_page_item > a {
  text-decoration: underline;
  color: inherit;
}
.menu > ul > li.current_page_item > a {
  pointer-events: none;
}

.main-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.main-nav > ul > li > a {
  padding: 0.5714285714rem 0.8571428571rem;
}

.offcanvas-menu > ul {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.offcanvas-menu > ul > li > a {
  display: flex;
  padding: 1.1428571429rem 0;
}
.offcanvas-menu > ul > li:not(:nth-last-child(1)) {
  border-bottom: 1px solid #f3f3f3;
}

.vertical-menu > ul {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: inherit;
}
.vertical-menu > ul > li > a {
  display: flex;
  padding: 0.5714285714rem 0;
}

.horizontal-menu > ul {
  display: flex;
  font-weight: 500;
  color: inherit;
  flex-wrap: wrap;
  gap: 32px;
}
.horizontal-menu > ul > li > a {
  display: flex;
  padding: 0.5714285714rem 0;
  margin: -0.5714285714rem 0;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}

.lead, .is-style-lead {
  font-size: 125%;
}

h5,
.h5 {
  font-weight: 500;
}

h6,
.h6 {
  font-weight: 500;
}

.subtitle {
  font-size: 0.875em;
  color: #f04032;
  display: inline-block;
}

.wp-block-quote {
  display: flex;
  font-size: calc(1.4571428571rem + 0.3vw);
}
.wp-block-quote:before {
  color: #f04032;
  font-size: 120%;
  line-height: 1.2;
  margin-right: 2.2857142857rem;
}
.wp-block-quote > p {
  margin: 0;
}

header#header {
  --header-background: #fff;
  --header-color: #003e91;
  height: var(--header-height);
  display: flex;
  align-items: center;
  background-color: var(--header-background);
  color: var(--header-color);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  font-weight: 700;
  z-index: 10000;
  transition: all 0.15s ease;
}
header#header .hamburger {
  --hamburger-color: var(--header-color);
}
.scroll-top header#header.is-transparent {
  --header-color: #fff;
  --header-background: transparent;
}
.scroll-top header#header.is-transparent .button.is-hollow {
  --color: #003e91;
  --background: #fff;
}
.scroll-top header#header.is-transparent .brand > img {
  opacity: 0;
}
.scroll-top header#header.is-transparent .brand > img.logo-white {
  opacity: 1;
}
header#header.is-transparent ~ #main > section:nth-child(1) {
  margin-top: 0;
  padding-top: calc(var(--header-height) + var(--section-spacing));
}
body[class*=bg-].scroll-top:not(.offcanvas-open) header#header {
  --header-background: transparent;
}
.admin-bar header#header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar header#header {
    top: 32px;
  }
}

#footer {
  --section-spacing: calc(1.6285714286rem + 2.1vw);
  margin-top: var(--section-spacing);
  background-color: #011228;
  color: #fff;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
#footer .footer-top {
  padding: calc(1.8571428571rem + 4.5vw) 0;
}
#footer .footer-bottom {
  padding-bottom: calc(1.4571428571rem + 0.3vw);
}
#footer .footer-background {
  position: absolute;
  line-height: 1;
  color: #011632;
  z-index: -1;
  font-size: 90vmin;
  transform: translate(10%, 15%);
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  #footer .footer-background {
    font-size: calc(4.8571428571rem + 36vw);
  }
}

.main-offcanvas {
  padding-top: var(--header-height);
}
.main-offcanvas .offcanvas-body {
  padding: 0;
}
.main-offcanvas .offcanvas-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-offcanvas .offcanvas-inner > section {
  flex: 1;
  padding: 0 1.1428571429rem;
  overflow: auto;
  color: #003e91;
}
.main-offcanvas .offcanvas-inner > footer {
  padding: 1.1428571429rem;
  align-self: stretch;
  flex: 0;
  border-top: 1px solid #f3f3f3;
}
.admin-bar .main-offcanvas {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .main-offcanvas {
    top: 32px;
  }
}

.offcanvas-backdrop {
  transition: all 0.15s ease;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list, .article-blocks > ol,
.article-blocks > ul {
  counter-set: count;
}
.list > li, .article-blocks > ol > li,
.article-blocks > ul > li {
  display: flex;
  align-items: baseline;
  counter-increment: count;
}
.list > li:before, .article-blocks > ol > li:before,
.article-blocks > ul > li:before {
  width: 1.1428571429rem;
  color: #f04032;
  margin-right: 0.8571428571rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol.list > li:before, .article-blocks > ol > li:before {
  content: counter(count) ".";
}

ul.list > li:before,
.article-blocks > ul > li:before {
  font-size: 150%;
}

.list-before {
  margin: 0;
}
.list-before li {
  position: relative;
  display: block;
  padding-left: 2.1428571429rem;
}
.list-before li:before {
  content: attr(data-before);
  position: absolute;
  left: 0;
  top: 0;
}
.list-before li a:hover {
  color: #6c757d;
}

.card-blog, .card-review, .card-product, .card-cta-simple, .card-cta {
  position: relative;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
  transition: 0.3s ease;
}
a:hover .card-blog, a:hover .card-review, a:hover .card-product, a:hover .card-cta-simple, a:hover .card-cta, a:focus .card-blog, a:focus .card-review, a:focus .card-product, a:focus .card-cta-simple, a:focus .card-cta {
  box-shadow: 0 0 0.8571428571rem rgba(0, 0, 0, 0.1);
}

.card {
  padding: 1.1428571429rem;
}

.card-cta {
  display: flex;
  align-items: stretch;
  background-color: #16a54f;
  border-radius: 0.25rem;
  flex-direction: column;
  color: #fff;
  height: 100%;
}
.card-cta > header {
  width: 100%;
  min-height: 14.2857142857rem;
  flex: 1;
}
.card-cta > header > picture {
  width: 100%;
  height: 100%;
}
.card-cta > section {
  padding: calc(1.5142857143rem + 0.9vw);
}
@media (min-width: 768px) {
  .card-cta:not(.is-vertical) {
    flex-direction: row;
  }
  .card-cta:not(.is-vertical) > header {
    width: 12.1428571429rem;
    height: auto;
    flex: revert;
  }
  .card-cta:not(.is-vertical) > section {
    flex: 1;
  }
}

.card-cta-simple {
  --spacing: 0.5714285714rem;
  display: flex;
  background-color: #fbfbfb;
  padding: var(--spacing);
  padding-left: calc(1.5142857143rem + 0.9vw);
  border-radius: 100px;
  align-items: center;
}
.card-cta-simple > *:not(:nth-last-child(1)) {
  margin-right: var(--spacing);
}
.card-cta-simple > section {
  flex: 1;
}
.card-cta-simple > section > * {
  margin: 0;
}
.card-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.card-product > header {
  position: relative;
}
.card-product > header .mark-label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2.2857142857rem;
}
.card-product > section {
  --padding: calc(1.5142857143rem + 0.9vw);
  color: #fff;
  --offset: 4.5714285714rem;
  padding-top: var(--offset);
  margin-top: calc(-1 * var(--offset));
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #011228;
  padding: var(--padding);
  padding-top: calc(var(--offset) + var(--padding));
  align-items: flex-start;
  border-radius: 0.25rem;
}
.card-product > section > * {
  width: auto;
}
.card-product > section > .card-product-labels {
  flex: 1;
}

.card-usp {
  display: flex;
  color: #fff;
  align-items: center;
}
.card-usp > header {
  font-size: 300%;
  width: 4.5714285714rem;
  height: 4.5714285714rem;
  margin-right: 0.8571428571rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-usp > section {
  flex: 1;
}

.card-review {
  padding: calc(1.5142857143rem + 0.9vw);
  background-color: #fff;
  border-radius: 0.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-review > header {
  height: 4.2857142857rem;
  width: 9.1428571429rem;
  display: flex;
}
.card-review > header > picture {
  height: 100%;
  width: 100%;
}
.card-review > header > picture > img {
  -o-object-position: center left;
     object-position: center left;
}
.card-review > section {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-review > section > .card-review-content {
  flex: 1;
}

.card-block {
  --card-padding-x: calc(1.6285714286rem + 2.1vw);
  --card-padding-y: calc(1.5142857143rem + 0.9vw);
  padding: var(--card-padding-y) var(--card-padding-x);
  background-color: transparent;
  border-radius: 0.25rem;
  color: #003e91;
}
@media (min-width: 1200px) {
  .card-block {
    --card-padding-x: calc(1.5142857143rem + 0.9vw);
    --card-padding-y: calc(1.4571428571rem + 0.3vw);
  }
}
.card-block.is-light-gray {
  background-color: #f3f3f3;
}

.card-blog {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
.card-blog > section {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: calc(1.5142857143rem + 0.9vw);
}

.card-download {
  --spacing: 2.2857142857rem;
  display: flex;
  align-items: center;
  padding: var(--spacing);
  background-color: #fbfbfb;
  border-radius: 0.25rem;
}
.card-download > *:not(:nth-last-child(1)) {
  padding-right: var(--spacing);
}
.card-download > header {
  font-size: 200%;
}
.card-download i {
  transform: translateY(0%);
  transition: all 0.15s ease;
}
.card-download:hover i, .card-download:focus i, a:hover .card-download i, a:focus .card-download i {
  transform: translateY(10%);
}

.card-icon-text {
  display: flex;
  align-items: center;
}
.card-icon-text > i {
  margin-right: 0.8571428571rem;
  font-size: 200%;
  color: #16a54f;
}

.page-section {
  --section-spacing: calc(1.6285714286rem + 2.1vw);
  --section-spacing-top: var(--section-spacing);
  --section-spacing-bottom: var(--section-spacing);
  padding: var(--section-spacing-top) 0 var(--section-spacing-bottom) 0;
}
.page-section.small-spacing {
  --section-spacing: calc(1.4571428571rem + 0.3vw);
}
.page-section.is-whitesmoke {
  background-color: #fbfbfb;
}
.page-section.is-dark-blue {
  background-color: #011632;
  color: #fff;
}
#main > .page-section:nth-child(1) {
  margin-top: var(--header-height);
}
#main > .page-section:nth-last-child(1) {
  margin-bottom: calc(-1 * var(--section-spacing-bottom));
}
.page-section.has-background {
  position: relative;
  z-index: 0;
  color: #fff;
}
.page-section.has-background > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-products {
  --offset-top: 11.7142857143rem;
  padding-top: calc(var(--offset-top) + var(--section-spacing-top));
  margin-top: calc(-1 * var(--offset-top));
}

.section-contact:not(:nth-last-child(1)), .section-products-hero:not(:nth-last-child(1)), .section-usps:not(:nth-last-child(1)), .section-products:not(:nth-last-child(1)) {
  --offset-bottom: 11.7142857143rem;
  padding-bottom: calc(var(--offset-bottom) + var(--section-spacing-bottom));
  margin-bottom: calc(-1 * var(--offset-bottom));
}

.section-dealers {
  padding: 0;
}
.section-dealers .usp-bar {
  display: flex;
  align-items: center;
  padding: 0.8571428571rem 0;
}
.section-dealers .acf-map {
  height: calc(100vh - var(--header-height));
}
.section-dealers .dealer-image {
  max-width: 11.7142857143rem;
  width: 100%;
}
@media (min-width: 768px) {
  .section-dealers .dealer-map {
    margin-left: calc((-100vw + var(--container-width)) / 2 - 1.5rem);
  }
}
.section-dealers .card-block {
  overflow: auto;
}

.acf-map {
  height: calc(80vh - var(--header-height));
}

.section-home-hero {
  --card-offset: 4.5714285714rem;
  padding: 0;
  padding-bottom: calc(var(--card-offset) + var(--section-spacing));
}
.section-home-hero .inner-home-hero {
  position: relative;
  align-items: center;
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: stretch;
  color: #fff;
  padding: 0 calc(1.6428571429rem + 2.25vw);
}
@media (min-width: 992px) {
  .section-home-hero .inner-home-hero {
    max-height: calc(80vh - var(--header-height));
    height: 100vh;
  }
}
.section-home-hero .inner-home-hero > .row {
  width: 100%;
}
.section-home-hero .inner-home-hero > picture,
.section-home-hero .inner-home-hero > .video {
  --offset: 0.8571428571rem;
  --offset-width: calc(100% + var(--offset) * 2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  margin: 0 calc(-1 * var(--offset));
  width: var(--offset-width);
}
@media (min-width: 576px) {
  .section-home-hero .inner-home-hero > picture,
.section-home-hero .inner-home-hero > .video {
    --offset-container: calc(
      (100vw - var(--container-width)) / 2 + var(--theme-gutter-x)
    );
    --offset: calc(var(--offset-container) / 2);
  }
}
.section-home-hero .inner-home-hero .inner-home-hero-content {
  padding: calc(2.2rem + 8.1vw) 0;
}
.section-home-hero .inner-home-hero .inner-home-hero-bottom {
  margin-bottom: calc(-1 * var(--card-offset));
}
@media (min-width: 992px) {
  .section-home-hero .inner-home-hero .inner-home-hero-bottom {
    bottom: 0;
    position: absolute;
  }
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/12) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-products {
  overflow: hidden;
  background-color: #011632;
}

.card-swiper {
  overflow: visible;
  --amount: 1.1;
}
@media (min-width: 768px) {
  .card-swiper {
    --amount: 2.5;
  }
}
@media (min-width: 992px) {
  .card-swiper {
    --amount: 3.5;
  }
}
.card-swiper .card-swiper-nav {
  margin-top: 2.2857142857rem;
}
.card-swiper .swiper-wrapper {
  align-items: stretch;
}
.card-swiper .swiper-slide {
  height: auto;
  width: calc(100% / vaR(--amount));
}

.card-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.card-swiper-nav > * {
  --offset: 1.1428571429rem;
  margin: calc(-1 * var(--offset)) 0;
  padding: var(--offset) 0;
  width: calc(1.7428571429rem + 3.3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card-swiper-nav > *:before {
  content: "";
  width: 100%;
  background-color: #003e91;
  height: 0.1428571429rem;
  border-radius: 100px;
  transition: 0.15s ease;
}
.card-swiper-nav > *:not(:nth-last-child(1)) {
  margin-right: 0.2857142857rem;
}
.card-swiper-nav > *.swiper-pagination-bullet-active:before, .card-swiper-nav > *:hover:before {
  background-color: #f04032;
}

.section-usps {
  background-color: #011632;
}

.section-image-content {
  position: relative;
  z-index: 0;
}
.section-image-content .inner-image-content {
  position: relative;
}
@media (min-width: 992px) {
  .section-image-content .inner-image-content {
    margin-top: calc(1.8285714286rem + 4.2vw);
  }
}
.section-image-content .inner-image-content:before {
  content: "";
  --offset-x: 100vw;
  --offset-y: 1.7142857143rem;
  position: absolute;
  top: calc(-1 * var(--offset-y));
  width: 100%;
  height: calc(100% + var(--offset-y) * 2);
  background-color: white;
  z-index: -1;
  width: calc(100% + var(--offset-x) * 2);
  right: calc(var(--offset-x) * -1);
}

.section-home-hero {
  --card-offset: 4.5714285714rem;
  padding: 0;
  padding-bottom: calc(var(--card-offset) + var(--section-spacing));
}
.section-home-hero .inner-home-hero {
  position: relative;
  align-items: center;
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: stretch;
  color: #fff;
  padding: 0 calc(1.6428571429rem + 2.25vw);
}
@media (min-width: 992px) {
  .section-home-hero .inner-home-hero {
    max-height: calc(80vh - var(--header-height));
    height: 100vh;
  }
}
.section-home-hero .inner-home-hero > .row {
  width: 100%;
}
.section-home-hero .inner-home-hero > picture,
.section-home-hero .inner-home-hero > .video {
  --offset: 0.8571428571rem;
  --offset-width: calc(100% + var(--offset) * 2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  margin: 0 calc(-1 * var(--offset));
  width: var(--offset-width);
}
@media (min-width: 576px) {
  .section-home-hero .inner-home-hero > picture,
.section-home-hero .inner-home-hero > .video {
    --offset-container: calc(
      (100vw - var(--container-width)) / 2 + var(--theme-gutter-x)
    );
    --offset: calc(var(--offset-container) / 2);
  }
}
.section-home-hero .inner-home-hero .inner-home-hero-content {
  padding: calc(2.2rem + 8.1vw) 0;
}
.section-home-hero .inner-home-hero .inner-home-hero-bottom {
  margin-bottom: calc(-1 * var(--card-offset));
}
@media (min-width: 992px) {
  .section-home-hero .inner-home-hero .inner-home-hero-bottom {
    bottom: 0;
    position: absolute;
  }
}

.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/12) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-image-hero {
  --section-spacing: calc(2.2857142857rem + 9vw);
  --container-width: 100%;
  color: #fff;
  text-align: center;
}
.section-image-hero .inner {
  position: relative;
  z-index: 0;
}
.section-image-hero .inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  --offset: calc(
    (100vw - (var(--container-width) / 12 * var(--col-size))) / 4
  );
  margin: calc(-1 * var(--section-spacing)) calc(-1 * var(--offset));
  width: calc(100% + var(--offset) * 2);
  height: calc(100% + var(--section-spacing) * 2);
}

.section-products-hero {
  --section-spacing: 9.1428571429rem;
  --section-spacing-bottom: 2.2857142857rem;
  --offset-bottom: 21.4285714286rem;
}

.section-home-hero + .section-products-grid {
  margin-top: -9.1428571429rem;
}

.section-product-hero > picture {
  height: calc(100% - var(--section-spacing) - 2.2857142857rem) !important;
}

.card-product-images {
  position: relative;
  background-color: #011228;
  padding: calc(1.5142857143rem + 0.9vw);
  border-radius: 0.25rem;
}
.card-product-images .mark-label {
  position: absolute;
  right: 0;
  top: 0;
  margin: 2.2857142857rem;
  z-index: 2;
  pointer-events: none;
}
.card-product-images .product-swiper {
  max-width: calc(55vh - var(--header-height));
  margin: auto;
  margin-bottom: 2.2857142857rem;
}
.card-product-images .product-thumbnails-swiper .swiper-slide {
  width: 4.5714285714rem;
  opacity: 0.5;
  transition: all 0.15s ease;
}
.card-product-images .product-thumbnails-swiper .swiper-slide.swiper-slide-thumb-active, .card-product-images .product-thumbnails-swiper .swiper-slide:hover {
  opacity: 1;
}
.card-product-images .product-thumbnails-swiper .swiper-slide .product-thumbnail {
  background-color: #011632;
}
.card-product-images .product-swiper-nav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.card-product-images .product-swiper-nav > * {
  --r: 0deg;
  --x: 0;
  pointer-events: all;
  background-color: #f04032;
  padding: 1.1428571429rem 0.4285714286rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 75%;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(var(--r));
}
.card-product-images .product-swiper-nav > *:nth-child(1) {
  --r: 180deg;
}
.card-product-images .product-swiper-nav > * > i {
  transform: translateX(0%);
  transition: all 0.15s ease;
}
.card-product-images .product-swiper-nav > *:focus > i, .card-product-images .product-swiper-nav > *:hover > i {
  transform: translateX(25%);
}
.card-product-images .product-swiper-nav > *.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.card-product-images .product-swiper-nav > *.swiper-button-lock {
  display: none;
}

.section-content-slider {
  --image-width: 50%;
}
@media (min-width: 992px) {
  .section-content-slider {
    --image-width: 25rem;
  }
}
.section-content-slider .inner-content-slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-content-slider .inner-content-slider > section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .section-content-slider .inner-content-slider > section {
    width: calc(100% - var(--image-width));
  }
}
.section-content-slider .inner-content-slider > section > .content-title {
  padding: 1.7142857143rem 1.7142857143rem 1.7142857143rem 0;
}
.section-content-slider .inner-content-slider > section > .content-inner {
  flex: 1;
  background-color: #fbfbfb;
  padding: calc(1.7428571429rem + 3.3vw) calc(1.6285714286rem + 2.1vw);
}
.section-content-slider .inner-content-slider .content-swiper {
  width: auto;
}
.section-content-slider .inner-content-slider .content-swiper .swiper-slide {
  width: 100% !important;
}
.section-content-slider .inner-content-slider > .content-images {
  flex: 1;
  min-width: 10px;
}
.section-content-slider .inner-content-slider > .content-images .content-swiper-images {
  height: 100%;
}
.section-content-slider .inner-content-slider > .content-images .swiper-wrapper {
  align-items: stretch;
}
.section-content-slider .inner-content-slider > .content-images .swiper-slide {
  width: 100% !important;
  height: auto !important;
}
.section-content-slider .inner-content-slider > .content-images .swiper-slide > picture {
  height: 100%;
}

@media (min-width: 992px) {
  .section-contact {
    --offset-top: 3.4285714286rem;
    margin-top: var(--offset-top);
  }
  .section-contact .card-block {
    margin-top: calc(-1 * var(--section-spacing) - var(--offset-top));
  }
}

.map-container {
  position: relative;
}
.map-container .map-buttons {
  padding: calc(1.4571428571rem + 0.3vw) calc(1.5142857143rem + 0.9vw);
  position: absolute;
  left: 0;
  bottom: 0;
}

.article-blocks > h1, .article-blocks > .h1,
.article-blocks > h2,
.article-blocks > .h2,
.article-blocks > h3,
.article-blocks > .h3,
.article-blocks > h4,
.article-blocks > .h4,
.article-blocks > h5,
.article-blocks > .h5,
.article-blocks > h6,
.article-blocks > .h6 {
  margin-bottom: 0.8571428571rem !important;
  font-size: 1.2857142857rem;
  font-weight: 700;
}

.wp-block-image {
  --offset-y: 2.2857142857rem;
  position: relative;
  z-index: 0;
  padding: var(--offset-y) 0;
  padding-bottom: 0;
}
.wp-block-image > picture {
  max-height: calc(80vh - var(--header-height));
  border-radius: 0.25rem;
}
.wp-block-image > figcaption {
  padding: 0.5714285714rem 0;
  display: inline-block;
  width: 80%;
  padding-right: 1.1428571429rem;
}
.wp-block-image > figcaption:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #011632;
  position: absolute;
  right: 20%;
  bottom: 0;
  transform: translateX(100%);
  z-index: -1;
  margin-left: 2.2857142857rem;
}

.gform_wrapper {
  position: relative;
}
.gform_wrapper .gform_button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  opacity: 0;
  border-radius: 50%;
  border: 0.2142857143rem solid var(--color);
  border-bottom-color: transparent;
  pointer-events: none;
  animation: rotate 1s linear infinite;
  transition: 0.25s ease;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gform_wrapper.is-loading:after {
  opacity: 1;
}
.gform_wrapper.is-loading .gform_button {
  color: transparent;
}
.gform_wrapper.is-loading .gform_button:before {
  opacity: 1;
}
.gform_wrapper .form-floating > label {
  font-size: 0.875em;
  color: #6c757d;
}
.gform_wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label, .gform_wrapper .form-floating > .form-control:focus ~ label {
  font-weight: 700;
}
.gform_wrapper .gfield_required {
  color: #a3261c;
  margin-left: 0.1428571429rem;
}
.gform_wrapper .gform_heading > * {
  --spacing: 1.7142857143rem;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_title {
  font-size: 1.2857142857rem;
}
.gform_wrapper .gform_fields input,
.gform_wrapper .gform_fields textarea {
  border-radius: 1.8571428571rem;
  border-color: transparent;
}
.gform_wrapper .gform_fields textarea {
  min-height: 14.2857142857rem;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border-color: #a3261c;
  border-width: 0.1428571429rem;
}
.gform_wrapper .gform_validation_errors {
  margin: calc(-1 * var(--card-padding-y)) calc(-1 * var(--card-padding-x));
  margin-bottom: var(--card-padding-y);
  padding: 1.7142857143rem var(--card-padding-x);
  background-color: #a3261c;
  color: #fff;
  font-weight: 700;
}
.gform_wrapper .gform_submission_error {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
.gform_wrapper .validation_message {
  padding: 0.5714285714rem 1.1428571429rem;
  background-color: #a3261c;
  width: 100%;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-weight: 700;
  color: #fff;
  margin-top: 0.4285714286rem;
}

.form-newsletter_wrapper .gform_submission_error {
  display: none;
}
.form-newsletter_wrapper .form-newsletter {
  display: flex;
  background-color: #01224e;
  position: relative;
  border-radius: 100px;
}
.form-newsletter_wrapper .form-newsletter input:not([type=submit]) {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-left: 1.2857142857rem;
  color: inherit;
  border-radius: 100px;
}
.form-newsletter_wrapper .form-newsletter .gfield_label {
  padding-left: 1.2857142857rem;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.form-newsletter_wrapper .form-newsletter .gform-body {
  flex: 1;
  margin: 0;
}
.form-newsletter_wrapper .form-newsletter .gform_footer {
  padding: 0;
  margin: 0;
}
.form-newsletter_wrapper .form-newsletter .gform_footer .gform_button {
  height: 100%;
  margin: 0;
  --background: #f04032;
  --color: white;
}
.form-newsletter_wrapper .form-newsletter .validation_message {
  position: absolute;
  transform: translateY(100%);
  bottom: calc(-0.5714285714rem);
  animation: errorFadeIn 0.25s ease forwards;
}
@keyframes errorFadeIn {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(100%);
    opacity: 1;
  }
}

.form-newsletter .gform_confirmation_message {
  padding: 1.1428571429rem;
  background-color: #011632;
  font-weight: 700;
  border-radius: 0.25rem;
  text-align: center;
}

button {
  background: unset;
  border: unset;
  color: unset;
  padding: unset;
}

.button {
  --background: #003e91;
  --color: #fff;
  --overlay-opacity: 0.075;
  --height: 2.8571428571rem;
  min-height: var(--height);
  padding: 0rem 1.1428571429rem;
  background-color: var(--background);
  color: var(--color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  border-radius: 100px;
  font-size: 0.875em;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  cursor: pointer;
}
.button > i {
  margin-right: 0.5714285714rem;
  transition: 0.15s;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: all 0.15s ease;
  pointer-events: none;
}
.button:hover, .button:focus, a:hover .button, a:focus .button {
  color: var(--color);
}
.button:hover:after, .button:focus:after, a:hover .button:after, a:focus .button:after {
  opacity: var(--overlay-opacity);
}
.button.is-white {
  --background: #fff;
  --color: #003e91;
}
.button.is-blue {
  --background: #003e91;
  --color: #fff;
}
.button.is-green {
  --background: #16a54f;
  --color: #fff;
}
.button.is-red {
  --background: #f04032;
  --color: #fff;
}
.button.is-hollow {
  background-color: transparent;
  border-color: var(--background);
  color: var(--background);
}
.button.is-hollow:hover, .button.is-hollow:focus, a:hover .button.is-hollow, a:focus .button.is-hollow {
  background-color: var(--background);
  color: vaR(--color);
}
@media (min-width: 768px) {
  .button.is-wide {
    padding: 0.5714285714rem 4rem;
  }
}
.button.is-icon {
  width: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.is-icon > i {
  margin: 0;
}
.button.is-icon[disabled] {
  --color: #003e91;
  --background: #f3f3f3;
  cursor: default;
  pointer-events: none;
}

.arrow-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8571428571rem 0;
}
.arrow-link > i {
  transition: 0.15s ease;
  transform: translateX(0%);
  font-size: 80%;
  overflow: hidden;
}
.arrow-link:hover, .arrow-link:focus, a:hover .arrow-link, a:focus .arrow-link {
  text-decoration: underline;
}
.arrow-link:hover > i, .arrow-link:focus > i, a:hover .arrow-link > i, a:focus .arrow-link > i {
  transform: translateX(50%);
}

.arrow-links > * {
  border-bottom: 1px solid rgba(0, 62, 145, 0.3);
}

.hamburger {
  --hamburger-color: #000;
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger:focus, .hamburger:active {
  outline: 0;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 14px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: 1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 22px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--hamburger-color);
}
.mobile-menu-open .hamburger-inner, .mobile-menu-open .hamburger-inner::before, .mobile-menu-open .hamburger-inner::after {
  background: #000;
}
.hamburger-inner::before, .hamburger-inner::after {
  display: block;
  content: "";
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.label {
  --background: #01224e;
  --color: #fff;
  padding: 0.2857142857rem 0.8571428571rem;
  padding-bottom: 0.2142857143rem;
  background-color: var(--background);
  color: var(--color);
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 100px;
  font-size: 0.875em;
  margin: calc(-1 * 0.2857142857rem) 0;
}
.label.is-dark-green {
  --background: #118a41;
}
.label.is-dark-blue {
  --background: #01224e;
}
.label.is-darkest-blue {
  --background: #011228;
}
.label.is-red {
  --background: #f04032;
}

.accordion > * {
  border-bottom: 1px solid #003e91;
}
.accordion > *:nth-child(1) {
  border-top: 1px solid #003e91;
}
.accordion .accordion-header > button {
  padding: 1.4285714286rem 0;
  padding-right: 2.2857142857rem;
  width: 100%;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: inherit;
}
.accordion .accordion-header > button:after, .accordion .accordion-header > button:before {
  --r: 180deg;
  content: "";
  position: absolute;
  right: 1.1428571429rem;
  width: 0.8571428571rem;
  height: 0.1428571429rem;
  background-color: #011632;
  pointer-events: none;
  transform: rotate(var(--r));
  transition: all 0.15s ease;
}
.accordion .accordion-header > button.collapsed:before {
  --r: 90deg;
}
.accordion .accordion-collapse > * {
  transition: all 0.15s ease;
  padding-bottom: 1.1428571429rem;
}

/*# sourceMappingURL=style.css.map*/