@charset "UTF-8";
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-orange: #ff7900;
  --bs-orange-alpha-1: #fff4eb;
  --bs-grey: #f6f6f6;
  --bs-white: white;
  --bs-green-94: #5ebba0;
  --bs-blue: #283264;
  --bs-white-253: #fdf1f1;
  --bs-green-96: #60c3ad;
  --bs-blue-dark: #323c4f;
  --bs-black-35: #232728;
  --bs-white-215: #d7ebe6;
  --bs-grey-8e: #8e8e8e;
  --bs-blue-32: #323c4f;
  --bs-blue-48: #48639e;
  --bs-blue-light: #4fb7dd;
  --bs-lime: #4ab1bc;
  --bs-gray-33: #333333;
  --bs-gray-66: #666666;
  --bs-base: #333333;
  --bs-gray-f4: #f4f4f4;
  --bs-gray-f5: #f5f8f9;
  --bs-gray-cf: #cfcfcfcc;
  --bs-gray-de: #dedede;
  --bs-gray-98: #989da7;
  --bs-primary: #3b8aef;
  --bs-secondary: #fedd3d;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #333333;
  --bs-gray-900: #212529;
  --bs-primary: #3b8aef;
  --bs-secondary: #fedd3d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 59, 138, 239;
  --bs-secondary-rgb: 254, 221, 61;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 28, 28, 28;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: DIN Pro, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3;
  --bs-body-color: #333333;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(28, 28, 28, 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: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3b8aef;
  text-decoration: underline;
}
a:hover {
  color: #2f6ebf;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.hero-background-image {
  background-image: url('./assets/images/hero-mobile.jpg');
  height: 200px;
}


::-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;
}

::-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;
}


[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  /* padding-right: var(--bs-gutter-x, 120px);
  padding-left: var(--bs-gutter-x, 120px); */
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row-modal {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5); */
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-modal-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-modal-5 {
  flex: 0 0 auto;
  width: 40.158371%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-modal-7 {
  flex: 0 0 auto;
  width: 59.841628%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 2rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 2rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 2.25rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 2.25rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 2.5rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 2.5rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 2.75rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 2.75rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 3rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 3rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 4rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 4rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 2rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 2rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }

  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 2.75rem;
  }

  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 2.75rem;
  }

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 3rem;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 3rem;
  }

  .g-md-13,
.gx-md-13 {
    --bs-gutter-x: 4rem;
  }

  .g-md-13,
.gy-md-13 {
    --bs-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%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

}
@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%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #333333;
  --bs-table-striped-bg: rgba(28, 28, 28, 0.05);
  --bs-table-active-color: #333333;
  --bs-table-active-bg: rgba(28, 28, 28, 0.1);
  --bs-table-hover-color: #333333;
  --bs-table-hover-bg: rgba(28, 28, 28, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-gray-f5);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: 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-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: white;
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d8e8fc;
  --bs-table-striped-bg: #cfdef1;
  --bs-table-striped-color: #1c1c1c;
  --bs-table-active-bg: #c5d4e6;
  --bs-table-active-color: #1c1c1c;
  --bs-table-hover-bg: #cad9eb;
  --bs-table-hover-color: #1c1c1c;
  color: #1c1c1c;
  border-color: #c5d4e6;
}

.table-secondary {
  --bs-table-bg: #fff8d8;
  --bs-table-striped-bg: #f4edcf;
  --bs-table-striped-color: #1c1c1c;
  --bs-table-active-bg: #e8e2c5;
  --bs-table-active-color: #1c1c1c;
  --bs-table-hover-bg: #eee8ca;
  --bs-table-hover-color: #1c1c1c;
  color: #1c1c1c;
  border-color: #e8e2c5;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c8ddd3;
  --bs-table-striped-color: #1c1c1c;
  --bs-table-active-bg: #bfd3ca;
  --bs-table-active-color: #1c1c1c;
  --bs-table-hover-bg: #c3d8cf;
  --bs-table-hover-color: #1c1c1c;
  color: #1c1c1c;
  border-color: #bfd3ca;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c6e9f1;
  --bs-table-striped-color: #1c1c1c;
  --bs-table-active-bg: #bddee6;
  --bs-table-active-color: #1c1c1c;
  --bs-table-hover-bg: #c2e4eb;
  --bs-table-hover-color: #1c1c1c;
  color: #1c1c1c;
  border-color: #bddee6;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f4e8c4;
  --bs-table-striped-color: #1c1c1c;
  --bs-table-active-bg: #e8debb;
  --bs-table-active-color: #1c1c1c;
  --bs-table-hover-bg: #eee3c0;
  --bs-table-hover-color: #1c1c1c;
  color: #1c1c1c;
  border-color: #e8debb;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #edced1;
  --bs-table-striped-color: #1c1c1c;
  --bs-table-active-bg: #e2c4c7;
  --bs-table-active-color: #1c1c1c;
  --bs-table-hover-bg: #e8c9cc;
  --bs-table-hover-color: #1c1c1c;
  color: #1c1c1c;
  border-color: #e2c4c7;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #edeeef;
  --bs-table-striped-color: #1c1c1c;
  --bs-table-active-bg: #e2e3e4;
  --bs-table-active-color: #1c1c1c;
  --bs-table-hover-bg: #e8e8e9;
  --bs-table-hover-color: #1c1c1c;
  color: #1c1c1c;
  border-color: #e2e3e4;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #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;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-modal-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-modal-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-modal-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-modal-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .reverse-column {
    flex-direction: column-reverse !important; 
  }
}
@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;
  }
}
.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.3;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #9dc5f7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.3em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333333;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333333;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.3;
  color: #333333;
  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.3em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.3em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.3em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.3em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.3em + 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.3em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.3em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #9dc5f7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.3rem;
  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.15em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(28, 28, 28, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9dc5f7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
}
.form-check-input:checked {
  background-color: #3b8aef;
  border-color: #3b8aef;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3b8aef;
  border-color: #3b8aef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239dc5f7'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3b8aef;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c4dcfa;
}
.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: #3b8aef;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c4dcfa;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.3em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.1875rem) center;
  background-size: calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.3em + 0.75rem);
  background-position: top calc(0.325em + 0.1875rem) right calc(0.325em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.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: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.3em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.1875rem) center;
  background-size: calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.3em + 0.75rem);
  background-position: top calc(0.325em + 0.1875rem) right calc(0.325em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.65em + 0.375rem) calc(0.65em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.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;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #1c1c1c;
  background-color: #3b8aef;
  border-color: #3b8aef;
}
.btn-primary:hover {
  color: #1c1c1c;
  background-color: #589cf1;
  border-color: #4f96f1;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #1c1c1c;
  background-color: #589cf1;
  border-color: #4f96f1;
  box-shadow: 0 0 0 0.25rem rgba(54, 122, 207, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #1c1c1c;
  background-color: #62a1f2;
  border-color: #4f96f1;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(54, 122, 207, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #1c1c1c;
  background-color: #3b8aef;
  border-color: #3b8aef;
}

.btn-secondary {
  color: white;
  background-color: #FF7900;
  border-color: #FF7900;
}
.btn-secondary:hover {
  color: #1c1c1c;
  background-color: #FF7900;
  border-color: #FF7900;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #1c1c1c;
  background-color: #FF7900;
  border-color: #FF7900;
  box-shadow: 0 0 0 0.25rem rgba(220, 192, 56, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #FF7900;
  border-color: #FF7900;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 192, 56, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: white;
  background-color: #FF7900;
  border-color: #FF7900;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #1c1c1c;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #1c1c1c;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #1c1c1c;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(15, 176, 208, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #1c1c1c;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 176, 208, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #1c1c1c;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #1c1c1c;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #1c1c1c;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #1c1c1c;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(221, 168, 10, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #1c1c1c;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 168, 10, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #1c1c1c;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #1c1c1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #1c1c1c;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #1c1c1c;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(215, 216, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #1c1c1c;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 216, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #1c1c1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #3b8aef;
  border-color: #3b8aef;
}
.btn-outline-primary:hover {
  color: #1c1c1c;
  background-color: #3b8aef;
  border-color: #3b8aef;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #1c1c1c;
  background-color: #3b8aef;
  border-color: #3b8aef;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #3b8aef;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #fedd3d;
  border-color: #fedd3d;
}
.btn-outline-secondary:hover {
  color: #1c1c1c;
  background-color: #fedd3d;
  border-color: #fedd3d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 221, 61, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #1c1c1c;
  background-color: #fedd3d;
  border-color: #fedd3d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 221, 61, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #fedd3d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #1c1c1c;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #1c1c1c;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #1c1c1c;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #1c1c1c;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #1c1c1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #1c1c1c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #3b8aef;
  text-decoration: underline;
}
.btn-link:hover {
  color: #2f6ebf;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(28, 28, 28, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(28, 28, 28, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3b8aef;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #333333;
  border-color: rgba(28, 28, 28, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #3b8aef;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(28, 28, 28, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #3b8aef;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #2f6ebf;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #FF7900 !important;
  border-bottom: 2px solid #FF7900 !important;
  padding-bottom: 8px !important;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3b8aef;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane:not(.show) {
  display: none !important;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3375rem;
  padding-bottom: 0.3375rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  /* padding: 0.25rem 0.75rem; */
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem; */
}

.navbar-toggler-icon {
  display: inline-block;
  /* width: 1.5em;
  height: 1.5em; */
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(28, 28, 28, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(28, 28, 28, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(28, 28, 28, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(28, 28, 28, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(28, 28, 28, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(28, 28, 28, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(28, 28, 28, 0.55);
  border-color: rgba(28, 28, 28, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2828, 28, 28, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(28, 28, 28, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(28, 28, 28, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(28, 28, 28, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(28, 28, 28, 0.03);
  border-bottom: 1px solid rgba(28, 28, 28, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(28, 28, 28, 0.03);
  border-top: 1px solid rgba(28, 28, 28, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button, .accordion-inner-heading {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #FF7900;
  background-color: white;
  box-shadow: none;
} 

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23357cd7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #9dc5f7;
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.25); */
}

.accordion-button:focus .accordion-item {
    box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 28, 0.075) !important;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(28, 28, 28, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #3b8aef;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #2f6ebf;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #2f6ebf;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3b8aef;
  border-color: #3b8aef;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #23538f;
  background-color: #d8e8fc;
  border-color: #c4dcfa;
}
.alert-primary .alert-link {
  color: #1c4272;
}

.alert-secondary {
  color: #766929;
  background-color: #fff8d8;
  border-color: #fff5c5;
}
.alert-secondary .alert-link {
  color: #5e5421;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #166271;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #124e5a;
}

.alert-warning {
  color: #775e14;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #5f4b10;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #747475;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #5d5d5e;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3b8aef;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(28, 28, 28, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3b8aef;
  border-color: #3b8aef;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #23538f;
  background-color: #d8e8fc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #23538f;
  background-color: #c2d1e3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #23538f;
  border-color: #23538f;
}

.list-group-item-secondary {
  color: #766929;
  background-color: #fff8d8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #766929;
  background-color: #e6dfc2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #766929;
  border-color: #766929;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #166271;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #166271;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #166271;
  border-color: #166271;
}

.list-group-item-warning {
  color: #775e14;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #775e14;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #775e14;
  border-color: #775e14;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #747475;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #747475;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #747475;
  border-color: #747475;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: 0.25em 0.25em;
  color: #1c1c1c;
  background: transparent url("./assets/svg/close-circle-white.svg") center/2em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #1c1c1c;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(59, 138, 239, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(28, 28, 28, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  height: auto;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #1c1c1c;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.3;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "DIN Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1c1c1c;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1c1c1c;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1c1c1c;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1c1c1c;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "DIN Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(28, 28, 28, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(28, 28, 28, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(28, 28, 28, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(28, 28, 28, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #333333;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #1c1c1c;
}
.carousel-dark .carousel-caption {
  color: #1c1c1c;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #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: #1c1c1c;
}
.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.3;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(28, 28, 28, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(28, 28, 28, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(28, 28, 28, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #1c1c1c 55%, rgba(0, 0, 0, 0.8) 75%, #1c1c1c 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #3b8aef;
}
.link-primary:hover, .link-primary:focus {
  color: #62a1f2;
}

.link-secondary {
  color: #fedd3d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #fee464;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-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(28, 28, 28, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 28, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(28, 28, 28, 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;
}

.left-n14 {
  left: -14px !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-orange {
  border: 1px solid orange !important;
}

.border-blue-2 {
   border: 1px solid #D1EEF9 !important;
}

.border-brand-accent {
  border: 1px solid #FF7900 !important;
}

.border-none {
  border: none !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: #3b8aef !important;
}

.border-secondary {
  border-color: #fedd3d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !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;
}

.wp-25 {
  width: 25% !important;
}

.wp-33 {
  width: 33.33% !important;
}

.wp-75 {
  width: 75% !important;
}

@media (max-width: 768px) {
  .wp-33 {
    width: 50% !important;
  }
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.wp-95 {
  width: 95% !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-8 {
  height: 8px !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-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-13 {
  gap: 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-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-13 {
  margin: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-13 {
  margin-right: 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-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-13 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-13 {
  margin-top: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: 1.25rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.me-8 {
  margin-right: 2rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

.me-12 {
  margin-right: 3rem !important;
}

.me-13 {
  margin-right: 4rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-13 {
  margin-bottom: 4rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: 1.25rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

.ms-8 {
  margin-left: 2rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-13 {
  margin-left: 4rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-13 {
  padding: 4rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-13 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-13 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-13 {
  padding-top: 4rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.pe-8 {
  padding-right: 2rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-13 {
  padding-right: 4rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-13 {
  padding-bottom: 4rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

.ps-8 {
  padding-left: 2rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-13 {
  padding-left: 4rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-11 {
  line-height: 18px !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.3 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.lh-30 {
  line-height: 30.05px !important;
}

.lh-17 {
  line-height: 17.36px !important;
}

.lh-20 {
  line-height: 20.03px !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(28, 28, 28, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-brand-blue {
  color: #48639E;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 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-4 {
  border-radius: 0.5rem !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-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 0.75rem !important;
  }

  .gap-sm-4 {
    gap: 1rem !important;
  }

  .gap-sm-5 {
    gap: 1.25rem !important;
  }

  .gap-sm-6 {
    gap: 1.5rem !important;
  }

  .gap-sm-7 {
    gap: 1.75rem !important;
  }

  .gap-sm-8 {
    gap: 2rem !important;
  }

  .gap-sm-9 {
    gap: 2.25rem !important;
  }

  .gap-sm-10 {
    gap: 2.5rem !important;
  }

  .gap-sm-11 {
    gap: 2.75rem !important;
  }

  .gap-sm-12 {
    gap: 3rem !important;
  }

  .gap-sm-13 {
    gap: 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-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.25rem !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .m-sm-8 {
    margin: 2rem !important;
  }

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .m-sm-10 {
    margin: 2.5rem !important;
  }

  .m-sm-11 {
    margin: 2.75rem !important;
  }

  .m-sm-12 {
    margin: 3rem !important;
  }

  .m-sm-13 {
    margin: 4rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-13 {
    margin-right: 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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-13 {
    margin-top: 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-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-4 {
    margin-top: 1rem !important;
  }

  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }

  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mt-sm-8 {
    margin-top: 2rem !important;
  }

  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }

  .mt-sm-12 {
    margin-top: 3rem !important;
  }

  .mt-sm-13 {
    margin-top: 4rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 0.75rem !important;
  }

  .me-sm-4 {
    margin-right: 1rem !important;
  }

  .me-sm-5 {
    margin-right: 1.25rem !important;
  }

  .me-sm-6 {
    margin-right: 1.5rem !important;
  }

  .me-sm-7 {
    margin-right: 1.75rem !important;
  }

  .me-sm-8 {
    margin-right: 2rem !important;
  }

  .me-sm-9 {
    margin-right: 2.25rem !important;
  }

  .me-sm-10 {
    margin-right: 2.5rem !important;
  }

  .me-sm-11 {
    margin-right: 2.75rem !important;
  }

  .me-sm-12 {
    margin-right: 3rem !important;
  }

  .me-sm-13 {
    margin-right: 4rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-4 {
    margin-left: 1rem !important;
  }

  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }

  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }

  .ms-sm-8 {
    margin-left: 2rem !important;
  }

  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-11 {
    margin-left: 2.75rem !important;
  }

  .ms-sm-12 {
    margin-left: 3rem !important;
  }

  .ms-sm-13 {
    margin-left: 4rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.25rem !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .p-sm-8 {
    padding: 2rem !important;
  }

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .p-sm-10 {
    padding: 2.5rem !important;
  }

  .p-sm-11 {
    padding: 2.75rem !important;
  }

  .p-sm-12 {
    padding: 3rem !important;
  }

  .p-sm-13 {
    padding: 4rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-4 {
    padding-top: 1rem !important;
  }

  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }

  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pt-sm-8 {
    padding-top: 2rem !important;
  }

  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }

  .pt-sm-12 {
    padding-top: 3rem !important;
  }

  .pt-sm-13 {
    padding-top: 4rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-4 {
    padding-right: 1rem !important;
  }

  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }

  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pe-sm-8 {
    padding-right: 2rem !important;
  }

  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-11 {
    padding-right: 2.75rem !important;
  }

  .pe-sm-12 {
    padding-right: 3rem !important;
  }

  .pe-sm-13 {
    padding-right: 4rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 4rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-4 {
    padding-left: 1rem !important;
  }

  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }

  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }

  .ps-sm-8 {
    padding-left: 2rem !important;
  }

  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-11 {
    padding-left: 2.75rem !important;
  }

  .ps-sm-12 {
    padding-left: 3rem !important;
  }

  .ps-sm-13 {
    padding-left: 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-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 0.75rem !important;
  }

  .gap-md-4 {
    gap: 1rem !important;
  }

  .gap-md-5 {
    gap: 1.25rem !important;
  }

  .gap-md-6 {
    gap: 1.5rem !important;
  }

  .gap-md-7 {
    gap: 1.75rem !important;
  }

  .gap-md-8 {
    gap: 2rem !important;
  }

  .gap-md-9 {
    gap: 2.25rem !important;
  }

  .gap-md-10 {
    gap: 2.5rem !important;
  }

  .gap-md-11 {
    gap: 2.75rem !important;
  }

  .gap-md-12 {
    gap: 3rem !important;
  }

  .gap-md-13 {
    gap: 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-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .m-md-5 {
    margin: 1.25rem !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .m-md-8 {
    margin: 2rem !important;
  }

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .m-md-10 {
    margin: 2.5rem !important;
  }

  .m-md-11 {
    margin: 2.75rem !important;
  }

  .m-md-12 {
    margin: 3rem !important;
  }

  .m-md-13 {
    margin: 4rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-13 {
    margin-right: 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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-13 {
    margin-top: 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-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 0.75rem !important;
  }

  .mt-md-4 {
    margin-top: 1rem !important;
  }

  .mt-md-5 {
    margin-top: 1.25rem !important;
  }

  .mt-md-6 {
    margin-top: 1.5rem !important;
  }

  .mt-md-7 {
    margin-top: 1.75rem !important;
  }

  .mt-md-8 {
    margin-top: 2rem !important;
  }

  .mt-md-9 {
    margin-top: 2.25rem !important;
  }

  .mt-md-10 {
    margin-top: 2.5rem !important;
  }

  .mt-md-11 {
    margin-top: 2.75rem !important;
  }

  .mt-md-12 {
    margin-top: 3rem !important;
  }

  .mt-md-13 {
    margin-top: 4rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 0.75rem !important;
  }

  .me-md-4 {
    margin-right: 1rem !important;
  }

  .me-md-5 {
    margin-right: 1.25rem !important;
  }

  .me-md-6 {
    margin-right: 1.5rem !important;
  }

  .me-md-7 {
    margin-right: 1.75rem !important;
  }

  .me-md-8 {
    margin-right: 2rem !important;
  }

  .me-md-9 {
    margin-right: 2.25rem !important;
  }

  .me-md-10 {
    margin-right: 2.5rem !important;
  }

  .me-md-11 {
    margin-right: 2.75rem !important;
  }

  .me-md-12 {
    margin-right: 3rem !important;
  }

  .me-md-13 {
    margin-right: 4rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1rem !important;
  }

  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-md-8 {
    margin-bottom: 2rem !important;
  }

  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-md-12 {
    margin-bottom: 3rem !important;
  }

  .mb-md-13 {
    margin-bottom: 4rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 0.75rem !important;
  }

  .ms-md-4 {
    margin-left: 1rem !important;
  }

  .ms-md-5 {
    margin-left: 1.25rem !important;
  }

  .ms-md-6 {
    margin-left: 1.5rem !important;
  }

  .ms-md-7 {
    margin-left: 1.75rem !important;
  }

  .ms-md-8 {
    margin-left: 2rem !important;
  }

  .ms-md-9 {
    margin-left: 2.25rem !important;
  }

  .ms-md-10 {
    margin-left: 2.5rem !important;
  }

  .ms-md-11 {
    margin-left: 2.75rem !important;
  }

  .ms-md-12 {
    margin-left: 3rem !important;
  }

  .ms-md-13 {
    margin-left: 4rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .p-md-5 {
    padding: 1.25rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .p-md-11 {
    padding: 2.75rem !important;
  }

  .p-md-12 {
    padding: 3rem !important;
  }

  .p-md-13 {
    padding: 4rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 0.75rem !important;
  }

  .pt-md-4 {
    padding-top: 1rem !important;
  }

  .pt-md-5 {
    padding-top: 1.25rem !important;
  }

  .pt-md-6 {
    padding-top: 1.5rem !important;
  }

  .pt-md-7 {
    padding-top: 1.75rem !important;
  }

  .pt-md-8 {
    padding-top: 2rem !important;
  }

  .pt-md-9 {
    padding-top: 2.25rem !important;
  }

  .pt-md-10 {
    padding-top: 2.5rem !important;
  }

  .pt-md-11 {
    padding-top: 2.75rem !important;
  }

  .pt-md-12 {
    padding-top: 3rem !important;
  }

  .pt-md-13 {
    padding-top: 4rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 0.75rem !important;
  }

  .pe-md-4 {
    padding-right: 1rem !important;
  }

  .pe-md-5 {
    padding-right: 1.25rem !important;
  }

  .pe-md-6 {
    padding-right: 1.5rem !important;
  }

  .pe-md-7 {
    padding-right: 1.75rem !important;
  }

  .pe-md-8 {
    padding-right: 2rem !important;
  }

  .pe-md-9 {
    padding-right: 2.25rem !important;
  }

  .pe-md-10 {
    padding-right: 2.5rem !important;
  }

  .pe-md-11 {
    padding-right: 2.75rem !important;
  }

  .pe-md-12 {
    padding-right: 3rem !important;
  }

  .pe-md-13 {
    padding-right: 4rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1rem !important;
  }

  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-md-8 {
    padding-bottom: 2rem !important;
  }

  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-md-12 {
    padding-bottom: 3rem !important;
  }

  .pb-md-13 {
    padding-bottom: 4rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 0.75rem !important;
  }

  .ps-md-4 {
    padding-left: 1rem !important;
  }

  .ps-md-5 {
    padding-left: 1.25rem !important;
  }

  .ps-md-6 {
    padding-left: 1.5rem !important;
  }

  .ps-md-7 {
    padding-left: 1.75rem !important;
  }

  .ps-md-8 {
    padding-left: 2rem !important;
  }

  .ps-md-9 {
    padding-left: 2.25rem !important;
  }

  .ps-md-10 {
    padding-left: 2.5rem !important;
  }

  .ps-md-11 {
    padding-left: 2.75rem !important;
  }

  .ps-md-12 {
    padding-left: 3rem !important;
  }

  .ps-md-13 {
    padding-left: 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-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 0.75rem !important;
  }

  .gap-lg-4 {
    gap: 1rem !important;
  }

  .gap-lg-5 {
    gap: 1.25rem !important;
  }

  .gap-lg-6 {
    gap: 1.5rem !important;
  }

  .gap-lg-7 {
    gap: 1.75rem !important;
  }

  .gap-lg-8 {
    gap: 2rem !important;
  }

  .gap-lg-9 {
    gap: 2.25rem !important;
  }

  .gap-lg-10 {
    gap: 2.5rem !important;
  }

  .gap-lg-11 {
    gap: 2.75rem !important;
  }

  .gap-lg-12 {
    gap: 3rem !important;
  }

  .gap-lg-13 {
    gap: 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-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.25rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .m-lg-11 {
    margin: 2.75rem !important;
  }

  .m-lg-12 {
    margin: 3rem !important;
  }

  .m-lg-13 {
    margin: 4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-13 {
    margin-right: 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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-13 {
    margin-top: 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-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-4 {
    margin-top: 1rem !important;
  }

  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }

  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mt-lg-8 {
    margin-top: 2rem !important;
  }

  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }

  .mt-lg-12 {
    margin-top: 3rem !important;
  }

  .mt-lg-13 {
    margin-top: 4rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 0.75rem !important;
  }

  .me-lg-4 {
    margin-right: 1rem !important;
  }

  .me-lg-5 {
    margin-right: 1.25rem !important;
  }

  .me-lg-6 {
    margin-right: 1.5rem !important;
  }

  .me-lg-7 {
    margin-right: 1.75rem !important;
  }

  .me-lg-8 {
    margin-right: 2rem !important;
  }

  .me-lg-9 {
    margin-right: 2.25rem !important;
  }

  .me-lg-10 {
    margin-right: 2.5rem !important;
  }

  .me-lg-11 {
    margin-right: 2.75rem !important;
  }

  .me-lg-12 {
    margin-right: 3rem !important;
  }

  .me-lg-13 {
    margin-right: 4rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-4 {
    margin-left: 1rem !important;
  }

  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }

  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }

  .ms-lg-8 {
    margin-left: 2rem !important;
  }

  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }

  .ms-lg-12 {
    margin-left: 3rem !important;
  }

  .ms-lg-13 {
    margin-left: 4rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.25rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .p-lg-11 {
    padding: 2.75rem !important;
  }

  .p-lg-12 {
    padding: 3rem !important;
  }

  .p-lg-13 {
    padding: 4rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-4 {
    padding-top: 1rem !important;
  }

  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }

  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pt-lg-8 {
    padding-top: 2rem !important;
  }

  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }

  .pt-lg-12 {
    padding-top: 3rem !important;
  }

  .pt-lg-13 {
    padding-top: 4rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-4 {
    padding-right: 1rem !important;
  }

  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }

  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pe-lg-8 {
    padding-right: 2rem !important;
  }

  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }

  .pe-lg-12 {
    padding-right: 3rem !important;
  }

  .pe-lg-13 {
    padding-right: 4rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 4rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-4 {
    padding-left: 1rem !important;
  }

  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }

  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }

  .ps-lg-8 {
    padding-left: 2rem !important;
  }

  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }

  .ps-lg-12 {
    padding-left: 3rem !important;
  }

  .ps-lg-13 {
    padding-left: 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-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 0.75rem !important;
  }

  .gap-xl-4 {
    gap: 1rem !important;
  }

  .gap-xl-5 {
    gap: 1.25rem !important;
  }

  .gap-xl-6 {
    gap: 1.5rem !important;
  }

  .gap-xl-7 {
    gap: 1.75rem !important;
  }

  .gap-xl-8 {
    gap: 2rem !important;
  }

  .gap-xl-9 {
    gap: 2.25rem !important;
  }

  .gap-xl-10 {
    gap: 2.5rem !important;
  }

  .gap-xl-11 {
    gap: 2.75rem !important;
  }

  .gap-xl-12 {
    gap: 3rem !important;
  }

  .gap-xl-13 {
    gap: 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-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.25rem !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .m-xl-8 {
    margin: 2rem !important;
  }

  .m-xl-9 {
    margin: 2.25rem !important;
  }

  .m-xl-10 {
    margin: 2.5rem !important;
  }

  .m-xl-11 {
    margin: 2.75rem !important;
  }

  .m-xl-12 {
    margin: 3rem !important;
  }

  .m-xl-13 {
    margin: 4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-13 {
    margin-right: 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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-13 {
    margin-top: 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-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-4 {
    margin-top: 1rem !important;
  }

  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }

  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xl-8 {
    margin-top: 2rem !important;
  }

  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }

  .mt-xl-12 {
    margin-top: 3rem !important;
  }

  .mt-xl-13 {
    margin-top: 4rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xl-4 {
    margin-right: 1rem !important;
  }

  .me-xl-5 {
    margin-right: 1.25rem !important;
  }

  .me-xl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xl-8 {
    margin-right: 2rem !important;
  }

  .me-xl-9 {
    margin-right: 2.25rem !important;
  }

  .me-xl-10 {
    margin-right: 2.5rem !important;
  }

  .me-xl-11 {
    margin-right: 2.75rem !important;
  }

  .me-xl-12 {
    margin-right: 3rem !important;
  }

  .me-xl-13 {
    margin-right: 4rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-4 {
    margin-left: 1rem !important;
  }

  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }

  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xl-8 {
    margin-left: 2rem !important;
  }

  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }

  .ms-xl-12 {
    margin-left: 3rem !important;
  }

  .ms-xl-13 {
    margin-left: 4rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.25rem !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .p-xl-8 {
    padding: 2rem !important;
  }

  .p-xl-9 {
    padding: 2.25rem !important;
  }

  .p-xl-10 {
    padding: 2.5rem !important;
  }

  .p-xl-11 {
    padding: 2.75rem !important;
  }

  .p-xl-12 {
    padding: 3rem !important;
  }

  .p-xl-13 {
    padding: 4rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-4 {
    padding-top: 1rem !important;
  }

  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }

  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xl-8 {
    padding-top: 2rem !important;
  }

  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }

  .pt-xl-12 {
    padding-top: 3rem !important;
  }

  .pt-xl-13 {
    padding-top: 4rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-4 {
    padding-right: 1rem !important;
  }

  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }

  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xl-8 {
    padding-right: 2rem !important;
  }

  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }

  .pe-xl-12 {
    padding-right: 3rem !important;
  }

  .pe-xl-13 {
    padding-right: 4rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 4rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-4 {
    padding-left: 1rem !important;
  }

  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }

  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xl-8 {
    padding-left: 2rem !important;
  }

  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }

  .ps-xl-12 {
    padding-left: 3rem !important;
  }

  .ps-xl-13 {
    padding-left: 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-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 0.75rem !important;
  }

  .gap-xxl-4 {
    gap: 1rem !important;
  }

  .gap-xxl-5 {
    gap: 1.25rem !important;
  }

  .gap-xxl-6 {
    gap: 1.5rem !important;
  }

  .gap-xxl-7 {
    gap: 1.75rem !important;
  }

  .gap-xxl-8 {
    gap: 2rem !important;
  }

  .gap-xxl-9 {
    gap: 2.25rem !important;
  }

  .gap-xxl-10 {
    gap: 2.5rem !important;
  }

  .gap-xxl-11 {
    gap: 2.75rem !important;
  }

  .gap-xxl-12 {
    gap: 3rem !important;
  }

  .gap-xxl-13 {
    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-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 0.75rem !important;
  }

  .m-xxl-4 {
    margin: 1rem !important;
  }

  .m-xxl-5 {
    margin: 1.25rem !important;
  }

  .m-xxl-6 {
    margin: 1.5rem !important;
  }

  .m-xxl-7 {
    margin: 1.75rem !important;
  }

  .m-xxl-8 {
    margin: 2rem !important;
  }

  .m-xxl-9 {
    margin: 2.25rem !important;
  }

  .m-xxl-10 {
    margin: 2.5rem !important;
  }

  .m-xxl-11 {
    margin: 2.75rem !important;
  }

  .m-xxl-12 {
    margin: 3rem !important;
  }

  .m-xxl-13 {
    margin: 4rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-13 {
    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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-13 {
    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-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1rem !important;
  }

  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }

  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xxl-8 {
    margin-top: 2rem !important;
  }

  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }

  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-11 {
    margin-top: 2.75rem !important;
  }

  .mt-xxl-12 {
    margin-top: 3rem !important;
  }

  .mt-xxl-13 {
    margin-top: 4rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-4 {
    margin-right: 1rem !important;
  }

  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }

  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xxl-8 {
    margin-right: 2rem !important;
  }

  .me-xxl-9 {
    margin-right: 2.25rem !important;
  }

  .me-xxl-10 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-11 {
    margin-right: 2.75rem !important;
  }

  .me-xxl-12 {
    margin-right: 3rem !important;
  }

  .me-xxl-13 {
    margin-right: 4rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1rem !important;
  }

  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }

  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xxl-8 {
    margin-left: 2rem !important;
  }

  .ms-xxl-9 {
    margin-left: 2.25rem !important;
  }

  .ms-xxl-10 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-11 {
    margin-left: 2.75rem !important;
  }

  .ms-xxl-12 {
    margin-left: 3rem !important;
  }

  .ms-xxl-13 {
    margin-left: 4rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 0.75rem !important;
  }

  .p-xxl-4 {
    padding: 1rem !important;
  }

  .p-xxl-5 {
    padding: 1.25rem !important;
  }

  .p-xxl-6 {
    padding: 1.5rem !important;
  }

  .p-xxl-7 {
    padding: 1.75rem !important;
  }

  .p-xxl-8 {
    padding: 2rem !important;
  }

  .p-xxl-9 {
    padding: 2.25rem !important;
  }

  .p-xxl-10 {
    padding: 2.5rem !important;
  }

  .p-xxl-11 {
    padding: 2.75rem !important;
  }

  .p-xxl-12 {
    padding: 3rem !important;
  }

  .p-xxl-13 {
    padding: 4rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1rem !important;
  }

  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }

  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xxl-8 {
    padding-top: 2rem !important;
  }

  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }

  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-11 {
    padding-top: 2.75rem !important;
  }

  .pt-xxl-12 {
    padding-top: 3rem !important;
  }

  .pt-xxl-13 {
    padding-top: 4rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1rem !important;
  }

  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }

  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xxl-8 {
    padding-right: 2rem !important;
  }

  .pe-xxl-9 {
    padding-right: 2.25rem !important;
  }

  .pe-xxl-10 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-11 {
    padding-right: 2.75rem !important;
  }

  .pe-xxl-12 {
    padding-right: 3rem !important;
  }

  .pe-xxl-13 {
    padding-right: 4rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-13 {
    padding-bottom: 4rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1rem !important;
  }

  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }

  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xxl-8 {
    padding-left: 2rem !important;
  }

  .ps-xxl-9 {
    padding-left: 2.25rem !important;
  }

  .ps-xxl-10 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-11 {
    padding-left: 2.75rem !important;
  }

  .ps-xxl-12 {
    padding-left: 3rem !important;
  }

  .ps-xxl-13 {
    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: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: 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;
  }
}
:root {
  --bs-font-sans-serif: "Roboto", sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "DIN Pro";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/FontsFree-Net-DINPro-1.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  font-style: normal;
  font-weight: 700;
  src: "/assets/font/FontsFree-Net-DINPro-1.ttf" format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/FontsFree-Net-DINPro-1.ttf") format("ttf");
  font-display: swap;
}
body {
  margin: 0;
  position: relative;
  font-family: "DIN Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
  }
}
.navbar {
  display: flex;
  height: 72px;
  width: 100%;
  background: #fff;
  z-index: 3;
}

.navbar .menu-icon {
  margin: 0 10px;
  height: 40px;
  width: 132px;
}

.border-color-orange {
  border-color: #ff7900 !important;
}

.border-color-orange-alpha-1 {
  border-color: #fff4eb !important;
}

.border-color-grey {
  border-color: #f6f6f6 !important;
}

.border-color-white {
  border-color: white !important;
}

.border-color-green-94 {
  border-color: #5ebba0 !important;
}

.border-color-blue {
  border-color: #283264 !important;
}

.border-color-white-253 {
  border-color: #fdf1f1 !important;
}

.border-color-green-96 {
  border-color: #60c3ad !important;
}

.border-color-blue-dark {
  border-color: #323c4f !important;
}

.border-color-black-35 {
  border-color: #232728 !important;
}

.border-color-white-215 {
  border-color: #d7ebe6 !important;
}

.border-color-grey-8e {
  border-color: #8e8e8e !important;
}

.border-color-blue-32 {
  border-color: #323c4f !important;
}

.border-color-blue-48 {
  border-color: #48639e !important;
}

.border-color-blue-light {
  border-color: #4fb7dd !important;
}

.border-color-lime {
  border-color: #4ab1bc !important;
}

.border-color-gray-33 {
  border-color: #333333 !important;
}

.border-color-gray-66 {
  border-color: #666666 !important;
}

.border-color-base {
  border-color: #333333 !important;
}

.border-color-gray-f4 {
  border-color: #f4f4f4 !important;
}

.border-color-gray-f5 {
  border-color: #f5f8f9 !important;
}

.border-color-gray-cf {
  border-color: #cfcfcfcc !important;
}

.border-color-gray-de {
  border-color: #dedede !important;
}

.border-color-gray-98 {
  border-color: #989da7 !important;
}

.border-color-primary {
  border-color: #3b8aef !important;
}

.border-color-secondary {
  border-color: #fedd3d !important;
}

.color-orange {
  color: #ff7900 !important;
}

.color-orange-alpha-1 {
  color: #fff4eb !important;
}

.color-grey {
  color: #f6f6f6 !important;
}

.color-white {
  color: white !important;
}

.color-green-94 {
  color: #5ebba0 !important;
}

.color-blue {
  color: #283264 !important;
}

.color-white-253 {
  color: #fdf1f1 !important;
}

.color-green-96 {
  color: #60c3ad !important;
}

.color-blue-dark {
  color: #323c4f !important;
}

.color-black-35 {
  color: #232728 !important;
}

.color-white-215 {
  color: #d7ebe6 !important;
}

.color-grey-8e {
  color: #8e8e8e !important;
}

.color-blue-32 {
  color: #323c4f !important;
}

.color-blue-48 {
  color: #48639e !important;
}

.color-blue-light {
  color: #4fb7dd !important;
}

.color-lime {
  color: #4ab1bc !important;
}

.color-gray-33 {
  color: #333333 !important;
}

.color-gray-66 {
  color: #666666 !important;
}

.color-base {
  color: #333333 !important;
}

.color-gray-f4 {
  color: #f4f4f4 !important;
}

.color-gray-f5 {
  color: #f5f8f9 !important;
}

.color-gray-cf {
  color: #cfcfcfcc !important;
}

.color-gray-de {
  color: #dedede !important;
}

.color-gray-98 {
  color: #989da7 !important;
}

.color-primary {
  color: #3b8aef !important;
}

.color-secondary {
  color: #fedd3d !important;
}

.text-orange {
  color: #ff7900 !important;
}

.text-orange-alpha-1 {
  color: #fff4eb !important;
}

.text-grey {
  color: #f6f6f6 !important;
}

.text-white {
  color: white !important;
}

.text-green-94 {
  color: #5ebba0 !important;
}

.text-blue {
  color: #283264 !important;
}

.text-white-253 {
  color: #fdf1f1 !important;
}

.text-green-96 {
  color: #60c3ad !important;
}

.text-blue-dark {
  color: #323c4f !important;
}

.text-black-35 {
  color: #232728 !important;
}

.text-white-215 {
  color: #d7ebe6 !important;
}

.text-grey-8e {
  color: #8e8e8e !important;
}

.text-blue-32 {
  color: #323c4f !important;
}

.text-blue-48 {
  color: #48639e !important;
}

.text-blue-light {
  color: #4fb7dd !important;
}

.text-lime {
  color: #4ab1bc !important;
}

.text-gray-33 {
  color: #333333 !important;
}

.text-gray-66 {
  color: #666666 !important;
}

.text-base {
  color: #333333 !important;
}

.text-gray-f4 {
  color: #f4f4f4 !important;
}

.text-gray-f5 {
  color: #f5f8f9 !important;
}

.text-gray-cf {
  color: #cfcfcfcc !important;
}

.text-gray-de {
  color: #dedede !important;
}

.text-gray-98 {
  color: #989da7 !important;
}

.text-primary {
  color: #3b8aef !important;
}

.text-secondary {
  color: #fedd3d !important;
}

.text-gray-normal {
    color: #A3A3A3 !important;
}

.text-message-success {
    color: #2DB091 !important;
}

.text-message-danger {
  color: #DC3545 !important;
}

.text-brand-accent {
  color: #FF7900 !important;
}

.text-message-info {
  color: #4FB8DD !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

@media (min-width: 768px) {
  .fs-md-10 {
    font-size: 10px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-11 {
    font-size: 11px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-13 {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-15 {
    font-size: 15px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-17 {
    font-size: 17px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-19 {
    font-size: 19px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-21 {
    font-size: 21px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-23 {
    font-size: 23px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 25px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-29 {
    font-size: 29px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-31 {
    font-size: 31px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-33 {
    font-size: 33px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 34px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 35px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-36 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 10px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-11 {
    font-size: 11px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-13 {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-15 {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-17 {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-19 {
    font-size: 19px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-21 {
    font-size: 21px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-23 {
    font-size: 23px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-28 {
    font-size: 28px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-29 {
    font-size: 29px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-31 {
    font-size: 31px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-33 {
    font-size: 33px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 34px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 35px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 36px !important;
  }
}
.fw-100 {
  font-weight: 100 !important;
}

.fw-101 {
  font-weight: 101 !important;
}

.fw-102 {
  font-weight: 102 !important;
}

.fw-103 {
  font-weight: 103 !important;
}

.fw-104 {
  font-weight: 104 !important;
}

.fw-105 {
  font-weight: 105 !important;
}

.fw-106 {
  font-weight: 106 !important;
}

.fw-107 {
  font-weight: 107 !important;
}

.fw-108 {
  font-weight: 108 !important;
}

.fw-109 {
  font-weight: 109 !important;
}

.fw-110 {
  font-weight: 110 !important;
}

.fw-111 {
  font-weight: 111 !important;
}

.fw-112 {
  font-weight: 112 !important;
}

.fw-113 {
  font-weight: 113 !important;
}

.fw-114 {
  font-weight: 114 !important;
}

.fw-115 {
  font-weight: 115 !important;
}

.fw-116 {
  font-weight: 116 !important;
}

.fw-117 {
  font-weight: 117 !important;
}

.fw-118 {
  font-weight: 118 !important;
}

.fw-119 {
  font-weight: 119 !important;
}

.fw-120 {
  font-weight: 120 !important;
}

.fw-121 {
  font-weight: 121 !important;
}

.fw-122 {
  font-weight: 122 !important;
}

.fw-123 {
  font-weight: 123 !important;
}

.fw-124 {
  font-weight: 124 !important;
}

.fw-125 {
  font-weight: 125 !important;
}

.fw-126 {
  font-weight: 126 !important;
}

.fw-127 {
  font-weight: 127 !important;
}

.fw-128 {
  font-weight: 128 !important;
}

.fw-129 {
  font-weight: 129 !important;
}

.fw-130 {
  font-weight: 130 !important;
}

.fw-131 {
  font-weight: 131 !important;
}

.fw-132 {
  font-weight: 132 !important;
}

.fw-133 {
  font-weight: 133 !important;
}

.fw-134 {
  font-weight: 134 !important;
}

.fw-135 {
  font-weight: 135 !important;
}

.fw-136 {
  font-weight: 136 !important;
}

.fw-137 {
  font-weight: 137 !important;
}

.fw-138 {
  font-weight: 138 !important;
}

.fw-139 {
  font-weight: 139 !important;
}

.fw-140 {
  font-weight: 140 !important;
}

.fw-141 {
  font-weight: 141 !important;
}

.fw-142 {
  font-weight: 142 !important;
}

.fw-143 {
  font-weight: 143 !important;
}

.fw-144 {
  font-weight: 144 !important;
}

.fw-145 {
  font-weight: 145 !important;
}

.fw-146 {
  font-weight: 146 !important;
}

.fw-147 {
  font-weight: 147 !important;
}

.fw-148 {
  font-weight: 148 !important;
}

.fw-149 {
  font-weight: 149 !important;
}

.fw-150 {
  font-weight: 150 !important;
}

.fw-151 {
  font-weight: 151 !important;
}

.fw-152 {
  font-weight: 152 !important;
}

.fw-153 {
  font-weight: 153 !important;
}

.fw-154 {
  font-weight: 154 !important;
}

.fw-155 {
  font-weight: 155 !important;
}

.fw-156 {
  font-weight: 156 !important;
}

.fw-157 {
  font-weight: 157 !important;
}

.fw-158 {
  font-weight: 158 !important;
}

.fw-159 {
  font-weight: 159 !important;
}

.fw-160 {
  font-weight: 160 !important;
}

.fw-161 {
  font-weight: 161 !important;
}

.fw-162 {
  font-weight: 162 !important;
}

.fw-163 {
  font-weight: 163 !important;
}

.fw-164 {
  font-weight: 164 !important;
}

.fw-165 {
  font-weight: 165 !important;
}

.fw-166 {
  font-weight: 166 !important;
}

.fw-167 {
  font-weight: 167 !important;
}

.fw-168 {
  font-weight: 168 !important;
}

.fw-169 {
  font-weight: 169 !important;
}

.fw-170 {
  font-weight: 170 !important;
}

.fw-171 {
  font-weight: 171 !important;
}

.fw-172 {
  font-weight: 172 !important;
}

.fw-173 {
  font-weight: 173 !important;
}

.fw-174 {
  font-weight: 174 !important;
}

.fw-175 {
  font-weight: 175 !important;
}

.fw-176 {
  font-weight: 176 !important;
}

.fw-177 {
  font-weight: 177 !important;
}

.fw-178 {
  font-weight: 178 !important;
}

.fw-179 {
  font-weight: 179 !important;
}

.fw-180 {
  font-weight: 180 !important;
}

.fw-181 {
  font-weight: 181 !important;
}

.fw-182 {
  font-weight: 182 !important;
}

.fw-183 {
  font-weight: 183 !important;
}

.fw-184 {
  font-weight: 184 !important;
}

.fw-185 {
  font-weight: 185 !important;
}

.fw-186 {
  font-weight: 186 !important;
}

.fw-187 {
  font-weight: 187 !important;
}

.fw-188 {
  font-weight: 188 !important;
}

.fw-189 {
  font-weight: 189 !important;
}

.fw-190 {
  font-weight: 190 !important;
}

.fw-191 {
  font-weight: 191 !important;
}

.fw-192 {
  font-weight: 192 !important;
}

.fw-193 {
  font-weight: 193 !important;
}

.fw-194 {
  font-weight: 194 !important;
}

.fw-195 {
  font-weight: 195 !important;
}

.fw-196 {
  font-weight: 196 !important;
}

.fw-197 {
  font-weight: 197 !important;
}

.fw-198 {
  font-weight: 198 !important;
}

.fw-199 {
  font-weight: 199 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-201 {
  font-weight: 201 !important;
}

.fw-202 {
  font-weight: 202 !important;
}

.fw-203 {
  font-weight: 203 !important;
}

.fw-204 {
  font-weight: 204 !important;
}

.fw-205 {
  font-weight: 205 !important;
}

.fw-206 {
  font-weight: 206 !important;
}

.fw-207 {
  font-weight: 207 !important;
}

.fw-208 {
  font-weight: 208 !important;
}

.fw-209 {
  font-weight: 209 !important;
}

.fw-210 {
  font-weight: 210 !important;
}

.fw-211 {
  font-weight: 211 !important;
}

.fw-212 {
  font-weight: 212 !important;
}

.fw-213 {
  font-weight: 213 !important;
}

.fw-214 {
  font-weight: 214 !important;
}

.fw-215 {
  font-weight: 215 !important;
}

.fw-216 {
  font-weight: 216 !important;
}

.fw-217 {
  font-weight: 217 !important;
}

.fw-218 {
  font-weight: 218 !important;
}

.fw-219 {
  font-weight: 219 !important;
}

.fw-220 {
  font-weight: 220 !important;
}

.fw-221 {
  font-weight: 221 !important;
}

.fw-222 {
  font-weight: 222 !important;
}

.fw-223 {
  font-weight: 223 !important;
}

.fw-224 {
  font-weight: 224 !important;
}

.fw-225 {
  font-weight: 225 !important;
}

.fw-226 {
  font-weight: 226 !important;
}

.fw-227 {
  font-weight: 227 !important;
}

.fw-228 {
  font-weight: 228 !important;
}

.fw-229 {
  font-weight: 229 !important;
}

.fw-230 {
  font-weight: 230 !important;
}

.fw-231 {
  font-weight: 231 !important;
}

.fw-232 {
  font-weight: 232 !important;
}

.fw-233 {
  font-weight: 233 !important;
}

.fw-234 {
  font-weight: 234 !important;
}

.fw-235 {
  font-weight: 235 !important;
}

.fw-236 {
  font-weight: 236 !important;
}

.fw-237 {
  font-weight: 237 !important;
}

.fw-238 {
  font-weight: 238 !important;
}

.fw-239 {
  font-weight: 239 !important;
}

.fw-240 {
  font-weight: 240 !important;
}

.fw-241 {
  font-weight: 241 !important;
}

.fw-242 {
  font-weight: 242 !important;
}

.fw-243 {
  font-weight: 243 !important;
}

.fw-244 {
  font-weight: 244 !important;
}

.fw-245 {
  font-weight: 245 !important;
}

.fw-246 {
  font-weight: 246 !important;
}

.fw-247 {
  font-weight: 247 !important;
}

.fw-248 {
  font-weight: 248 !important;
}

.fw-249 {
  font-weight: 249 !important;
}

.fw-250 {
  font-weight: 250 !important;
}

.fw-251 {
  font-weight: 251 !important;
}

.fw-252 {
  font-weight: 252 !important;
}

.fw-253 {
  font-weight: 253 !important;
}

.fw-254 {
  font-weight: 254 !important;
}

.fw-255 {
  font-weight: 255 !important;
}

.fw-256 {
  font-weight: 256 !important;
}

.fw-257 {
  font-weight: 257 !important;
}

.fw-258 {
  font-weight: 258 !important;
}

.fw-259 {
  font-weight: 259 !important;
}

.fw-260 {
  font-weight: 260 !important;
}

.fw-261 {
  font-weight: 261 !important;
}

.fw-262 {
  font-weight: 262 !important;
}

.fw-263 {
  font-weight: 263 !important;
}

.fw-264 {
  font-weight: 264 !important;
}

.fw-265 {
  font-weight: 265 !important;
}

.fw-266 {
  font-weight: 266 !important;
}

.fw-267 {
  font-weight: 267 !important;
}

.fw-268 {
  font-weight: 268 !important;
}

.fw-269 {
  font-weight: 269 !important;
}

.fw-270 {
  font-weight: 270 !important;
}

.fw-271 {
  font-weight: 271 !important;
}

.fw-272 {
  font-weight: 272 !important;
}

.fw-273 {
  font-weight: 273 !important;
}

.fw-274 {
  font-weight: 274 !important;
}

.fw-275 {
  font-weight: 275 !important;
}

.fw-276 {
  font-weight: 276 !important;
}

.fw-277 {
  font-weight: 277 !important;
}

.fw-278 {
  font-weight: 278 !important;
}

.fw-279 {
  font-weight: 279 !important;
}

.fw-280 {
  font-weight: 280 !important;
}

.fw-281 {
  font-weight: 281 !important;
}

.fw-282 {
  font-weight: 282 !important;
}

.fw-283 {
  font-weight: 283 !important;
}

.fw-284 {
  font-weight: 284 !important;
}

.fw-285 {
  font-weight: 285 !important;
}

.fw-286 {
  font-weight: 286 !important;
}

.fw-287 {
  font-weight: 287 !important;
}

.fw-288 {
  font-weight: 288 !important;
}

.fw-289 {
  font-weight: 289 !important;
}

.fw-290 {
  font-weight: 290 !important;
}

.fw-291 {
  font-weight: 291 !important;
}

.fw-292 {
  font-weight: 292 !important;
}

.fw-293 {
  font-weight: 293 !important;
}

.fw-294 {
  font-weight: 294 !important;
}

.fw-295 {
  font-weight: 295 !important;
}

.fw-296 {
  font-weight: 296 !important;
}

.fw-297 {
  font-weight: 297 !important;
}

.fw-298 {
  font-weight: 298 !important;
}

.fw-299 {
  font-weight: 299 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-301 {
  font-weight: 301 !important;
}

.fw-302 {
  font-weight: 302 !important;
}

.fw-303 {
  font-weight: 303 !important;
}

.fw-304 {
  font-weight: 304 !important;
}

.fw-305 {
  font-weight: 305 !important;
}

.fw-306 {
  font-weight: 306 !important;
}

.fw-307 {
  font-weight: 307 !important;
}

.fw-308 {
  font-weight: 308 !important;
}

.fw-309 {
  font-weight: 309 !important;
}

.fw-310 {
  font-weight: 310 !important;
}

.fw-311 {
  font-weight: 311 !important;
}

.fw-312 {
  font-weight: 312 !important;
}

.fw-313 {
  font-weight: 313 !important;
}

.fw-314 {
  font-weight: 314 !important;
}

.fw-315 {
  font-weight: 315 !important;
}

.fw-316 {
  font-weight: 316 !important;
}

.fw-317 {
  font-weight: 317 !important;
}

.fw-318 {
  font-weight: 318 !important;
}

.fw-319 {
  font-weight: 319 !important;
}

.fw-320 {
  font-weight: 320 !important;
}

.fw-321 {
  font-weight: 321 !important;
}

.fw-322 {
  font-weight: 322 !important;
}

.fw-323 {
  font-weight: 323 !important;
}

.fw-324 {
  font-weight: 324 !important;
}

.fw-325 {
  font-weight: 325 !important;
}

.fw-326 {
  font-weight: 326 !important;
}

.fw-327 {
  font-weight: 327 !important;
}

.fw-328 {
  font-weight: 328 !important;
}

.fw-329 {
  font-weight: 329 !important;
}

.fw-330 {
  font-weight: 330 !important;
}

.fw-331 {
  font-weight: 331 !important;
}

.fw-332 {
  font-weight: 332 !important;
}

.fw-333 {
  font-weight: 333 !important;
}

.fw-334 {
  font-weight: 334 !important;
}

.fw-335 {
  font-weight: 335 !important;
}

.fw-336 {
  font-weight: 336 !important;
}

.fw-337 {
  font-weight: 337 !important;
}

.fw-338 {
  font-weight: 338 !important;
}

.fw-339 {
  font-weight: 339 !important;
}

.fw-340 {
  font-weight: 340 !important;
}

.fw-341 {
  font-weight: 341 !important;
}

.fw-342 {
  font-weight: 342 !important;
}

.fw-343 {
  font-weight: 343 !important;
}

.fw-344 {
  font-weight: 344 !important;
}

.fw-345 {
  font-weight: 345 !important;
}

.fw-346 {
  font-weight: 346 !important;
}

.fw-347 {
  font-weight: 347 !important;
}

.fw-348 {
  font-weight: 348 !important;
}

.fw-349 {
  font-weight: 349 !important;
}

.fw-350 {
  font-weight: 350 !important;
}

.fw-351 {
  font-weight: 351 !important;
}

.fw-352 {
  font-weight: 352 !important;
}

.fw-353 {
  font-weight: 353 !important;
}

.fw-354 {
  font-weight: 354 !important;
}

.fw-355 {
  font-weight: 355 !important;
}

.fw-356 {
  font-weight: 356 !important;
}

.fw-357 {
  font-weight: 357 !important;
}

.fw-358 {
  font-weight: 358 !important;
}

.fw-359 {
  font-weight: 359 !important;
}

.fw-360 {
  font-weight: 360 !important;
}

.fw-361 {
  font-weight: 361 !important;
}

.fw-362 {
  font-weight: 362 !important;
}

.fw-363 {
  font-weight: 363 !important;
}

.fw-364 {
  font-weight: 364 !important;
}

.fw-365 {
  font-weight: 365 !important;
}

.fw-366 {
  font-weight: 366 !important;
}

.fw-367 {
  font-weight: 367 !important;
}

.fw-368 {
  font-weight: 368 !important;
}

.fw-369 {
  font-weight: 369 !important;
}

.fw-370 {
  font-weight: 370 !important;
}

.fw-371 {
  font-weight: 371 !important;
}

.fw-372 {
  font-weight: 372 !important;
}

.fw-373 {
  font-weight: 373 !important;
}

.fw-374 {
  font-weight: 374 !important;
}

.fw-375 {
  font-weight: 375 !important;
}

.fw-376 {
  font-weight: 376 !important;
}

.fw-377 {
  font-weight: 377 !important;
}

.fw-378 {
  font-weight: 378 !important;
}

.fw-379 {
  font-weight: 379 !important;
}

.fw-380 {
  font-weight: 380 !important;
}

.fw-381 {
  font-weight: 381 !important;
}

.fw-382 {
  font-weight: 382 !important;
}

.fw-383 {
  font-weight: 383 !important;
}

.fw-384 {
  font-weight: 384 !important;
}

.fw-385 {
  font-weight: 385 !important;
}

.fw-386 {
  font-weight: 386 !important;
}

.fw-387 {
  font-weight: 387 !important;
}

.fw-388 {
  font-weight: 388 !important;
}

.fw-389 {
  font-weight: 389 !important;
}

.fw-390 {
  font-weight: 390 !important;
}

.fw-391 {
  font-weight: 391 !important;
}

.fw-392 {
  font-weight: 392 !important;
}

.fw-393 {
  font-weight: 393 !important;
}

.fw-394 {
  font-weight: 394 !important;
}

.fw-395 {
  font-weight: 395 !important;
}

.fw-396 {
  font-weight: 396 !important;
}

.fw-397 {
  font-weight: 397 !important;
}

.fw-398 {
  font-weight: 398 !important;
}

.fw-399 {
  font-weight: 399 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-401 {
  font-weight: 401 !important;
}

.fw-402 {
  font-weight: 402 !important;
}

.fw-403 {
  font-weight: 403 !important;
}

.fw-404 {
  font-weight: 404 !important;
}

.fw-405 {
  font-weight: 405 !important;
}

.fw-406 {
  font-weight: 406 !important;
}

.fw-407 {
  font-weight: 407 !important;
}

.fw-408 {
  font-weight: 408 !important;
}

.fw-409 {
  font-weight: 409 !important;
}

.fw-410 {
  font-weight: 410 !important;
}

.fw-411 {
  font-weight: 411 !important;
}

.fw-412 {
  font-weight: 412 !important;
}

.fw-413 {
  font-weight: 413 !important;
}

.fw-414 {
  font-weight: 414 !important;
}

.fw-415 {
  font-weight: 415 !important;
}

.fw-416 {
  font-weight: 416 !important;
}

.fw-417 {
  font-weight: 417 !important;
}

.fw-418 {
  font-weight: 418 !important;
}

.fw-419 {
  font-weight: 419 !important;
}

.fw-420 {
  font-weight: 420 !important;
}

.fw-421 {
  font-weight: 421 !important;
}

.fw-422 {
  font-weight: 422 !important;
}

.fw-423 {
  font-weight: 423 !important;
}

.fw-424 {
  font-weight: 424 !important;
}

.fw-425 {
  font-weight: 425 !important;
}

.fw-426 {
  font-weight: 426 !important;
}

.fw-427 {
  font-weight: 427 !important;
}

.fw-428 {
  font-weight: 428 !important;
}

.fw-429 {
  font-weight: 429 !important;
}

.fw-430 {
  font-weight: 430 !important;
}

.fw-431 {
  font-weight: 431 !important;
}

.fw-432 {
  font-weight: 432 !important;
}

.fw-433 {
  font-weight: 433 !important;
}

.fw-434 {
  font-weight: 434 !important;
}

.fw-435 {
  font-weight: 435 !important;
}

.fw-436 {
  font-weight: 436 !important;
}

.fw-437 {
  font-weight: 437 !important;
}

.fw-438 {
  font-weight: 438 !important;
}

.fw-439 {
  font-weight: 439 !important;
}

.fw-440 {
  font-weight: 440 !important;
}

.fw-441 {
  font-weight: 441 !important;
}

.fw-442 {
  font-weight: 442 !important;
}

.fw-443 {
  font-weight: 443 !important;
}

.fw-444 {
  font-weight: 444 !important;
}

.fw-445 {
  font-weight: 445 !important;
}

.fw-446 {
  font-weight: 446 !important;
}

.fw-447 {
  font-weight: 447 !important;
}

.fw-448 {
  font-weight: 448 !important;
}

.fw-449 {
  font-weight: 449 !important;
}

.fw-450 {
  font-weight: 450 !important;
}

.fw-451 {
  font-weight: 451 !important;
}

.fw-452 {
  font-weight: 452 !important;
}

.fw-453 {
  font-weight: 453 !important;
}

.fw-454 {
  font-weight: 454 !important;
}

.fw-455 {
  font-weight: 455 !important;
}

.fw-456 {
  font-weight: 456 !important;
}

.fw-457 {
  font-weight: 457 !important;
}

.fw-458 {
  font-weight: 458 !important;
}

.fw-459 {
  font-weight: 459 !important;
}

.fw-460 {
  font-weight: 460 !important;
}

.fw-461 {
  font-weight: 461 !important;
}

.fw-462 {
  font-weight: 462 !important;
}

.fw-463 {
  font-weight: 463 !important;
}

.fw-464 {
  font-weight: 464 !important;
}

.fw-465 {
  font-weight: 465 !important;
}

.fw-466 {
  font-weight: 466 !important;
}

.fw-467 {
  font-weight: 467 !important;
}

.fw-468 {
  font-weight: 468 !important;
}

.fw-469 {
  font-weight: 469 !important;
}

.fw-470 {
  font-weight: 470 !important;
}

.fw-471 {
  font-weight: 471 !important;
}

.fw-472 {
  font-weight: 472 !important;
}

.fw-473 {
  font-weight: 473 !important;
}

.fw-474 {
  font-weight: 474 !important;
}

.fw-475 {
  font-weight: 475 !important;
}

.fw-476 {
  font-weight: 476 !important;
}

.fw-477 {
  font-weight: 477 !important;
}

.fw-478 {
  font-weight: 478 !important;
}

.fw-479 {
  font-weight: 479 !important;
}

.fw-480 {
  font-weight: 480 !important;
}

.fw-481 {
  font-weight: 481 !important;
}

.fw-482 {
  font-weight: 482 !important;
}

.fw-483 {
  font-weight: 483 !important;
}

.fw-484 {
  font-weight: 484 !important;
}

.fw-485 {
  font-weight: 485 !important;
}

.fw-486 {
  font-weight: 486 !important;
}

.fw-487 {
  font-weight: 487 !important;
}

.fw-488 {
  font-weight: 488 !important;
}

.fw-489 {
  font-weight: 489 !important;
}

.fw-490 {
  font-weight: 490 !important;
}

.fw-491 {
  font-weight: 491 !important;
}

.fw-492 {
  font-weight: 492 !important;
}

.fw-493 {
  font-weight: 493 !important;
}

.fw-494 {
  font-weight: 494 !important;
}

.fw-495 {
  font-weight: 495 !important;
}

.fw-496 {
  font-weight: 496 !important;
}

.fw-497 {
  font-weight: 497 !important;
}

.fw-498 {
  font-weight: 498 !important;
}

.fw-499 {
  font-weight: 499 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-501 {
  font-weight: 501 !important;
}

.fw-502 {
  font-weight: 502 !important;
}

.fw-503 {
  font-weight: 503 !important;
}

.fw-504 {
  font-weight: 504 !important;
}

.fw-505 {
  font-weight: 505 !important;
}

.fw-506 {
  font-weight: 506 !important;
}

.fw-507 {
  font-weight: 507 !important;
}

.fw-508 {
  font-weight: 508 !important;
}

.fw-509 {
  font-weight: 509 !important;
}

.fw-510 {
  font-weight: 510 !important;
}

.fw-511 {
  font-weight: 511 !important;
}

.fw-512 {
  font-weight: 512 !important;
}

.fw-513 {
  font-weight: 513 !important;
}

.fw-514 {
  font-weight: 514 !important;
}

.fw-515 {
  font-weight: 515 !important;
}

.fw-516 {
  font-weight: 516 !important;
}

.fw-517 {
  font-weight: 517 !important;
}

.fw-518 {
  font-weight: 518 !important;
}

.fw-519 {
  font-weight: 519 !important;
}

.fw-520 {
  font-weight: 520 !important;
}

.fw-521 {
  font-weight: 521 !important;
}

.fw-522 {
  font-weight: 522 !important;
}

.fw-523 {
  font-weight: 523 !important;
}

.fw-524 {
  font-weight: 524 !important;
}

.fw-525 {
  font-weight: 525 !important;
}

.fw-526 {
  font-weight: 526 !important;
}

.fw-527 {
  font-weight: 527 !important;
}

.fw-528 {
  font-weight: 528 !important;
}

.fw-529 {
  font-weight: 529 !important;
}

.fw-530 {
  font-weight: 530 !important;
}

.fw-531 {
  font-weight: 531 !important;
}

.fw-532 {
  font-weight: 532 !important;
}

.fw-533 {
  font-weight: 533 !important;
}

.fw-534 {
  font-weight: 534 !important;
}

.fw-535 {
  font-weight: 535 !important;
}

.fw-536 {
  font-weight: 536 !important;
}

.fw-537 {
  font-weight: 537 !important;
}

.fw-538 {
  font-weight: 538 !important;
}

.fw-539 {
  font-weight: 539 !important;
}

.fw-540 {
  font-weight: 540 !important;
}

.fw-541 {
  font-weight: 541 !important;
}

.fw-542 {
  font-weight: 542 !important;
}

.fw-543 {
  font-weight: 543 !important;
}

.fw-544 {
  font-weight: 544 !important;
}

.fw-545 {
  font-weight: 545 !important;
}

.fw-546 {
  font-weight: 546 !important;
}

.fw-547 {
  font-weight: 547 !important;
}

.fw-548 {
  font-weight: 548 !important;
}

.fw-549 {
  font-weight: 549 !important;
}

.fw-550 {
  font-weight: 550 !important;
}

.fw-551 {
  font-weight: 551 !important;
}

.fw-552 {
  font-weight: 552 !important;
}

.fw-553 {
  font-weight: 553 !important;
}

.fw-554 {
  font-weight: 554 !important;
}

.fw-555 {
  font-weight: 555 !important;
}

.fw-556 {
  font-weight: 556 !important;
}

.fw-557 {
  font-weight: 557 !important;
}

.fw-558 {
  font-weight: 558 !important;
}

.fw-559 {
  font-weight: 559 !important;
}

.fw-560 {
  font-weight: 560 !important;
}

.fw-561 {
  font-weight: 561 !important;
}

.fw-562 {
  font-weight: 562 !important;
}

.fw-563 {
  font-weight: 563 !important;
}

.fw-564 {
  font-weight: 564 !important;
}

.fw-565 {
  font-weight: 565 !important;
}

.fw-566 {
  font-weight: 566 !important;
}

.fw-567 {
  font-weight: 567 !important;
}

.fw-568 {
  font-weight: 568 !important;
}

.fw-569 {
  font-weight: 569 !important;
}

.fw-570 {
  font-weight: 570 !important;
}

.fw-571 {
  font-weight: 571 !important;
}

.fw-572 {
  font-weight: 572 !important;
}

.fw-573 {
  font-weight: 573 !important;
}

.fw-574 {
  font-weight: 574 !important;
}

.fw-575 {
  font-weight: 575 !important;
}

.fw-576 {
  font-weight: 576 !important;
}

.fw-577 {
  font-weight: 577 !important;
}

.fw-578 {
  font-weight: 578 !important;
}

.fw-579 {
  font-weight: 579 !important;
}

.fw-580 {
  font-weight: 580 !important;
}

.fw-581 {
  font-weight: 581 !important;
}

.fw-582 {
  font-weight: 582 !important;
}

.fw-583 {
  font-weight: 583 !important;
}

.fw-584 {
  font-weight: 584 !important;
}

.fw-585 {
  font-weight: 585 !important;
}

.fw-586 {
  font-weight: 586 !important;
}

.fw-587 {
  font-weight: 587 !important;
}

.fw-588 {
  font-weight: 588 !important;
}

.fw-589 {
  font-weight: 589 !important;
}

.fw-590 {
  font-weight: 590 !important;
}

.fw-591 {
  font-weight: 591 !important;
}

.fw-592 {
  font-weight: 592 !important;
}

.fw-593 {
  font-weight: 593 !important;
}

.fw-594 {
  font-weight: 594 !important;
}

.fw-595 {
  font-weight: 595 !important;
}

.fw-596 {
  font-weight: 596 !important;
}

.fw-597 {
  font-weight: 597 !important;
}

.fw-598 {
  font-weight: 598 !important;
}

.fw-599 {
  font-weight: 599 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-601 {
  font-weight: 601 !important;
}

.fw-602 {
  font-weight: 602 !important;
}

.fw-603 {
  font-weight: 603 !important;
}

.fw-604 {
  font-weight: 604 !important;
}

.fw-605 {
  font-weight: 605 !important;
}

.fw-606 {
  font-weight: 606 !important;
}

.fw-607 {
  font-weight: 607 !important;
}

.fw-608 {
  font-weight: 608 !important;
}

.fw-609 {
  font-weight: 609 !important;
}

.fw-610 {
  font-weight: 610 !important;
}

.fw-611 {
  font-weight: 611 !important;
}

.fw-612 {
  font-weight: 612 !important;
}

.fw-613 {
  font-weight: 613 !important;
}

.fw-614 {
  font-weight: 614 !important;
}

.fw-615 {
  font-weight: 615 !important;
}

.fw-616 {
  font-weight: 616 !important;
}

.fw-617 {
  font-weight: 617 !important;
}

.fw-618 {
  font-weight: 618 !important;
}

.fw-619 {
  font-weight: 619 !important;
}

.fw-620 {
  font-weight: 620 !important;
}

.fw-621 {
  font-weight: 621 !important;
}

.fw-622 {
  font-weight: 622 !important;
}

.fw-623 {
  font-weight: 623 !important;
}

.fw-624 {
  font-weight: 624 !important;
}

.fw-625 {
  font-weight: 625 !important;
}

.fw-626 {
  font-weight: 626 !important;
}

.fw-627 {
  font-weight: 627 !important;
}

.fw-628 {
  font-weight: 628 !important;
}

.fw-629 {
  font-weight: 629 !important;
}

.fw-630 {
  font-weight: 630 !important;
}

.fw-631 {
  font-weight: 631 !important;
}

.fw-632 {
  font-weight: 632 !important;
}

.fw-633 {
  font-weight: 633 !important;
}

.fw-634 {
  font-weight: 634 !important;
}

.fw-635 {
  font-weight: 635 !important;
}

.fw-636 {
  font-weight: 636 !important;
}

.fw-637 {
  font-weight: 637 !important;
}

.fw-638 {
  font-weight: 638 !important;
}

.fw-639 {
  font-weight: 639 !important;
}

.fw-640 {
  font-weight: 640 !important;
}

.fw-641 {
  font-weight: 641 !important;
}

.fw-642 {
  font-weight: 642 !important;
}

.fw-643 {
  font-weight: 643 !important;
}

.fw-644 {
  font-weight: 644 !important;
}

.fw-645 {
  font-weight: 645 !important;
}

.fw-646 {
  font-weight: 646 !important;
}

.fw-647 {
  font-weight: 647 !important;
}

.fw-648 {
  font-weight: 648 !important;
}

.fw-649 {
  font-weight: 649 !important;
}

.fw-650 {
  font-weight: 650 !important;
}

.fw-651 {
  font-weight: 651 !important;
}

.fw-652 {
  font-weight: 652 !important;
}

.fw-653 {
  font-weight: 653 !important;
}

.fw-654 {
  font-weight: 654 !important;
}

.fw-655 {
  font-weight: 655 !important;
}

.fw-656 {
  font-weight: 656 !important;
}

.fw-657 {
  font-weight: 657 !important;
}

.fw-658 {
  font-weight: 658 !important;
}

.fw-659 {
  font-weight: 659 !important;
}

.fw-660 {
  font-weight: 660 !important;
}

.fw-661 {
  font-weight: 661 !important;
}

.fw-662 {
  font-weight: 662 !important;
}

.fw-663 {
  font-weight: 663 !important;
}

.fw-664 {
  font-weight: 664 !important;
}

.fw-665 {
  font-weight: 665 !important;
}

.fw-666 {
  font-weight: 666 !important;
}

.fw-667 {
  font-weight: 667 !important;
}

.fw-668 {
  font-weight: 668 !important;
}

.fw-669 {
  font-weight: 669 !important;
}

.fw-670 {
  font-weight: 670 !important;
}

.fw-671 {
  font-weight: 671 !important;
}

.fw-672 {
  font-weight: 672 !important;
}

.fw-673 {
  font-weight: 673 !important;
}

.fw-674 {
  font-weight: 674 !important;
}

.fw-675 {
  font-weight: 675 !important;
}

.fw-676 {
  font-weight: 676 !important;
}

.fw-677 {
  font-weight: 677 !important;
}

.fw-678 {
  font-weight: 678 !important;
}

.fw-679 {
  font-weight: 679 !important;
}

.fw-680 {
  font-weight: 680 !important;
}

.fw-681 {
  font-weight: 681 !important;
}

.fw-682 {
  font-weight: 682 !important;
}

.fw-683 {
  font-weight: 683 !important;
}

.fw-684 {
  font-weight: 684 !important;
}

.fw-685 {
  font-weight: 685 !important;
}

.fw-686 {
  font-weight: 686 !important;
}

.fw-687 {
  font-weight: 687 !important;
}

.fw-688 {
  font-weight: 688 !important;
}

.fw-689 {
  font-weight: 689 !important;
}

.fw-690 {
  font-weight: 690 !important;
}

.fw-691 {
  font-weight: 691 !important;
}

.fw-692 {
  font-weight: 692 !important;
}

.fw-693 {
  font-weight: 693 !important;
}

.fw-694 {
  font-weight: 694 !important;
}

.fw-695 {
  font-weight: 695 !important;
}

.fw-696 {
  font-weight: 696 !important;
}

.fw-697 {
  font-weight: 697 !important;
}

.fw-698 {
  font-weight: 698 !important;
}

.fw-699 {
  font-weight: 699 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-701 {
  font-weight: 701 !important;
}

.fw-702 {
  font-weight: 702 !important;
}

.fw-703 {
  font-weight: 703 !important;
}

.fw-704 {
  font-weight: 704 !important;
}

.fw-705 {
  font-weight: 705 !important;
}

.fw-706 {
  font-weight: 706 !important;
}

.fw-707 {
  font-weight: 707 !important;
}

.fw-708 {
  font-weight: 708 !important;
}

.fw-709 {
  font-weight: 709 !important;
}

.fw-710 {
  font-weight: 710 !important;
}

.fw-711 {
  font-weight: 711 !important;
}

.fw-712 {
  font-weight: 712 !important;
}

.fw-713 {
  font-weight: 713 !important;
}

.fw-714 {
  font-weight: 714 !important;
}

.fw-715 {
  font-weight: 715 !important;
}

.fw-716 {
  font-weight: 716 !important;
}

.fw-717 {
  font-weight: 717 !important;
}

.fw-718 {
  font-weight: 718 !important;
}

.fw-719 {
  font-weight: 719 !important;
}

.fw-720 {
  font-weight: 720 !important;
}

.fw-721 {
  font-weight: 721 !important;
}

.fw-722 {
  font-weight: 722 !important;
}

.fw-723 {
  font-weight: 723 !important;
}

.fw-724 {
  font-weight: 724 !important;
}

.fw-725 {
  font-weight: 725 !important;
}

.fw-726 {
  font-weight: 726 !important;
}

.fw-727 {
  font-weight: 727 !important;
}

.fw-728 {
  font-weight: 728 !important;
}

.fw-729 {
  font-weight: 729 !important;
}

.fw-730 {
  font-weight: 730 !important;
}

.fw-731 {
  font-weight: 731 !important;
}

.fw-732 {
  font-weight: 732 !important;
}

.fw-733 {
  font-weight: 733 !important;
}

.fw-734 {
  font-weight: 734 !important;
}

.fw-735 {
  font-weight: 735 !important;
}

.fw-736 {
  font-weight: 736 !important;
}

.fw-737 {
  font-weight: 737 !important;
}

.fw-738 {
  font-weight: 738 !important;
}

.fw-739 {
  font-weight: 739 !important;
}

.fw-740 {
  font-weight: 740 !important;
}

.fw-741 {
  font-weight: 741 !important;
}

.fw-742 {
  font-weight: 742 !important;
}

.fw-743 {
  font-weight: 743 !important;
}

.fw-744 {
  font-weight: 744 !important;
}

.fw-745 {
  font-weight: 745 !important;
}

.fw-746 {
  font-weight: 746 !important;
}

.fw-747 {
  font-weight: 747 !important;
}

.fw-748 {
  font-weight: 748 !important;
}

.fw-749 {
  font-weight: 749 !important;
}

.fw-750 {
  font-weight: 750 !important;
}

.fw-751 {
  font-weight: 751 !important;
}

.fw-752 {
  font-weight: 752 !important;
}

.fw-753 {
  font-weight: 753 !important;
}

.fw-754 {
  font-weight: 754 !important;
}

.fw-755 {
  font-weight: 755 !important;
}

.fw-756 {
  font-weight: 756 !important;
}

.fw-757 {
  font-weight: 757 !important;
}

.fw-758 {
  font-weight: 758 !important;
}

.fw-759 {
  font-weight: 759 !important;
}

.fw-760 {
  font-weight: 760 !important;
}

.fw-761 {
  font-weight: 761 !important;
}

.fw-762 {
  font-weight: 762 !important;
}

.fw-763 {
  font-weight: 763 !important;
}

.fw-764 {
  font-weight: 764 !important;
}

.fw-765 {
  font-weight: 765 !important;
}

.fw-766 {
  font-weight: 766 !important;
}

.fw-767 {
  font-weight: 767 !important;
}

.fw-768 {
  font-weight: 768 !important;
}

.fw-769 {
  font-weight: 769 !important;
}

.fw-770 {
  font-weight: 770 !important;
}

.fw-771 {
  font-weight: 771 !important;
}

.fw-772 {
  font-weight: 772 !important;
}

.fw-773 {
  font-weight: 773 !important;
}

.fw-774 {
  font-weight: 774 !important;
}

.fw-775 {
  font-weight: 775 !important;
}

.fw-776 {
  font-weight: 776 !important;
}

.fw-777 {
  font-weight: 777 !important;
}

.fw-778 {
  font-weight: 778 !important;
}

.fw-779 {
  font-weight: 779 !important;
}

.fw-780 {
  font-weight: 780 !important;
}

.fw-781 {
  font-weight: 781 !important;
}

.fw-782 {
  font-weight: 782 !important;
}

.fw-783 {
  font-weight: 783 !important;
}

.fw-784 {
  font-weight: 784 !important;
}

.fw-785 {
  font-weight: 785 !important;
}

.fw-786 {
  font-weight: 786 !important;
}

.fw-787 {
  font-weight: 787 !important;
}

.fw-788 {
  font-weight: 788 !important;
}

.fw-789 {
  font-weight: 789 !important;
}

.fw-790 {
  font-weight: 790 !important;
}

.fw-791 {
  font-weight: 791 !important;
}

.fw-792 {
  font-weight: 792 !important;
}

.fw-793 {
  font-weight: 793 !important;
}

.fw-794 {
  font-weight: 794 !important;
}

.fw-795 {
  font-weight: 795 !important;
}

.fw-796 {
  font-weight: 796 !important;
}

.fw-797 {
  font-weight: 797 !important;
}

.fw-798 {
  font-weight: 798 !important;
}

.fw-799 {
  font-weight: 799 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-801 {
  font-weight: 801 !important;
}

.fw-802 {
  font-weight: 802 !important;
}

.fw-803 {
  font-weight: 803 !important;
}

.fw-804 {
  font-weight: 804 !important;
}

.fw-805 {
  font-weight: 805 !important;
}

.fw-806 {
  font-weight: 806 !important;
}

.fw-807 {
  font-weight: 807 !important;
}

.fw-808 {
  font-weight: 808 !important;
}

.fw-809 {
  font-weight: 809 !important;
}

.fw-810 {
  font-weight: 810 !important;
}

.fw-811 {
  font-weight: 811 !important;
}

.fw-812 {
  font-weight: 812 !important;
}

.fw-813 {
  font-weight: 813 !important;
}

.fw-814 {
  font-weight: 814 !important;
}

.fw-815 {
  font-weight: 815 !important;
}

.fw-816 {
  font-weight: 816 !important;
}

.fw-817 {
  font-weight: 817 !important;
}

.fw-818 {
  font-weight: 818 !important;
}

.fw-819 {
  font-weight: 819 !important;
}

.fw-820 {
  font-weight: 820 !important;
}

.fw-821 {
  font-weight: 821 !important;
}

.fw-822 {
  font-weight: 822 !important;
}

.fw-823 {
  font-weight: 823 !important;
}

.fw-824 {
  font-weight: 824 !important;
}

.fw-825 {
  font-weight: 825 !important;
}

.fw-826 {
  font-weight: 826 !important;
}

.fw-827 {
  font-weight: 827 !important;
}

.fw-828 {
  font-weight: 828 !important;
}

.fw-829 {
  font-weight: 829 !important;
}

.fw-830 {
  font-weight: 830 !important;
}

.fw-831 {
  font-weight: 831 !important;
}

.fw-832 {
  font-weight: 832 !important;
}

.fw-833 {
  font-weight: 833 !important;
}

.fw-834 {
  font-weight: 834 !important;
}

.fw-835 {
  font-weight: 835 !important;
}

.fw-836 {
  font-weight: 836 !important;
}

.fw-837 {
  font-weight: 837 !important;
}

.fw-838 {
  font-weight: 838 !important;
}

.fw-839 {
  font-weight: 839 !important;
}

.fw-840 {
  font-weight: 840 !important;
}

.fw-841 {
  font-weight: 841 !important;
}

.fw-842 {
  font-weight: 842 !important;
}

.fw-843 {
  font-weight: 843 !important;
}

.fw-844 {
  font-weight: 844 !important;
}

.fw-845 {
  font-weight: 845 !important;
}

.fw-846 {
  font-weight: 846 !important;
}

.fw-847 {
  font-weight: 847 !important;
}

.fw-848 {
  font-weight: 848 !important;
}

.fw-849 {
  font-weight: 849 !important;
}

.fw-850 {
  font-weight: 850 !important;
}

.fw-851 {
  font-weight: 851 !important;
}

.fw-852 {
  font-weight: 852 !important;
}

.fw-853 {
  font-weight: 853 !important;
}

.fw-854 {
  font-weight: 854 !important;
}

.fw-855 {
  font-weight: 855 !important;
}

.fw-856 {
  font-weight: 856 !important;
}

.fw-857 {
  font-weight: 857 !important;
}

.fw-858 {
  font-weight: 858 !important;
}

.fw-859 {
  font-weight: 859 !important;
}

.fw-860 {
  font-weight: 860 !important;
}

.fw-861 {
  font-weight: 861 !important;
}

.fw-862 {
  font-weight: 862 !important;
}

.fw-863 {
  font-weight: 863 !important;
}

.fw-864 {
  font-weight: 864 !important;
}

.fw-865 {
  font-weight: 865 !important;
}

.fw-866 {
  font-weight: 866 !important;
}

.fw-867 {
  font-weight: 867 !important;
}

.fw-868 {
  font-weight: 868 !important;
}

.fw-869 {
  font-weight: 869 !important;
}

.fw-870 {
  font-weight: 870 !important;
}

.fw-871 {
  font-weight: 871 !important;
}

.fw-872 {
  font-weight: 872 !important;
}

.fw-873 {
  font-weight: 873 !important;
}

.fw-874 {
  font-weight: 874 !important;
}

.fw-875 {
  font-weight: 875 !important;
}

.fw-876 {
  font-weight: 876 !important;
}

.fw-877 {
  font-weight: 877 !important;
}

.fw-878 {
  font-weight: 878 !important;
}

.fw-879 {
  font-weight: 879 !important;
}

.fw-880 {
  font-weight: 880 !important;
}

.fw-881 {
  font-weight: 881 !important;
}

.fw-882 {
  font-weight: 882 !important;
}

.fw-883 {
  font-weight: 883 !important;
}

.fw-884 {
  font-weight: 884 !important;
}

.fw-885 {
  font-weight: 885 !important;
}

.fw-886 {
  font-weight: 886 !important;
}

.fw-887 {
  font-weight: 887 !important;
}

.fw-888 {
  font-weight: 888 !important;
}

.fw-889 {
  font-weight: 889 !important;
}

.fw-890 {
  font-weight: 890 !important;
}

.fw-891 {
  font-weight: 891 !important;
}

.fw-892 {
  font-weight: 892 !important;
}

.fw-893 {
  font-weight: 893 !important;
}

.fw-894 {
  font-weight: 894 !important;
}

.fw-895 {
  font-weight: 895 !important;
}

.fw-896 {
  font-weight: 896 !important;
}

.fw-897 {
  font-weight: 897 !important;
}

.fw-898 {
  font-weight: 898 !important;
}

.fw-899 {
  font-weight: 899 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-901 {
  font-weight: 901 !important;
}

.fw-902 {
  font-weight: 902 !important;
}

.fw-903 {
  font-weight: 903 !important;
}

.fw-904 {
  font-weight: 904 !important;
}

.fw-905 {
  font-weight: 905 !important;
}

.fw-906 {
  font-weight: 906 !important;
}

.fw-907 {
  font-weight: 907 !important;
}

.fw-908 {
  font-weight: 908 !important;
}

.fw-909 {
  font-weight: 909 !important;
}

.fw-910 {
  font-weight: 910 !important;
}

.fw-911 {
  font-weight: 911 !important;
}

.fw-912 {
  font-weight: 912 !important;
}

.fw-913 {
  font-weight: 913 !important;
}

.fw-914 {
  font-weight: 914 !important;
}

.fw-915 {
  font-weight: 915 !important;
}

.fw-916 {
  font-weight: 916 !important;
}

.fw-917 {
  font-weight: 917 !important;
}

.fw-918 {
  font-weight: 918 !important;
}

.fw-919 {
  font-weight: 919 !important;
}

.fw-920 {
  font-weight: 920 !important;
}

.fw-921 {
  font-weight: 921 !important;
}

.fw-922 {
  font-weight: 922 !important;
}

.fw-923 {
  font-weight: 923 !important;
}

.fw-924 {
  font-weight: 924 !important;
}

.fw-925 {
  font-weight: 925 !important;
}

.fw-926 {
  font-weight: 926 !important;
}

.fw-927 {
  font-weight: 927 !important;
}

.fw-928 {
  font-weight: 928 !important;
}

.fw-929 {
  font-weight: 929 !important;
}

.fw-930 {
  font-weight: 930 !important;
}

.fw-931 {
  font-weight: 931 !important;
}

.fw-932 {
  font-weight: 932 !important;
}

.fw-933 {
  font-weight: 933 !important;
}

.fw-934 {
  font-weight: 934 !important;
}

.fw-935 {
  font-weight: 935 !important;
}

.fw-936 {
  font-weight: 936 !important;
}

.fw-937 {
  font-weight: 937 !important;
}

.fw-938 {
  font-weight: 938 !important;
}

.fw-939 {
  font-weight: 939 !important;
}

.fw-940 {
  font-weight: 940 !important;
}

.fw-941 {
  font-weight: 941 !important;
}

.fw-942 {
  font-weight: 942 !important;
}

.fw-943 {
  font-weight: 943 !important;
}

.fw-944 {
  font-weight: 944 !important;
}

.fw-945 {
  font-weight: 945 !important;
}

.fw-946 {
  font-weight: 946 !important;
}

.fw-947 {
  font-weight: 947 !important;
}

.fw-948 {
  font-weight: 948 !important;
}

.fw-949 {
  font-weight: 949 !important;
}

.fw-950 {
  font-weight: 950 !important;
}

.fw-951 {
  font-weight: 951 !important;
}

.fw-952 {
  font-weight: 952 !important;
}

.fw-953 {
  font-weight: 953 !important;
}

.fw-954 {
  font-weight: 954 !important;
}

.fw-955 {
  font-weight: 955 !important;
}

.fw-956 {
  font-weight: 956 !important;
}

.fw-957 {
  font-weight: 957 !important;
}

.fw-958 {
  font-weight: 958 !important;
}

.fw-959 {
  font-weight: 959 !important;
}

.fw-960 {
  font-weight: 960 !important;
}

.fw-961 {
  font-weight: 961 !important;
}

.fw-962 {
  font-weight: 962 !important;
}

.fw-963 {
  font-weight: 963 !important;
}

.fw-964 {
  font-weight: 964 !important;
}

.fw-965 {
  font-weight: 965 !important;
}

.fw-966 {
  font-weight: 966 !important;
}

.fw-967 {
  font-weight: 967 !important;
}

.fw-968 {
  font-weight: 968 !important;
}

.fw-969 {
  font-weight: 969 !important;
}

.fw-970 {
  font-weight: 970 !important;
}

.fw-971 {
  font-weight: 971 !important;
}

.fw-972 {
  font-weight: 972 !important;
}

.fw-973 {
  font-weight: 973 !important;
}

.fw-974 {
  font-weight: 974 !important;
}

.fw-975 {
  font-weight: 975 !important;
}

.fw-976 {
  font-weight: 976 !important;
}

.fw-977 {
  font-weight: 977 !important;
}

.fw-978 {
  font-weight: 978 !important;
}

.fw-979 {
  font-weight: 979 !important;
}

.fw-980 {
  font-weight: 980 !important;
}

.fw-981 {
  font-weight: 981 !important;
}

.fw-982 {
  font-weight: 982 !important;
}

.fw-983 {
  font-weight: 983 !important;
}

.fw-984 {
  font-weight: 984 !important;
}

.fw-985 {
  font-weight: 985 !important;
}

.fw-986 {
  font-weight: 986 !important;
}

.fw-987 {
  font-weight: 987 !important;
}

.fw-988 {
  font-weight: 988 !important;
}

.fw-989 {
  font-weight: 989 !important;
}

.fw-990 {
  font-weight: 990 !important;
}

.fw-991 {
  font-weight: 991 !important;
}

.fw-992 {
  font-weight: 992 !important;
}

.fw-993 {
  font-weight: 993 !important;
}

.fw-994 {
  font-weight: 994 !important;
}

.fw-995 {
  font-weight: 995 !important;
}

.fw-996 {
  font-weight: 996 !important;
}

.fw-997 {
  font-weight: 997 !important;
}

.fw-998 {
  font-weight: 998 !important;
}

.fw-999 {
  font-weight: 999 !important;
}

.fw-1000 {
  font-weight: 1000 !important;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semi {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-bolder {
  font-weight: bolder;
}

.font-italic {
  font-style: italic;
}

.text-ellipsis-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) {
  .text-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.text-ellipsis-2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.text-ellipsis-3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 3) {
  .text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.text-ellipsis-4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 4) {
  .text-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.text-ellipsis-5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 5) {
  .text-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

.z-index-n1 {
  z-index: -1 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-34 {
  z-index: 34 !important;
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4,
.my-4 {
  margin-top: 1rem;
}

.mr-4,
.mx-4 {
  margin-right: 1rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem;
}

.ml-4,
.mx-4 {
  margin-left: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8,
.my-8 {
  margin-top: 2rem;
}

.mr-8,
.mx-8 {
  margin-right: 2rem;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem;
}

.ml-8,
.mx-8 {
  margin-left: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.mt-12,
.my-12 {
  margin-top: 3rem;
}

.mr-12,
.mx-12 {
  margin-right: 3rem;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem;
}

.ml-12,
.mx-12 {
  margin-left: 3rem;
}

.m-13 {
  margin: 4rem;
}

.mt-13,
.my-13 {
  margin-top: 4rem;
}

.mr-13,
.mx-13 {
  margin-right: 4rem;
}

.mb-13,
.my-13 {
  margin-bottom: 4rem;
}

.ml-13,
.mx-13 {
  margin-left: 4rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4,
.py-4 {
  padding-top: 1rem;
}

.pr-4,
.px-4 {
  padding-right: 1rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem;
}

.pl-4,
.px-4 {
  padding-left: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8,
.py-8 {
  padding-top: 2rem;
}

.pr-8,
.px-8 {
  padding-right: 2rem;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem;
}

.pl-8,
.px-8 {
  padding-left: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.pt-12,
.py-12 {
  padding-top: 3rem;
}

.pr-12,
.px-12 {
  padding-right: 3rem;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem;
}

.pl-12,
.px-12 {
  padding-left: 3rem;
}

.p-13 {
  padding: 4rem;
}

.pt-13,
.py-13 {
  padding-top: 4rem;
}

.pr-13,
.px-13 {
  padding-right: 4rem;
}

.pb-13,
.py-13 {
  padding-bottom: 4rem;
}

.pl-13,
.px-13 {
  padding-left: 4rem;
}

.m-n1 {
  margin: -0.25rem;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem;
}

.m-n2 {
  margin: -0.5rem;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem;
}

.m-n3 {
  margin: -0.75rem;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem;
}

.m-n4 {
  margin: -1rem;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem;
}

.m-n5 {
  margin: -1.25rem;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem;
}

.m-n6 {
  margin: -1.5rem;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem;
}

.m-n7 {
  margin: -1.75rem;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem;
}

.m-n8 {
  margin: -2rem;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem;
}

.m-n9 {
  margin: -2.25rem;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem;
}

.m-n10 {
  margin: -2.5rem;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem;
}

.m-n11 {
  margin: -2.75rem;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem;
}

.m-n12 {
  margin: -3rem;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem;
}

.m-n13 {
  margin: -4rem;
}

.mt-n13,
.my-n13 {
  margin-top: -4rem;
}

.mr-n13,
.mx-n13 {
  margin-right: -4rem;
}

.mb-n13,
.my-n13 {
  margin-bottom: -4rem;
}

.ml-n13,
.mx-n13 {
  margin-left: -4rem;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

.w-10 {
  width: 10px !important;
}

.w-11 {
  width: 11px !important;
}

.w-12 {
  width: 12px !important;
}

.w-13 {
  width: 13px !important;
}

.w-14 {
  width: 14px !important;
}

.w-15 {
  width: 15px !important;
}

.w-16 {
  width: 16px !important;
}

.w-17 {
  width: 17px !important;
}

.w-18 {
  width: 18px !important;
}

.w-19 {
  width: 19px !important;
}

.w-20 {
  width: 20px !important;
}

.w-21 {
  width: 21px !important;
}

.w-22 {
  width: 22px !important;
}

.w-23 {
  width: 23px !important;
}

.w-24 {
  width: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.w-26 {
  width: 26px !important;
}

.w-27 {
  width: 27px !important;
}

.w-28 {
  width: 28px !important;
}

.w-29 {
  width: 29px !important;
}

.w-30 {
  width: 30px !important;
}

.w-31 {
  width: 31px !important;
}

.w-32 {
  width: 32px !important;
}

.w-33 {
  width: 33px !important;
}

.w-34 {
  width: 34px !important;
}

.w-35 {
  width: 35px !important;
}

.w-36 {
  width: 36px !important;
}

.w-37 {
  width: 37px !important;
}

.w-38 {
  width: 38px !important;
}

.w-39 {
  width: 39px !important;
}

.w-40 {
  width: 40px !important;
}

.w-41 {
  width: 41px !important;
}

.w-42 {
  width: 42px !important;
}

.w-43 {
  width: 43px !important;
}

.w-44 {
  width: 44px !important;
}

.w-45 {
  width: 45px !important;
}

.w-46 {
  width: 46px !important;
}

.w-47 {
  width: 47px !important;
}

.w-48 {
  width: 48px !important;
}

.w-49 {
  width: 49px !important;
}

.w-50 {
  width: 50px !important;
}

.w-51 {
  width: 51px !important;
}

.w-52 {
  width: 52px !important;
}

.w-53 {
  width: 53px !important;
}

.w-54 {
  width: 54px !important;
}

.w-55 {
  width: 55px !important;
}

.w-56 {
  width: 56px !important;
}

.w-57 {
  width: 57px !important;
}

.w-58 {
  width: 58px !important;
}

.w-59 {
  width: 59px !important;
}

.w-60 {
  width: 60px !important;
}

.w-61 {
  width: 61px !important;
}

.w-62 {
  width: 62px !important;
}

.w-63 {
  width: 63px !important;
}

.w-64 {
  width: 64px !important;
}

.w-65 {
  width: 65px !important;
}

.w-66 {
  width: 66px !important;
}

.w-67 {
  width: 67px !important;
}

.w-68 {
  width: 68px !important;
}

.w-69 {
  width: 69px !important;
}

.w-70 {
  width: 70px !important;
}

.w-71 {
  width: 71px !important;
}

.w-72 {
  width: 72px !important;
}

.w-73 {
  width: 73px !important;
}

.w-74 {
  width: 74px !important;
}

.w-75 {
  width: 75px !important;
}

.w-76 {
  width: 76px !important;
}

.w-77 {
  width: 77px !important;
}

.w-78 {
  width: 78px !important;
}

.w-79 {
  width: 79px !important;
}

.w-80 {
  width: 80px !important;
}

.w-81 {
  width: 81px !important;
}

.w-82 {
  width: 82px !important;
}

.w-83 {
  width: 83px !important;
}

.w-84 {
  width: 84px !important;
}

.w-85 {
  width: 85px !important;
}

.w-86 {
  width: 86px !important;
}

.w-87 {
  width: 87px !important;
}

.w-88 {
  width: 88px !important;
}

.w-89 {
  width: 89px !important;
}

.w-90 {
  width: 90px !important;
}

.w-91 {
  width: 91px !important;
}

.w-92 {
  width: 92px !important;
}

.w-93 {
  width: 93px !important;
}

.w-94 {
  width: 94px !important;
}

.w-95 {
  width: 95px !important;
}

.w-96 {
  width: 96px !important;
}

.w-97 {
  width: 97px !important;
}

.w-98 {
  width: 98px !important;
}

.w-99 {
  width: 99px !important;
}

@continue;
.w-101 {
  width: 101px !important;
}

.w-102 {
  width: 102px !important;
}

.w-103 {
  width: 103px !important;
}

.w-104 {
  width: 104px !important;
}

.w-105 {
  width: 105px !important;
}

.w-106 {
  width: 106px !important;
}

.w-107 {
  width: 107px !important;
}

.w-108 {
  width: 108px !important;
}

.w-109 {
  width: 109px !important;
}

.w-110 {
  width: 110px !important;
}

.w-111 {
  width: 111px !important;
}

.w-112 {
  width: 112px !important;
}

.w-113 {
  width: 113px !important;
}

.w-114 {
  width: 114px !important;
}

.w-115 {
  width: 115px !important;
}

.w-116 {
  width: 116px !important;
}

.w-117 {
  width: 117px !important;
}

.w-118 {
  width: 118px !important;
}

.w-119 {
  width: 119px !important;
}

.w-120 {
  width: 120px !important;
}

.w-121 {
  width: 121px !important;
}

.w-122 {
  width: 122px !important;
}

.w-123 {
  width: 123px !important;
}

.w-124 {
  width: 124px !important;
}

.w-125 {
  width: 125px !important;
}

.w-126 {
  width: 126px !important;
}

.w-127 {
  width: 127px !important;
}

.w-128 {
  width: 128px !important;
}

.w-129 {
  width: 129px !important;
}

.w-130 {
  width: 130px !important;
}

.w-131 {
  width: 131px !important;
}

.w-132 {
  width: 132px !important;
}

.w-133 {
  width: 133px !important;
}

.w-134 {
  width: 134px !important;
}

.w-135 {
  width: 135px !important;
}

.w-136 {
  width: 136px !important;
}

.w-137 {
  width: 137px !important;
}

.w-138 {
  width: 138px !important;
}

.w-139 {
  width: 139px !important;
}

.w-140 {
  width: 140px !important;
}

.w-141 {
  width: 141px !important;
}

.w-142 {
  width: 142px !important;
}

.w-143 {
  width: 143px !important;
}

.w-144 {
  width: 144px !important;
}

.w-145 {
  width: 145px !important;
}

.w-146 {
  width: 146px !important;
}

.w-147 {
  width: 147px !important;
}

.w-148 {
  width: 148px !important;
}

.w-149 {
  width: 149px !important;
}

.w-150 {
  width: 150px !important;
}

.w-151 {
  width: 151px !important;
}

.w-152 {
  width: 152px !important;
}

.w-153 {
  width: 153px !important;
}

.w-154 {
  width: 154px !important;
}

.w-155 {
  width: 155px !important;
}

.w-156 {
  width: 156px !important;
}

.w-157 {
  width: 157px !important;
}

.w-158 {
  width: 158px !important;
}

.w-159 {
  width: 159px !important;
}

.w-160 {
  width: 160px !important;
}

.w-161 {
  width: 161px !important;
}

.w-162 {
  width: 162px !important;
}

.w-163 {
  width: 163px !important;
}

.w-164 {
  width: 164px !important;
}

.w-165 {
  width: 165px !important;
}

.w-166 {
  width: 166px !important;
}

.w-167 {
  width: 167px !important;
}

.w-168 {
  width: 168px !important;
}

.w-169 {
  width: 169px !important;
}

.w-170 {
  width: 170px !important;
}

.w-171 {
  width: 171px !important;
}

.w-172 {
  width: 172px !important;
}

.w-173 {
  width: 173px !important;
}

.w-174 {
  width: 174px !important;
}

.w-175 {
  width: 175px !important;
}

.w-176 {
  width: 176px !important;
}

.w-177 {
  width: 177px !important;
}

.w-178 {
  width: 178px !important;
}

.w-179 {
  width: 179px !important;
}

.w-180 {
  width: 180px !important;
}

.w-181 {
  width: 181px !important;
}

.w-182 {
  width: 182px !important;
}

.w-183 {
  width: 183px !important;
}

.w-184 {
  width: 184px !important;
}

.w-185 {
  width: 185px !important;
}

.w-186 {
  width: 186px !important;
}

.w-187 {
  width: 187px !important;
}

.w-188 {
  width: 188px !important;
}

.w-189 {
  width: 189px !important;
}

.w-190 {
  width: 190px !important;
}

.w-191 {
  width: 191px !important;
}

.w-192 {
  width: 192px !important;
}

.w-193 {
  width: 193px !important;
}

.w-194 {
  width: 194px !important;
}

.w-195 {
  width: 195px !important;
}

.w-196 {
  width: 196px !important;
}

.w-197 {
  width: 197px !important;
}

.w-198 {
  width: 198px !important;
}

.w-199 {
  width: 199px !important;
}

.w-200 {
  width: 200px !important;
}

.w-201 {
  width: 201px !important;
}

.w-202 {
  width: 202px !important;
}

.w-203 {
  width: 203px !important;
}

.w-204 {
  width: 204px !important;
}

.w-205 {
  width: 205px !important;
}

.w-206 {
  width: 206px !important;
}

.w-207 {
  width: 207px !important;
}

.w-208 {
  width: 208px !important;
}

.w-209 {
  width: 209px !important;
}

.w-210 {
  width: 210px !important;
}

.w-211 {
  width: 211px !important;
}

.w-212 {
  width: 212px !important;
}

.w-213 {
  width: 213px !important;
}

.w-214 {
  width: 214px !important;
}

.w-215 {
  width: 215px !important;
}

.w-216 {
  width: 216px !important;
}

.w-217 {
  width: 217px !important;
}

.w-218 {
  width: 218px !important;
}

.w-219 {
  width: 219px !important;
}

.w-220 {
  width: 220px !important;
}

.w-221 {
  width: 221px !important;
}

.w-222 {
  width: 222px !important;
}

.w-223 {
  width: 223px !important;
}

.w-224 {
  width: 224px !important;
}

.w-225 {
  width: 225px !important;
}

.w-226 {
  width: 226px !important;
}

.w-227 {
  width: 227px !important;
}

.w-228 {
  width: 228px !important;
}

.w-229 {
  width: 229px !important;
}

.w-230 {
  width: 230px !important;
}

.w-231 {
  width: 231px !important;
}

.w-232 {
  width: 232px !important;
}

.w-233 {
  width: 233px !important;
}

.w-234 {
  width: 234px !important;
}

.w-235 {
  width: 235px !important;
}

.w-236 {
  width: 236px !important;
}

.w-237 {
  width: 237px !important;
}

.w-238 {
  width: 238px !important;
}

.w-239 {
  width: 239px !important;
}

.w-240 {
  width: 240px !important;
}

.w-241 {
  width: 241px !important;
}

.w-242 {
  width: 242px !important;
}

.w-243 {
  width: 243px !important;
}

.w-244 {
  width: 244px !important;
}

.w-245 {
  width: 245px !important;
}

.w-246 {
  width: 246px !important;
}

.w-247 {
  width: 247px !important;
}

.w-248 {
  width: 248px !important;
}

.w-249 {
  width: 249px !important;
}

.w-250 {
  width: 250px !important;
}

.w-251 {
  width: 251px !important;
}

.w-252 {
  width: 252px !important;
}

.w-253 {
  width: 253px !important;
}

.w-254 {
  width: 254px !important;
}

.w-255 {
  width: 255px !important;
}

.w-256 {
  width: 256px !important;
}

.w-257 {
  width: 257px !important;
}

.w-258 {
  width: 258px !important;
}

.w-259 {
  width: 259px !important;
}

.w-260 {
  width: 260px !important;
}

.w-261 {
  width: 261px !important;
}

.w-262 {
  width: 262px !important;
}

.w-263 {
  width: 263px !important;
}

.w-264 {
  width: 264px !important;
}

.w-265 {
  width: 265px !important;
}

.w-266 {
  width: 266px !important;
}

.w-267 {
  width: 267px !important;
}

.w-268 {
  width: 268px !important;
}

.w-269 {
  width: 269px !important;
}

.w-270 {
  width: 270px !important;
}

.w-271 {
  width: 271px !important;
}

.w-272 {
  width: 272px !important;
}

.w-273 {
  width: 273px !important;
}

.w-274 {
  width: 274px !important;
}

.w-275 {
  width: 275px !important;
}

.w-276 {
  width: 276px !important;
}

.w-277 {
  width: 277px !important;
}

.w-278 {
  width: 278px !important;
}

.w-279 {
  width: 279px !important;
}

.w-280 {
  width: 280px !important;
}

.w-281 {
  width: 281px !important;
}

.w-282 {
  width: 282px !important;
}

.w-283 {
  width: 283px !important;
}

.w-284 {
  width: 284px !important;
}

.w-285 {
  width: 285px !important;
}

.w-286 {
  width: 286px !important;
}

.w-287 {
  width: 287px !important;
}

.w-288 {
  width: 288px !important;
}

.w-289 {
  width: 289px !important;
}

.w-290 {
  width: 290px !important;
}

.w-291 {
  width: 291px !important;
}

.w-292 {
  width: 292px !important;
}

.w-293 {
  width: 293px !important;
}

.w-294 {
  width: 294px !important;
}

.w-295 {
  width: 295px !important;
}

.w-296 {
  width: 296px !important;
}

.w-297 {
  width: 297px !important;
}

.w-298 {
  width: 298px !important;
}

.w-299 {
  width: 299px !important;
}

.w-300 {
  width: 300px !important;
}

.w-300 {
  width: 300px !important;
}

.w-100-un {
  width: 100%;
}

@media (min-width: 992px) {
  .w-lg-600 {
    width: 600px !important;
  }
}

.w-95-5 {
  width: 95.5% !important;
}

.w-5 {
  width: 5px !important;
}

.h-190 {
  height: 190px !important;
}

.h-10 {
  height: 10px !important;
}

.h-11 {
  height: 11px !important;
}

.h-12 {
  height: 12px !important;
}

.h-13 {
  height: 13px !important;
}

.h-14 {
  height: 14px !important;
}

.h-15 {
  height: 15px !important;
}

.h-16 {
  height: 16px !important;
}

.h-17 {
  height: 17px !important;
}

.h-18 {
  height: 18px !important;
}

.h-19 {
  height: 19px !important;
}

.h-20 {
  height: 20px !important;
}

.h-21 {
  height: 21px !important;
}

.h-22 {
  height: 22px !important;
}

.h-23 {
  height: 23px !important;
}

.h-24 {
  height: 24px !important;
}

.h-25 {
  height: 25px !important;
}

.h-26 {
  height: 26px !important;
}

.h-27 {
  height: 27px !important;
}

.h-28 {
  height: 28px !important;
}

.h-29 {
  height: 29px !important;
}

.h-30 {
  height: 30px !important;
}

.h-31 {
  height: 31px !important;
}

.h-32 {
  height: 32px !important;
}

.h-33 {
  height: 33px !important;
}

.h-34 {
  height: 34px !important;
}

.h-35 {
  height: 35px !important;
}

.h-36 {
  height: 36px !important;
}

.h-37 {
  height: 37px !important;
}

.h-38 {
  height: 38px !important;
}

.h-39 {
  height: 39px !important;
}

.h-40 {
  height: 40px !important;
}

.h-41 {
  height: 41px !important;
}

.h-42 {
  height: 42px !important;
}

.h-43 {
  height: 43px !important;
}

.h-44 {
  height: 44px !important;
}

.h-45 {
  height: 45px !important;
}

.h-46 {
  height: 46px !important;
}

.h-47 {
  height: 47px !important;
}

.h-48 {
  height: 48px !important;
}

.h-49 {
  height: 49px !important;
}

.h-50 {
  height: 50px !important;
}

.h-51 {
  height: 51px !important;
}

.h-52 {
  height: 52px !important;
}

.h-53 {
  height: 53px !important;
}

.h-54 {
  height: 54px !important;
}

.h-55 {
  height: 55px !important;
}

.h-56 {
  height: 56px !important;
}

.h-57 {
  height: 57px !important;
}

.h-58 {
  height: 58px !important;
}

.h-59 {
  height: 59px !important;
}

.h-60 {
  height: 60px !important;
}

.h-61 {
  height: 61px !important;
}

.h-62 {
  height: 62px !important;
}

.h-63 {
  height: 63px !important;
}

.h-64 {
  height: 64px !important;
}

.h-65 {
  height: 65px !important;
}

.h-66 {
  height: 66px !important;
}

.h-67 {
  height: 67px !important;
}

.h-68 {
  height: 68px !important;
}

.h-69 {
  height: 69px !important;
}

.h-70 {
  height: 70px !important;
}

.h-71 {
  height: 71px !important;
}

.h-72 {
  height: 72px !important;
}

.h-73 {
  height: 73px !important;
}

.h-74 {
  height: 74px !important;
}

.h-75 {
  height: 75px !important;
}

.h-76 {
  height: 76px !important;
}

.h-77 {
  height: 77px !important;
}

.h-78 {
  height: 78px !important;
}

.h-79 {
  height: 79px !important;
}

.h-80 {
  height: 80px !important;
}

.h-81 {
  height: 81px !important;
}

.h-82 {
  height: 82px !important;
}

.h-83 {
  height: 83px !important;
}

.h-84 {
  height: 84px !important;
}

.h-85 {
  height: 85px !important;
}

.h-86 {
  height: 86px !important;
}

.h-87 {
  height: 87px !important;
}

.h-88 {
  height: 88px !important;
}

.h-89 {
  height: 89px !important;
}

.h-90 {
  height: 90px !important;
}

.h-91 {
  height: 91px !important;
}

.h-92 {
  height: 92px !important;
}

.h-93 {
  height: 93px !important;
}

.h-94 {
  height: 94px !important;
}

.h-95 {
  height: 95px !important;
}

.h-96 {
  height: 96px !important;
}

.h-97 {
  height: 97px !important;
}

.h-98 {
  height: 98px !important;
}

.h-99 {
  height: 99px !important;
}

@continue;
.h-101 {
  height: 101px !important;
}

.h-102 {
  height: 102px !important;
}

.h-103 {
  height: 103px !important;
}

.h-104 {
  height: 104px !important;
}

.h-105 {
  height: 105px !important;
}

.h-106 {
  height: 106px !important;
}

.h-107 {
  height: 107px !important;
}

.h-108 {
  height: 108px !important;
}

.h-109 {
  height: 109px !important;
}

.h-110 {
  height: 110px !important;
}

.h-111 {
  height: 111px !important;
}

.h-112 {
  height: 112px !important;
}

.h-113 {
  height: 113px !important;
}

.h-114 {
  height: 114px !important;
}

.h-115 {
  height: 115px !important;
}

.h-116 {
  height: 116px !important;
}

.h-117 {
  height: 117px !important;
}

.h-118 {
  height: 118px !important;
}

.h-119 {
  height: 119px !important;
}

.h-120 {
  height: 120px !important;
}

.h-121 {
  height: 121px !important;
}

.h-122 {
  height: 122px !important;
}

.h-123 {
  height: 123px !important;
}

.h-124 {
  height: 124px !important;
}

.h-125 {
  height: 125px !important;
}

.h-126 {
  height: 126px !important;
}

.h-127 {
  height: 127px !important;
}

.h-128 {
  height: 128px !important;
}

.h-129 {
  height: 129px !important;
}

.h-130 {
  height: 130px !important;
}

.h-131 {
  height: 131px !important;
}

.h-132 {
  height: 132px !important;
}

.h-133 {
  height: 133px !important;
}

.h-134 {
  height: 134px !important;
}

.h-135 {
  height: 135px !important;
}

.h-136 {
  height: 136px !important;
}

.h-137 {
  height: 137px !important;
}

.h-138 {
  height: 138px !important;
}

.h-139 {
  height: 139px !important;
}

.h-140 {
  height: 140px !important;
}

.h-141 {
  height: 141px !important;
}

.h-142 {
  height: 142px !important;
}

.h-143 {
  height: 143px !important;
}

.h-144 {
  height: 144px !important;
}

.h-145 {
  height: 145px !important;
}

.h-146 {
  height: 146px !important;
}

.h-147 {
  height: 147px !important;
}

.h-148 {
  height: 148px !important;
}

.h-149 {
  height: 149px !important;
}

.h-150 {
  height: 150px !important;
}

.h-151 {
  height: 151px !important;
}

.h-152 {
  height: 152px !important;
}

.h-153 {
  height: 153px !important;
}

.h-154 {
  height: 154px !important;
}

.h-155 {
  height: 155px !important;
}

.h-156 {
  height: 156px !important;
}

.h-157 {
  height: 157px !important;
}

.h-158 {
  height: 158px !important;
}

.h-159 {
  height: 159px !important;
}

.h-160 {
  height: 160px !important;
}

.h-161 {
  height: 161px !important;
}

.h-162 {
  height: 162px !important;
}

.h-163 {
  height: 163px !important;
}

.h-164 {
  height: 164px !important;
}

.h-165 {
  height: 165px !important;
}

.h-166 {
  height: 166px !important;
}

.h-167 {
  height: 167px !important;
}

.h-168 {
  height: 168px !important;
}

.h-169 {
  height: 169px !important;
}

.h-170 {
  height: 170px !important;
}

.h-171 {
  height: 171px !important;
}

.h-172 {
  height: 172px !important;
}

.h-173 {
  height: 173px !important;
}

.h-174 {
  height: 174px !important;
}

.h-175 {
  height: 175px !important;
}

.h-176 {
  height: 176px !important;
}

.h-177 {
  height: 177px !important;
}

.h-178 {
  height: 178px !important;
}

.h-179 {
  height: 179px !important;
}

.h-180 {
  height: 180px !important;
}

.h-181 {
  height: 181px !important;
}

.h-182 {
  height: 182px !important;
}

.h-183 {
  height: 183px !important;
}

.h-184 {
  height: 184px !important;
}

.h-185 {
  height: 185px !important;
}

.h-186 {
  height: 186px !important;
}

.h-187 {
  height: 187px !important;
}

.h-188 {
  height: 188px !important;
}

.h-189 {
  height: 189px !important;
}

.h-190 {
  height: 190px !important;
}

.h-191 {
  height: 191px !important;
}

.h-192 {
  height: 192px !important;
}

.h-193 {
  height: 193px !important;
}

.h-194 {
  height: 194px !important;
}

.h-195 {
  height: 195px !important;
}

.h-196 {
  height: 196px !important;
}

.h-197 {
  height: 197px !important;
}

.h-198 {
  height: 198px !important;
}

.h-199 {
  height: 199px !important;
}

.h-200 {
  height: 200px !important;
}

.h-201 {
  height: 201px !important;
}

.h-202 {
  height: 202px !important;
}

.h-203 {
  height: 203px !important;
}

.h-204 {
  height: 204px !important;
}

.h-205 {
  height: 205px !important;
}

.h-206 {
  height: 206px !important;
}

.h-207 {
  height: 207px !important;
}

.h-208 {
  height: 208px !important;
}

.h-209 {
  height: 209px !important;
}

.h-210 {
  height: 210px !important;
}

.h-211 {
  height: 211px !important;
}

.h-212 {
  height: 212px !important;
}

.h-213 {
  height: 213px !important;
}

.h-214 {
  height: 214px !important;
}

.h-215 {
  height: 215px !important;
}

.h-216 {
  height: 216px !important;
}

.h-217 {
  height: 217px !important;
}

.h-218 {
  height: 218px !important;
}

.h-219 {
  height: 219px !important;
}

.h-220 {
  height: 220px !important;
}

.h-221 {
  height: 221px !important;
}

.h-222 {
  height: 222px !important;
}

.h-223 {
  height: 223px !important;
}

.h-224 {
  height: 224px !important;
}

.h-225 {
  height: 225px !important;
}

.h-226 {
  height: 226px !important;
}

.h-227 {
  height: 227px !important;
}

.h-228 {
  height: 228px !important;
}

.h-229 {
  height: 229px !important;
}

.h-230 {
  height: 230px !important;
}

.h-231 {
  height: 231px !important;
}

.h-232 {
  height: 232px !important;
}

.h-233 {
  height: 233px !important;
}

.h-234 {
  height: 234px !important;
}

.h-235 {
  height: 235px !important;
}

.h-236 {
  height: 236px !important;
}

.h-237 {
  height: 237px !important;
}

.h-238 {
  height: 238px !important;
}

.h-239 {
  height: 239px !important;
}

.h-240 {
  height: 240px !important;
}

.h-241 {
  height: 241px !important;
}

.h-242 {
  height: 242px !important;
}

.h-243 {
  height: 243px !important;
}

.h-244 {
  height: 244px !important;
}

.h-245 {
  height: 245px !important;
}

.h-246 {
  height: 246px !important;
}

.h-247 {
  height: 247px !important;
}

.h-248 {
  height: 248px !important;
}

.h-249 {
  height: 249px !important;
}

.h-250 {
  height: 250px !important;
}

.h-251 {
  height: 251px !important;
}

.h-252 {
  height: 252px !important;
}

.h-253 {
  height: 253px !important;
}

.h-254 {
  height: 254px !important;
}

.h-255 {
  height: 255px !important;
}

.h-256 {
  height: 256px !important;
}

.h-257 {
  height: 257px !important;
}

.h-258 {
  height: 258px !important;
}

.h-259 {
  height: 259px !important;
}

.h-260 {
  height: 260px !important;
}

.h-261 {
  height: 261px !important;
}

.h-262 {
  height: 262px !important;
}

.h-263 {
  height: 263px !important;
}

.h-264 {
  height: 264px !important;
}

.h-265 {
  height: 265px !important;
}

.h-266 {
  height: 266px !important;
}

.h-267 {
  height: 267px !important;
}

.h-268 {
  height: 268px !important;
}

.h-269 {
  height: 269px !important;
}

.h-270 {
  height: 270px !important;
}

.h-282 {
  height: 282px !important;
}

.h-332 {
  height: 332px !important;
}

@media (min-width: 768px) {
  .h-md-10 {
    height: 10px !important;
  }
}
@media (min-width: 768px) {
  .h-md-11 {
    height: 11px !important;
  }
}
@media (min-width: 768px) {
  .h-md-12 {
    height: 12px !important;
  }
}
@media (min-width: 768px) {
  .h-md-13 {
    height: 13px !important;
  }
}
@media (min-width: 768px) {
  .h-md-14 {
    height: 14px !important;
  }
}
@media (min-width: 768px) {
  .h-md-15 {
    height: 15px !important;
  }
}
@media (min-width: 768px) {
  .h-md-16 {
    height: 16px !important;
  }
}
@media (min-width: 768px) {
  .h-md-17 {
    height: 17px !important;
  }
}
@media (min-width: 768px) {
  .h-md-18 {
    height: 18px !important;
  }
}
@media (min-width: 768px) {
  .h-md-19 {
    height: 19px !important;
  }
}
@media (min-width: 768px) {
  .h-md-20 {
    height: 20px !important;
  }
}
@media (min-width: 768px) {
  .h-md-21 {
    height: 21px !important;
  }
}
@media (min-width: 768px) {
  .h-md-22 {
    height: 22px !important;
  }
}
@media (min-width: 768px) {
  .h-md-23 {
    height: 23px !important;
  }
}
@media (min-width: 768px) {
  .h-md-24 {
    height: 24px !important;
  }
}
@media (min-width: 768px) {
  .h-md-25 {
    height: 25px !important;
  }
}
@media (min-width: 768px) {
  .h-md-26 {
    height: 26px !important;
  }
}
@media (min-width: 768px) {
  .h-md-27 {
    height: 27px !important;
  }
}
@media (min-width: 768px) {
  .h-md-28 {
    height: 28px !important;
  }
}
@media (min-width: 768px) {
  .h-md-29 {
    height: 29px !important;
  }
}
@media (min-width: 768px) {
  .h-md-30 {
    height: 30px !important;
  }
}
@media (min-width: 768px) {
  .h-md-31 {
    height: 31px !important;
  }
}
@media (min-width: 768px) {
  .h-md-32 {
    height: 32px !important;
  }
}
@media (min-width: 768px) {
  .h-md-33 {
    height: 33px !important;
  }
}
@media (min-width: 768px) {
  .h-md-34 {
    height: 34px !important;
  }
}
@media (min-width: 768px) {
  .h-md-35 {
    height: 35px !important;
  }
}
@media (min-width: 768px) {
  .h-md-36 {
    height: 36px !important;
  }
}
@media (min-width: 768px) {
  .h-md-37 {
    height: 37px !important;
  }
}
@media (min-width: 768px) {
  .h-md-38 {
    height: 38px !important;
  }
}
@media (min-width: 768px) {
  .h-md-39 {
    height: 39px !important;
  }
}
@media (min-width: 768px) {
  .h-md-40 {
    height: 40px !important;
  }
}
@media (min-width: 768px) {
  .h-md-41 {
    height: 41px !important;
  }
}
@media (min-width: 768px) {
  .h-md-42 {
    height: 42px !important;
  }
}
@media (min-width: 768px) {
  .h-md-43 {
    height: 43px !important;
  }
}
@media (min-width: 768px) {
  .h-md-44 {
    height: 44px !important;
  }
}
@media (min-width: 768px) {
  .h-md-45 {
    height: 45px !important;
  }
}
@media (min-width: 768px) {
  .h-md-46 {
    height: 46px !important;
  }
}
@media (min-width: 768px) {
  .h-md-47 {
    height: 47px !important;
  }
}
@media (min-width: 768px) {
  .h-md-48 {
    height: 48px !important;
  }
}
@media (min-width: 768px) {
  .h-md-49 {
    height: 49px !important;
  }
}
@media (min-width: 768px) {
  .h-md-50 {
    height: 50px !important;
  }
}
@media (min-width: 768px) {
  .h-md-51 {
    height: 51px !important;
  }
}
@media (min-width: 768px) {
  .h-md-52 {
    height: 52px !important;
  }
}
@media (min-width: 768px) {
  .h-md-53 {
    height: 53px !important;
  }
}
@media (min-width: 768px) {
  .h-md-54 {
    height: 54px !important;
  }
}
@media (min-width: 768px) {
  .h-md-55 {
    height: 55px !important;
  }
}
@media (min-width: 768px) {
  .h-md-56 {
    height: 56px !important;
  }
}
@media (min-width: 768px) {
  .h-md-57 {
    height: 57px !important;
  }
}
@media (min-width: 768px) {
  .h-md-58 {
    height: 58px !important;
  }
}
@media (min-width: 768px) {
  .h-md-59 {
    height: 59px !important;
  }
}
@media (min-width: 768px) {
  .h-md-60 {
    height: 60px !important;
  }
}
@media (min-width: 768px) {
  .h-md-61 {
    height: 61px !important;
  }
}
@media (min-width: 768px) {
  .h-md-62 {
    height: 62px !important;
  }
}
@media (min-width: 768px) {
  .h-md-63 {
    height: 63px !important;
  }
}
@media (min-width: 768px) {
  .h-md-64 {
    height: 64px !important;
  }
}
@media (min-width: 768px) {
  .h-md-65 {
    height: 65px !important;
  }
}
@media (min-width: 768px) {
  .h-md-66 {
    height: 66px !important;
  }
}
@media (min-width: 768px) {
  .h-md-67 {
    height: 67px !important;
  }
}
@media (min-width: 768px) {
  .h-md-68 {
    height: 68px !important;
  }
}
@media (min-width: 768px) {
  .h-md-69 {
    height: 69px !important;
  }
}
@media (min-width: 768px) {
  .h-md-70 {
    height: 70px !important;
  }
}
@media (min-width: 768px) {
  .h-md-71 {
    height: 71px !important;
  }
}
@media (min-width: 768px) {
  .h-md-72 {
    height: 72px !important;
  }
}
@media (min-width: 768px) {
  .h-md-73 {
    height: 73px !important;
  }
}
@media (min-width: 768px) {
  .h-md-74 {
    height: 74px !important;
  }
}
@media (min-width: 768px) {
  .h-md-75 {
    height: 75px !important;
  }
}
@media (min-width: 768px) {
  .h-md-76 {
    height: 76px !important;
  }
}
@media (min-width: 768px) {
  .h-md-77 {
    height: 77px !important;
  }
}
@media (min-width: 768px) {
  .h-md-78 {
    height: 78px !important;
  }
}
@media (min-width: 768px) {
  .h-md-79 {
    height: 79px !important;
  }
}
@media (min-width: 768px) {
  .h-md-80 {
    height: 80px !important;
  }
}
@media (min-width: 768px) {
  .h-md-81 {
    height: 81px !important;
  }
}
@media (min-width: 768px) {
  .h-md-82 {
    height: 82px !important;
  }
}
@media (min-width: 768px) {
  .h-md-83 {
    height: 83px !important;
  }
}
@media (min-width: 768px) {
  .h-md-84 {
    height: 84px !important;
  }
}
@media (min-width: 768px) {
  .h-md-85 {
    height: 85px !important;
  }
}
@media (min-width: 768px) {
  .h-md-86 {
    height: 86px !important;
  }
}
@media (min-width: 768px) {
  .h-md-87 {
    height: 87px !important;
  }
}
@media (min-width: 768px) {
  .h-md-88 {
    height: 88px !important;
  }
}
@media (min-width: 768px) {
  .h-md-89 {
    height: 89px !important;
  }
}
@media (min-width: 768px) {
  .h-md-90 {
    height: 90px !important;
  }
}
@media (min-width: 768px) {
  .h-md-91 {
    height: 91px !important;
  }
}
@media (min-width: 768px) {
  .h-md-92 {
    height: 92px !important;
  }
}
@media (min-width: 768px) {
  .h-md-93 {
    height: 93px !important;
  }
}
@media (min-width: 768px) {
  .h-md-94 {
    height: 94px !important;
  }
}
@media (min-width: 768px) {
  .h-md-95 {
    height: 95px !important;
  }
}
@media (min-width: 768px) {
  .h-md-96 {
    height: 96px !important;
  }
}
@media (min-width: 768px) {
  .h-md-97 {
    height: 97px !important;
  }
}
@media (min-width: 768px) {
  .h-md-98 {
    height: 98px !important;
  }
}
@media (min-width: 768px) {
  .h-md-99 {
    height: 99px !important;
  }
}
@media (min-width: 768px) {
  @continue;
}
@media (min-width: 768px) {
  .h-md-101 {
    height: 101px !important;
  }
}
@media (min-width: 768px) {
  .h-md-102 {
    height: 102px !important;
  }
}
@media (min-width: 768px) {
  .h-md-103 {
    height: 103px !important;
  }
}
@media (min-width: 768px) {
  .h-md-104 {
    height: 104px !important;
  }
}
@media (min-width: 768px) {
  .h-md-105 {
    height: 105px !important;
  }
}
@media (min-width: 768px) {
  .h-md-106 {
    height: 106px !important;
  }
}
@media (min-width: 768px) {
  .h-md-107 {
    height: 107px !important;
  }
}
@media (min-width: 768px) {
  .h-md-108 {
    height: 108px !important;
  }
}
@media (min-width: 768px) {
  .h-md-109 {
    height: 109px !important;
  }
}
@media (min-width: 768px) {
  .h-md-110 {
    height: 110px !important;
  }
}
@media (min-width: 768px) {
  .h-md-111 {
    height: 111px !important;
  }
}
@media (min-width: 768px) {
  .h-md-112 {
    height: 112px !important;
  }
}
@media (min-width: 768px) {
  .h-md-113 {
    height: 113px !important;
  }
}
@media (min-width: 768px) {
  .h-md-114 {
    height: 114px !important;
  }
}
@media (min-width: 768px) {
  .h-md-115 {
    height: 115px !important;
  }
}
@media (min-width: 768px) {
  .h-md-116 {
    height: 116px !important;
  }
}
@media (min-width: 768px) {
  .h-md-117 {
    height: 117px !important;
  }
}
@media (min-width: 768px) {
  .h-md-118 {
    height: 118px !important;
  }
}
@media (min-width: 768px) {
  .h-md-119 {
    height: 119px !important;
  }
}
@media (min-width: 768px) {
  .h-md-120 {
    height: 120px !important;
  }
}
@media (min-width: 768px) {
  .h-md-121 {
    height: 121px !important;
  }
}
@media (min-width: 768px) {
  .h-md-122 {
    height: 122px !important;
  }
}
@media (min-width: 768px) {
  .h-md-123 {
    height: 123px !important;
  }
}
@media (min-width: 768px) {
  .h-md-124 {
    height: 124px !important;
  }
}
@media (min-width: 768px) {
  .h-md-125 {
    height: 125px !important;
  }
}
@media (min-width: 768px) {
  .h-md-126 {
    height: 126px !important;
  }
}
@media (min-width: 768px) {
  .h-md-127 {
    height: 127px !important;
  }
}
@media (min-width: 768px) {
  .h-md-128 {
    height: 128px !important;
  }
}
@media (min-width: 768px) {
  .h-md-129 {
    height: 129px !important;
  }
}
@media (min-width: 768px) {
  .h-md-130 {
    height: 130px !important;
  }
}
@media (min-width: 768px) {
  .h-md-131 {
    height: 131px !important;
  }
}
@media (min-width: 768px) {
  .h-md-132 {
    height: 132px !important;
  }
}
@media (min-width: 768px) {
  .h-md-133 {
    height: 133px !important;
  }
}
@media (min-width: 768px) {
  .h-md-134 {
    height: 134px !important;
  }
}
@media (min-width: 768px) {
  .h-md-135 {
    height: 135px !important;
  }
}
@media (min-width: 768px) {
  .h-md-136 {
    height: 136px !important;
  }
}
@media (min-width: 768px) {
  .h-md-137 {
    height: 137px !important;
  }
}
@media (min-width: 768px) {
  .h-md-138 {
    height: 138px !important;
  }
}
@media (min-width: 768px) {
  .h-md-139 {
    height: 139px !important;
  }
}
@media (min-width: 768px) {
  .h-md-140 {
    height: 140px !important;
  }
}
@media (min-width: 768px) {
  .h-md-141 {
    height: 141px !important;
  }
}
@media (min-width: 768px) {
  .h-md-142 {
    height: 142px !important;
  }
}
@media (min-width: 768px) {
  .h-md-143 {
    height: 143px !important;
  }
}
@media (min-width: 768px) {
  .h-md-144 {
    height: 144px !important;
  }
}
@media (min-width: 768px) {
  .h-md-145 {
    height: 145px !important;
  }
}
@media (min-width: 768px) {
  .h-md-146 {
    height: 146px !important;
  }
}
@media (min-width: 768px) {
  .h-md-147 {
    height: 147px !important;
  }
}
@media (min-width: 768px) {
  .h-md-148 {
    height: 148px !important;
  }
}
@media (min-width: 768px) {
  .h-md-149 {
    height: 149px !important;
  }
}
@media (min-width: 768px) {
  .h-md-150 {
    height: 150px !important;
  }
}
@media (min-width: 768px) {
  .h-md-151 {
    height: 151px !important;
  }
}
@media (min-width: 768px) {
  .h-md-152 {
    height: 152px !important;
  }
}
@media (min-width: 768px) {
  .h-md-153 {
    height: 153px !important;
  }
}
@media (min-width: 768px) {
  .h-md-154 {
    height: 154px !important;
  }
}
@media (min-width: 768px) {
  .h-md-155 {
    height: 155px !important;
  }
}
@media (min-width: 768px) {
  .h-md-156 {
    height: 156px !important;
  }
}
@media (min-width: 768px) {
  .h-md-157 {
    height: 157px !important;
  }
}
@media (min-width: 768px) {
  .h-md-158 {
    height: 158px !important;
  }
}
@media (min-width: 768px) {
  .h-md-159 {
    height: 159px !important;
  }
}
@media (min-width: 768px) {
  .h-md-160 {
    height: 160px !important;
  }
}
@media (min-width: 768px) {
  .h-md-161 {
    height: 161px !important;
  }
}
@media (min-width: 768px) {
  .h-md-162 {
    height: 162px !important;
  }
}
@media (min-width: 768px) {
  .h-md-163 {
    height: 163px !important;
  }
}
@media (min-width: 768px) {
  .h-md-164 {
    height: 164px !important;
  }
}
@media (min-width: 768px) {
  .h-md-165 {
    height: 165px !important;
  }
}
@media (min-width: 768px) {
  .h-md-166 {
    height: 166px !important;
  }
}
@media (min-width: 768px) {
  .h-md-167 {
    height: 167px !important;
  }
}
@media (min-width: 768px) {
  .h-md-168 {
    height: 168px !important;
  }
}
@media (min-width: 768px) {
  .h-md-169 {
    height: 169px !important;
  }
}
@media (min-width: 768px) {
  .h-md-170 {
    height: 170px !important;
  }
}
@media (min-width: 768px) {
  .h-md-171 {
    height: 171px !important;
  }
}
@media (min-width: 768px) {
  .h-md-172 {
    height: 172px !important;
  }
}
@media (min-width: 768px) {
  .h-md-173 {
    height: 173px !important;
  }
}
@media (min-width: 768px) {
  .h-md-174 {
    height: 174px !important;
  }
}
@media (min-width: 768px) {
  .h-md-175 {
    height: 175px !important;
  }
}
@media (min-width: 768px) {
  .h-md-176 {
    height: 176px !important;
  }
}
@media (min-width: 768px) {
  .h-md-177 {
    height: 177px !important;
  }
}
@media (min-width: 768px) {
  .h-md-178 {
    height: 178px !important;
  }
}
@media (min-width: 768px) {
  .h-md-179 {
    height: 179px !important;
  }
}
@media (min-width: 768px) {
  .h-md-180 {
    height: 180px !important;
  }
}
@media (min-width: 768px) {
  .h-md-181 {
    height: 181px !important;
  }
}
@media (min-width: 768px) {
  .h-md-182 {
    height: 182px !important;
  }
}
@media (min-width: 768px) {
  .h-md-183 {
    height: 183px !important;
  }
}
@media (min-width: 768px) {
  .h-md-184 {
    height: 184px !important;
  }
}
@media (min-width: 768px) {
  .h-md-185 {
    height: 185px !important;
  }
}
@media (min-width: 768px) {
  .h-md-186 {
    height: 186px !important;
  }
}
@media (min-width: 768px) {
  .h-md-187 {
    height: 187px !important;
  }
}
@media (min-width: 768px) {
  .h-md-188 {
    height: 188px !important;
  }
}
@media (min-width: 768px) {
  .h-md-189 {
    height: 189px !important;
  }
}
@media (min-width: 768px) {
  .h-md-190 {
    height: 190px !important;
  }
}
@media (min-width: 768px) {
  .h-md-191 {
    height: 191px !important;
  }
}
@media (min-width: 768px) {
  .h-md-192 {
    height: 192px !important;
  }
}
@media (min-width: 768px) {
  .h-md-193 {
    height: 193px !important;
  }
}
@media (min-width: 768px) {
  .h-md-194 {
    height: 194px !important;
  }
}
@media (min-width: 768px) {
  .h-md-195 {
    height: 195px !important;
  }
}
@media (min-width: 768px) {
  .h-md-196 {
    height: 196px !important;
  }
}
@media (min-width: 768px) {
  .h-md-197 {
    height: 197px !important;
  }
}
@media (min-width: 768px) {
  .h-md-198 {
    height: 198px !important;
  }
}
@media (min-width: 768px) {
  .h-md-199 {
    height: 199px !important;
  }
}
@media (min-width: 768px) {
  .h-md-200 {
    height: 200px !important;
  }
}
@media (min-width: 768px) {
  .h-md-201 {
    height: 201px !important;
  }
}
@media (min-width: 768px) {
  .h-md-202 {
    height: 202px !important;
  }
}
@media (min-width: 768px) {
  .h-md-203 {
    height: 203px !important;
  }
}
@media (min-width: 768px) {
  .h-md-204 {
    height: 204px !important;
  }
}
@media (min-width: 768px) {
  .h-md-205 {
    height: 205px !important;
  }
}
@media (min-width: 768px) {
  .h-md-206 {
    height: 206px !important;
  }
}
@media (min-width: 768px) {
  .h-md-207 {
    height: 207px !important;
  }
}
@media (min-width: 768px) {
  .h-md-208 {
    height: 208px !important;
  }
}
@media (min-width: 768px) {
  .h-md-209 {
    height: 209px !important;
  }
}
@media (min-width: 768px) {
  .h-md-210 {
    height: 210px !important;
  }
}
@media (min-width: 768px) {
  .h-md-211 {
    height: 211px !important;
  }
}
@media (min-width: 768px) {
  .h-md-212 {
    height: 212px !important;
  }
}
@media (min-width: 768px) {
  .h-md-213 {
    height: 213px !important;
  }
}
@media (min-width: 768px) {
  .h-md-214 {
    height: 214px !important;
  }
}
@media (min-width: 768px) {
  .h-md-215 {
    height: 215px !important;
  }
}
@media (min-width: 768px) {
  .h-md-216 {
    height: 216px !important;
  }
}
@media (min-width: 768px) {
  .h-md-217 {
    height: 217px !important;
  }
}
@media (min-width: 768px) {
  .h-md-218 {
    height: 218px !important;
  }
}
@media (min-width: 768px) {
  .h-md-219 {
    height: 219px !important;
  }
}
@media (min-width: 768px) {
  .h-md-220 {
    height: 220px !important;
  }
}
@media (min-width: 768px) {
  .h-md-221 {
    height: 221px !important;
  }
}
@media (min-width: 768px) {
  .h-md-222 {
    height: 222px !important;
  }
}
@media (min-width: 768px) {
  .h-md-223 {
    height: 223px !important;
  }
}
@media (min-width: 768px) {
  .h-md-224 {
    height: 224px !important;
  }
}
@media (min-width: 768px) {
  .h-md-225 {
    height: 225px !important;
  }
}
@media (min-width: 768px) {
  .h-md-226 {
    height: 226px !important;
  }
}
@media (min-width: 768px) {
  .h-md-227 {
    height: 227px !important;
  }
}
@media (min-width: 768px) {
  .h-md-228 {
    height: 228px !important;
  }
}
@media (min-width: 768px) {
  .h-md-229 {
    height: 229px !important;
  }
}
@media (min-width: 768px) {
  .h-md-230 {
    height: 230px !important;
  }
}
@media (min-width: 768px) {
  .h-md-231 {
    height: 231px !important;
  }
}
@media (min-width: 768px) {
  .h-md-232 {
    height: 232px !important;
  }
}
@media (min-width: 768px) {
  .h-md-233 {
    height: 233px !important;
  }
}
@media (min-width: 768px) {
  .h-md-234 {
    height: 234px !important;
  }
}
@media (min-width: 768px) {
  .h-md-235 {
    height: 235px !important;
  }
}
@media (min-width: 768px) {
  .h-md-236 {
    height: 236px !important;
  }
}
@media (min-width: 768px) {
  .h-md-237 {
    height: 237px !important;
  }
}
@media (min-width: 768px) {
  .h-md-238 {
    height: 238px !important;
  }
}
@media (min-width: 768px) {
  .h-md-239 {
    height: 239px !important;
  }
}
@media (min-width: 768px) {
  .h-md-240 {
    height: 240px !important;
  }
}
@media (min-width: 768px) {
  .h-md-241 {
    height: 241px !important;
  }
}
@media (min-width: 768px) {
  .h-md-242 {
    height: 242px !important;
  }
}
@media (min-width: 768px) {
  .h-md-243 {
    height: 243px !important;
  }
}
@media (min-width: 768px) {
  .h-md-244 {
    height: 244px !important;
  }
}
@media (min-width: 768px) {
  .h-md-245 {
    height: 245px !important;
  }
}
@media (min-width: 768px) {
  .h-md-246 {
    height: 246px !important;
  }
}
@media (min-width: 768px) {
  .h-md-247 {
    height: 247px !important;
  }
}
@media (min-width: 768px) {
  .h-md-248 {
    height: 248px !important;
  }
}
@media (min-width: 768px) {
  .h-md-249 {
    height: 249px !important;
  }
}
@media (min-width: 768px) {
  .h-md-250 {
    height: 250px !important;
  }
}
@media (min-width: 768px) {
  .h-md-251 {
    height: 251px !important;
  }
}
@media (min-width: 768px) {
  .h-md-252 {
    height: 252px !important;
  }
}
@media (min-width: 768px) {
  .h-md-253 {
    height: 253px !important;
  }
}
@media (min-width: 768px) {
  .h-md-254 {
    height: 254px !important;
  }
}
@media (min-width: 768px) {
  .h-md-255 {
    height: 255px !important;
  }
}
@media (min-width: 768px) {
  .h-md-256 {
    height: 256px !important;
  }
}
@media (min-width: 768px) {
  .h-md-257 {
    height: 257px !important;
  }
}
@media (min-width: 768px) {
  .h-md-258 {
    height: 258px !important;
  }
}
@media (min-width: 768px) {
  .h-md-259 {
    height: 259px !important;
  }
}
@media (min-width: 768px) {
  .h-md-260 {
    height: 260px !important;
  }
}
@media (min-width: 768px) {
  .h-md-261 {
    height: 261px !important;
  }
}
@media (min-width: 768px) {
  .h-md-262 {
    height: 262px !important;
  }
}
@media (min-width: 768px) {
  .h-md-263 {
    height: 263px !important;
  }
}
@media (min-width: 768px) {
  .h-md-264 {
    height: 264px !important;
  }
}
@media (min-width: 768px) {
  .h-md-265 {
    height: 265px !important;
  }
}
@media (min-width: 768px) {
  .h-md-266 {
    height: 266px !important;
  }
}
@media (min-width: 768px) {
  .h-md-267 {
    height: 267px !important;
  }
}
@media (min-width: 768px) {
  .h-md-268 {
    height: 268px !important;
  }
}
@media (min-width: 768px) {
  .h-md-269 {
    height: 269px !important;
  }
}
@media (min-width: 768px) {
  .h-md-270 {
    height: 270px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-10 {
    height: 10px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-11 {
    height: 11px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-12 {
    height: 12px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-13 {
    height: 13px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-14 {
    height: 14px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-15 {
    height: 15px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-16 {
    height: 16px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-17 {
    height: 17px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-18 {
    height: 18px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-19 {
    height: 19px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-20 {
    height: 20px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-21 {
    height: 21px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-22 {
    height: 22px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-23 {
    height: 23px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-24 {
    height: 24px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-25 {
    height: 25px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-26 {
    height: 26px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-27 {
    height: 27px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-28 {
    height: 28px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-29 {
    height: 29px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-30 {
    height: 30px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-31 {
    height: 31px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-32 {
    height: 32px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-33 {
    height: 33px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-34 {
    height: 34px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-35 {
    height: 35px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-36 {
    height: 36px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-37 {
    height: 37px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-38 {
    height: 38px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-39 {
    height: 39px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-40 {
    height: 40px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-41 {
    height: 41px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-42 {
    height: 42px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-43 {
    height: 43px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-44 {
    height: 44px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-45 {
    height: 45px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-46 {
    height: 46px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-47 {
    height: 47px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-48 {
    height: 48px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-49 {
    height: 49px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-50 {
    height: 50px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-51 {
    height: 51px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-52 {
    height: 52px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-53 {
    height: 53px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-54 {
    height: 54px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-55 {
    height: 55px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-56 {
    height: 56px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-57 {
    height: 57px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-58 {
    height: 58px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-59 {
    height: 59px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-60 {
    height: 60px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-61 {
    height: 61px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-62 {
    height: 62px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-63 {
    height: 63px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-64 {
    height: 64px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-65 {
    height: 65px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-66 {
    height: 66px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-67 {
    height: 67px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-68 {
    height: 68px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-69 {
    height: 69px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-70 {
    height: 70px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-71 {
    height: 71px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-72 {
    height: 72px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-73 {
    height: 73px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-74 {
    height: 74px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-75 {
    height: 75px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-76 {
    height: 76px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-77 {
    height: 77px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-78 {
    height: 78px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-79 {
    height: 79px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-80 {
    height: 80px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-81 {
    height: 81px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-82 {
    height: 82px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-83 {
    height: 83px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-84 {
    height: 84px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-85 {
    height: 85px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-86 {
    height: 86px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-87 {
    height: 87px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-88 {
    height: 88px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-89 {
    height: 89px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-90 {
    height: 90px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-91 {
    height: 91px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-92 {
    height: 92px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-93 {
    height: 93px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-94 {
    height: 94px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-95 {
    height: 95px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-96 {
    height: 96px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-97 {
    height: 97px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-98 {
    height: 98px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-99 {
    height: 99px !important;
  }
}
@media (min-width: 992px) {
  @continue;
}
@media (min-width: 992px) {
  .h-lg-101 {
    height: 101px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-102 {
    height: 102px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-103 {
    height: 103px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-104 {
    height: 104px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-105 {
    height: 105px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-106 {
    height: 106px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-107 {
    height: 107px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-108 {
    height: 108px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-109 {
    height: 109px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-110 {
    height: 110px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-111 {
    height: 111px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-112 {
    height: 112px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-113 {
    height: 113px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-114 {
    height: 114px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-115 {
    height: 115px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-116 {
    height: 116px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-117 {
    height: 117px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-118 {
    height: 118px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-119 {
    height: 119px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-120 {
    height: 120px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-121 {
    height: 121px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-122 {
    height: 122px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-123 {
    height: 123px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-124 {
    height: 124px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-125 {
    height: 125px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-126 {
    height: 126px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-127 {
    height: 127px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-128 {
    height: 128px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-129 {
    height: 129px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-130 {
    height: 130px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-131 {
    height: 131px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-132 {
    height: 132px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-133 {
    height: 133px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-134 {
    height: 134px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-135 {
    height: 135px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-136 {
    height: 136px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-137 {
    height: 137px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-138 {
    height: 138px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-139 {
    height: 139px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-140 {
    height: 140px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-141 {
    height: 141px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-142 {
    height: 142px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-143 {
    height: 143px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-144 {
    height: 144px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-145 {
    height: 145px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-146 {
    height: 146px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-147 {
    height: 147px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-148 {
    height: 148px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-149 {
    height: 149px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-150 {
    height: 150px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-151 {
    height: 151px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-152 {
    height: 152px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-153 {
    height: 153px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-154 {
    height: 154px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-155 {
    height: 155px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-156 {
    height: 156px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-157 {
    height: 157px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-158 {
    height: 158px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-159 {
    height: 159px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-160 {
    height: 160px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-161 {
    height: 161px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-162 {
    height: 162px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-163 {
    height: 163px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-164 {
    height: 164px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-165 {
    height: 165px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-166 {
    height: 166px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-167 {
    height: 167px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-168 {
    height: 168px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-169 {
    height: 169px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-170 {
    height: 170px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-171 {
    height: 171px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-172 {
    height: 172px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-173 {
    height: 173px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-174 {
    height: 174px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-175 {
    height: 175px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-176 {
    height: 176px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-177 {
    height: 177px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-178 {
    height: 178px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-179 {
    height: 179px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-180 {
    height: 180px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-181 {
    height: 181px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-182 {
    height: 182px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-183 {
    height: 183px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-184 {
    height: 184px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-185 {
    height: 185px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-186 {
    height: 186px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-187 {
    height: 187px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-188 {
    height: 188px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-189 {
    height: 189px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-190 {
    height: 190px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-191 {
    height: 191px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-192 {
    height: 192px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-193 {
    height: 193px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-194 {
    height: 194px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-195 {
    height: 195px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-196 {
    height: 196px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-197 {
    height: 197px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-198 {
    height: 198px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-199 {
    height: 199px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-200 {
    height: 200px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-201 {
    height: 201px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-202 {
    height: 202px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-203 {
    height: 203px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-204 {
    height: 204px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-205 {
    height: 205px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-206 {
    height: 206px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-207 {
    height: 207px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-208 {
    height: 208px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-209 {
    height: 209px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-210 {
    height: 210px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-211 {
    height: 211px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-212 {
    height: 212px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-213 {
    height: 213px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-214 {
    height: 214px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-215 {
    height: 215px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-216 {
    height: 216px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-217 {
    height: 217px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-218 {
    height: 218px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-219 {
    height: 219px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-220 {
    height: 220px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-221 {
    height: 221px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-222 {
    height: 222px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-223 {
    height: 223px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-224 {
    height: 224px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-225 {
    height: 225px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-226 {
    height: 226px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-227 {
    height: 227px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-228 {
    height: 228px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-229 {
    height: 229px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-230 {
    height: 230px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-231 {
    height: 231px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-232 {
    height: 232px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-233 {
    height: 233px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-234 {
    height: 234px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-235 {
    height: 235px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-236 {
    height: 236px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-237 {
    height: 237px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-238 {
    height: 238px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-239 {
    height: 239px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-240 {
    height: 240px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-241 {
    height: 241px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-242 {
    height: 242px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-243 {
    height: 243px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-244 {
    height: 244px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-245 {
    height: 245px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-246 {
    height: 246px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-247 {
    height: 247px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-248 {
    height: 248px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-249 {
    height: 249px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-250 {
    height: 250px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-251 {
    height: 251px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-252 {
    height: 252px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-253 {
    height: 253px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-254 {
    height: 254px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-255 {
    height: 255px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-256 {
    height: 256px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-257 {
    height: 257px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-258 {
    height: 258px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-259 {
    height: 259px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-260 {
    height: 260px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-261 {
    height: 261px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-262 {
    height: 262px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-263 {
    height: 263px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-264 {
    height: 264px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-265 {
    height: 265px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-266 {
    height: 266px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-267 {
    height: 267px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-268 {
    height: 268px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-269 {
    height: 269px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-270 {
    height: 270px !important;
  }
}
.h-100-un {
  height: 208px;
}

.h-5 {
  height: 5px !important;
}

.hero-header {
  /* height: 100%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: #f7faff 0% 0% no-repeat padding-box;
  width: 100%; */
}
.hero-header .hero-content {
  padding: 18px 20px;
}
.hero-header .main-heading {
  text-align: left;
  font-size: 20px;
}
.hero-header .hero-subheading {
  font-size: 14px;
  text-align: left;
  color: #666666;
}
.hero-header .hero-left-img {
  z-index: -1;
  position: absolute;
  left: -145px;
  bottom: -28px;
  height: 400px;
  width: 450px;
}
.hero-header .hero-right-img {
  z-index: -1;
  position: absolute;
  right: -168px;
  bottom: 0;
}

@media (min-width: 992px) {
  .hero-header .hero-content {
    padding: 85px 20px;
  }
}
@media (min-width: 1200px) {
  /* hero header */
  .hero-header {
    z-index: 1;
    overflow: hidden;
    position: relative;
    /* background: #f7faff 0% 0% no-repeat padding-box; */
    width: 100%;
  }
  .hero-header .hero-content {
    padding: 85px 220px;
  }
  .hero-header .main-heading {
    font-size: 46px;
    text-align: center;
  }
  .hero-header .hero-subheading {
    font-size: 22px;
    text-align: center;
    color: #666666;
  }
  .hero-header .hero-left-img {
    z-index: -1;
    position: absolute;
    left: -145px;
    bottom: -28px;
    height: 400px;
    width: 450px;
  }
  .hero-header .hero-right-img {
    z-index: -1;
    position: absolute;
    right: -168px;
    bottom: 0;
  }
}
.card-head-testimonial {
  position: relative;
}

/* .card-head-testimonial::after {
  position: absolute;
  font-size: 72px;
  content: "”";
  right: 10px;
  top: -10px;
} */

.card-head-green {
  background-color: #f5fffb;
}

.card-head-green::after {
  color: #defff2;
}

.card-head-pink {
  background-color: #fff8f8;
}

.card-head-pink::after {
  color: #ffe6e6;
}

.card-head-blue {
  background-color: #f7faff;
}

.card-head-blue::after {
  color: #e5efff;
}

.card-head-yellow {
  background-color: #fffef4;
}

.card-head-yellow::after {
  color: #fcf7c6;
}

.name-initials {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #111;
}
.name-initials.green-initial {
  color: #42dea1;
  background-color: #defff2;
  border: 1px solid #5afcbd;
}
.name-initials.pink-initial {
  color: #fca0a0;
  background-color: #ffd3d3;
  border: 1px solid #fdc5c5;
}
.name-initials.blue-initial {
  color: #95c1fd;
  background-color: #e5efff;
  border: 1px solid #95c1fd;
}
.name-initials.yellow-initial {
  color: #e8dc53;
  border: 1px solid #f0e780;
  background-color: #fcf7c6;
}

.navbar {
  display: flex;
  height: 72px;
  width: 100%;
  background: #fff;
  z-index: 3;
}

.navbar .menu-icon {
  margin: 0 10px;
  height: 40px;
  width: 132px;
}

.input-field {
  border-radius: 0.25rem;
  box-shadow: 0px 0px 6px #2e81f71f;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 10px 10px;
  width: 280px;
}
.input-field::placeholder {
  color:  #666666;
}
.input-field.number-field {
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-field.country-field {
  position: relative;
  max-width: 90px;
  width: 100%;
  background-color: #fff;
  color: #666666;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0;
}

.form-icon-group {
  position: relative;
}
.form-icon-group input {
  padding-left: 50px;
}
.form-icon-group .form-icon {
  position: absolute;
  top: 25%;
  left: 20px;
}

.btn.btn-secondary {
  background: #FF7900;
  color: white;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
}

.navbar * {
  font-size: 0.875rem;
}

.h3 {
  font-size: 1.5rem;
}

.h4 {
  font-size: 1.25rem;
}

.counsellor {
  background: #f7faff;
}
.counsellor .content .heading {
  line-height: 1.5;
  font-size: 32px;
}
.counsellor .content .subheading {
  font-size: 16px;
}
.counsellor .content .btn {
  width: 180px;
}
.counsellor .counselling-submit {
  width: 180px;
}

.subheading {
  color: #666666;
}

@media (max-width: 767.98px) {
  .scrollable-list {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
    flex-wrap: nowrap;
  }
}
.faq {
  background-image: linear-gradient(180deg, #fffef4 0%, rgba(255, 255, 255, 0) 100%);
}
.faq .accordion-item {
  background: transparent;
}
.faq .accordion-button {
  background: transparent;
  font-size: 14px;
}
.faq .accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: transparent;
  box-shadow: none;
}

.card-title .subheading {
  font-size: 12px;
}

.card-footer {
  background: #f2f2f233;
}

.modal .card-head-testimonial::after {
  top: -40px;
  font-size: 200px;
}
.modal .name-initials {
  width: 125px;
  height: 125px;
  margin-bottom: -50px;
}
.modal .btn-close {
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 0px;
}
@media (max-width: 991.98px) {
  .modal.modal-fullscreen .card-head-testimonial {
    height: 20vh;
    border: 0;
  }
  .modal.modal-fullscreen .floating-title {
    margin-bottom: 50px;
  }
  .modal.modal-fullscreen .floating-title.modal-header .modal-title {
    height: 90px;
    width: 90px;
    margin-bottom: -50px;
  }
}
.modal .modal-title.name-initials {
  font-size: 38px;
}

.carousel-prev {
  left: -40px;
}

.carousel-next {
  right: -40px;
}

.carousel-next,
.carousel-prev {
  top: 49%;
}

.banner-img {
  width: 100%;
  height: 100%;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-card-img {
  max-height: 230px;
}

@media (max-width: 991.98px) {
  .course-card-img {
    max-height: 120px;
  }

  .text-sm {
    font-size: 12px;
  }

  .text-md {
    font-size: 14px;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .h4 {
    font-size: 1rem;
  }

  .counsellor {
    background: #f7faff;
  }
  .counsellor .content .heading {
    line-height: 1.5;
    font-size: 16px;
  }
  .counsellor .content .subheading {
    font-size: 16px;
  }
  .counsellor .content .btn {
    width: 180px;
  }
  .counsellor .counselling-submit {
    width: 180px;
  }

  .subheading {
    color: #666666;
  }

  .scrollable-list {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .img-counsellor {
    height: 130px;
    width: 200px;
  }

  .why-prepp .card-title {
    line-height: 17px;
  }

  .app-banner .mobile-img {
    height: 280px;
    width: 100%;
  }

  .faq .accordion-item,
.my-accordion .accordion-item {
    background: transparent;
  }
  .faq .accordion-button,
.my-accordion .accordion-button {
    background: transparent;
    font-size: 14px;
  }
  .faq .accordion-button:not(.collapsed),
.my-accordion .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
    box-shadow: none;
  }

  .faq {
    background-image: linear-gradient(180deg, #fffef4 0%, rgba(255, 255, 255, 0) 100%);
  }

  .card-head-testimonial {
    position: relative;
  }

  /* .card-head-testimonial::after {
    position: absolute;
    font-size: 72px;
    content: "”";
    right: 10px;
    top: -10px;
  } */

  .card-head-green {
    background-color: #f5fffb;
  }

  .card-head-green::after {
    color: #defff2;
  }

  .name-initials {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #111;
  }
  .name-initials.green-initial {
    color: #42dea1;
    background-color: #defff2;
    border: 1px solid #5afcbd;
  }

  .card-title .subheading {
    font-size: 12px;
  }

  .modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }

  body.modal-open {
    overflow: hidden;
  }

  .modal .card-head-testimonial::after {
    font-size: 200px;
  }
  .modal .btn-close {
    z-index: 2;
    position: absolute;
    /* top: 20px;
    right: 20px; */
  }
  .modal.modal-fullscreen .card-head-testimonial {
    height: 20vh;
    border: 0;
  }
  .modal.modal-fullscreen .floating-title {
    margin-bottom: 50px;
  }
  .modal.modal-fullscreen .floating-title.modal-header .modal-title {
    height: 90px;
    width: 90px;
    margin-bottom: -50px;
  }
}
main {
  overflow-x: hidden;
}

hr {
  background: #e8e8e8;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
}

.description ul li a {
  text-decoration: none;
  color: #5ebba0;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px;
}
.description h2, .description .h2 {
  font-size: 17px;
  font-weight: bold;
}
.description h3, .description .h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px !important;
}
.description p {
  font-size: 12px !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 16px !important;
  letter-spacing: 0.25px;
  line-height: 18px;
}
.description p a {
  text-decoration: none;
  color: #5ebba0;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px;
}

.expand {
  height: auto;
}

.shrink {
  height: 37px;
}

h2, .h2,
h3,
.h3 {
  margin: 5px 0px !important;
  font-size: 14px !important;
}

.ls-25 {
  letter-spacing: 0.25px !important;
}

.aminity-wrap {
  border-bottom: 1px solid #e6e9ea;
}
.aminity-wrap .aminity {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}

.callback {
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  min-width: 128px;
  border: none;
}

.header-wrap {
  z-index: 30;
}
.header-wrap .call-icon-container {
  height: 32px;
  width: 32px;
  background-color: #60c3ad;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
}
.header-wrap.is-active {
  position: sticky;
  top: 24px;
  animation: fly 300ms ease-in;
  z-index: 32;
}
@keyframes fly {
  0% {
    top: 0px;
  }
  100% {
    top: 24px;
  }
}
@media (min-width: 992px) {
  .header-wrap {
    display: none;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
  height: 100%;
  width: 100%;
}
.modal-container.is-active {
  display: block;
}
.modal-container.is-hide {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid #e6e9ea;
}

.label-box {
  padding: 12px 15px;
  color: #232728;
  cursor: pointer;
  flex: 0 0 120px;
}

.active-label {
  color: #5ebba0;
  background: white;
}

.contents-box {
  color: #232728;
  font-size: 14px;
  position: absolute;
  padding: 8px 0px 100px 18px;
  height: 97%;
  right: 0px;
  width: calc(100% - 120px);
  top: 0px;
  bottom: 0px;
  background: white;
  overflow: scroll;
  z-index: 9;
}
.contents-box input {
  position: absolute;
  z-index: 200;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.contents-box label {
  font-size: 14px;
  letter-spacing: 0.25px;
  cursor: pointer;
  margin: 11px 10px;
  padding-left: 32px;
  display: inline-block;
  color: #232728;
}

.pointer {
  cursor: pointer;
}

.nav-logo {
  display: none;
}
@media (min-width: 992px) {
  .nav-logo {
    display: block;
    height: auto;
    width: auto;
    overflow: hidden;
  }
}

.mobile-logo {
  display: flex;
  padding-bottom: 5px;
  align-items: center;
  margin-right: auto;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mobile-logo {
    display: none;
  }
}

.header-container {
  top: 0px;
}
@media (min-width: 992px) {
  .header-container {
    top: 0px;
  }
}
.header-container .desktop-header {
  display: none;
}
@media (min-width: 992px) {
  .header-container .desktop-header {
    display: block;
  }
  .header-container .desktop-header .nav-items {
    color: #8e8e8e;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-decoration: none;
    display: inline-block;
    font-size: 0.75rem;
    font-family: DIN Pro;
    font-style: normal;
    font-weight: 700;
  }
}

/* .mobile-hide {
  display: none !important;
} */
.mobile-hide .header-request {
  border: 1px solid #5ebba0;
  border-radius: 2px;
  text-transform: uppercase;
  min-width: 150px;
  background-color: #5ebba0;
  color: white;
  text-decoration: none;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  font-size: 16px !important;
  padding: 8.5px 13.5px !important;
  width: 210px !important;
  outline: none;
  padding: 8.5px 15px;
  border: none;
  border-radius: 2px;
}

@media screen and (max-width: 1450px) {
  .mobile-hide .header-request {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .mobile-hide {
    display: inherit !important;
  }
}

.desktop-hide {
  display: block;
}
@media (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }
}

.lg-down-hide {
  display: none;
}
@media (min-width: 992px) {
  .lg-down-hide {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .booking-modal {
    max-width: 884px;
  }
  /* .brochure-modal {
    max-width: 744px;
  }
  .download-thank-modal {
    max-width: 880px;
  }
  .request-call {
    max-width: 500px;
  } */
}

@media (max-width: 991.98px) {
  .booking-modal {
    margin: 0;
    height: 100%;
  }

  .booking-modal .modal-content {
    border-radius: 0;
    height: 100%;
    left: 0 !important;
    bottom: 0 !important;
  }
}
.no-outline {
  outline: none;
}

.c-select {
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5 5L10 0H0Z' fill='%23666666'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 14px);
  outline: none;
}
.c-select:focus + .c-select {
  border-color: #ff7900 !important;
}

.cd-input-label {
  position: absolute;
  top: 50%;
  left: 45px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 150ms ease, font-size 150ms ease, color 150ms ease;
  background-color: #fff;
  padding: 1px 1px;
}
/* @media (min-width: 992px) {
  .cd-input-label {
    left: 25px;
  }
} */
.cd-input.is-active .cd-input-label {
  transform: translate(-15%, calc(-50% - 20px));
  font-size: 12px !important;
}
@media (min-width: 992px) {
  .cd-input.is-active .cd-input-label {
    transform: translate(-15%, calc(-50% - 25px));
    font-size: 14px !important;
  }
}
.cd-input.is-active .cd-input-plans {
  transform: translate(-24%, calc(-50% - 20px));
  font-size: 12px !important;
}
@media (min-width: 992px) {
  .cd-input.is-active .cd-input-plans {
    transform: translate(-24%, calc(-50% - 25px));
    font-size: 14px !important;
  }
}
.cd-input.is-active .cd-input-name {
  transform: translate(-20%, calc(-50% - 20px));
  font-size: 12px !important;
}
@media (min-width: 992px) {
  .cd-input.is-active .cd-input-name {
    transform: translate(-20%, calc(-50% - 25px));
    font-size: 14px !important;
  }
}

/* @media (min-width: 992px) {
  .cd-input-label {
    left: 25px;
  }
} */
.cd-custom-dropdown + .select2-container .select2-selection--single {
  height: 38px;
  border-color: #dedede;
}
@media (min-width: 992px) {
  .cd-custom-dropdown + .select2-container .select2-selection--single {
    height: 48px;
  }
}

.cd-custom-dropdown + .select2-container .select2-selection--single .select2-selection__rendered {
  background: transparent url(../images/location.svg) no-repeat 8px;
  background-size: 20px 20px;
  padding-left: 45px;
  line-height: 38px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .cd-custom-dropdown + .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 55px;
    background-size: 24px 24px;
    line-height: 46px;
    font-size: 16px;
  }
}

.cd-custom-dropdown + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

.pointer-events-none {
  pointer-events: none !important;
}

label.error {
  color: #dc3545;
  font-size: 12px;
}
@media (min-width: 992px) {
  label.error {
    font-size: 14px;
  }
}

.form-field .checkmark {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 10px;
  opacity: 0;
  cursor: pointer;
}
.form-field .checkmark:checked + label::before {
  background: #60c3ad;
  border-color: #60c3ad;
}
.form-field .checkmark:checked + label::after {
  content: "";
  width: 5px;
  height: 12px;
  position: absolute;
  left: 7px;
  top: 10px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
.form-field label {
  font-size: 12px;
  letter-spacing: 0.25px;
  cursor: pointer;
  margin: 8px 10px 0px 0px;
  padding-left: 24px;
  display: inline-block;
  color: #232728;
}
.form-field label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: 1px;
  background: white;
  top: 9px;
  transition: all 0.2s ease 0s;
  border: 2px solid #7a7d7e;
}

.slick-disabled {
  opacity: 0 !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.7em;
}

.footer-link {
  display: block;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.footer-sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.app-link img {
  height: 31px;
  width: 95px;
  max-height: 31px;
  max-width: 95px;
  opacity: 0.6;
}
.app-link img:hover {
  opacity: 1;
}

.link-decor {
  text-decoration: none;
  color: #232728;
}
.link-decor:hover {
  color: #232728;
}

.object-fit-contain {
  object-fit: contain;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-divider {
  margin: 16px 0;
  border-color: #dedede;
}

.after-divider-items {
  display: block !important;
}
@media (min-width: 992px) {
  .after-divider-items {
    display: flex !important;
  }
}

.expand-city {
  max-height: 12rem;
  overflow: hidden;
}

.submit-btn {
  margin-left: 63.33% !important;
}
@media (min-width: 992px) {
  .submit-btn {
    margin-left: 81.33% !important;
  }
}

@media (max-width: 991.98px) {
  .mobile-overflow {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.bg-footer {
  background: #fafbfc;
}

.bg-footer-dark {
  background: #323C4F;
}

.bg-body-lp {
    background-position-x: #E5E5E5;
}

.bg-gray {
    background: #F4F4F4;
}

.bg-orange-alpha {
    background: var(--bs-orange-alpha-1);
}

.bg-blue-1 {
    background: var(--bs-gray-f5);
}

.bg-blue-2 {
  background: #D1EEF9 !important;
}

.bg-orange-2 {
  background: #FFE9D3 !important;
}

.bg-orange {
  background: #323C4F;
}

.bg-light-gray {
  background: #F5F8F9 !important;
}

.footer-container a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer-container .footmark {
    justify-content: center;
  }
}

/* .footer-container-social .share-icon svg {
  fill: #1c1c1c;
} */
.footer-container-social .share-icon .d-only-icon {
  height: 25px;
  width: 25px;
}

.icon {
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  line-height: initial;
}
.icon svg {
  height: 100%;
  width: 100%;
}

#courses,
#faq,
#testimonial {
  scroll-margin-top: 5rem;
}

.link-collepse-height {
  height: 0px !important;
}

.gray-page {
  background-color: #f3f3f4;
  padding: 30px;
  border-radius: 3px;
  margin-top: 30px;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.gray-page .panel {
  border-width: 0!important;
}
.notice {
  text-align: center; 
  font-size: 18px; 
  font-weight: bold;
}

.call-frame {
  right: 0px;
  bottom: 35px;
}

.hero-header-m {
  /* position: absolute;
  bottom: -40px;
  background-image: linear-gradient(to top, #FFFFFF 540%, #FFFFFF 100%, #FFFFFF 100%, #FFFFFF 0); */
}

.box-shadow-gray {
  box-shadow: 0px 3px 6px 2px rgb(207 207 207 / 50%);
  border-radius: 4px;
}

.contact-us {
  bottom: 2px;
}

.pl-44-step1 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.pt-43-modal {
  padding-top: 43px !important;
}

.modal-height {
  height: 77.68vh !important;
}

.input-field {
  width: 397px !important;
}

.form-details-success {
  bottom: 57px;
}

.description-modal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.pt-success {
  padding-top: 66px !important;
}

.my-thank-you-modal {
  margin-bottom: 7px !important;
  margin-top: 16px !important;
}

.my-thank-you-container {
  margin-top: 43px !important;
  margin-bottom: 57px !important;
}

.descripition-mt {
  margin-top: 27px !important;
}

.thank-you-24 {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.thank-you-16-500 {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.thank-you-16-700 {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.thank-you-contact {
  width: 325px !important;
  height: 40px !important;
}

.step-1-mt {
  margin-top: 27px !important;
}

.header-mb {
  margin-bottom: 44px !important;
}

.header-ml {
  margin-left: 48px !important;
}

.header-mr {
  margin-right: 120px !important;
}

.header-mt {
  margin-top: 108px !important;
}

.header-ml-120 {
  margin-left: 120px !important;
}

.header-container-my {
  padding-top: 14px !important;
  padding-bottom: 16px !important;
}

.header-mr-48 {
  margin-right: 48px !important;
}

.header-bottom {
  top: -37.77px !important;
  z-index: 1 !important;
}

.program-overview-mt {
  padding-top: 73.77px !important;
}

.program-overview-linear-gradient {
  background-image: linear-gradient(to top, #F5F8F9 0%, rgba(245, 248, 249, 0) 100%, transparent);
}

.header-linear-gradient-m {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.54) 0%, #FFFFFF 22.49%, #FFFFFF 90.01%, rgba(255, 255, 255, 0));
}

.header-linear-gradient-1-m {
  background: linear-gradient(#FFFFFF 54%, #FFFFFF 100%, #FFFFFF, 100%, #FFFFFF 0%);
}

.program-ml-checkbox {
  margin-left: 17.29px !important;
}

.faq-height {
  width: 87.75% !important;
}

.contact-us-mb-10 {
  margin-bottom: 10px !important;
}


.hamburger-icon{
  position: absolute;
  right: 0px;
}

.hamburger-margin {
  margin-top: 18px !important;
  margin-right: 18px !important;
  margin-bottom: 18px !important;
}

.hamburger {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 60%;
  background: white;
  z-index: 9;
}

.button-icon {
  top: 10px;
  right: 72%;
}

.modal-button-icon {
  top: 10px;
  right: 60%;
}

.modal-button-icon-step-2 {
  top: 10px;
  right: 77%;
}

.btn-py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.accordian-ml-10 {
  margin-left: 10px !important;
}

.project-col-3 {
  width: 29% !important;
}

.project-col-2 {
  width: 11% !important;
}
.content-container {
  width: 86% !important;
  margin: auto !important;
}
.content-section {
  font-size: 1.2rem;
  line-height: 1.6;
}

.content-section li h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
  margin-bottom: 8px !important;
}

.other-links-pl {
  padding-left: 64px !important;
}

.text-dark-1 {
  color: #202938 !important;
}

.fixed-hide {
  display: none !important;
}

.fixed-show {
  display: flex !important;
}

@media (max-width: 1380px) {
  .header-ml-120 {
    margin-left: 100px !important;
  }
  .hero-background-image-d {
    height: 570px !important;
  }
}

@media (max-width: 1280px) {
  .header-ml-120 {
    margin-left: 50px !important;
  }
  .header-mr {
    margin-right: 20px !important;
  }
  .hero-background-image-d {
    height: 590px !important;
  }
}

.hero-background-image-d {
  height: 530px;
}

@media (max-width: 767.98px) {
  .fs-24 {
    font-size: 20px !important;
  }
  .lh-30 {
    line-height: 23.44px !important;
  }
  .lh-17 {
    line-height: 18px !important;
  }
  .pl-44-step1 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .modal-mobile {
    width: 100%;
  }
  .modal-height {
    height: auto !important;
  }
  .my-thank-you-container {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-thank-you-modal {
    margin-bottom: 7px !important;
    margin-top: 19.6px !important;
  }
  .pt-success {
    padding-top: 22px !important;
  }
  .description-modal {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .descripition-mt {
    margin-top: 32px !important;
  }
  .thank-you-24 {
    font-size: 20px !important;
    font-weight: 700 !important;
  }
  .thank-you-16-500 {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .thank-you-16-700 {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .thank-you-contact {
    width: 325px !important;
    height: 38px !important;
  }
  .step-1-mt {
    margin-top: 32px !important;
  }
  .faq-height {
    width: 100% !important;
  }
  .accordian-ml-10 {
    margin-left: 3px !important;
  }
  .container-m {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .other-links-pl {
    padding-left: 28px !important;
    padding-right: 16px !important;
  }
}



@media(max-width:550px){

  .col-4{
    width:100%;
  }
  .mobile-hide1{
    display: none;
  }
  .formpagevisible{
    display: inline !important;
    margin: -20% 0% 5% 0% !important;
  }
  .bgimg{
    display: none;
  }
}