@import url(./library/all.min.css);
@import url(./library/animate.css);
@import url(./library/swiper.css);
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #007BFF;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-light_blue: #E6F7FF;
  --bs-medium_blue: #69C0FF;
  --bs-light_grey: #F0F0F0;
  --bs-regular_grey: #F6F8FA;
  --bs-normal_blue: #046465;
  --bs-dark_blue: #1A427D;
  --bs-regular_black: rgba(0, 0, 0, 0.85);
  --bs-thin_black: rgba(0, 0, 0, 0.15);
  --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)); }

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007BFF;
  text-decoration: underline; }
  a:hover {
    color: #0062cc; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

@media (min-width: 576px) {
  .container, .container-sm, .custom-container, .custom-container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md, .custom-container, .custom-container-sm, .custom-container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl, .custom-container-xxl {
    max-width: 1320px; } }

/* Custom Container widths */
.custom-container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.custom-container-sm,
.custom-container-md,
.custom-container-lg,
.custom-container-xl,
.custom-container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm, .custom-container, .custom-container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md, .custom-container, .custom-container-sm, .custom-container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl {
    max-width: 1240px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .custom-container, .custom-container-sm, .custom-container-md, .custom-container-lg, .custom-container-xl, .custom-container-xxl {
    max-width: 1480px; } }

.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) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 7.5rem; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 7.5rem; }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem; }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem; } }

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 7.5rem; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 7.5rem; }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem; }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem; } }

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 7.5rem; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 7.5rem; }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem; }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem; }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem; }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem; }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem; }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 7.5rem; }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 7.5rem; }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem; }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem; } }

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem; }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem; }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem; }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 7.5rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 7.5rem; }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem; }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.09);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(: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: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

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

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

.table-primary {
  --bs-table-bg: #cce5ff;
  --bs-table-striped-bg: #bad0e8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cee6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd4ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8cee6; }

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

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #bed2c9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

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

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

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #e2c4c6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

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

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #35393c;
  --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; } }

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

.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.5;
  color: #212529;
  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: #212529;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .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: #212529;
    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: #212529;
    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.5;
  color: #212529;
  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.5em + (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.5em + (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.5em + (0.75rem + 2px)); }

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    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.5;
  color: #212529;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 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 #212529; }

.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.5rem;
  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.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .form-check-input:checked {
    background-color: #007BFF;
    border-color: #007BFF; }
    .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: #007BFF;
    border-color: #007BFF;
    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='%2380bdff'/%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(0, 123, 255, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007BFF;
    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: #b3d7ff; }
  .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: #007BFF;
    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: #b3d7ff; }
  .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.5;
  color: #212529;
  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: .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.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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.75em + 0.375rem) calc(0.75em + 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: .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: .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.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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.75em + 0.375rem) calc(0.75em + 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: .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.5;
  color: #212529;
  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: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #000;
  background-color: #007BFF;
  border-color: #007BFF; }
  .btn-primary:hover {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #268fff;
    border-color: #1a88ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #3395ff;
    border-color: #1a88ff; }
    .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(0, 105, 217, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }

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

.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: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    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(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    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(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    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: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    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(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    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-light_blue {
  color: #000;
  background-color: #E6F7FF;
  border-color: #E6F7FF; }
  .btn-light_blue:hover {
    color: #000;
    background-color: #eaf8ff;
    border-color: #e9f8ff; }
  .btn-check:focus + .btn-light_blue, .btn-light_blue:focus {
    color: #000;
    background-color: #eaf8ff;
    border-color: #e9f8ff;
    box-shadow: 0 0 0 0.25rem rgba(196, 210, 217, 0.5); }
  .btn-check:checked + .btn-light_blue,
  .btn-check:active + .btn-light_blue, .btn-light_blue:active, .btn-light_blue.active,
  .show > .btn-light_blue.dropdown-toggle {
    color: #000;
    background-color: #ebf9ff;
    border-color: #e9f8ff; }
    .btn-check:checked + .btn-light_blue:focus,
    .btn-check:active + .btn-light_blue:focus, .btn-light_blue:active:focus, .btn-light_blue.active:focus,
    .show > .btn-light_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(196, 210, 217, 0.5); }
  .btn-light_blue:disabled, .btn-light_blue.disabled {
    color: #000;
    background-color: #E6F7FF;
    border-color: #E6F7FF; }

.btn-medium_blue {
  color: #000;
  background-color: #69C0FF;
  border-color: #69C0FF; }
  .btn-medium_blue:hover {
    color: #000;
    background-color: #80c9ff;
    border-color: #78c6ff; }
  .btn-check:focus + .btn-medium_blue, .btn-medium_blue:focus {
    color: #000;
    background-color: #80c9ff;
    border-color: #78c6ff;
    box-shadow: 0 0 0 0.25rem rgba(89, 163, 217, 0.5); }
  .btn-check:checked + .btn-medium_blue,
  .btn-check:active + .btn-medium_blue, .btn-medium_blue:active, .btn-medium_blue.active,
  .show > .btn-medium_blue.dropdown-toggle {
    color: #000;
    background-color: #87cdff;
    border-color: #78c6ff; }
    .btn-check:checked + .btn-medium_blue:focus,
    .btn-check:active + .btn-medium_blue:focus, .btn-medium_blue:active:focus, .btn-medium_blue.active:focus,
    .show > .btn-medium_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(89, 163, 217, 0.5); }
  .btn-medium_blue:disabled, .btn-medium_blue.disabled {
    color: #000;
    background-color: #69C0FF;
    border-color: #69C0FF; }

.btn-light_grey {
  color: #000;
  background-color: #F0F0F0;
  border-color: #F0F0F0; }
  .btn-light_grey:hover {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-check:focus + .btn-light_grey, .btn-light_grey:focus {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5); }
  .btn-check:checked + .btn-light_grey,
  .btn-check:active + .btn-light_grey, .btn-light_grey:active, .btn-light_grey.active,
  .show > .btn-light_grey.dropdown-toggle {
    color: #000;
    background-color: #f3f3f3;
    border-color: #f2f2f2; }
    .btn-check:checked + .btn-light_grey:focus,
    .btn-check:active + .btn-light_grey:focus, .btn-light_grey:active:focus, .btn-light_grey.active:focus,
    .show > .btn-light_grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5); }
  .btn-light_grey:disabled, .btn-light_grey.disabled {
    color: #000;
    background-color: #F0F0F0;
    border-color: #F0F0F0; }

.btn-regular_grey {
  color: #000;
  background-color: #F6F8FA;
  border-color: #F6F8FA; }
  .btn-regular_grey:hover {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f7f9fb; }
  .btn-check:focus + .btn-regular_grey, .btn-regular_grey:focus {
    color: #000;
    background-color: #f7f9fb;
    border-color: #f7f9fb;
    box-shadow: 0 0 0 0.25rem rgba(209, 211, 213, 0.5); }
  .btn-check:checked + .btn-regular_grey,
  .btn-check:active + .btn-regular_grey, .btn-regular_grey:active, .btn-regular_grey.active,
  .show > .btn-regular_grey.dropdown-toggle {
    color: #000;
    background-color: #f8f9fb;
    border-color: #f7f9fb; }
    .btn-check:checked + .btn-regular_grey:focus,
    .btn-check:active + .btn-regular_grey:focus, .btn-regular_grey:active:focus, .btn-regular_grey.active:focus,
    .show > .btn-regular_grey.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(209, 211, 213, 0.5); }
  .btn-regular_grey:disabled, .btn-regular_grey.disabled {
    color: #000;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }

.btn-normal_blue {
  color: #fff;
  background-color: #046465;
  border-color: #046465; }
  .btn-normal_blue:hover {
    color: #fff;
    background-color: #035556;
    border-color: #035051; }
  .btn-check:focus + .btn-normal_blue, .btn-normal_blue:focus {
    color: #fff;
    background-color: #035556;
    border-color: #035051;
    box-shadow: 0 0 0 0.25rem rgba(42, 123, 124, 0.5); }
  .btn-check:checked + .btn-normal_blue,
  .btn-check:active + .btn-normal_blue, .btn-normal_blue:active, .btn-normal_blue.active,
  .show > .btn-normal_blue.dropdown-toggle {
    color: #fff;
    background-color: #035051;
    border-color: #034b4c; }
    .btn-check:checked + .btn-normal_blue:focus,
    .btn-check:active + .btn-normal_blue:focus, .btn-normal_blue:active:focus, .btn-normal_blue.active:focus,
    .show > .btn-normal_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(42, 123, 124, 0.5); }
  .btn-normal_blue:disabled, .btn-normal_blue.disabled {
    color: #fff;
    background-color: #046465;
    border-color: #046465; }

.btn-dark_blue {
  color: #fff;
  background-color: #1A427D;
  border-color: #1A427D; }
  .btn-dark_blue:hover {
    color: #fff;
    background-color: #16386a;
    border-color: #153564; }
  .btn-check:focus + .btn-dark_blue, .btn-dark_blue:focus {
    color: #fff;
    background-color: #16386a;
    border-color: #153564;
    box-shadow: 0 0 0 0.25rem rgba(60, 94, 145, 0.5); }
  .btn-check:checked + .btn-dark_blue,
  .btn-check:active + .btn-dark_blue, .btn-dark_blue:active, .btn-dark_blue.active,
  .show > .btn-dark_blue.dropdown-toggle {
    color: #fff;
    background-color: #153564;
    border-color: #14325e; }
    .btn-check:checked + .btn-dark_blue:focus,
    .btn-check:active + .btn-dark_blue:focus, .btn-dark_blue:active:focus, .btn-dark_blue.active:focus,
    .show > .btn-dark_blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 94, 145, 0.5); }
  .btn-dark_blue:disabled, .btn-dark_blue.disabled {
    color: #fff;
    background-color: #1A427D;
    border-color: #1A427D; }

.btn-regular_black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.85); }
  .btn-regular_black:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8725);
    border-color: rgba(0, 0, 0, 0.88); }
  .btn-check:focus + .btn-regular_black, .btn-regular_black:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8725);
    border-color: rgba(0, 0, 0, 0.88);
    box-shadow: 0 0 0 0.25rem rgba(49, 49, 49, 0.5); }
  .btn-check:checked + .btn-regular_black,
  .btn-check:active + .btn-regular_black, .btn-regular_black:active, .btn-regular_black.active,
  .show > .btn-regular_black.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.88);
    border-color: rgba(0, 0, 0, 0.8875); }
    .btn-check:checked + .btn-regular_black:focus,
    .btn-check:active + .btn-regular_black:focus, .btn-regular_black:active:focus, .btn-regular_black.active:focus,
    .show > .btn-regular_black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 49, 49, 0.5); }
  .btn-regular_black:disabled, .btn-regular_black.disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    border-color: rgba(0, 0, 0, 0.85); }

.btn-thin_black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15); }
  .btn-thin_black:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2775);
    border-color: rgba(0, 0, 0, 0.32); }
  .btn-check:focus + .btn-thin_black, .btn-thin_black:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2775);
    border-color: rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 0 0.25rem rgba(175, 175, 175, 0.5); }
  .btn-check:checked + .btn-thin_black,
  .btn-check:active + .btn-thin_black, .btn-thin_black:active, .btn-thin_black.active,
  .show > .btn-thin_black.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.32);
    border-color: rgba(0, 0, 0, 0.3625); }
    .btn-check:checked + .btn-thin_black:focus,
    .btn-check:active + .btn-thin_black:focus, .btn-thin_black:active:focus, .btn-thin_black.active:focus,
    .show > .btn-thin_black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(175, 175, 175, 0.5); }
  .btn-thin_black:disabled, .btn-thin_black.disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15); }

.btn-outline-primary {
  color: #007BFF;
  border-color: #007BFF; }
  .btn-outline-primary:hover {
    color: #000;
    background-color: #007BFF;
    border-color: #007BFF; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 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: #000;
    background-color: #007BFF;
    border-color: #007BFF; }
    .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(0, 123, 255, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #007BFF;
    background-color: transparent; }

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

.btn-outline-success {
  color: #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: #000;
    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: #000;
    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: #000;
    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: #000;
    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: #000;
    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: #000;
    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-outline-light_blue {
  color: #E6F7FF;
  border-color: #E6F7FF; }
  .btn-outline-light_blue:hover {
    color: #000;
    background-color: #E6F7FF;
    border-color: #E6F7FF; }
  .btn-check:focus + .btn-outline-light_blue, .btn-outline-light_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(230, 247, 255, 0.5); }
  .btn-check:checked + .btn-outline-light_blue,
  .btn-check:active + .btn-outline-light_blue, .btn-outline-light_blue:active, .btn-outline-light_blue.active, .btn-outline-light_blue.dropdown-toggle.show {
    color: #000;
    background-color: #E6F7FF;
    border-color: #E6F7FF; }
    .btn-check:checked + .btn-outline-light_blue:focus,
    .btn-check:active + .btn-outline-light_blue:focus, .btn-outline-light_blue:active:focus, .btn-outline-light_blue.active:focus, .btn-outline-light_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(230, 247, 255, 0.5); }
  .btn-outline-light_blue:disabled, .btn-outline-light_blue.disabled {
    color: #E6F7FF;
    background-color: transparent; }

.btn-outline-medium_blue {
  color: #69C0FF;
  border-color: #69C0FF; }
  .btn-outline-medium_blue:hover {
    color: #000;
    background-color: #69C0FF;
    border-color: #69C0FF; }
  .btn-check:focus + .btn-outline-medium_blue, .btn-outline-medium_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(105, 192, 255, 0.5); }
  .btn-check:checked + .btn-outline-medium_blue,
  .btn-check:active + .btn-outline-medium_blue, .btn-outline-medium_blue:active, .btn-outline-medium_blue.active, .btn-outline-medium_blue.dropdown-toggle.show {
    color: #000;
    background-color: #69C0FF;
    border-color: #69C0FF; }
    .btn-check:checked + .btn-outline-medium_blue:focus,
    .btn-check:active + .btn-outline-medium_blue:focus, .btn-outline-medium_blue:active:focus, .btn-outline-medium_blue.active:focus, .btn-outline-medium_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(105, 192, 255, 0.5); }
  .btn-outline-medium_blue:disabled, .btn-outline-medium_blue.disabled {
    color: #69C0FF;
    background-color: transparent; }

.btn-outline-light_grey {
  color: #F0F0F0;
  border-color: #F0F0F0; }
  .btn-outline-light_grey:hover {
    color: #000;
    background-color: #F0F0F0;
    border-color: #F0F0F0; }
  .btn-check:focus + .btn-outline-light_grey, .btn-outline-light_grey:focus {
    box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5); }
  .btn-check:checked + .btn-outline-light_grey,
  .btn-check:active + .btn-outline-light_grey, .btn-outline-light_grey:active, .btn-outline-light_grey.active, .btn-outline-light_grey.dropdown-toggle.show {
    color: #000;
    background-color: #F0F0F0;
    border-color: #F0F0F0; }
    .btn-check:checked + .btn-outline-light_grey:focus,
    .btn-check:active + .btn-outline-light_grey:focus, .btn-outline-light_grey:active:focus, .btn-outline-light_grey.active:focus, .btn-outline-light_grey.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5); }
  .btn-outline-light_grey:disabled, .btn-outline-light_grey.disabled {
    color: #F0F0F0;
    background-color: transparent; }

.btn-outline-regular_grey {
  color: #F6F8FA;
  border-color: #F6F8FA; }
  .btn-outline-regular_grey:hover {
    color: #000;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
  .btn-check:focus + .btn-outline-regular_grey, .btn-outline-regular_grey:focus {
    box-shadow: 0 0 0 0.25rem rgba(246, 248, 250, 0.5); }
  .btn-check:checked + .btn-outline-regular_grey,
  .btn-check:active + .btn-outline-regular_grey, .btn-outline-regular_grey:active, .btn-outline-regular_grey.active, .btn-outline-regular_grey.dropdown-toggle.show {
    color: #000;
    background-color: #F6F8FA;
    border-color: #F6F8FA; }
    .btn-check:checked + .btn-outline-regular_grey:focus,
    .btn-check:active + .btn-outline-regular_grey:focus, .btn-outline-regular_grey:active:focus, .btn-outline-regular_grey.active:focus, .btn-outline-regular_grey.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(246, 248, 250, 0.5); }
  .btn-outline-regular_grey:disabled, .btn-outline-regular_grey.disabled {
    color: #F6F8FA;
    background-color: transparent; }

.btn-outline-normal_blue {
  color: #046465;
  border-color: #046465; }
  .btn-outline-normal_blue:hover {
    color: #fff;
    background-color: #046465;
    border-color: #046465; }
  .btn-check:focus + .btn-outline-normal_blue, .btn-outline-normal_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(4, 100, 101, 0.5); }
  .btn-check:checked + .btn-outline-normal_blue,
  .btn-check:active + .btn-outline-normal_blue, .btn-outline-normal_blue:active, .btn-outline-normal_blue.active, .btn-outline-normal_blue.dropdown-toggle.show {
    color: #fff;
    background-color: #046465;
    border-color: #046465; }
    .btn-check:checked + .btn-outline-normal_blue:focus,
    .btn-check:active + .btn-outline-normal_blue:focus, .btn-outline-normal_blue:active:focus, .btn-outline-normal_blue.active:focus, .btn-outline-normal_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(4, 100, 101, 0.5); }
  .btn-outline-normal_blue:disabled, .btn-outline-normal_blue.disabled {
    color: #046465;
    background-color: transparent; }

.btn-outline-dark_blue {
  color: #1A427D;
  border-color: #1A427D; }
  .btn-outline-dark_blue:hover {
    color: #fff;
    background-color: #1A427D;
    border-color: #1A427D; }
  .btn-check:focus + .btn-outline-dark_blue, .btn-outline-dark_blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(26, 66, 125, 0.5); }
  .btn-check:checked + .btn-outline-dark_blue,
  .btn-check:active + .btn-outline-dark_blue, .btn-outline-dark_blue:active, .btn-outline-dark_blue.active, .btn-outline-dark_blue.dropdown-toggle.show {
    color: #fff;
    background-color: #1A427D;
    border-color: #1A427D; }
    .btn-check:checked + .btn-outline-dark_blue:focus,
    .btn-check:active + .btn-outline-dark_blue:focus, .btn-outline-dark_blue:active:focus, .btn-outline-dark_blue.active:focus, .btn-outline-dark_blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(26, 66, 125, 0.5); }
  .btn-outline-dark_blue:disabled, .btn-outline-dark_blue.disabled {
    color: #1A427D;
    background-color: transparent; }

.btn-outline-regular_black {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.85); }
  .btn-outline-regular_black:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    border-color: rgba(0, 0, 0, 0.85); }
  .btn-check:focus + .btn-outline-regular_black, .btn-outline-regular_black:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-check:checked + .btn-outline-regular_black,
  .btn-check:active + .btn-outline-regular_black, .btn-outline-regular_black:active, .btn-outline-regular_black.active, .btn-outline-regular_black.dropdown-toggle.show {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.85);
    border-color: rgba(0, 0, 0, 0.85); }
    .btn-check:checked + .btn-outline-regular_black:focus,
    .btn-check:active + .btn-outline-regular_black:focus, .btn-outline-regular_black:active:focus, .btn-outline-regular_black.active:focus, .btn-outline-regular_black.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-outline-regular_black:disabled, .btn-outline-regular_black.disabled {
    color: rgba(0, 0, 0, 0.85);
    background-color: transparent; }

.btn-outline-thin_black {
  color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15); }
  .btn-outline-thin_black:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15); }
  .btn-check:focus + .btn-outline-thin_black, .btn-outline-thin_black:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-check:checked + .btn-outline-thin_black,
  .btn-check:active + .btn-outline-thin_black, .btn-outline-thin_black:active, .btn-outline-thin_black.active, .btn-outline-thin_black.dropdown-toggle.show {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15); }
    .btn-check:checked + .btn-outline-thin_black:focus,
    .btn-check:active + .btn-outline-thin_black:focus, .btn-outline-thin_black:active:focus, .btn-outline-thin_black.active:focus, .btn-outline-thin_black.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-outline-thin_black:disabled, .btn-outline-thin_black.disabled {
    color: rgba(0, 0, 0, 0.15);
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #007BFF;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0062cc; }
  .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; } }

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007BFF; }
  .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: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #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: #007BFF; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

.btn-group-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: #007BFF;
  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: #0062cc; }
  .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-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .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: #007BFF; }

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl, .navbar > .custom-container-sm, .navbar > .custom-container-md, .navbar > .custom-container-lg, .navbar > .custom-container-xl, .navbar > .custom-container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  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; } }

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

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

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

@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 {
  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-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 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(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #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(0, 0, 0, 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:hover {
  text-decoration: none; }

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

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

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 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 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  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: #006fe6;
    background-color: #e6f2ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006fe6'%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='%23212529'%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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 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-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: #007BFF;
  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: #0062cc;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0062cc;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007BFF;
  border-color: #007BFF; }

.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: #004a99;
  background-color: #cce5ff;
  border-color: #b3d7ff; }
  .alert-primary .alert-link {
    color: #003b7a; }

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

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

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

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

.alert-light_blue {
  color: #5c6366;
  background-color: #fafdff;
  border-color: #f8fdff; }
  .alert-light_blue .alert-link {
    color: #4a4f52; }

.alert-medium_blue {
  color: #2a4d66;
  background-color: #e1f2ff;
  border-color: #d2ecff; }
  .alert-medium_blue .alert-link {
    color: #223e52; }

.alert-light_grey {
  color: #606060;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light_grey .alert-link {
    color: #4d4d4d; }

.alert-regular_grey {
  color: #626364;
  background-color: #fdfefe;
  border-color: #fcfdfe; }
  .alert-regular_grey .alert-link {
    color: #4e4f50; }

.alert-normal_blue {
  color: #023c3d;
  background-color: #cde0e0;
  border-color: #b4d1d1; }
  .alert-normal_blue .alert-link {
    color: #023031; }

.alert-dark_blue {
  color: #10284b;
  background-color: #d1d9e5;
  border-color: #bac6d8; }
  .alert-dark_blue .alert-link {
    color: #0d203c; }

.alert-regular_black {
  color: rgba(0, 0, 0, 0.91);
  background-color: rgba(215, 215, 215, 0.97);
  border-color: rgba(194, 194, 194, 0.955); }
  .alert-regular_black .alert-link {
    color: rgba(0, 0, 0, 0.928); }

.alert-thin_black {
  color: rgba(0, 0, 0, 0.49);
  background-color: rgba(250, 250, 250, 0.83);
  border-color: rgba(246, 246, 246, 0.745); }
  .alert-thin_black .alert-link {
    color: rgba(0, 0, 0, 0.592); }

@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: #007BFF;
  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: #212529;
    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(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007BFF;
    border-color: #007BFF; }
  .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: #004a99;
  background-color: #cce5ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004a99;
    background-color: #b8cee6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004a99;
    border-color: #004a99; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.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: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.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: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.list-group-item-light_blue {
  color: #5c6366;
  background-color: #fafdff; }
  .list-group-item-light_blue.list-group-item-action:hover, .list-group-item-light_blue.list-group-item-action:focus {
    color: #5c6366;
    background-color: #e1e4e6; }
  .list-group-item-light_blue.list-group-item-action.active {
    color: #fff;
    background-color: #5c6366;
    border-color: #5c6366; }

.list-group-item-medium_blue {
  color: #2a4d66;
  background-color: #e1f2ff; }
  .list-group-item-medium_blue.list-group-item-action:hover, .list-group-item-medium_blue.list-group-item-action:focus {
    color: #2a4d66;
    background-color: #cbdae6; }
  .list-group-item-medium_blue.list-group-item-action.active {
    color: #fff;
    background-color: #2a4d66;
    border-color: #2a4d66; }

.list-group-item-light_grey {
  color: #606060;
  background-color: #fcfcfc; }
  .list-group-item-light_grey.list-group-item-action:hover, .list-group-item-light_grey.list-group-item-action:focus {
    color: #606060;
    background-color: #e3e3e3; }
  .list-group-item-light_grey.list-group-item-action.active {
    color: #fff;
    background-color: #606060;
    border-color: #606060; }

.list-group-item-regular_grey {
  color: #626364;
  background-color: #fdfefe; }
  .list-group-item-regular_grey.list-group-item-action:hover, .list-group-item-regular_grey.list-group-item-action:focus {
    color: #626364;
    background-color: #e4e5e5; }
  .list-group-item-regular_grey.list-group-item-action.active {
    color: #fff;
    background-color: #626364;
    border-color: #626364; }

.list-group-item-normal_blue {
  color: #023c3d;
  background-color: #cde0e0; }
  .list-group-item-normal_blue.list-group-item-action:hover, .list-group-item-normal_blue.list-group-item-action:focus {
    color: #023c3d;
    background-color: #b9caca; }
  .list-group-item-normal_blue.list-group-item-action.active {
    color: #fff;
    background-color: #023c3d;
    border-color: #023c3d; }

.list-group-item-dark_blue {
  color: #10284b;
  background-color: #d1d9e5; }
  .list-group-item-dark_blue.list-group-item-action:hover, .list-group-item-dark_blue.list-group-item-action:focus {
    color: #10284b;
    background-color: #bcc3ce; }
  .list-group-item-dark_blue.list-group-item-action.active {
    color: #fff;
    background-color: #10284b;
    border-color: #10284b; }

.list-group-item-regular_black {
  color: rgba(0, 0, 0, 0.91);
  background-color: rgba(215, 215, 215, 0.97); }
  .list-group-item-regular_black.list-group-item-action:hover, .list-group-item-regular_black.list-group-item-action:focus {
    color: rgba(0, 0, 0, 0.91);
    background-color: rgba(192, 192, 192, 0.973); }
  .list-group-item-regular_black.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.91);
    border-color: rgba(0, 0, 0, 0.91); }

.list-group-item-thin_black {
  color: rgba(0, 0, 0, 0.49);
  background-color: rgba(250, 250, 250, 0.83); }
  .list-group-item-thin_black.list-group-item-action:hover, .list-group-item-thin_black.list-group-item-action:focus {
    color: rgba(0, 0, 0, 0.49);
    background-color: rgba(216, 216, 216, 0.847); }
  .list-group-item-thin_black.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.49);
    border-color: rgba(0, 0, 0, 0.49); }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 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(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    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: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .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.5; }

.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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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: #000; }

.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: #000; }

.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: #000; }

.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: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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(0, 0, 0, 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(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #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(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #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(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #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(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 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: #212529; }

.carousel {
  position: relative; }

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #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: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@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: 1050;
  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-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.5; }

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

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

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

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

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

.offcanvas.show {
  transform: none; }

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

.link-primary {
  color: #007BFF; }
  .link-primary:hover, .link-primary:focus {
    color: #3395ff; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

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

.link-light_blue {
  color: #E6F7FF; }
  .link-light_blue:hover, .link-light_blue:focus {
    color: #ebf9ff; }

.link-medium_blue {
  color: #69C0FF; }
  .link-medium_blue:hover, .link-medium_blue:focus {
    color: #87cdff; }

.link-light_grey {
  color: #F0F0F0; }
  .link-light_grey:hover, .link-light_grey:focus {
    color: #f3f3f3; }

.link-regular_grey {
  color: #F6F8FA; }
  .link-regular_grey:hover, .link-regular_grey:focus {
    color: #f8f9fb; }

.link-normal_blue {
  color: #046465; }
  .link-normal_blue:hover, .link-normal_blue:focus {
    color: #035051; }

.link-dark_blue {
  color: #1A427D; }
  .link-dark_blue:hover, .link-dark_blue:focus {
    color: #153564; }

.link-regular_black {
  color: rgba(0, 0, 0, 0.85); }
  .link-regular_black:hover, .link-regular_black:focus {
    color: rgba(0, 0, 0, 0.88); }

.link-thin_black {
  color: rgba(0, 0, 0, 0.15); }
  .link-thin_black:hover, .link-thin_black:focus {
    color: rgba(0, 0, 0, 0.32); }

.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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007BFF !important; }

.border-secondary {
  border-color: #6c757d !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-light_blue {
  border-color: #E6F7FF !important; }

.border-medium_blue {
  border-color: #69C0FF !important; }

.border-light_grey {
  border-color: #F0F0F0 !important; }

.border-regular_grey {
  border-color: #F6F8FA !important; }

.border-normal_blue {
  border-color: #046465 !important; }

.border-dark_blue {
  border-color: #1A427D !important; }

.border-regular_black {
  border-color: rgba(0, 0, 0, 0.85) !important; }

.border-thin_black {
  border-color: rgba(0, 0, 0, 0.15) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-5 {
  gap: 3rem !important; }

.gap-6 {
  gap: 4.5rem !important; }

.gap-7 {
  gap: 6rem !important; }

.gap-8 {
  gap: 7.5rem !important; }

.gap-9 {
  gap: 9rem !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: 1rem !important; }

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

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

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

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

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

.m-9 {
  margin: 9rem !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: 1rem !important;
  margin-left: 1rem !important; }

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

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

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

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

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

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !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: 1rem !important;
  margin-bottom: 1rem !important; }

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

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

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

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

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

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !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: 1rem !important; }

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

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

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

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

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

.mt-9 {
  margin-top: 9rem !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: 1rem !important; }

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

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

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

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

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

.me-9 {
  margin-right: 9rem !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: 1rem !important; }

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

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

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

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

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

.mb-9 {
  margin-bottom: 9rem !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: 1rem !important; }

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

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

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

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

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

.ms-9 {
  margin-left: 9rem !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: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-9 {
  padding-left: 9rem !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-1 {
  line-height: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #007BFF !important; }

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

.text-success {
  color: #198754 !important; }

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

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

.text-danger {
  color: #dc3545 !important; }

.text-light {
  color: #f8f9fa !important; }

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

.text-light_blue {
  color: #E6F7FF !important; }

.text-medium_blue {
  color: #69C0FF !important; }

.text-light_grey {
  color: #F0F0F0 !important; }

.text-regular_grey {
  color: #F6F8FA !important; }

.text-normal_blue {
  color: #046465 !important; }

.text-dark_blue {
  color: #1A427D !important; }

.text-regular_black {
  color: rgba(0, 0, 0, 0.85) !important; }

.text-thin_black {
  color: rgba(0, 0, 0, 0.15) !important; }

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

.text-body {
  color: #212529 !important; }

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

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

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

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

.bg-primary {
  background-color: #007BFF !important; }

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

.bg-success {
  background-color: #198754 !important; }

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

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

.bg-danger {
  background-color: #dc3545 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

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

.bg-light_blue {
  background-color: #E6F7FF !important; }

.bg-medium_blue {
  background-color: #69C0FF !important; }

.bg-light_grey {
  background-color: #F0F0F0 !important; }

.bg-regular_grey {
  background-color: #F6F8FA !important; }

.bg-normal_blue {
  background-color: #046465 !important; }

.bg-dark_blue {
  background-color: #1A427D !important; }

.bg-regular_black {
  background-color: rgba(0, 0, 0, 0.85) !important; }

.bg-thin_black {
  background-color: rgba(0, 0, 0, 0.15) !important; }

.bg-body {
  background-color: #fff !important; }

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

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

.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-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: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .gap-sm-6 {
    gap: 4.5rem !important; }
  .gap-sm-7 {
    gap: 6rem !important; }
  .gap-sm-8 {
    gap: 7.5rem !important; }
  .gap-sm-9 {
    gap: 9rem !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: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-6 {
    margin: 4.5rem !important; }
  .m-sm-7 {
    margin: 6rem !important; }
  .m-sm-8 {
    margin: 7.5rem !important; }
  .m-sm-9 {
    margin: 9rem !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: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-sm-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !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: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-6 {
    margin-top: 4.5rem !important; }
  .mt-sm-7 {
    margin-top: 6rem !important; }
  .mt-sm-8 {
    margin-top: 7.5rem !important; }
  .mt-sm-9 {
    margin-top: 9rem !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: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-6 {
    margin-right: 4.5rem !important; }
  .me-sm-7 {
    margin-right: 6rem !important; }
  .me-sm-8 {
    margin-right: 7.5rem !important; }
  .me-sm-9 {
    margin-right: 9rem !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: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important; }
  .mb-sm-7 {
    margin-bottom: 6rem !important; }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important; }
  .mb-sm-9 {
    margin-bottom: 9rem !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: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-6 {
    margin-left: 4.5rem !important; }
  .ms-sm-7 {
    margin-left: 6rem !important; }
  .ms-sm-8 {
    margin-left: 7.5rem !important; }
  .ms-sm-9 {
    margin-left: 9rem !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: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-6 {
    padding: 4.5rem !important; }
  .p-sm-7 {
    padding: 6rem !important; }
  .p-sm-8 {
    padding: 7.5rem !important; }
  .p-sm-9 {
    padding: 9rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-sm-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-6 {
    padding-top: 4.5rem !important; }
  .pt-sm-7 {
    padding-top: 6rem !important; }
  .pt-sm-8 {
    padding-top: 7.5rem !important; }
  .pt-sm-9 {
    padding-top: 9rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pe-sm-6 {
    padding-right: 4.5rem !important; }
  .pe-sm-7 {
    padding-right: 6rem !important; }
  .pe-sm-8 {
    padding-right: 7.5rem !important; }
  .pe-sm-9 {
    padding-right: 9rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important; }
  .pb-sm-7 {
    padding-bottom: 6rem !important; }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important; }
  .pb-sm-9 {
    padding-bottom: 9rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .ps-sm-6 {
    padding-left: 4.5rem !important; }
  .ps-sm-7 {
    padding-left: 6rem !important; }
  .ps-sm-8 {
    padding-left: 7.5rem !important; }
  .ps-sm-9 {
    padding-left: 9rem !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: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .gap-md-6 {
    gap: 4.5rem !important; }
  .gap-md-7 {
    gap: 6rem !important; }
  .gap-md-8 {
    gap: 7.5rem !important; }
  .gap-md-9 {
    gap: 9rem !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: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-6 {
    margin: 4.5rem !important; }
  .m-md-7 {
    margin: 6rem !important; }
  .m-md-8 {
    margin: 7.5rem !important; }
  .m-md-9 {
    margin: 9rem !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: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-md-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !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: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-6 {
    margin-top: 4.5rem !important; }
  .mt-md-7 {
    margin-top: 6rem !important; }
  .mt-md-8 {
    margin-top: 7.5rem !important; }
  .mt-md-9 {
    margin-top: 9rem !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: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-6 {
    margin-right: 4.5rem !important; }
  .me-md-7 {
    margin-right: 6rem !important; }
  .me-md-8 {
    margin-right: 7.5rem !important; }
  .me-md-9 {
    margin-right: 9rem !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: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-6 {
    margin-bottom: 4.5rem !important; }
  .mb-md-7 {
    margin-bottom: 6rem !important; }
  .mb-md-8 {
    margin-bottom: 7.5rem !important; }
  .mb-md-9 {
    margin-bottom: 9rem !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: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-6 {
    margin-left: 4.5rem !important; }
  .ms-md-7 {
    margin-left: 6rem !important; }
  .ms-md-8 {
    margin-left: 7.5rem !important; }
  .ms-md-9 {
    margin-left: 9rem !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: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-6 {
    padding: 4.5rem !important; }
  .p-md-7 {
    padding: 6rem !important; }
  .p-md-8 {
    padding: 7.5rem !important; }
  .p-md-9 {
    padding: 9rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-md-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-6 {
    padding-top: 4.5rem !important; }
  .pt-md-7 {
    padding-top: 6rem !important; }
  .pt-md-8 {
    padding-top: 7.5rem !important; }
  .pt-md-9 {
    padding-top: 9rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pe-md-6 {
    padding-right: 4.5rem !important; }
  .pe-md-7 {
    padding-right: 6rem !important; }
  .pe-md-8 {
    padding-right: 7.5rem !important; }
  .pe-md-9 {
    padding-right: 9rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-6 {
    padding-bottom: 4.5rem !important; }
  .pb-md-7 {
    padding-bottom: 6rem !important; }
  .pb-md-8 {
    padding-bottom: 7.5rem !important; }
  .pb-md-9 {
    padding-bottom: 9rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .ps-md-6 {
    padding-left: 4.5rem !important; }
  .ps-md-7 {
    padding-left: 6rem !important; }
  .ps-md-8 {
    padding-left: 7.5rem !important; }
  .ps-md-9 {
    padding-left: 9rem !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: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .gap-lg-6 {
    gap: 4.5rem !important; }
  .gap-lg-7 {
    gap: 6rem !important; }
  .gap-lg-8 {
    gap: 7.5rem !important; }
  .gap-lg-9 {
    gap: 9rem !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: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-6 {
    margin: 4.5rem !important; }
  .m-lg-7 {
    margin: 6rem !important; }
  .m-lg-8 {
    margin: 7.5rem !important; }
  .m-lg-9 {
    margin: 9rem !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: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-lg-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !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: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-6 {
    margin-top: 4.5rem !important; }
  .mt-lg-7 {
    margin-top: 6rem !important; }
  .mt-lg-8 {
    margin-top: 7.5rem !important; }
  .mt-lg-9 {
    margin-top: 9rem !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: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-6 {
    margin-right: 4.5rem !important; }
  .me-lg-7 {
    margin-right: 6rem !important; }
  .me-lg-8 {
    margin-right: 7.5rem !important; }
  .me-lg-9 {
    margin-right: 9rem !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: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important; }
  .mb-lg-7 {
    margin-bottom: 6rem !important; }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important; }
  .mb-lg-9 {
    margin-bottom: 9rem !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: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-6 {
    margin-left: 4.5rem !important; }
  .ms-lg-7 {
    margin-left: 6rem !important; }
  .ms-lg-8 {
    margin-left: 7.5rem !important; }
  .ms-lg-9 {
    margin-left: 9rem !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: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-6 {
    padding: 4.5rem !important; }
  .p-lg-7 {
    padding: 6rem !important; }
  .p-lg-8 {
    padding: 7.5rem !important; }
  .p-lg-9 {
    padding: 9rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-lg-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-6 {
    padding-top: 4.5rem !important; }
  .pt-lg-7 {
    padding-top: 6rem !important; }
  .pt-lg-8 {
    padding-top: 7.5rem !important; }
  .pt-lg-9 {
    padding-top: 9rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pe-lg-6 {
    padding-right: 4.5rem !important; }
  .pe-lg-7 {
    padding-right: 6rem !important; }
  .pe-lg-8 {
    padding-right: 7.5rem !important; }
  .pe-lg-9 {
    padding-right: 9rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important; }
  .pb-lg-7 {
    padding-bottom: 6rem !important; }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important; }
  .pb-lg-9 {
    padding-bottom: 9rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .ps-lg-6 {
    padding-left: 4.5rem !important; }
  .ps-lg-7 {
    padding-left: 6rem !important; }
  .ps-lg-8 {
    padding-left: 7.5rem !important; }
  .ps-lg-9 {
    padding-left: 9rem !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: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .gap-xl-6 {
    gap: 4.5rem !important; }
  .gap-xl-7 {
    gap: 6rem !important; }
  .gap-xl-8 {
    gap: 7.5rem !important; }
  .gap-xl-9 {
    gap: 9rem !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: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-6 {
    margin: 4.5rem !important; }
  .m-xl-7 {
    margin: 6rem !important; }
  .m-xl-8 {
    margin: 7.5rem !important; }
  .m-xl-9 {
    margin: 9rem !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: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !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: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-6 {
    margin-top: 4.5rem !important; }
  .mt-xl-7 {
    margin-top: 6rem !important; }
  .mt-xl-8 {
    margin-top: 7.5rem !important; }
  .mt-xl-9 {
    margin-top: 9rem !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: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-6 {
    margin-right: 4.5rem !important; }
  .me-xl-7 {
    margin-right: 6rem !important; }
  .me-xl-8 {
    margin-right: 7.5rem !important; }
  .me-xl-9 {
    margin-right: 9rem !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: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important; }
  .mb-xl-7 {
    margin-bottom: 6rem !important; }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important; }
  .mb-xl-9 {
    margin-bottom: 9rem !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: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-6 {
    margin-left: 4.5rem !important; }
  .ms-xl-7 {
    margin-left: 6rem !important; }
  .ms-xl-8 {
    margin-left: 7.5rem !important; }
  .ms-xl-9 {
    margin-left: 9rem !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: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-6 {
    padding: 4.5rem !important; }
  .p-xl-7 {
    padding: 6rem !important; }
  .p-xl-8 {
    padding: 7.5rem !important; }
  .p-xl-9 {
    padding: 9rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-6 {
    padding-top: 4.5rem !important; }
  .pt-xl-7 {
    padding-top: 6rem !important; }
  .pt-xl-8 {
    padding-top: 7.5rem !important; }
  .pt-xl-9 {
    padding-top: 9rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pe-xl-6 {
    padding-right: 4.5rem !important; }
  .pe-xl-7 {
    padding-right: 6rem !important; }
  .pe-xl-8 {
    padding-right: 7.5rem !important; }
  .pe-xl-9 {
    padding-right: 9rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important; }
  .pb-xl-7 {
    padding-bottom: 6rem !important; }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important; }
  .pb-xl-9 {
    padding-bottom: 9rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .ps-xl-6 {
    padding-left: 4.5rem !important; }
  .ps-xl-7 {
    padding-left: 6rem !important; }
  .ps-xl-8 {
    padding-left: 7.5rem !important; }
  .ps-xl-9 {
    padding-left: 9rem !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: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .gap-xxl-6 {
    gap: 4.5rem !important; }
  .gap-xxl-7 {
    gap: 6rem !important; }
  .gap-xxl-8 {
    gap: 7.5rem !important; }
  .gap-xxl-9 {
    gap: 9rem !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: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-6 {
    margin: 4.5rem !important; }
  .m-xxl-7 {
    margin: 6rem !important; }
  .m-xxl-8 {
    margin: 7.5rem !important; }
  .m-xxl-9 {
    margin: 9rem !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: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !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: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !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: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-6 {
    margin-top: 4.5rem !important; }
  .mt-xxl-7 {
    margin-top: 6rem !important; }
  .mt-xxl-8 {
    margin-top: 7.5rem !important; }
  .mt-xxl-9 {
    margin-top: 9rem !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: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-6 {
    margin-right: 4.5rem !important; }
  .me-xxl-7 {
    margin-right: 6rem !important; }
  .me-xxl-8 {
    margin-right: 7.5rem !important; }
  .me-xxl-9 {
    margin-right: 9rem !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: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important; }
  .mb-xxl-7 {
    margin-bottom: 6rem !important; }
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important; }
  .mb-xxl-9 {
    margin-bottom: 9rem !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: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-6 {
    margin-left: 4.5rem !important; }
  .ms-xxl-7 {
    margin-left: 6rem !important; }
  .ms-xxl-8 {
    margin-left: 7.5rem !important; }
  .ms-xxl-9 {
    margin-left: 9rem !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: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .p-xxl-6 {
    padding: 4.5rem !important; }
  .p-xxl-7 {
    padding: 6rem !important; }
  .p-xxl-8 {
    padding: 7.5rem !important; }
  .p-xxl-9 {
    padding: 9rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-xxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pt-xxl-6 {
    padding-top: 4.5rem !important; }
  .pt-xxl-7 {
    padding-top: 6rem !important; }
  .pt-xxl-8 {
    padding-top: 7.5rem !important; }
  .pt-xxl-9 {
    padding-top: 9rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pe-xxl-6 {
    padding-right: 4.5rem !important; }
  .pe-xxl-7 {
    padding-right: 6rem !important; }
  .pe-xxl-8 {
    padding-right: 7.5rem !important; }
  .pe-xxl-9 {
    padding-right: 9rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important; }
  .pb-xxl-7 {
    padding-bottom: 6rem !important; }
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important; }
  .pb-xxl-9 {
    padding-bottom: 9rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .ps-xxl-6 {
    padding-left: 4.5rem !important; }
  .ps-xxl-7 {
    padding-left: 6rem !important; }
  .ps-xxl-8 {
    padding-left: 7.5rem !important; }
  .ps-xxl-9 {
    padding-left: 9rem !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; } }

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

.fs-2 {
  font-size: 2px !important; }

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

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

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

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

.fs-7 {
  font-size: 7px !important; }

.fs-8 {
  font-size: 8px !important; }

.fs-9 {
  font-size: 9px !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; }

.fs-37 {
  font-size: 37px !important; }

.fs-38 {
  font-size: 38px !important; }

.fs-39 {
  font-size: 39px !important; }

.fs-40 {
  font-size: 40px !important; }

.fs-41 {
  font-size: 41px !important; }

.fs-42 {
  font-size: 42px !important; }

.fs-43 {
  font-size: 43px !important; }

.fs-44 {
  font-size: 44px !important; }

.fs-45 {
  font-size: 45px !important; }

.fs-46 {
  font-size: 46px !important; }

.fs-47 {
  font-size: 47px !important; }

.fs-48 {
  font-size: 48px !important; }

.fs-49 {
  font-size: 49px !important; }

.fs-50 {
  font-size: 50px !important; }

.fs-51 {
  font-size: 51px !important; }

.fs-52 {
  font-size: 52px !important; }

.fs-53 {
  font-size: 53px !important; }

.fs-54 {
  font-size: 54px !important; }

.fs-55 {
  font-size: 55px !important; }

.fs-56 {
  font-size: 56px !important; }

.fs-57 {
  font-size: 57px !important; }

.fs-58 {
  font-size: 58px !important; }

.fs-59 {
  font-size: 59px !important; }

.fs-60 {
  font-size: 60px !important; }

.fs-61 {
  font-size: 61px !important; }

.fs-62 {
  font-size: 62px !important; }

.fs-63 {
  font-size: 63px !important; }

.fs-64 {
  font-size: 64px !important; }

.fs-65 {
  font-size: 65px !important; }

.fs-66 {
  font-size: 66px !important; }

.fs-67 {
  font-size: 67px !important; }

.fs-68 {
  font-size: 68px !important; }

.fs-69 {
  font-size: 69px !important; }

.fs-70 {
  font-size: 70px !important; }

.fs-71 {
  font-size: 71px !important; }

.fs-72 {
  font-size: 72px !important; }

.fs-73 {
  font-size: 73px !important; }

.fs-74 {
  font-size: 74px !important; }

.fs-75 {
  font-size: 75px !important; }

.fs-76 {
  font-size: 76px !important; }

.fs-77 {
  font-size: 77px !important; }

.fs-78 {
  font-size: 78px !important; }

.fs-79 {
  font-size: 79px !important; }

.fs-80 {
  font-size: 80px !important; }

.fs-81 {
  font-size: 81px !important; }

.fs-82 {
  font-size: 82px !important; }

.fs-83 {
  font-size: 83px !important; }

.fs-84 {
  font-size: 84px !important; }

.fs-85 {
  font-size: 85px !important; }

.fs-86 {
  font-size: 86px !important; }

.fs-87 {
  font-size: 87px !important; }

.fs-88 {
  font-size: 88px !important; }

.fs-89 {
  font-size: 89px !important; }

.fs-90 {
  font-size: 90px !important; }

.fs-91 {
  font-size: 91px !important; }

.fs-92 {
  font-size: 92px !important; }

.fs-93 {
  font-size: 93px !important; }

.fs-94 {
  font-size: 94px !important; }

.fs-95 {
  font-size: 95px !important; }

.fs-96 {
  font-size: 96px !important; }

.fs-97 {
  font-size: 97px !important; }

.fs-98 {
  font-size: 98px !important; }

.fs-99 {
  font-size: 99px !important; }

.fs-100 {
  font-size: 100px !important; }

.fs-101 {
  font-size: 101px !important; }

.fs-102 {
  font-size: 102px !important; }

.fs-103 {
  font-size: 103px !important; }

.fs-104 {
  font-size: 104px !important; }

.fs-105 {
  font-size: 105px !important; }

.fs-106 {
  font-size: 106px !important; }

.fs-107 {
  font-size: 107px !important; }

.fs-108 {
  font-size: 108px !important; }

.fs-109 {
  font-size: 109px !important; }

.fs-110 {
  font-size: 110px !important; }

.fs-111 {
  font-size: 111px !important; }

.fs-112 {
  font-size: 112px !important; }

.fs-113 {
  font-size: 113px !important; }

.fs-114 {
  font-size: 114px !important; }

.fs-115 {
  font-size: 115px !important; }

.fs-116 {
  font-size: 116px !important; }

.fs-117 {
  font-size: 117px !important; }

.fs-118 {
  font-size: 118px !important; }

.fs-119 {
  font-size: 119px !important; }

.fs-120 {
  font-size: 120px !important; }

.fs-121 {
  font-size: 121px !important; }

.fs-122 {
  font-size: 122px !important; }

.fs-123 {
  font-size: 123px !important; }

.fs-124 {
  font-size: 124px !important; }

.fs-125 {
  font-size: 125px !important; }

.fs-126 {
  font-size: 126px !important; }

.fs-127 {
  font-size: 127px !important; }

.fs-128 {
  font-size: 128px !important; }

.fs-129 {
  font-size: 129px !important; }

.fs-130 {
  font-size: 130px !important; }

.fs-131 {
  font-size: 131px !important; }

.fs-132 {
  font-size: 132px !important; }

.fs-133 {
  font-size: 133px !important; }

.fs-134 {
  font-size: 134px !important; }

.fs-135 {
  font-size: 135px !important; }

.fs-136 {
  font-size: 136px !important; }

.fs-137 {
  font-size: 137px !important; }

.fs-138 {
  font-size: 138px !important; }

.fs-139 {
  font-size: 139px !important; }

.fs-140 {
  font-size: 140px !important; }

.fs-141 {
  font-size: 141px !important; }

.fs-142 {
  font-size: 142px !important; }

.fs-143 {
  font-size: 143px !important; }

.fs-144 {
  font-size: 144px !important; }

.fs-145 {
  font-size: 145px !important; }

.fs-146 {
  font-size: 146px !important; }

.fs-147 {
  font-size: 147px !important; }

.fs-148 {
  font-size: 148px !important; }

.fs-149 {
  font-size: 149px !important; }

.fs-150 {
  font-size: 150px !important; }

.fs-151 {
  font-size: 151px !important; }

.fs-152 {
  font-size: 152px !important; }

.fs-153 {
  font-size: 153px !important; }

.fs-154 {
  font-size: 154px !important; }

.fs-155 {
  font-size: 155px !important; }

.fs-156 {
  font-size: 156px !important; }

.fs-157 {
  font-size: 157px !important; }

.fs-158 {
  font-size: 158px !important; }

.fs-159 {
  font-size: 159px !important; }

.fs-160 {
  font-size: 160px !important; }

.fs-161 {
  font-size: 161px !important; }

.fs-162 {
  font-size: 162px !important; }

.fs-163 {
  font-size: 163px !important; }

.fs-164 {
  font-size: 164px !important; }

.fs-165 {
  font-size: 165px !important; }

.fs-166 {
  font-size: 166px !important; }

.fs-167 {
  font-size: 167px !important; }

.fs-168 {
  font-size: 168px !important; }

.fs-169 {
  font-size: 169px !important; }

.fs-170 {
  font-size: 170px !important; }

.fs-171 {
  font-size: 171px !important; }

.fs-172 {
  font-size: 172px !important; }

.fs-173 {
  font-size: 173px !important; }

.fs-174 {
  font-size: 174px !important; }

.fs-175 {
  font-size: 175px !important; }

.fs-176 {
  font-size: 176px !important; }

.fs-177 {
  font-size: 177px !important; }

.fs-178 {
  font-size: 178px !important; }

.fs-179 {
  font-size: 179px !important; }

.fs-180 {
  font-size: 180px !important; }

.fs-181 {
  font-size: 181px !important; }

.fs-182 {
  font-size: 182px !important; }

.fs-183 {
  font-size: 183px !important; }

.fs-184 {
  font-size: 184px !important; }

.fs-185 {
  font-size: 185px !important; }

.fs-186 {
  font-size: 186px !important; }

.fs-187 {
  font-size: 187px !important; }

.fs-188 {
  font-size: 188px !important; }

.fs-189 {
  font-size: 189px !important; }

.fs-190 {
  font-size: 190px !important; }

.fs-191 {
  font-size: 191px !important; }

.fs-192 {
  font-size: 192px !important; }

.fs-193 {
  font-size: 193px !important; }

.fs-194 {
  font-size: 194px !important; }

.fs-195 {
  font-size: 195px !important; }

.fs-196 {
  font-size: 196px !important; }

.fs-197 {
  font-size: 197px !important; }

.fs-198 {
  font-size: 198px !important; }

.fs-199 {
  font-size: 199px !important; }

.fs-200 {
  font-size: 200px !important; }

.fs-201 {
  font-size: 201px !important; }

.fs-202 {
  font-size: 202px !important; }

.fs-203 {
  font-size: 203px !important; }

.fs-204 {
  font-size: 204px !important; }

.fs-205 {
  font-size: 205px !important; }

.fs-206 {
  font-size: 206px !important; }

.fs-207 {
  font-size: 207px !important; }

.fs-208 {
  font-size: 208px !important; }

.fs-209 {
  font-size: 209px !important; }

.fs-210 {
  font-size: 210px !important; }

.fs-211 {
  font-size: 211px !important; }

.fs-212 {
  font-size: 212px !important; }

.fs-213 {
  font-size: 213px !important; }

.fs-214 {
  font-size: 214px !important; }

.fs-215 {
  font-size: 215px !important; }

.fs-216 {
  font-size: 216px !important; }

.fs-217 {
  font-size: 217px !important; }

.fs-218 {
  font-size: 218px !important; }

.fs-219 {
  font-size: 219px !important; }

.fs-220 {
  font-size: 220px !important; }

.fs-221 {
  font-size: 221px !important; }

.fs-222 {
  font-size: 222px !important; }

.fs-223 {
  font-size: 223px !important; }

.fs-224 {
  font-size: 224px !important; }

.fs-225 {
  font-size: 225px !important; }

.fs-226 {
  font-size: 226px !important; }

.fs-227 {
  font-size: 227px !important; }

.fs-228 {
  font-size: 228px !important; }

.fs-229 {
  font-size: 229px !important; }

.fs-230 {
  font-size: 230px !important; }

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 1px !important; }
  .fs-sm-2 {
    font-size: 2px !important; }
  .fs-sm-3 {
    font-size: 3px !important; }
  .fs-sm-4 {
    font-size: 4px !important; }
  .fs-sm-5 {
    font-size: 5px !important; }
  .fs-sm-6 {
    font-size: 6px !important; }
  .fs-sm-7 {
    font-size: 7px !important; }
  .fs-sm-8 {
    font-size: 8px !important; }
  .fs-sm-9 {
    font-size: 9px !important; }
  .fs-sm-10 {
    font-size: 10px !important; }
  .fs-sm-11 {
    font-size: 11px !important; }
  .fs-sm-12 {
    font-size: 12px !important; }
  .fs-sm-13 {
    font-size: 13px !important; }
  .fs-sm-14 {
    font-size: 14px !important; }
  .fs-sm-15 {
    font-size: 15px !important; }
  .fs-sm-16 {
    font-size: 16px !important; }
  .fs-sm-17 {
    font-size: 17px !important; }
  .fs-sm-18 {
    font-size: 18px !important; }
  .fs-sm-19 {
    font-size: 19px !important; }
  .fs-sm-20 {
    font-size: 20px !important; }
  .fs-sm-21 {
    font-size: 21px !important; }
  .fs-sm-22 {
    font-size: 22px !important; }
  .fs-sm-23 {
    font-size: 23px !important; }
  .fs-sm-24 {
    font-size: 24px !important; }
  .fs-sm-25 {
    font-size: 25px !important; }
  .fs-sm-26 {
    font-size: 26px !important; }
  .fs-sm-27 {
    font-size: 27px !important; }
  .fs-sm-28 {
    font-size: 28px !important; }
  .fs-sm-29 {
    font-size: 29px !important; }
  .fs-sm-30 {
    font-size: 30px !important; }
  .fs-sm-31 {
    font-size: 31px !important; }
  .fs-sm-32 {
    font-size: 32px !important; }
  .fs-sm-33 {
    font-size: 33px !important; }
  .fs-sm-34 {
    font-size: 34px !important; }
  .fs-sm-35 {
    font-size: 35px !important; }
  .fs-sm-36 {
    font-size: 36px !important; }
  .fs-sm-37 {
    font-size: 37px !important; }
  .fs-sm-38 {
    font-size: 38px !important; }
  .fs-sm-39 {
    font-size: 39px !important; }
  .fs-sm-40 {
    font-size: 40px !important; }
  .fs-sm-41 {
    font-size: 41px !important; }
  .fs-sm-42 {
    font-size: 42px !important; }
  .fs-sm-43 {
    font-size: 43px !important; }
  .fs-sm-44 {
    font-size: 44px !important; }
  .fs-sm-45 {
    font-size: 45px !important; }
  .fs-sm-46 {
    font-size: 46px !important; }
  .fs-sm-47 {
    font-size: 47px !important; }
  .fs-sm-48 {
    font-size: 48px !important; }
  .fs-sm-49 {
    font-size: 49px !important; }
  .fs-sm-50 {
    font-size: 50px !important; }
  .fs-sm-51 {
    font-size: 51px !important; }
  .fs-sm-52 {
    font-size: 52px !important; }
  .fs-sm-53 {
    font-size: 53px !important; }
  .fs-sm-54 {
    font-size: 54px !important; }
  .fs-sm-55 {
    font-size: 55px !important; }
  .fs-sm-56 {
    font-size: 56px !important; }
  .fs-sm-57 {
    font-size: 57px !important; }
  .fs-sm-58 {
    font-size: 58px !important; }
  .fs-sm-59 {
    font-size: 59px !important; }
  .fs-sm-60 {
    font-size: 60px !important; }
  .fs-sm-61 {
    font-size: 61px !important; }
  .fs-sm-62 {
    font-size: 62px !important; }
  .fs-sm-63 {
    font-size: 63px !important; }
  .fs-sm-64 {
    font-size: 64px !important; }
  .fs-sm-65 {
    font-size: 65px !important; }
  .fs-sm-66 {
    font-size: 66px !important; }
  .fs-sm-67 {
    font-size: 67px !important; }
  .fs-sm-68 {
    font-size: 68px !important; }
  .fs-sm-69 {
    font-size: 69px !important; }
  .fs-sm-70 {
    font-size: 70px !important; }
  .fs-sm-71 {
    font-size: 71px !important; }
  .fs-sm-72 {
    font-size: 72px !important; }
  .fs-sm-73 {
    font-size: 73px !important; }
  .fs-sm-74 {
    font-size: 74px !important; }
  .fs-sm-75 {
    font-size: 75px !important; }
  .fs-sm-76 {
    font-size: 76px !important; }
  .fs-sm-77 {
    font-size: 77px !important; }
  .fs-sm-78 {
    font-size: 78px !important; }
  .fs-sm-79 {
    font-size: 79px !important; }
  .fs-sm-80 {
    font-size: 80px !important; }
  .fs-sm-81 {
    font-size: 81px !important; }
  .fs-sm-82 {
    font-size: 82px !important; }
  .fs-sm-83 {
    font-size: 83px !important; }
  .fs-sm-84 {
    font-size: 84px !important; }
  .fs-sm-85 {
    font-size: 85px !important; }
  .fs-sm-86 {
    font-size: 86px !important; }
  .fs-sm-87 {
    font-size: 87px !important; }
  .fs-sm-88 {
    font-size: 88px !important; }
  .fs-sm-89 {
    font-size: 89px !important; }
  .fs-sm-90 {
    font-size: 90px !important; }
  .fs-sm-91 {
    font-size: 91px !important; }
  .fs-sm-92 {
    font-size: 92px !important; }
  .fs-sm-93 {
    font-size: 93px !important; }
  .fs-sm-94 {
    font-size: 94px !important; }
  .fs-sm-95 {
    font-size: 95px !important; }
  .fs-sm-96 {
    font-size: 96px !important; }
  .fs-sm-97 {
    font-size: 97px !important; }
  .fs-sm-98 {
    font-size: 98px !important; }
  .fs-sm-99 {
    font-size: 99px !important; }
  .fs-sm-100 {
    font-size: 100px !important; }
  .fs-sm-101 {
    font-size: 101px !important; }
  .fs-sm-102 {
    font-size: 102px !important; }
  .fs-sm-103 {
    font-size: 103px !important; }
  .fs-sm-104 {
    font-size: 104px !important; }
  .fs-sm-105 {
    font-size: 105px !important; }
  .fs-sm-106 {
    font-size: 106px !important; }
  .fs-sm-107 {
    font-size: 107px !important; }
  .fs-sm-108 {
    font-size: 108px !important; }
  .fs-sm-109 {
    font-size: 109px !important; }
  .fs-sm-110 {
    font-size: 110px !important; }
  .fs-sm-111 {
    font-size: 111px !important; }
  .fs-sm-112 {
    font-size: 112px !important; }
  .fs-sm-113 {
    font-size: 113px !important; }
  .fs-sm-114 {
    font-size: 114px !important; }
  .fs-sm-115 {
    font-size: 115px !important; }
  .fs-sm-116 {
    font-size: 116px !important; }
  .fs-sm-117 {
    font-size: 117px !important; }
  .fs-sm-118 {
    font-size: 118px !important; }
  .fs-sm-119 {
    font-size: 119px !important; }
  .fs-sm-120 {
    font-size: 120px !important; }
  .fs-sm-121 {
    font-size: 121px !important; }
  .fs-sm-122 {
    font-size: 122px !important; }
  .fs-sm-123 {
    font-size: 123px !important; }
  .fs-sm-124 {
    font-size: 124px !important; }
  .fs-sm-125 {
    font-size: 125px !important; }
  .fs-sm-126 {
    font-size: 126px !important; }
  .fs-sm-127 {
    font-size: 127px !important; }
  .fs-sm-128 {
    font-size: 128px !important; }
  .fs-sm-129 {
    font-size: 129px !important; }
  .fs-sm-130 {
    font-size: 130px !important; }
  .fs-sm-131 {
    font-size: 131px !important; }
  .fs-sm-132 {
    font-size: 132px !important; }
  .fs-sm-133 {
    font-size: 133px !important; }
  .fs-sm-134 {
    font-size: 134px !important; }
  .fs-sm-135 {
    font-size: 135px !important; }
  .fs-sm-136 {
    font-size: 136px !important; }
  .fs-sm-137 {
    font-size: 137px !important; }
  .fs-sm-138 {
    font-size: 138px !important; }
  .fs-sm-139 {
    font-size: 139px !important; }
  .fs-sm-140 {
    font-size: 140px !important; }
  .fs-sm-141 {
    font-size: 141px !important; }
  .fs-sm-142 {
    font-size: 142px !important; }
  .fs-sm-143 {
    font-size: 143px !important; }
  .fs-sm-144 {
    font-size: 144px !important; }
  .fs-sm-145 {
    font-size: 145px !important; }
  .fs-sm-146 {
    font-size: 146px !important; }
  .fs-sm-147 {
    font-size: 147px !important; }
  .fs-sm-148 {
    font-size: 148px !important; }
  .fs-sm-149 {
    font-size: 149px !important; }
  .fs-sm-150 {
    font-size: 150px !important; }
  .fs-sm-151 {
    font-size: 151px !important; }
  .fs-sm-152 {
    font-size: 152px !important; }
  .fs-sm-153 {
    font-size: 153px !important; }
  .fs-sm-154 {
    font-size: 154px !important; }
  .fs-sm-155 {
    font-size: 155px !important; }
  .fs-sm-156 {
    font-size: 156px !important; }
  .fs-sm-157 {
    font-size: 157px !important; }
  .fs-sm-158 {
    font-size: 158px !important; }
  .fs-sm-159 {
    font-size: 159px !important; }
  .fs-sm-160 {
    font-size: 160px !important; }
  .fs-sm-161 {
    font-size: 161px !important; }
  .fs-sm-162 {
    font-size: 162px !important; }
  .fs-sm-163 {
    font-size: 163px !important; }
  .fs-sm-164 {
    font-size: 164px !important; }
  .fs-sm-165 {
    font-size: 165px !important; }
  .fs-sm-166 {
    font-size: 166px !important; }
  .fs-sm-167 {
    font-size: 167px !important; }
  .fs-sm-168 {
    font-size: 168px !important; }
  .fs-sm-169 {
    font-size: 169px !important; }
  .fs-sm-170 {
    font-size: 170px !important; }
  .fs-sm-171 {
    font-size: 171px !important; }
  .fs-sm-172 {
    font-size: 172px !important; }
  .fs-sm-173 {
    font-size: 173px !important; }
  .fs-sm-174 {
    font-size: 174px !important; }
  .fs-sm-175 {
    font-size: 175px !important; }
  .fs-sm-176 {
    font-size: 176px !important; }
  .fs-sm-177 {
    font-size: 177px !important; }
  .fs-sm-178 {
    font-size: 178px !important; }
  .fs-sm-179 {
    font-size: 179px !important; }
  .fs-sm-180 {
    font-size: 180px !important; }
  .fs-sm-181 {
    font-size: 181px !important; }
  .fs-sm-182 {
    font-size: 182px !important; }
  .fs-sm-183 {
    font-size: 183px !important; }
  .fs-sm-184 {
    font-size: 184px !important; }
  .fs-sm-185 {
    font-size: 185px !important; }
  .fs-sm-186 {
    font-size: 186px !important; }
  .fs-sm-187 {
    font-size: 187px !important; }
  .fs-sm-188 {
    font-size: 188px !important; }
  .fs-sm-189 {
    font-size: 189px !important; }
  .fs-sm-190 {
    font-size: 190px !important; }
  .fs-sm-191 {
    font-size: 191px !important; }
  .fs-sm-192 {
    font-size: 192px !important; }
  .fs-sm-193 {
    font-size: 193px !important; }
  .fs-sm-194 {
    font-size: 194px !important; }
  .fs-sm-195 {
    font-size: 195px !important; }
  .fs-sm-196 {
    font-size: 196px !important; }
  .fs-sm-197 {
    font-size: 197px !important; }
  .fs-sm-198 {
    font-size: 198px !important; }
  .fs-sm-199 {
    font-size: 199px !important; }
  .fs-sm-200 {
    font-size: 200px !important; }
  .fs-sm-201 {
    font-size: 201px !important; }
  .fs-sm-202 {
    font-size: 202px !important; }
  .fs-sm-203 {
    font-size: 203px !important; }
  .fs-sm-204 {
    font-size: 204px !important; }
  .fs-sm-205 {
    font-size: 205px !important; }
  .fs-sm-206 {
    font-size: 206px !important; }
  .fs-sm-207 {
    font-size: 207px !important; }
  .fs-sm-208 {
    font-size: 208px !important; }
  .fs-sm-209 {
    font-size: 209px !important; }
  .fs-sm-210 {
    font-size: 210px !important; }
  .fs-sm-211 {
    font-size: 211px !important; }
  .fs-sm-212 {
    font-size: 212px !important; }
  .fs-sm-213 {
    font-size: 213px !important; }
  .fs-sm-214 {
    font-size: 214px !important; }
  .fs-sm-215 {
    font-size: 215px !important; }
  .fs-sm-216 {
    font-size: 216px !important; }
  .fs-sm-217 {
    font-size: 217px !important; }
  .fs-sm-218 {
    font-size: 218px !important; }
  .fs-sm-219 {
    font-size: 219px !important; }
  .fs-sm-220 {
    font-size: 220px !important; }
  .fs-sm-221 {
    font-size: 221px !important; }
  .fs-sm-222 {
    font-size: 222px !important; }
  .fs-sm-223 {
    font-size: 223px !important; }
  .fs-sm-224 {
    font-size: 224px !important; }
  .fs-sm-225 {
    font-size: 225px !important; }
  .fs-sm-226 {
    font-size: 226px !important; }
  .fs-sm-227 {
    font-size: 227px !important; }
  .fs-sm-228 {
    font-size: 228px !important; }
  .fs-sm-229 {
    font-size: 229px !important; }
  .fs-sm-230 {
    font-size: 230px !important; } }

@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 1px !important; }
  .fs-md-2 {
    font-size: 2px !important; }
  .fs-md-3 {
    font-size: 3px !important; }
  .fs-md-4 {
    font-size: 4px !important; }
  .fs-md-5 {
    font-size: 5px !important; }
  .fs-md-6 {
    font-size: 6px !important; }
  .fs-md-7 {
    font-size: 7px !important; }
  .fs-md-8 {
    font-size: 8px !important; }
  .fs-md-9 {
    font-size: 9px !important; }
  .fs-md-10 {
    font-size: 10px !important; }
  .fs-md-11 {
    font-size: 11px !important; }
  .fs-md-12 {
    font-size: 12px !important; }
  .fs-md-13 {
    font-size: 13px !important; }
  .fs-md-14 {
    font-size: 14px !important; }
  .fs-md-15 {
    font-size: 15px !important; }
  .fs-md-16 {
    font-size: 16px !important; }
  .fs-md-17 {
    font-size: 17px !important; }
  .fs-md-18 {
    font-size: 18px !important; }
  .fs-md-19 {
    font-size: 19px !important; }
  .fs-md-20 {
    font-size: 20px !important; }
  .fs-md-21 {
    font-size: 21px !important; }
  .fs-md-22 {
    font-size: 22px !important; }
  .fs-md-23 {
    font-size: 23px !important; }
  .fs-md-24 {
    font-size: 24px !important; }
  .fs-md-25 {
    font-size: 25px !important; }
  .fs-md-26 {
    font-size: 26px !important; }
  .fs-md-27 {
    font-size: 27px !important; }
  .fs-md-28 {
    font-size: 28px !important; }
  .fs-md-29 {
    font-size: 29px !important; }
  .fs-md-30 {
    font-size: 30px !important; }
  .fs-md-31 {
    font-size: 31px !important; }
  .fs-md-32 {
    font-size: 32px !important; }
  .fs-md-33 {
    font-size: 33px !important; }
  .fs-md-34 {
    font-size: 34px !important; }
  .fs-md-35 {
    font-size: 35px !important; }
  .fs-md-36 {
    font-size: 36px !important; }
  .fs-md-37 {
    font-size: 37px !important; }
  .fs-md-38 {
    font-size: 38px !important; }
  .fs-md-39 {
    font-size: 39px !important; }
  .fs-md-40 {
    font-size: 40px !important; }
  .fs-md-41 {
    font-size: 41px !important; }
  .fs-md-42 {
    font-size: 42px !important; }
  .fs-md-43 {
    font-size: 43px !important; }
  .fs-md-44 {
    font-size: 44px !important; }
  .fs-md-45 {
    font-size: 45px !important; }
  .fs-md-46 {
    font-size: 46px !important; }
  .fs-md-47 {
    font-size: 47px !important; }
  .fs-md-48 {
    font-size: 48px !important; }
  .fs-md-49 {
    font-size: 49px !important; }
  .fs-md-50 {
    font-size: 50px !important; }
  .fs-md-51 {
    font-size: 51px !important; }
  .fs-md-52 {
    font-size: 52px !important; }
  .fs-md-53 {
    font-size: 53px !important; }
  .fs-md-54 {
    font-size: 54px !important; }
  .fs-md-55 {
    font-size: 55px !important; }
  .fs-md-56 {
    font-size: 56px !important; }
  .fs-md-57 {
    font-size: 57px !important; }
  .fs-md-58 {
    font-size: 58px !important; }
  .fs-md-59 {
    font-size: 59px !important; }
  .fs-md-60 {
    font-size: 60px !important; }
  .fs-md-61 {
    font-size: 61px !important; }
  .fs-md-62 {
    font-size: 62px !important; }
  .fs-md-63 {
    font-size: 63px !important; }
  .fs-md-64 {
    font-size: 64px !important; }
  .fs-md-65 {
    font-size: 65px !important; }
  .fs-md-66 {
    font-size: 66px !important; }
  .fs-md-67 {
    font-size: 67px !important; }
  .fs-md-68 {
    font-size: 68px !important; }
  .fs-md-69 {
    font-size: 69px !important; }
  .fs-md-70 {
    font-size: 70px !important; }
  .fs-md-71 {
    font-size: 71px !important; }
  .fs-md-72 {
    font-size: 72px !important; }
  .fs-md-73 {
    font-size: 73px !important; }
  .fs-md-74 {
    font-size: 74px !important; }
  .fs-md-75 {
    font-size: 75px !important; }
  .fs-md-76 {
    font-size: 76px !important; }
  .fs-md-77 {
    font-size: 77px !important; }
  .fs-md-78 {
    font-size: 78px !important; }
  .fs-md-79 {
    font-size: 79px !important; }
  .fs-md-80 {
    font-size: 80px !important; }
  .fs-md-81 {
    font-size: 81px !important; }
  .fs-md-82 {
    font-size: 82px !important; }
  .fs-md-83 {
    font-size: 83px !important; }
  .fs-md-84 {
    font-size: 84px !important; }
  .fs-md-85 {
    font-size: 85px !important; }
  .fs-md-86 {
    font-size: 86px !important; }
  .fs-md-87 {
    font-size: 87px !important; }
  .fs-md-88 {
    font-size: 88px !important; }
  .fs-md-89 {
    font-size: 89px !important; }
  .fs-md-90 {
    font-size: 90px !important; }
  .fs-md-91 {
    font-size: 91px !important; }
  .fs-md-92 {
    font-size: 92px !important; }
  .fs-md-93 {
    font-size: 93px !important; }
  .fs-md-94 {
    font-size: 94px !important; }
  .fs-md-95 {
    font-size: 95px !important; }
  .fs-md-96 {
    font-size: 96px !important; }
  .fs-md-97 {
    font-size: 97px !important; }
  .fs-md-98 {
    font-size: 98px !important; }
  .fs-md-99 {
    font-size: 99px !important; }
  .fs-md-100 {
    font-size: 100px !important; }
  .fs-md-101 {
    font-size: 101px !important; }
  .fs-md-102 {
    font-size: 102px !important; }
  .fs-md-103 {
    font-size: 103px !important; }
  .fs-md-104 {
    font-size: 104px !important; }
  .fs-md-105 {
    font-size: 105px !important; }
  .fs-md-106 {
    font-size: 106px !important; }
  .fs-md-107 {
    font-size: 107px !important; }
  .fs-md-108 {
    font-size: 108px !important; }
  .fs-md-109 {
    font-size: 109px !important; }
  .fs-md-110 {
    font-size: 110px !important; }
  .fs-md-111 {
    font-size: 111px !important; }
  .fs-md-112 {
    font-size: 112px !important; }
  .fs-md-113 {
    font-size: 113px !important; }
  .fs-md-114 {
    font-size: 114px !important; }
  .fs-md-115 {
    font-size: 115px !important; }
  .fs-md-116 {
    font-size: 116px !important; }
  .fs-md-117 {
    font-size: 117px !important; }
  .fs-md-118 {
    font-size: 118px !important; }
  .fs-md-119 {
    font-size: 119px !important; }
  .fs-md-120 {
    font-size: 120px !important; }
  .fs-md-121 {
    font-size: 121px !important; }
  .fs-md-122 {
    font-size: 122px !important; }
  .fs-md-123 {
    font-size: 123px !important; }
  .fs-md-124 {
    font-size: 124px !important; }
  .fs-md-125 {
    font-size: 125px !important; }
  .fs-md-126 {
    font-size: 126px !important; }
  .fs-md-127 {
    font-size: 127px !important; }
  .fs-md-128 {
    font-size: 128px !important; }
  .fs-md-129 {
    font-size: 129px !important; }
  .fs-md-130 {
    font-size: 130px !important; }
  .fs-md-131 {
    font-size: 131px !important; }
  .fs-md-132 {
    font-size: 132px !important; }
  .fs-md-133 {
    font-size: 133px !important; }
  .fs-md-134 {
    font-size: 134px !important; }
  .fs-md-135 {
    font-size: 135px !important; }
  .fs-md-136 {
    font-size: 136px !important; }
  .fs-md-137 {
    font-size: 137px !important; }
  .fs-md-138 {
    font-size: 138px !important; }
  .fs-md-139 {
    font-size: 139px !important; }
  .fs-md-140 {
    font-size: 140px !important; }
  .fs-md-141 {
    font-size: 141px !important; }
  .fs-md-142 {
    font-size: 142px !important; }
  .fs-md-143 {
    font-size: 143px !important; }
  .fs-md-144 {
    font-size: 144px !important; }
  .fs-md-145 {
    font-size: 145px !important; }
  .fs-md-146 {
    font-size: 146px !important; }
  .fs-md-147 {
    font-size: 147px !important; }
  .fs-md-148 {
    font-size: 148px !important; }
  .fs-md-149 {
    font-size: 149px !important; }
  .fs-md-150 {
    font-size: 150px !important; }
  .fs-md-151 {
    font-size: 151px !important; }
  .fs-md-152 {
    font-size: 152px !important; }
  .fs-md-153 {
    font-size: 153px !important; }
  .fs-md-154 {
    font-size: 154px !important; }
  .fs-md-155 {
    font-size: 155px !important; }
  .fs-md-156 {
    font-size: 156px !important; }
  .fs-md-157 {
    font-size: 157px !important; }
  .fs-md-158 {
    font-size: 158px !important; }
  .fs-md-159 {
    font-size: 159px !important; }
  .fs-md-160 {
    font-size: 160px !important; }
  .fs-md-161 {
    font-size: 161px !important; }
  .fs-md-162 {
    font-size: 162px !important; }
  .fs-md-163 {
    font-size: 163px !important; }
  .fs-md-164 {
    font-size: 164px !important; }
  .fs-md-165 {
    font-size: 165px !important; }
  .fs-md-166 {
    font-size: 166px !important; }
  .fs-md-167 {
    font-size: 167px !important; }
  .fs-md-168 {
    font-size: 168px !important; }
  .fs-md-169 {
    font-size: 169px !important; }
  .fs-md-170 {
    font-size: 170px !important; }
  .fs-md-171 {
    font-size: 171px !important; }
  .fs-md-172 {
    font-size: 172px !important; }
  .fs-md-173 {
    font-size: 173px !important; }
  .fs-md-174 {
    font-size: 174px !important; }
  .fs-md-175 {
    font-size: 175px !important; }
  .fs-md-176 {
    font-size: 176px !important; }
  .fs-md-177 {
    font-size: 177px !important; }
  .fs-md-178 {
    font-size: 178px !important; }
  .fs-md-179 {
    font-size: 179px !important; }
  .fs-md-180 {
    font-size: 180px !important; }
  .fs-md-181 {
    font-size: 181px !important; }
  .fs-md-182 {
    font-size: 182px !important; }
  .fs-md-183 {
    font-size: 183px !important; }
  .fs-md-184 {
    font-size: 184px !important; }
  .fs-md-185 {
    font-size: 185px !important; }
  .fs-md-186 {
    font-size: 186px !important; }
  .fs-md-187 {
    font-size: 187px !important; }
  .fs-md-188 {
    font-size: 188px !important; }
  .fs-md-189 {
    font-size: 189px !important; }
  .fs-md-190 {
    font-size: 190px !important; }
  .fs-md-191 {
    font-size: 191px !important; }
  .fs-md-192 {
    font-size: 192px !important; }
  .fs-md-193 {
    font-size: 193px !important; }
  .fs-md-194 {
    font-size: 194px !important; }
  .fs-md-195 {
    font-size: 195px !important; }
  .fs-md-196 {
    font-size: 196px !important; }
  .fs-md-197 {
    font-size: 197px !important; }
  .fs-md-198 {
    font-size: 198px !important; }
  .fs-md-199 {
    font-size: 199px !important; }
  .fs-md-200 {
    font-size: 200px !important; }
  .fs-md-201 {
    font-size: 201px !important; }
  .fs-md-202 {
    font-size: 202px !important; }
  .fs-md-203 {
    font-size: 203px !important; }
  .fs-md-204 {
    font-size: 204px !important; }
  .fs-md-205 {
    font-size: 205px !important; }
  .fs-md-206 {
    font-size: 206px !important; }
  .fs-md-207 {
    font-size: 207px !important; }
  .fs-md-208 {
    font-size: 208px !important; }
  .fs-md-209 {
    font-size: 209px !important; }
  .fs-md-210 {
    font-size: 210px !important; }
  .fs-md-211 {
    font-size: 211px !important; }
  .fs-md-212 {
    font-size: 212px !important; }
  .fs-md-213 {
    font-size: 213px !important; }
  .fs-md-214 {
    font-size: 214px !important; }
  .fs-md-215 {
    font-size: 215px !important; }
  .fs-md-216 {
    font-size: 216px !important; }
  .fs-md-217 {
    font-size: 217px !important; }
  .fs-md-218 {
    font-size: 218px !important; }
  .fs-md-219 {
    font-size: 219px !important; }
  .fs-md-220 {
    font-size: 220px !important; }
  .fs-md-221 {
    font-size: 221px !important; }
  .fs-md-222 {
    font-size: 222px !important; }
  .fs-md-223 {
    font-size: 223px !important; }
  .fs-md-224 {
    font-size: 224px !important; }
  .fs-md-225 {
    font-size: 225px !important; }
  .fs-md-226 {
    font-size: 226px !important; }
  .fs-md-227 {
    font-size: 227px !important; }
  .fs-md-228 {
    font-size: 228px !important; }
  .fs-md-229 {
    font-size: 229px !important; }
  .fs-md-230 {
    font-size: 230px !important; } }

@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 1px !important; }
  .fs-lg-2 {
    font-size: 2px !important; }
  .fs-lg-3 {
    font-size: 3px !important; }
  .fs-lg-4 {
    font-size: 4px !important; }
  .fs-lg-5 {
    font-size: 5px !important; }
  .fs-lg-6 {
    font-size: 6px !important; }
  .fs-lg-7 {
    font-size: 7px !important; }
  .fs-lg-8 {
    font-size: 8px !important; }
  .fs-lg-9 {
    font-size: 9px !important; }
  .fs-lg-10 {
    font-size: 10px !important; }
  .fs-lg-11 {
    font-size: 11px !important; }
  .fs-lg-12 {
    font-size: 12px !important; }
  .fs-lg-13 {
    font-size: 13px !important; }
  .fs-lg-14 {
    font-size: 14px !important; }
  .fs-lg-15 {
    font-size: 15px !important; }
  .fs-lg-16 {
    font-size: 16px !important; }
  .fs-lg-17 {
    font-size: 17px !important; }
  .fs-lg-18 {
    font-size: 18px !important; }
  .fs-lg-19 {
    font-size: 19px !important; }
  .fs-lg-20 {
    font-size: 20px !important; }
  .fs-lg-21 {
    font-size: 21px !important; }
  .fs-lg-22 {
    font-size: 22px !important; }
  .fs-lg-23 {
    font-size: 23px !important; }
  .fs-lg-24 {
    font-size: 24px !important; }
  .fs-lg-25 {
    font-size: 25px !important; }
  .fs-lg-26 {
    font-size: 26px !important; }
  .fs-lg-27 {
    font-size: 27px !important; }
  .fs-lg-28 {
    font-size: 28px !important; }
  .fs-lg-29 {
    font-size: 29px !important; }
  .fs-lg-30 {
    font-size: 30px !important; }
  .fs-lg-31 {
    font-size: 31px !important; }
  .fs-lg-32 {
    font-size: 32px !important; }
  .fs-lg-33 {
    font-size: 33px !important; }
  .fs-lg-34 {
    font-size: 34px !important; }
  .fs-lg-35 {
    font-size: 35px !important; }
  .fs-lg-36 {
    font-size: 36px !important; }
  .fs-lg-37 {
    font-size: 37px !important; }
  .fs-lg-38 {
    font-size: 38px !important; }
  .fs-lg-39 {
    font-size: 39px !important; }
  .fs-lg-40 {
    font-size: 40px !important; }
  .fs-lg-41 {
    font-size: 41px !important; }
  .fs-lg-42 {
    font-size: 42px !important; }
  .fs-lg-43 {
    font-size: 43px !important; }
  .fs-lg-44 {
    font-size: 44px !important; }
  .fs-lg-45 {
    font-size: 45px !important; }
  .fs-lg-46 {
    font-size: 46px !important; }
  .fs-lg-47 {
    font-size: 47px !important; }
  .fs-lg-48 {
    font-size: 48px !important; }
  .fs-lg-49 {
    font-size: 49px !important; }
  .fs-lg-50 {
    font-size: 50px !important; }
  .fs-lg-51 {
    font-size: 51px !important; }
  .fs-lg-52 {
    font-size: 52px !important; }
  .fs-lg-53 {
    font-size: 53px !important; }
  .fs-lg-54 {
    font-size: 54px !important; }
  .fs-lg-55 {
    font-size: 55px !important; }
  .fs-lg-56 {
    font-size: 56px !important; }
  .fs-lg-57 {
    font-size: 57px !important; }
  .fs-lg-58 {
    font-size: 58px !important; }
  .fs-lg-59 {
    font-size: 59px !important; }
  .fs-lg-60 {
    font-size: 60px !important; }
  .fs-lg-61 {
    font-size: 61px !important; }
  .fs-lg-62 {
    font-size: 62px !important; }
  .fs-lg-63 {
    font-size: 63px !important; }
  .fs-lg-64 {
    font-size: 64px !important; }
  .fs-lg-65 {
    font-size: 65px !important; }
  .fs-lg-66 {
    font-size: 66px !important; }
  .fs-lg-67 {
    font-size: 67px !important; }
  .fs-lg-68 {
    font-size: 68px !important; }
  .fs-lg-69 {
    font-size: 69px !important; }
  .fs-lg-70 {
    font-size: 70px !important; }
  .fs-lg-71 {
    font-size: 71px !important; }
  .fs-lg-72 {
    font-size: 72px !important; }
  .fs-lg-73 {
    font-size: 73px !important; }
  .fs-lg-74 {
    font-size: 74px !important; }
  .fs-lg-75 {
    font-size: 75px !important; }
  .fs-lg-76 {
    font-size: 76px !important; }
  .fs-lg-77 {
    font-size: 77px !important; }
  .fs-lg-78 {
    font-size: 78px !important; }
  .fs-lg-79 {
    font-size: 79px !important; }
  .fs-lg-80 {
    font-size: 80px !important; }
  .fs-lg-81 {
    font-size: 81px !important; }
  .fs-lg-82 {
    font-size: 82px !important; }
  .fs-lg-83 {
    font-size: 83px !important; }
  .fs-lg-84 {
    font-size: 84px !important; }
  .fs-lg-85 {
    font-size: 85px !important; }
  .fs-lg-86 {
    font-size: 86px !important; }
  .fs-lg-87 {
    font-size: 87px !important; }
  .fs-lg-88 {
    font-size: 88px !important; }
  .fs-lg-89 {
    font-size: 89px !important; }
  .fs-lg-90 {
    font-size: 90px !important; }
  .fs-lg-91 {
    font-size: 91px !important; }
  .fs-lg-92 {
    font-size: 92px !important; }
  .fs-lg-93 {
    font-size: 93px !important; }
  .fs-lg-94 {
    font-size: 94px !important; }
  .fs-lg-95 {
    font-size: 95px !important; }
  .fs-lg-96 {
    font-size: 96px !important; }
  .fs-lg-97 {
    font-size: 97px !important; }
  .fs-lg-98 {
    font-size: 98px !important; }
  .fs-lg-99 {
    font-size: 99px !important; }
  .fs-lg-100 {
    font-size: 100px !important; }
  .fs-lg-101 {
    font-size: 101px !important; }
  .fs-lg-102 {
    font-size: 102px !important; }
  .fs-lg-103 {
    font-size: 103px !important; }
  .fs-lg-104 {
    font-size: 104px !important; }
  .fs-lg-105 {
    font-size: 105px !important; }
  .fs-lg-106 {
    font-size: 106px !important; }
  .fs-lg-107 {
    font-size: 107px !important; }
  .fs-lg-108 {
    font-size: 108px !important; }
  .fs-lg-109 {
    font-size: 109px !important; }
  .fs-lg-110 {
    font-size: 110px !important; }
  .fs-lg-111 {
    font-size: 111px !important; }
  .fs-lg-112 {
    font-size: 112px !important; }
  .fs-lg-113 {
    font-size: 113px !important; }
  .fs-lg-114 {
    font-size: 114px !important; }
  .fs-lg-115 {
    font-size: 115px !important; }
  .fs-lg-116 {
    font-size: 116px !important; }
  .fs-lg-117 {
    font-size: 117px !important; }
  .fs-lg-118 {
    font-size: 118px !important; }
  .fs-lg-119 {
    font-size: 119px !important; }
  .fs-lg-120 {
    font-size: 120px !important; }
  .fs-lg-121 {
    font-size: 121px !important; }
  .fs-lg-122 {
    font-size: 122px !important; }
  .fs-lg-123 {
    font-size: 123px !important; }
  .fs-lg-124 {
    font-size: 124px !important; }
  .fs-lg-125 {
    font-size: 125px !important; }
  .fs-lg-126 {
    font-size: 126px !important; }
  .fs-lg-127 {
    font-size: 127px !important; }
  .fs-lg-128 {
    font-size: 128px !important; }
  .fs-lg-129 {
    font-size: 129px !important; }
  .fs-lg-130 {
    font-size: 130px !important; }
  .fs-lg-131 {
    font-size: 131px !important; }
  .fs-lg-132 {
    font-size: 132px !important; }
  .fs-lg-133 {
    font-size: 133px !important; }
  .fs-lg-134 {
    font-size: 134px !important; }
  .fs-lg-135 {
    font-size: 135px !important; }
  .fs-lg-136 {
    font-size: 136px !important; }
  .fs-lg-137 {
    font-size: 137px !important; }
  .fs-lg-138 {
    font-size: 138px !important; }
  .fs-lg-139 {
    font-size: 139px !important; }
  .fs-lg-140 {
    font-size: 140px !important; }
  .fs-lg-141 {
    font-size: 141px !important; }
  .fs-lg-142 {
    font-size: 142px !important; }
  .fs-lg-143 {
    font-size: 143px !important; }
  .fs-lg-144 {
    font-size: 144px !important; }
  .fs-lg-145 {
    font-size: 145px !important; }
  .fs-lg-146 {
    font-size: 146px !important; }
  .fs-lg-147 {
    font-size: 147px !important; }
  .fs-lg-148 {
    font-size: 148px !important; }
  .fs-lg-149 {
    font-size: 149px !important; }
  .fs-lg-150 {
    font-size: 150px !important; }
  .fs-lg-151 {
    font-size: 151px !important; }
  .fs-lg-152 {
    font-size: 152px !important; }
  .fs-lg-153 {
    font-size: 153px !important; }
  .fs-lg-154 {
    font-size: 154px !important; }
  .fs-lg-155 {
    font-size: 155px !important; }
  .fs-lg-156 {
    font-size: 156px !important; }
  .fs-lg-157 {
    font-size: 157px !important; }
  .fs-lg-158 {
    font-size: 158px !important; }
  .fs-lg-159 {
    font-size: 159px !important; }
  .fs-lg-160 {
    font-size: 160px !important; }
  .fs-lg-161 {
    font-size: 161px !important; }
  .fs-lg-162 {
    font-size: 162px !important; }
  .fs-lg-163 {
    font-size: 163px !important; }
  .fs-lg-164 {
    font-size: 164px !important; }
  .fs-lg-165 {
    font-size: 165px !important; }
  .fs-lg-166 {
    font-size: 166px !important; }
  .fs-lg-167 {
    font-size: 167px !important; }
  .fs-lg-168 {
    font-size: 168px !important; }
  .fs-lg-169 {
    font-size: 169px !important; }
  .fs-lg-170 {
    font-size: 170px !important; }
  .fs-lg-171 {
    font-size: 171px !important; }
  .fs-lg-172 {
    font-size: 172px !important; }
  .fs-lg-173 {
    font-size: 173px !important; }
  .fs-lg-174 {
    font-size: 174px !important; }
  .fs-lg-175 {
    font-size: 175px !important; }
  .fs-lg-176 {
    font-size: 176px !important; }
  .fs-lg-177 {
    font-size: 177px !important; }
  .fs-lg-178 {
    font-size: 178px !important; }
  .fs-lg-179 {
    font-size: 179px !important; }
  .fs-lg-180 {
    font-size: 180px !important; }
  .fs-lg-181 {
    font-size: 181px !important; }
  .fs-lg-182 {
    font-size: 182px !important; }
  .fs-lg-183 {
    font-size: 183px !important; }
  .fs-lg-184 {
    font-size: 184px !important; }
  .fs-lg-185 {
    font-size: 185px !important; }
  .fs-lg-186 {
    font-size: 186px !important; }
  .fs-lg-187 {
    font-size: 187px !important; }
  .fs-lg-188 {
    font-size: 188px !important; }
  .fs-lg-189 {
    font-size: 189px !important; }
  .fs-lg-190 {
    font-size: 190px !important; }
  .fs-lg-191 {
    font-size: 191px !important; }
  .fs-lg-192 {
    font-size: 192px !important; }
  .fs-lg-193 {
    font-size: 193px !important; }
  .fs-lg-194 {
    font-size: 194px !important; }
  .fs-lg-195 {
    font-size: 195px !important; }
  .fs-lg-196 {
    font-size: 196px !important; }
  .fs-lg-197 {
    font-size: 197px !important; }
  .fs-lg-198 {
    font-size: 198px !important; }
  .fs-lg-199 {
    font-size: 199px !important; }
  .fs-lg-200 {
    font-size: 200px !important; }
  .fs-lg-201 {
    font-size: 201px !important; }
  .fs-lg-202 {
    font-size: 202px !important; }
  .fs-lg-203 {
    font-size: 203px !important; }
  .fs-lg-204 {
    font-size: 204px !important; }
  .fs-lg-205 {
    font-size: 205px !important; }
  .fs-lg-206 {
    font-size: 206px !important; }
  .fs-lg-207 {
    font-size: 207px !important; }
  .fs-lg-208 {
    font-size: 208px !important; }
  .fs-lg-209 {
    font-size: 209px !important; }
  .fs-lg-210 {
    font-size: 210px !important; }
  .fs-lg-211 {
    font-size: 211px !important; }
  .fs-lg-212 {
    font-size: 212px !important; }
  .fs-lg-213 {
    font-size: 213px !important; }
  .fs-lg-214 {
    font-size: 214px !important; }
  .fs-lg-215 {
    font-size: 215px !important; }
  .fs-lg-216 {
    font-size: 216px !important; }
  .fs-lg-217 {
    font-size: 217px !important; }
  .fs-lg-218 {
    font-size: 218px !important; }
  .fs-lg-219 {
    font-size: 219px !important; }
  .fs-lg-220 {
    font-size: 220px !important; }
  .fs-lg-221 {
    font-size: 221px !important; }
  .fs-lg-222 {
    font-size: 222px !important; }
  .fs-lg-223 {
    font-size: 223px !important; }
  .fs-lg-224 {
    font-size: 224px !important; }
  .fs-lg-225 {
    font-size: 225px !important; }
  .fs-lg-226 {
    font-size: 226px !important; }
  .fs-lg-227 {
    font-size: 227px !important; }
  .fs-lg-228 {
    font-size: 228px !important; }
  .fs-lg-229 {
    font-size: 229px !important; }
  .fs-lg-230 {
    font-size: 230px !important; } }

@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 1px !important; }
  .fs-xl-2 {
    font-size: 2px !important; }
  .fs-xl-3 {
    font-size: 3px !important; }
  .fs-xl-4 {
    font-size: 4px !important; }
  .fs-xl-5 {
    font-size: 5px !important; }
  .fs-xl-6 {
    font-size: 6px !important; }
  .fs-xl-7 {
    font-size: 7px !important; }
  .fs-xl-8 {
    font-size: 8px !important; }
  .fs-xl-9 {
    font-size: 9px !important; }
  .fs-xl-10 {
    font-size: 10px !important; }
  .fs-xl-11 {
    font-size: 11px !important; }
  .fs-xl-12 {
    font-size: 12px !important; }
  .fs-xl-13 {
    font-size: 13px !important; }
  .fs-xl-14 {
    font-size: 14px !important; }
  .fs-xl-15 {
    font-size: 15px !important; }
  .fs-xl-16 {
    font-size: 16px !important; }
  .fs-xl-17 {
    font-size: 17px !important; }
  .fs-xl-18 {
    font-size: 18px !important; }
  .fs-xl-19 {
    font-size: 19px !important; }
  .fs-xl-20 {
    font-size: 20px !important; }
  .fs-xl-21 {
    font-size: 21px !important; }
  .fs-xl-22 {
    font-size: 22px !important; }
  .fs-xl-23 {
    font-size: 23px !important; }
  .fs-xl-24 {
    font-size: 24px !important; }
  .fs-xl-25 {
    font-size: 25px !important; }
  .fs-xl-26 {
    font-size: 26px !important; }
  .fs-xl-27 {
    font-size: 27px !important; }
  .fs-xl-28 {
    font-size: 28px !important; }
  .fs-xl-29 {
    font-size: 29px !important; }
  .fs-xl-30 {
    font-size: 30px !important; }
  .fs-xl-31 {
    font-size: 31px !important; }
  .fs-xl-32 {
    font-size: 32px !important; }
  .fs-xl-33 {
    font-size: 33px !important; }
  .fs-xl-34 {
    font-size: 34px !important; }
  .fs-xl-35 {
    font-size: 35px !important; }
  .fs-xl-36 {
    font-size: 36px !important; }
  .fs-xl-37 {
    font-size: 37px !important; }
  .fs-xl-38 {
    font-size: 38px !important; }
  .fs-xl-39 {
    font-size: 39px !important; }
  .fs-xl-40 {
    font-size: 40px !important; }
  .fs-xl-41 {
    font-size: 41px !important; }
  .fs-xl-42 {
    font-size: 42px !important; }
  .fs-xl-43 {
    font-size: 43px !important; }
  .fs-xl-44 {
    font-size: 44px !important; }
  .fs-xl-45 {
    font-size: 45px !important; }
  .fs-xl-46 {
    font-size: 46px !important; }
  .fs-xl-47 {
    font-size: 47px !important; }
  .fs-xl-48 {
    font-size: 48px !important; }
  .fs-xl-49 {
    font-size: 49px !important; }
  .fs-xl-50 {
    font-size: 50px !important; }
  .fs-xl-51 {
    font-size: 51px !important; }
  .fs-xl-52 {
    font-size: 52px !important; }
  .fs-xl-53 {
    font-size: 53px !important; }
  .fs-xl-54 {
    font-size: 54px !important; }
  .fs-xl-55 {
    font-size: 55px !important; }
  .fs-xl-56 {
    font-size: 56px !important; }
  .fs-xl-57 {
    font-size: 57px !important; }
  .fs-xl-58 {
    font-size: 58px !important; }
  .fs-xl-59 {
    font-size: 59px !important; }
  .fs-xl-60 {
    font-size: 60px !important; }
  .fs-xl-61 {
    font-size: 61px !important; }
  .fs-xl-62 {
    font-size: 62px !important; }
  .fs-xl-63 {
    font-size: 63px !important; }
  .fs-xl-64 {
    font-size: 64px !important; }
  .fs-xl-65 {
    font-size: 65px !important; }
  .fs-xl-66 {
    font-size: 66px !important; }
  .fs-xl-67 {
    font-size: 67px !important; }
  .fs-xl-68 {
    font-size: 68px !important; }
  .fs-xl-69 {
    font-size: 69px !important; }
  .fs-xl-70 {
    font-size: 70px !important; }
  .fs-xl-71 {
    font-size: 71px !important; }
  .fs-xl-72 {
    font-size: 72px !important; }
  .fs-xl-73 {
    font-size: 73px !important; }
  .fs-xl-74 {
    font-size: 74px !important; }
  .fs-xl-75 {
    font-size: 75px !important; }
  .fs-xl-76 {
    font-size: 76px !important; }
  .fs-xl-77 {
    font-size: 77px !important; }
  .fs-xl-78 {
    font-size: 78px !important; }
  .fs-xl-79 {
    font-size: 79px !important; }
  .fs-xl-80 {
    font-size: 80px !important; }
  .fs-xl-81 {
    font-size: 81px !important; }
  .fs-xl-82 {
    font-size: 82px !important; }
  .fs-xl-83 {
    font-size: 83px !important; }
  .fs-xl-84 {
    font-size: 84px !important; }
  .fs-xl-85 {
    font-size: 85px !important; }
  .fs-xl-86 {
    font-size: 86px !important; }
  .fs-xl-87 {
    font-size: 87px !important; }
  .fs-xl-88 {
    font-size: 88px !important; }
  .fs-xl-89 {
    font-size: 89px !important; }
  .fs-xl-90 {
    font-size: 90px !important; }
  .fs-xl-91 {
    font-size: 91px !important; }
  .fs-xl-92 {
    font-size: 92px !important; }
  .fs-xl-93 {
    font-size: 93px !important; }
  .fs-xl-94 {
    font-size: 94px !important; }
  .fs-xl-95 {
    font-size: 95px !important; }
  .fs-xl-96 {
    font-size: 96px !important; }
  .fs-xl-97 {
    font-size: 97px !important; }
  .fs-xl-98 {
    font-size: 98px !important; }
  .fs-xl-99 {
    font-size: 99px !important; }
  .fs-xl-100 {
    font-size: 100px !important; }
  .fs-xl-101 {
    font-size: 101px !important; }
  .fs-xl-102 {
    font-size: 102px !important; }
  .fs-xl-103 {
    font-size: 103px !important; }
  .fs-xl-104 {
    font-size: 104px !important; }
  .fs-xl-105 {
    font-size: 105px !important; }
  .fs-xl-106 {
    font-size: 106px !important; }
  .fs-xl-107 {
    font-size: 107px !important; }
  .fs-xl-108 {
    font-size: 108px !important; }
  .fs-xl-109 {
    font-size: 109px !important; }
  .fs-xl-110 {
    font-size: 110px !important; }
  .fs-xl-111 {
    font-size: 111px !important; }
  .fs-xl-112 {
    font-size: 112px !important; }
  .fs-xl-113 {
    font-size: 113px !important; }
  .fs-xl-114 {
    font-size: 114px !important; }
  .fs-xl-115 {
    font-size: 115px !important; }
  .fs-xl-116 {
    font-size: 116px !important; }
  .fs-xl-117 {
    font-size: 117px !important; }
  .fs-xl-118 {
    font-size: 118px !important; }
  .fs-xl-119 {
    font-size: 119px !important; }
  .fs-xl-120 {
    font-size: 120px !important; }
  .fs-xl-121 {
    font-size: 121px !important; }
  .fs-xl-122 {
    font-size: 122px !important; }
  .fs-xl-123 {
    font-size: 123px !important; }
  .fs-xl-124 {
    font-size: 124px !important; }
  .fs-xl-125 {
    font-size: 125px !important; }
  .fs-xl-126 {
    font-size: 126px !important; }
  .fs-xl-127 {
    font-size: 127px !important; }
  .fs-xl-128 {
    font-size: 128px !important; }
  .fs-xl-129 {
    font-size: 129px !important; }
  .fs-xl-130 {
    font-size: 130px !important; }
  .fs-xl-131 {
    font-size: 131px !important; }
  .fs-xl-132 {
    font-size: 132px !important; }
  .fs-xl-133 {
    font-size: 133px !important; }
  .fs-xl-134 {
    font-size: 134px !important; }
  .fs-xl-135 {
    font-size: 135px !important; }
  .fs-xl-136 {
    font-size: 136px !important; }
  .fs-xl-137 {
    font-size: 137px !important; }
  .fs-xl-138 {
    font-size: 138px !important; }
  .fs-xl-139 {
    font-size: 139px !important; }
  .fs-xl-140 {
    font-size: 140px !important; }
  .fs-xl-141 {
    font-size: 141px !important; }
  .fs-xl-142 {
    font-size: 142px !important; }
  .fs-xl-143 {
    font-size: 143px !important; }
  .fs-xl-144 {
    font-size: 144px !important; }
  .fs-xl-145 {
    font-size: 145px !important; }
  .fs-xl-146 {
    font-size: 146px !important; }
  .fs-xl-147 {
    font-size: 147px !important; }
  .fs-xl-148 {
    font-size: 148px !important; }
  .fs-xl-149 {
    font-size: 149px !important; }
  .fs-xl-150 {
    font-size: 150px !important; }
  .fs-xl-151 {
    font-size: 151px !important; }
  .fs-xl-152 {
    font-size: 152px !important; }
  .fs-xl-153 {
    font-size: 153px !important; }
  .fs-xl-154 {
    font-size: 154px !important; }
  .fs-xl-155 {
    font-size: 155px !important; }
  .fs-xl-156 {
    font-size: 156px !important; }
  .fs-xl-157 {
    font-size: 157px !important; }
  .fs-xl-158 {
    font-size: 158px !important; }
  .fs-xl-159 {
    font-size: 159px !important; }
  .fs-xl-160 {
    font-size: 160px !important; }
  .fs-xl-161 {
    font-size: 161px !important; }
  .fs-xl-162 {
    font-size: 162px !important; }
  .fs-xl-163 {
    font-size: 163px !important; }
  .fs-xl-164 {
    font-size: 164px !important; }
  .fs-xl-165 {
    font-size: 165px !important; }
  .fs-xl-166 {
    font-size: 166px !important; }
  .fs-xl-167 {
    font-size: 167px !important; }
  .fs-xl-168 {
    font-size: 168px !important; }
  .fs-xl-169 {
    font-size: 169px !important; }
  .fs-xl-170 {
    font-size: 170px !important; }
  .fs-xl-171 {
    font-size: 171px !important; }
  .fs-xl-172 {
    font-size: 172px !important; }
  .fs-xl-173 {
    font-size: 173px !important; }
  .fs-xl-174 {
    font-size: 174px !important; }
  .fs-xl-175 {
    font-size: 175px !important; }
  .fs-xl-176 {
    font-size: 176px !important; }
  .fs-xl-177 {
    font-size: 177px !important; }
  .fs-xl-178 {
    font-size: 178px !important; }
  .fs-xl-179 {
    font-size: 179px !important; }
  .fs-xl-180 {
    font-size: 180px !important; }
  .fs-xl-181 {
    font-size: 181px !important; }
  .fs-xl-182 {
    font-size: 182px !important; }
  .fs-xl-183 {
    font-size: 183px !important; }
  .fs-xl-184 {
    font-size: 184px !important; }
  .fs-xl-185 {
    font-size: 185px !important; }
  .fs-xl-186 {
    font-size: 186px !important; }
  .fs-xl-187 {
    font-size: 187px !important; }
  .fs-xl-188 {
    font-size: 188px !important; }
  .fs-xl-189 {
    font-size: 189px !important; }
  .fs-xl-190 {
    font-size: 190px !important; }
  .fs-xl-191 {
    font-size: 191px !important; }
  .fs-xl-192 {
    font-size: 192px !important; }
  .fs-xl-193 {
    font-size: 193px !important; }
  .fs-xl-194 {
    font-size: 194px !important; }
  .fs-xl-195 {
    font-size: 195px !important; }
  .fs-xl-196 {
    font-size: 196px !important; }
  .fs-xl-197 {
    font-size: 197px !important; }
  .fs-xl-198 {
    font-size: 198px !important; }
  .fs-xl-199 {
    font-size: 199px !important; }
  .fs-xl-200 {
    font-size: 200px !important; }
  .fs-xl-201 {
    font-size: 201px !important; }
  .fs-xl-202 {
    font-size: 202px !important; }
  .fs-xl-203 {
    font-size: 203px !important; }
  .fs-xl-204 {
    font-size: 204px !important; }
  .fs-xl-205 {
    font-size: 205px !important; }
  .fs-xl-206 {
    font-size: 206px !important; }
  .fs-xl-207 {
    font-size: 207px !important; }
  .fs-xl-208 {
    font-size: 208px !important; }
  .fs-xl-209 {
    font-size: 209px !important; }
  .fs-xl-210 {
    font-size: 210px !important; }
  .fs-xl-211 {
    font-size: 211px !important; }
  .fs-xl-212 {
    font-size: 212px !important; }
  .fs-xl-213 {
    font-size: 213px !important; }
  .fs-xl-214 {
    font-size: 214px !important; }
  .fs-xl-215 {
    font-size: 215px !important; }
  .fs-xl-216 {
    font-size: 216px !important; }
  .fs-xl-217 {
    font-size: 217px !important; }
  .fs-xl-218 {
    font-size: 218px !important; }
  .fs-xl-219 {
    font-size: 219px !important; }
  .fs-xl-220 {
    font-size: 220px !important; }
  .fs-xl-221 {
    font-size: 221px !important; }
  .fs-xl-222 {
    font-size: 222px !important; }
  .fs-xl-223 {
    font-size: 223px !important; }
  .fs-xl-224 {
    font-size: 224px !important; }
  .fs-xl-225 {
    font-size: 225px !important; }
  .fs-xl-226 {
    font-size: 226px !important; }
  .fs-xl-227 {
    font-size: 227px !important; }
  .fs-xl-228 {
    font-size: 228px !important; }
  .fs-xl-229 {
    font-size: 229px !important; }
  .fs-xl-230 {
    font-size: 230px !important; } }

@media (min-width: 1400px) {
  .fs-xxl-1 {
    font-size: 1px !important; }
  .fs-xxl-2 {
    font-size: 2px !important; }
  .fs-xxl-3 {
    font-size: 3px !important; }
  .fs-xxl-4 {
    font-size: 4px !important; }
  .fs-xxl-5 {
    font-size: 5px !important; }
  .fs-xxl-6 {
    font-size: 6px !important; }
  .fs-xxl-7 {
    font-size: 7px !important; }
  .fs-xxl-8 {
    font-size: 8px !important; }
  .fs-xxl-9 {
    font-size: 9px !important; }
  .fs-xxl-10 {
    font-size: 10px !important; }
  .fs-xxl-11 {
    font-size: 11px !important; }
  .fs-xxl-12 {
    font-size: 12px !important; }
  .fs-xxl-13 {
    font-size: 13px !important; }
  .fs-xxl-14 {
    font-size: 14px !important; }
  .fs-xxl-15 {
    font-size: 15px !important; }
  .fs-xxl-16 {
    font-size: 16px !important; }
  .fs-xxl-17 {
    font-size: 17px !important; }
  .fs-xxl-18 {
    font-size: 18px !important; }
  .fs-xxl-19 {
    font-size: 19px !important; }
  .fs-xxl-20 {
    font-size: 20px !important; }
  .fs-xxl-21 {
    font-size: 21px !important; }
  .fs-xxl-22 {
    font-size: 22px !important; }
  .fs-xxl-23 {
    font-size: 23px !important; }
  .fs-xxl-24 {
    font-size: 24px !important; }
  .fs-xxl-25 {
    font-size: 25px !important; }
  .fs-xxl-26 {
    font-size: 26px !important; }
  .fs-xxl-27 {
    font-size: 27px !important; }
  .fs-xxl-28 {
    font-size: 28px !important; }
  .fs-xxl-29 {
    font-size: 29px !important; }
  .fs-xxl-30 {
    font-size: 30px !important; }
  .fs-xxl-31 {
    font-size: 31px !important; }
  .fs-xxl-32 {
    font-size: 32px !important; }
  .fs-xxl-33 {
    font-size: 33px !important; }
  .fs-xxl-34 {
    font-size: 34px !important; }
  .fs-xxl-35 {
    font-size: 35px !important; }
  .fs-xxl-36 {
    font-size: 36px !important; }
  .fs-xxl-37 {
    font-size: 37px !important; }
  .fs-xxl-38 {
    font-size: 38px !important; }
  .fs-xxl-39 {
    font-size: 39px !important; }
  .fs-xxl-40 {
    font-size: 40px !important; }
  .fs-xxl-41 {
    font-size: 41px !important; }
  .fs-xxl-42 {
    font-size: 42px !important; }
  .fs-xxl-43 {
    font-size: 43px !important; }
  .fs-xxl-44 {
    font-size: 44px !important; }
  .fs-xxl-45 {
    font-size: 45px !important; }
  .fs-xxl-46 {
    font-size: 46px !important; }
  .fs-xxl-47 {
    font-size: 47px !important; }
  .fs-xxl-48 {
    font-size: 48px !important; }
  .fs-xxl-49 {
    font-size: 49px !important; }
  .fs-xxl-50 {
    font-size: 50px !important; }
  .fs-xxl-51 {
    font-size: 51px !important; }
  .fs-xxl-52 {
    font-size: 52px !important; }
  .fs-xxl-53 {
    font-size: 53px !important; }
  .fs-xxl-54 {
    font-size: 54px !important; }
  .fs-xxl-55 {
    font-size: 55px !important; }
  .fs-xxl-56 {
    font-size: 56px !important; }
  .fs-xxl-57 {
    font-size: 57px !important; }
  .fs-xxl-58 {
    font-size: 58px !important; }
  .fs-xxl-59 {
    font-size: 59px !important; }
  .fs-xxl-60 {
    font-size: 60px !important; }
  .fs-xxl-61 {
    font-size: 61px !important; }
  .fs-xxl-62 {
    font-size: 62px !important; }
  .fs-xxl-63 {
    font-size: 63px !important; }
  .fs-xxl-64 {
    font-size: 64px !important; }
  .fs-xxl-65 {
    font-size: 65px !important; }
  .fs-xxl-66 {
    font-size: 66px !important; }
  .fs-xxl-67 {
    font-size: 67px !important; }
  .fs-xxl-68 {
    font-size: 68px !important; }
  .fs-xxl-69 {
    font-size: 69px !important; }
  .fs-xxl-70 {
    font-size: 70px !important; }
  .fs-xxl-71 {
    font-size: 71px !important; }
  .fs-xxl-72 {
    font-size: 72px !important; }
  .fs-xxl-73 {
    font-size: 73px !important; }
  .fs-xxl-74 {
    font-size: 74px !important; }
  .fs-xxl-75 {
    font-size: 75px !important; }
  .fs-xxl-76 {
    font-size: 76px !important; }
  .fs-xxl-77 {
    font-size: 77px !important; }
  .fs-xxl-78 {
    font-size: 78px !important; }
  .fs-xxl-79 {
    font-size: 79px !important; }
  .fs-xxl-80 {
    font-size: 80px !important; }
  .fs-xxl-81 {
    font-size: 81px !important; }
  .fs-xxl-82 {
    font-size: 82px !important; }
  .fs-xxl-83 {
    font-size: 83px !important; }
  .fs-xxl-84 {
    font-size: 84px !important; }
  .fs-xxl-85 {
    font-size: 85px !important; }
  .fs-xxl-86 {
    font-size: 86px !important; }
  .fs-xxl-87 {
    font-size: 87px !important; }
  .fs-xxl-88 {
    font-size: 88px !important; }
  .fs-xxl-89 {
    font-size: 89px !important; }
  .fs-xxl-90 {
    font-size: 90px !important; }
  .fs-xxl-91 {
    font-size: 91px !important; }
  .fs-xxl-92 {
    font-size: 92px !important; }
  .fs-xxl-93 {
    font-size: 93px !important; }
  .fs-xxl-94 {
    font-size: 94px !important; }
  .fs-xxl-95 {
    font-size: 95px !important; }
  .fs-xxl-96 {
    font-size: 96px !important; }
  .fs-xxl-97 {
    font-size: 97px !important; }
  .fs-xxl-98 {
    font-size: 98px !important; }
  .fs-xxl-99 {
    font-size: 99px !important; }
  .fs-xxl-100 {
    font-size: 100px !important; }
  .fs-xxl-101 {
    font-size: 101px !important; }
  .fs-xxl-102 {
    font-size: 102px !important; }
  .fs-xxl-103 {
    font-size: 103px !important; }
  .fs-xxl-104 {
    font-size: 104px !important; }
  .fs-xxl-105 {
    font-size: 105px !important; }
  .fs-xxl-106 {
    font-size: 106px !important; }
  .fs-xxl-107 {
    font-size: 107px !important; }
  .fs-xxl-108 {
    font-size: 108px !important; }
  .fs-xxl-109 {
    font-size: 109px !important; }
  .fs-xxl-110 {
    font-size: 110px !important; }
  .fs-xxl-111 {
    font-size: 111px !important; }
  .fs-xxl-112 {
    font-size: 112px !important; }
  .fs-xxl-113 {
    font-size: 113px !important; }
  .fs-xxl-114 {
    font-size: 114px !important; }
  .fs-xxl-115 {
    font-size: 115px !important; }
  .fs-xxl-116 {
    font-size: 116px !important; }
  .fs-xxl-117 {
    font-size: 117px !important; }
  .fs-xxl-118 {
    font-size: 118px !important; }
  .fs-xxl-119 {
    font-size: 119px !important; }
  .fs-xxl-120 {
    font-size: 120px !important; }
  .fs-xxl-121 {
    font-size: 121px !important; }
  .fs-xxl-122 {
    font-size: 122px !important; }
  .fs-xxl-123 {
    font-size: 123px !important; }
  .fs-xxl-124 {
    font-size: 124px !important; }
  .fs-xxl-125 {
    font-size: 125px !important; }
  .fs-xxl-126 {
    font-size: 126px !important; }
  .fs-xxl-127 {
    font-size: 127px !important; }
  .fs-xxl-128 {
    font-size: 128px !important; }
  .fs-xxl-129 {
    font-size: 129px !important; }
  .fs-xxl-130 {
    font-size: 130px !important; }
  .fs-xxl-131 {
    font-size: 131px !important; }
  .fs-xxl-132 {
    font-size: 132px !important; }
  .fs-xxl-133 {
    font-size: 133px !important; }
  .fs-xxl-134 {
    font-size: 134px !important; }
  .fs-xxl-135 {
    font-size: 135px !important; }
  .fs-xxl-136 {
    font-size: 136px !important; }
  .fs-xxl-137 {
    font-size: 137px !important; }
  .fs-xxl-138 {
    font-size: 138px !important; }
  .fs-xxl-139 {
    font-size: 139px !important; }
  .fs-xxl-140 {
    font-size: 140px !important; }
  .fs-xxl-141 {
    font-size: 141px !important; }
  .fs-xxl-142 {
    font-size: 142px !important; }
  .fs-xxl-143 {
    font-size: 143px !important; }
  .fs-xxl-144 {
    font-size: 144px !important; }
  .fs-xxl-145 {
    font-size: 145px !important; }
  .fs-xxl-146 {
    font-size: 146px !important; }
  .fs-xxl-147 {
    font-size: 147px !important; }
  .fs-xxl-148 {
    font-size: 148px !important; }
  .fs-xxl-149 {
    font-size: 149px !important; }
  .fs-xxl-150 {
    font-size: 150px !important; }
  .fs-xxl-151 {
    font-size: 151px !important; }
  .fs-xxl-152 {
    font-size: 152px !important; }
  .fs-xxl-153 {
    font-size: 153px !important; }
  .fs-xxl-154 {
    font-size: 154px !important; }
  .fs-xxl-155 {
    font-size: 155px !important; }
  .fs-xxl-156 {
    font-size: 156px !important; }
  .fs-xxl-157 {
    font-size: 157px !important; }
  .fs-xxl-158 {
    font-size: 158px !important; }
  .fs-xxl-159 {
    font-size: 159px !important; }
  .fs-xxl-160 {
    font-size: 160px !important; }
  .fs-xxl-161 {
    font-size: 161px !important; }
  .fs-xxl-162 {
    font-size: 162px !important; }
  .fs-xxl-163 {
    font-size: 163px !important; }
  .fs-xxl-164 {
    font-size: 164px !important; }
  .fs-xxl-165 {
    font-size: 165px !important; }
  .fs-xxl-166 {
    font-size: 166px !important; }
  .fs-xxl-167 {
    font-size: 167px !important; }
  .fs-xxl-168 {
    font-size: 168px !important; }
  .fs-xxl-169 {
    font-size: 169px !important; }
  .fs-xxl-170 {
    font-size: 170px !important; }
  .fs-xxl-171 {
    font-size: 171px !important; }
  .fs-xxl-172 {
    font-size: 172px !important; }
  .fs-xxl-173 {
    font-size: 173px !important; }
  .fs-xxl-174 {
    font-size: 174px !important; }
  .fs-xxl-175 {
    font-size: 175px !important; }
  .fs-xxl-176 {
    font-size: 176px !important; }
  .fs-xxl-177 {
    font-size: 177px !important; }
  .fs-xxl-178 {
    font-size: 178px !important; }
  .fs-xxl-179 {
    font-size: 179px !important; }
  .fs-xxl-180 {
    font-size: 180px !important; }
  .fs-xxl-181 {
    font-size: 181px !important; }
  .fs-xxl-182 {
    font-size: 182px !important; }
  .fs-xxl-183 {
    font-size: 183px !important; }
  .fs-xxl-184 {
    font-size: 184px !important; }
  .fs-xxl-185 {
    font-size: 185px !important; }
  .fs-xxl-186 {
    font-size: 186px !important; }
  .fs-xxl-187 {
    font-size: 187px !important; }
  .fs-xxl-188 {
    font-size: 188px !important; }
  .fs-xxl-189 {
    font-size: 189px !important; }
  .fs-xxl-190 {
    font-size: 190px !important; }
  .fs-xxl-191 {
    font-size: 191px !important; }
  .fs-xxl-192 {
    font-size: 192px !important; }
  .fs-xxl-193 {
    font-size: 193px !important; }
  .fs-xxl-194 {
    font-size: 194px !important; }
  .fs-xxl-195 {
    font-size: 195px !important; }
  .fs-xxl-196 {
    font-size: 196px !important; }
  .fs-xxl-197 {
    font-size: 197px !important; }
  .fs-xxl-198 {
    font-size: 198px !important; }
  .fs-xxl-199 {
    font-size: 199px !important; }
  .fs-xxl-200 {
    font-size: 200px !important; }
  .fs-xxl-201 {
    font-size: 201px !important; }
  .fs-xxl-202 {
    font-size: 202px !important; }
  .fs-xxl-203 {
    font-size: 203px !important; }
  .fs-xxl-204 {
    font-size: 204px !important; }
  .fs-xxl-205 {
    font-size: 205px !important; }
  .fs-xxl-206 {
    font-size: 206px !important; }
  .fs-xxl-207 {
    font-size: 207px !important; }
  .fs-xxl-208 {
    font-size: 208px !important; }
  .fs-xxl-209 {
    font-size: 209px !important; }
  .fs-xxl-210 {
    font-size: 210px !important; }
  .fs-xxl-211 {
    font-size: 211px !important; }
  .fs-xxl-212 {
    font-size: 212px !important; }
  .fs-xxl-213 {
    font-size: 213px !important; }
  .fs-xxl-214 {
    font-size: 214px !important; }
  .fs-xxl-215 {
    font-size: 215px !important; }
  .fs-xxl-216 {
    font-size: 216px !important; }
  .fs-xxl-217 {
    font-size: 217px !important; }
  .fs-xxl-218 {
    font-size: 218px !important; }
  .fs-xxl-219 {
    font-size: 219px !important; }
  .fs-xxl-220 {
    font-size: 220px !important; }
  .fs-xxl-221 {
    font-size: 221px !important; }
  .fs-xxl-222 {
    font-size: 222px !important; }
  .fs-xxl-223 {
    font-size: 223px !important; }
  .fs-xxl-224 {
    font-size: 224px !important; }
  .fs-xxl-225 {
    font-size: 225px !important; }
  .fs-xxl-226 {
    font-size: 226px !important; }
  .fs-xxl-227 {
    font-size: 227px !important; }
  .fs-xxl-228 {
    font-size: 228px !important; }
  .fs-xxl-229 {
    font-size: 229px !important; }
  .fs-xxl-230 {
    font-size: 230px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .w-sm-0 {
    width: 0% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-0 {
    height: 0% !important; } }

@media (min-width: 576px) {
  .w-sm-5 {
    width: 5% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-5 {
    height: 5% !important; } }

@media (min-width: 576px) {
  .w-sm-10 {
    width: 10% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-10 {
    height: 10% !important; } }

@media (min-width: 576px) {
  .w-sm-15 {
    width: 15% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-15 {
    height: 15% !important; } }

@media (min-width: 576px) {
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-20 {
    height: 20% !important; } }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-25 {
    height: 25% !important; } }

@media (min-width: 576px) {
  .w-sm-30 {
    width: 30% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-30 {
    height: 30% !important; } }

@media (min-width: 576px) {
  .w-sm-35 {
    width: 35% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-35 {
    height: 35% !important; } }

@media (min-width: 576px) {
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-40 {
    height: 40% !important; } }

@media (min-width: 576px) {
  .w-sm-45 {
    width: 45% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-45 {
    height: 45% !important; } }

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-50 {
    height: 50% !important; } }

@media (min-width: 576px) {
  .w-sm-55 {
    width: 55% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-55 {
    height: 55% !important; } }

@media (min-width: 576px) {
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-60 {
    height: 60% !important; } }

@media (min-width: 576px) {
  .w-sm-65 {
    width: 65% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-65 {
    height: 65% !important; } }

@media (min-width: 576px) {
  .w-sm-70 {
    width: 70% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-70 {
    height: 70% !important; } }

@media (min-width: 576px) {
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-75 {
    height: 75% !important; } }

@media (min-width: 576px) {
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-80 {
    height: 80% !important; } }

@media (min-width: 576px) {
  .w-sm-85 {
    width: 85% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-85 {
    height: 85% !important; } }

@media (min-width: 576px) {
  .w-sm-90 {
    width: 90% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-90 {
    height: 90% !important; } }

@media (min-width: 576px) {
  .w-sm-95 {
    width: 95% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-95 {
    height: 95% !important; } }

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-100 {
    height: 100% !important; } }

@media (min-width: 768px) {
  .w-md-0 {
    width: 0% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-0 {
    height: 0% !important; } }

@media (min-width: 768px) {
  .w-md-5 {
    width: 5% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-5 {
    height: 5% !important; } }

@media (min-width: 768px) {
  .w-md-10 {
    width: 10% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-10 {
    height: 10% !important; } }

@media (min-width: 768px) {
  .w-md-15 {
    width: 15% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-15 {
    height: 15% !important; } }

@media (min-width: 768px) {
  .w-md-20 {
    width: 20% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-20 {
    height: 20% !important; } }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-25 {
    height: 25% !important; } }

@media (min-width: 768px) {
  .w-md-30 {
    width: 30% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-30 {
    height: 30% !important; } }

@media (min-width: 768px) {
  .w-md-35 {
    width: 35% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-35 {
    height: 35% !important; } }

@media (min-width: 768px) {
  .w-md-40 {
    width: 40% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-40 {
    height: 40% !important; } }

@media (min-width: 768px) {
  .w-md-45 {
    width: 45% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-45 {
    height: 45% !important; } }

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-50 {
    height: 50% !important; } }

@media (min-width: 768px) {
  .w-md-55 {
    width: 55% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-55 {
    height: 55% !important; } }

@media (min-width: 768px) {
  .w-md-60 {
    width: 60% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-60 {
    height: 60% !important; } }

@media (min-width: 768px) {
  .w-md-65 {
    width: 65% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-65 {
    height: 65% !important; } }

@media (min-width: 768px) {
  .w-md-70 {
    width: 70% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-70 {
    height: 70% !important; } }

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-75 {
    height: 75% !important; } }

@media (min-width: 768px) {
  .w-md-80 {
    width: 80% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-80 {
    height: 80% !important; } }

@media (min-width: 768px) {
  .w-md-85 {
    width: 85% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-85 {
    height: 85% !important; } }

@media (min-width: 768px) {
  .w-md-90 {
    width: 90% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-90 {
    height: 90% !important; } }

@media (min-width: 768px) {
  .w-md-95 {
    width: 95% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-95 {
    height: 95% !important; } }

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-100 {
    height: 100% !important; } }

@media (min-width: 992px) {
  .w-lg-0 {
    width: 0% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-0 {
    height: 0% !important; } }

@media (min-width: 992px) {
  .w-lg-5 {
    width: 5% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-5 {
    height: 5% !important; } }

@media (min-width: 992px) {
  .w-lg-10 {
    width: 10% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-10 {
    height: 10% !important; } }

@media (min-width: 992px) {
  .w-lg-15 {
    width: 15% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-15 {
    height: 15% !important; } }

@media (min-width: 992px) {
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-20 {
    height: 20% !important; } }

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-25 {
    height: 25% !important; } }

@media (min-width: 992px) {
  .w-lg-30 {
    width: 30% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-30 {
    height: 30% !important; } }

@media (min-width: 992px) {
  .w-lg-35 {
    width: 35% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-35 {
    height: 35% !important; } }

@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-40 {
    height: 40% !important; } }

@media (min-width: 992px) {
  .w-lg-45 {
    width: 45% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-45 {
    height: 45% !important; } }

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-50 {
    height: 50% !important; } }

@media (min-width: 992px) {
  .w-lg-55 {
    width: 55% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-55 {
    height: 55% !important; } }

@media (min-width: 992px) {
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-60 {
    height: 60% !important; } }

@media (min-width: 992px) {
  .w-lg-65 {
    width: 65% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-65 {
    height: 65% !important; } }

@media (min-width: 992px) {
  .w-lg-70 {
    width: 70% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-70 {
    height: 70% !important; } }

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-75 {
    height: 75% !important; } }

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-80 {
    height: 80% !important; } }

@media (min-width: 992px) {
  .w-lg-85 {
    width: 85% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-85 {
    height: 85% !important; } }

@media (min-width: 992px) {
  .w-lg-90 {
    width: 90% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-90 {
    height: 90% !important; } }

@media (min-width: 992px) {
  .w-lg-95 {
    width: 95% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-95 {
    height: 95% !important; } }

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-100 {
    height: 100% !important; } }

@media (min-width: 1200px) {
  .w-xl-0 {
    width: 0% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-0 {
    height: 0% !important; } }

@media (min-width: 1200px) {
  .w-xl-5 {
    width: 5% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-5 {
    height: 5% !important; } }

@media (min-width: 1200px) {
  .w-xl-10 {
    width: 10% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-10 {
    height: 10% !important; } }

@media (min-width: 1200px) {
  .w-xl-15 {
    width: 15% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-15 {
    height: 15% !important; } }

@media (min-width: 1200px) {
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-20 {
    height: 20% !important; } }

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-25 {
    height: 25% !important; } }

@media (min-width: 1200px) {
  .w-xl-30 {
    width: 30% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-30 {
    height: 30% !important; } }

@media (min-width: 1200px) {
  .w-xl-35 {
    width: 35% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-35 {
    height: 35% !important; } }

@media (min-width: 1200px) {
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-40 {
    height: 40% !important; } }

@media (min-width: 1200px) {
  .w-xl-45 {
    width: 45% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-45 {
    height: 45% !important; } }

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-50 {
    height: 50% !important; } }

@media (min-width: 1200px) {
  .w-xl-55 {
    width: 55% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-55 {
    height: 55% !important; } }

@media (min-width: 1200px) {
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-60 {
    height: 60% !important; } }

@media (min-width: 1200px) {
  .w-xl-65 {
    width: 65% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-65 {
    height: 65% !important; } }

@media (min-width: 1200px) {
  .w-xl-70 {
    width: 70% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-70 {
    height: 70% !important; } }

@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-75 {
    height: 75% !important; } }

@media (min-width: 1200px) {
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-80 {
    height: 80% !important; } }

@media (min-width: 1200px) {
  .w-xl-85 {
    width: 85% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-85 {
    height: 85% !important; } }

@media (min-width: 1200px) {
  .w-xl-90 {
    width: 90% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-90 {
    height: 90% !important; } }

@media (min-width: 1200px) {
  .w-xl-95 {
    width: 95% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-95 {
    height: 95% !important; } }

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-100 {
    height: 100% !important; } }

@media (min-width: 1400px) {
  .w-xxl-0 {
    width: 0% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-0 {
    height: 0% !important; } }

@media (min-width: 1400px) {
  .w-xxl-5 {
    width: 5% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-5 {
    height: 5% !important; } }

@media (min-width: 1400px) {
  .w-xxl-10 {
    width: 10% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-10 {
    height: 10% !important; } }

@media (min-width: 1400px) {
  .w-xxl-15 {
    width: 15% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-15 {
    height: 15% !important; } }

@media (min-width: 1400px) {
  .w-xxl-20 {
    width: 20% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-20 {
    height: 20% !important; } }

@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-25 {
    height: 25% !important; } }

@media (min-width: 1400px) {
  .w-xxl-30 {
    width: 30% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-30 {
    height: 30% !important; } }

@media (min-width: 1400px) {
  .w-xxl-35 {
    width: 35% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-35 {
    height: 35% !important; } }

@media (min-width: 1400px) {
  .w-xxl-40 {
    width: 40% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-40 {
    height: 40% !important; } }

@media (min-width: 1400px) {
  .w-xxl-45 {
    width: 45% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-45 {
    height: 45% !important; } }

@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-50 {
    height: 50% !important; } }

@media (min-width: 1400px) {
  .w-xxl-55 {
    width: 55% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-55 {
    height: 55% !important; } }

@media (min-width: 1400px) {
  .w-xxl-60 {
    width: 60% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-60 {
    height: 60% !important; } }

@media (min-width: 1400px) {
  .w-xxl-65 {
    width: 65% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-65 {
    height: 65% !important; } }

@media (min-width: 1400px) {
  .w-xxl-70 {
    width: 70% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-70 {
    height: 70% !important; } }

@media (min-width: 1400px) {
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-75 {
    height: 75% !important; } }

@media (min-width: 1400px) {
  .w-xxl-80 {
    width: 80% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-80 {
    height: 80% !important; } }

@media (min-width: 1400px) {
  .w-xxl-85 {
    width: 85% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-85 {
    height: 85% !important; } }

@media (min-width: 1400px) {
  .w-xxl-90 {
    width: 90% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-90 {
    height: 90% !important; } }

@media (min-width: 1400px) {
  .w-xxl-95 {
    width: 95% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-95 {
    height: 95% !important; } }

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-100 {
    height: 100% !important; } }

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

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

.lh-3 {
  line-height: 3px !important; }

.lh-4 {
  line-height: 4px !important; }

.lh-5 {
  line-height: 5px !important; }

.lh-6 {
  line-height: 6px !important; }

.lh-7 {
  line-height: 7px !important; }

.lh-8 {
  line-height: 8px !important; }

.lh-9 {
  line-height: 9px !important; }

.lh-10 {
  line-height: 10px !important; }

.lh-11 {
  line-height: 11px !important; }

.lh-12 {
  line-height: 12px !important; }

.lh-13 {
  line-height: 13px !important; }

.lh-14 {
  line-height: 14px !important; }

.lh-15 {
  line-height: 15px !important; }

.lh-16 {
  line-height: 16px !important; }

.lh-17 {
  line-height: 17px !important; }

.lh-18 {
  line-height: 18px !important; }

.lh-19 {
  line-height: 19px !important; }

.lh-20 {
  line-height: 20px !important; }

.lh-21 {
  line-height: 21px !important; }

.lh-22 {
  line-height: 22px !important; }

.lh-23 {
  line-height: 23px !important; }

.lh-24 {
  line-height: 24px !important; }

.lh-25 {
  line-height: 25px !important; }

.lh-26 {
  line-height: 26px !important; }

.lh-27 {
  line-height: 27px !important; }

.lh-28 {
  line-height: 28px !important; }

.lh-29 {
  line-height: 29px !important; }

.lh-30 {
  line-height: 30px !important; }

.lh-31 {
  line-height: 31px !important; }

.lh-32 {
  line-height: 32px !important; }

.lh-33 {
  line-height: 33px !important; }

.lh-34 {
  line-height: 34px !important; }

.lh-35 {
  line-height: 35px !important; }

.lh-36 {
  line-height: 36px !important; }

.lh-37 {
  line-height: 37px !important; }

.lh-38 {
  line-height: 38px !important; }

.lh-39 {
  line-height: 39px !important; }

.lh-40 {
  line-height: 40px !important; }

.lh-41 {
  line-height: 41px !important; }

.lh-42 {
  line-height: 42px !important; }

.lh-43 {
  line-height: 43px !important; }

.lh-44 {
  line-height: 44px !important; }

.lh-45 {
  line-height: 45px !important; }

.lh-46 {
  line-height: 46px !important; }

.lh-47 {
  line-height: 47px !important; }

.lh-48 {
  line-height: 48px !important; }

.lh-49 {
  line-height: 49px !important; }

.lh-50 {
  line-height: 50px !important; }

.lh-51 {
  line-height: 51px !important; }

.lh-52 {
  line-height: 52px !important; }

.lh-53 {
  line-height: 53px !important; }

.lh-54 {
  line-height: 54px !important; }

.lh-55 {
  line-height: 55px !important; }

.lh-56 {
  line-height: 56px !important; }

.lh-57 {
  line-height: 57px !important; }

.lh-58 {
  line-height: 58px !important; }

.lh-59 {
  line-height: 59px !important; }

.lh-60 {
  line-height: 60px !important; }

.lh-61 {
  line-height: 61px !important; }

.lh-62 {
  line-height: 62px !important; }

.lh-63 {
  line-height: 63px !important; }

.lh-64 {
  line-height: 64px !important; }

.lh-65 {
  line-height: 65px !important; }

.lh-66 {
  line-height: 66px !important; }

.lh-67 {
  line-height: 67px !important; }

.lh-68 {
  line-height: 68px !important; }

.lh-69 {
  line-height: 69px !important; }

.lh-70 {
  line-height: 70px !important; }

.lh-71 {
  line-height: 71px !important; }

.lh-72 {
  line-height: 72px !important; }

.lh-73 {
  line-height: 73px !important; }

.lh-74 {
  line-height: 74px !important; }

.lh-75 {
  line-height: 75px !important; }

.lh-76 {
  line-height: 76px !important; }

.lh-77 {
  line-height: 77px !important; }

.lh-78 {
  line-height: 78px !important; }

.lh-79 {
  line-height: 79px !important; }

.lh-80 {
  line-height: 80px !important; }

.lh-81 {
  line-height: 81px !important; }

.lh-82 {
  line-height: 82px !important; }

.lh-83 {
  line-height: 83px !important; }

.lh-84 {
  line-height: 84px !important; }

.lh-85 {
  line-height: 85px !important; }

.lh-86 {
  line-height: 86px !important; }

.lh-87 {
  line-height: 87px !important; }

.lh-88 {
  line-height: 88px !important; }

.lh-89 {
  line-height: 89px !important; }

.lh-90 {
  line-height: 90px !important; }

.lh-91 {
  line-height: 91px !important; }

.lh-92 {
  line-height: 92px !important; }

.lh-93 {
  line-height: 93px !important; }

.lh-94 {
  line-height: 94px !important; }

.lh-95 {
  line-height: 95px !important; }

.lh-96 {
  line-height: 96px !important; }

.lh-97 {
  line-height: 97px !important; }

.lh-98 {
  line-height: 98px !important; }

.lh-99 {
  line-height: 99px !important; }

.lh-100 {
  line-height: 100px !important; }

.lh-101 {
  line-height: 101px !important; }

.lh-102 {
  line-height: 102px !important; }

.lh-103 {
  line-height: 103px !important; }

.lh-104 {
  line-height: 104px !important; }

.lh-105 {
  line-height: 105px !important; }

.lh-106 {
  line-height: 106px !important; }

.lh-107 {
  line-height: 107px !important; }

.lh-108 {
  line-height: 108px !important; }

.lh-109 {
  line-height: 109px !important; }

.lh-110 {
  line-height: 110px !important; }

.lh-111 {
  line-height: 111px !important; }

.lh-112 {
  line-height: 112px !important; }

.lh-113 {
  line-height: 113px !important; }

.lh-114 {
  line-height: 114px !important; }

.lh-115 {
  line-height: 115px !important; }

.lh-116 {
  line-height: 116px !important; }

.lh-117 {
  line-height: 117px !important; }

.lh-118 {
  line-height: 118px !important; }

.lh-119 {
  line-height: 119px !important; }

.lh-120 {
  line-height: 120px !important; }

.lh-121 {
  line-height: 121px !important; }

.lh-122 {
  line-height: 122px !important; }

.lh-123 {
  line-height: 123px !important; }

.lh-124 {
  line-height: 124px !important; }

.lh-125 {
  line-height: 125px !important; }

.lh-126 {
  line-height: 126px !important; }

.lh-127 {
  line-height: 127px !important; }

.lh-128 {
  line-height: 128px !important; }

.lh-129 {
  line-height: 129px !important; }

.lh-130 {
  line-height: 130px !important; }

.lh-131 {
  line-height: 131px !important; }

.lh-132 {
  line-height: 132px !important; }

.lh-133 {
  line-height: 133px !important; }

.lh-134 {
  line-height: 134px !important; }

.lh-135 {
  line-height: 135px !important; }

.lh-136 {
  line-height: 136px !important; }

.lh-137 {
  line-height: 137px !important; }

.lh-138 {
  line-height: 138px !important; }

.lh-139 {
  line-height: 139px !important; }

.lh-140 {
  line-height: 140px !important; }

.lh-141 {
  line-height: 141px !important; }

.lh-142 {
  line-height: 142px !important; }

.lh-143 {
  line-height: 143px !important; }

.lh-144 {
  line-height: 144px !important; }

.lh-145 {
  line-height: 145px !important; }

.lh-146 {
  line-height: 146px !important; }

.lh-147 {
  line-height: 147px !important; }

.lh-148 {
  line-height: 148px !important; }

.lh-149 {
  line-height: 149px !important; }

.lh-150 {
  line-height: 150px !important; }

.lh-151 {
  line-height: 151px !important; }

.lh-152 {
  line-height: 152px !important; }

.lh-153 {
  line-height: 153px !important; }

.lh-154 {
  line-height: 154px !important; }

.lh-155 {
  line-height: 155px !important; }

.lh-156 {
  line-height: 156px !important; }

.lh-157 {
  line-height: 157px !important; }

.lh-158 {
  line-height: 158px !important; }

.lh-159 {
  line-height: 159px !important; }

.lh-160 {
  line-height: 160px !important; }

.lh-161 {
  line-height: 161px !important; }

.lh-162 {
  line-height: 162px !important; }

.lh-163 {
  line-height: 163px !important; }

.lh-164 {
  line-height: 164px !important; }

.lh-165 {
  line-height: 165px !important; }

.lh-166 {
  line-height: 166px !important; }

.lh-167 {
  line-height: 167px !important; }

.lh-168 {
  line-height: 168px !important; }

.lh-169 {
  line-height: 169px !important; }

.lh-170 {
  line-height: 170px !important; }

.lh-171 {
  line-height: 171px !important; }

.lh-172 {
  line-height: 172px !important; }

.lh-173 {
  line-height: 173px !important; }

.lh-174 {
  line-height: 174px !important; }

.lh-175 {
  line-height: 175px !important; }

.lh-176 {
  line-height: 176px !important; }

.lh-177 {
  line-height: 177px !important; }

.lh-178 {
  line-height: 178px !important; }

.lh-179 {
  line-height: 179px !important; }

.lh-180 {
  line-height: 180px !important; }

.lh-181 {
  line-height: 181px !important; }

.lh-182 {
  line-height: 182px !important; }

.lh-183 {
  line-height: 183px !important; }

.lh-184 {
  line-height: 184px !important; }

.lh-185 {
  line-height: 185px !important; }

.lh-186 {
  line-height: 186px !important; }

.lh-187 {
  line-height: 187px !important; }

.lh-188 {
  line-height: 188px !important; }

.lh-189 {
  line-height: 189px !important; }

.lh-190 {
  line-height: 190px !important; }

.lh-191 {
  line-height: 191px !important; }

.lh-192 {
  line-height: 192px !important; }

.lh-193 {
  line-height: 193px !important; }

.lh-194 {
  line-height: 194px !important; }

.lh-195 {
  line-height: 195px !important; }

.lh-196 {
  line-height: 196px !important; }

.lh-197 {
  line-height: 197px !important; }

.lh-198 {
  line-height: 198px !important; }

.lh-199 {
  line-height: 199px !important; }

.lh-200 {
  line-height: 200px !important; }

.lh-201 {
  line-height: 201px !important; }

.lh-202 {
  line-height: 202px !important; }

.lh-203 {
  line-height: 203px !important; }

.lh-204 {
  line-height: 204px !important; }

.lh-205 {
  line-height: 205px !important; }

.lh-206 {
  line-height: 206px !important; }

.lh-207 {
  line-height: 207px !important; }

.lh-208 {
  line-height: 208px !important; }

.lh-209 {
  line-height: 209px !important; }

.lh-210 {
  line-height: 210px !important; }

.lh-211 {
  line-height: 211px !important; }

.lh-212 {
  line-height: 212px !important; }

.lh-213 {
  line-height: 213px !important; }

.lh-214 {
  line-height: 214px !important; }

.lh-215 {
  line-height: 215px !important; }

.lh-216 {
  line-height: 216px !important; }

.lh-217 {
  line-height: 217px !important; }

.lh-218 {
  line-height: 218px !important; }

.lh-219 {
  line-height: 219px !important; }

.lh-220 {
  line-height: 220px !important; }

.lh-221 {
  line-height: 221px !important; }

.lh-222 {
  line-height: 222px !important; }

.lh-223 {
  line-height: 223px !important; }

.lh-224 {
  line-height: 224px !important; }

.lh-225 {
  line-height: 225px !important; }

.lh-226 {
  line-height: 226px !important; }

.lh-227 {
  line-height: 227px !important; }

.lh-228 {
  line-height: 228px !important; }

.lh-229 {
  line-height: 229px !important; }

.lh-230 {
  line-height: 230px !important; }

@media (min-width: 576px) {
  .lh-sm-1 {
    line-height: 1px !important; }
  .lh-sm-2 {
    line-height: 2px !important; }
  .lh-sm-3 {
    line-height: 3px !important; }
  .lh-sm-4 {
    line-height: 4px !important; }
  .lh-sm-5 {
    line-height: 5px !important; }
  .lh-sm-6 {
    line-height: 6px !important; }
  .lh-sm-7 {
    line-height: 7px !important; }
  .lh-sm-8 {
    line-height: 8px !important; }
  .lh-sm-9 {
    line-height: 9px !important; }
  .lh-sm-10 {
    line-height: 10px !important; }
  .lh-sm-11 {
    line-height: 11px !important; }
  .lh-sm-12 {
    line-height: 12px !important; }
  .lh-sm-13 {
    line-height: 13px !important; }
  .lh-sm-14 {
    line-height: 14px !important; }
  .lh-sm-15 {
    line-height: 15px !important; }
  .lh-sm-16 {
    line-height: 16px !important; }
  .lh-sm-17 {
    line-height: 17px !important; }
  .lh-sm-18 {
    line-height: 18px !important; }
  .lh-sm-19 {
    line-height: 19px !important; }
  .lh-sm-20 {
    line-height: 20px !important; }
  .lh-sm-21 {
    line-height: 21px !important; }
  .lh-sm-22 {
    line-height: 22px !important; }
  .lh-sm-23 {
    line-height: 23px !important; }
  .lh-sm-24 {
    line-height: 24px !important; }
  .lh-sm-25 {
    line-height: 25px !important; }
  .lh-sm-26 {
    line-height: 26px !important; }
  .lh-sm-27 {
    line-height: 27px !important; }
  .lh-sm-28 {
    line-height: 28px !important; }
  .lh-sm-29 {
    line-height: 29px !important; }
  .lh-sm-30 {
    line-height: 30px !important; }
  .lh-sm-31 {
    line-height: 31px !important; }
  .lh-sm-32 {
    line-height: 32px !important; }
  .lh-sm-33 {
    line-height: 33px !important; }
  .lh-sm-34 {
    line-height: 34px !important; }
  .lh-sm-35 {
    line-height: 35px !important; }
  .lh-sm-36 {
    line-height: 36px !important; }
  .lh-sm-37 {
    line-height: 37px !important; }
  .lh-sm-38 {
    line-height: 38px !important; }
  .lh-sm-39 {
    line-height: 39px !important; }
  .lh-sm-40 {
    line-height: 40px !important; }
  .lh-sm-41 {
    line-height: 41px !important; }
  .lh-sm-42 {
    line-height: 42px !important; }
  .lh-sm-43 {
    line-height: 43px !important; }
  .lh-sm-44 {
    line-height: 44px !important; }
  .lh-sm-45 {
    line-height: 45px !important; }
  .lh-sm-46 {
    line-height: 46px !important; }
  .lh-sm-47 {
    line-height: 47px !important; }
  .lh-sm-48 {
    line-height: 48px !important; }
  .lh-sm-49 {
    line-height: 49px !important; }
  .lh-sm-50 {
    line-height: 50px !important; }
  .lh-sm-51 {
    line-height: 51px !important; }
  .lh-sm-52 {
    line-height: 52px !important; }
  .lh-sm-53 {
    line-height: 53px !important; }
  .lh-sm-54 {
    line-height: 54px !important; }
  .lh-sm-55 {
    line-height: 55px !important; }
  .lh-sm-56 {
    line-height: 56px !important; }
  .lh-sm-57 {
    line-height: 57px !important; }
  .lh-sm-58 {
    line-height: 58px !important; }
  .lh-sm-59 {
    line-height: 59px !important; }
  .lh-sm-60 {
    line-height: 60px !important; }
  .lh-sm-61 {
    line-height: 61px !important; }
  .lh-sm-62 {
    line-height: 62px !important; }
  .lh-sm-63 {
    line-height: 63px !important; }
  .lh-sm-64 {
    line-height: 64px !important; }
  .lh-sm-65 {
    line-height: 65px !important; }
  .lh-sm-66 {
    line-height: 66px !important; }
  .lh-sm-67 {
    line-height: 67px !important; }
  .lh-sm-68 {
    line-height: 68px !important; }
  .lh-sm-69 {
    line-height: 69px !important; }
  .lh-sm-70 {
    line-height: 70px !important; }
  .lh-sm-71 {
    line-height: 71px !important; }
  .lh-sm-72 {
    line-height: 72px !important; }
  .lh-sm-73 {
    line-height: 73px !important; }
  .lh-sm-74 {
    line-height: 74px !important; }
  .lh-sm-75 {
    line-height: 75px !important; }
  .lh-sm-76 {
    line-height: 76px !important; }
  .lh-sm-77 {
    line-height: 77px !important; }
  .lh-sm-78 {
    line-height: 78px !important; }
  .lh-sm-79 {
    line-height: 79px !important; }
  .lh-sm-80 {
    line-height: 80px !important; }
  .lh-sm-81 {
    line-height: 81px !important; }
  .lh-sm-82 {
    line-height: 82px !important; }
  .lh-sm-83 {
    line-height: 83px !important; }
  .lh-sm-84 {
    line-height: 84px !important; }
  .lh-sm-85 {
    line-height: 85px !important; }
  .lh-sm-86 {
    line-height: 86px !important; }
  .lh-sm-87 {
    line-height: 87px !important; }
  .lh-sm-88 {
    line-height: 88px !important; }
  .lh-sm-89 {
    line-height: 89px !important; }
  .lh-sm-90 {
    line-height: 90px !important; }
  .lh-sm-91 {
    line-height: 91px !important; }
  .lh-sm-92 {
    line-height: 92px !important; }
  .lh-sm-93 {
    line-height: 93px !important; }
  .lh-sm-94 {
    line-height: 94px !important; }
  .lh-sm-95 {
    line-height: 95px !important; }
  .lh-sm-96 {
    line-height: 96px !important; }
  .lh-sm-97 {
    line-height: 97px !important; }
  .lh-sm-98 {
    line-height: 98px !important; }
  .lh-sm-99 {
    line-height: 99px !important; }
  .lh-sm-100 {
    line-height: 100px !important; }
  .lh-sm-101 {
    line-height: 101px !important; }
  .lh-sm-102 {
    line-height: 102px !important; }
  .lh-sm-103 {
    line-height: 103px !important; }
  .lh-sm-104 {
    line-height: 104px !important; }
  .lh-sm-105 {
    line-height: 105px !important; }
  .lh-sm-106 {
    line-height: 106px !important; }
  .lh-sm-107 {
    line-height: 107px !important; }
  .lh-sm-108 {
    line-height: 108px !important; }
  .lh-sm-109 {
    line-height: 109px !important; }
  .lh-sm-110 {
    line-height: 110px !important; }
  .lh-sm-111 {
    line-height: 111px !important; }
  .lh-sm-112 {
    line-height: 112px !important; }
  .lh-sm-113 {
    line-height: 113px !important; }
  .lh-sm-114 {
    line-height: 114px !important; }
  .lh-sm-115 {
    line-height: 115px !important; }
  .lh-sm-116 {
    line-height: 116px !important; }
  .lh-sm-117 {
    line-height: 117px !important; }
  .lh-sm-118 {
    line-height: 118px !important; }
  .lh-sm-119 {
    line-height: 119px !important; }
  .lh-sm-120 {
    line-height: 120px !important; }
  .lh-sm-121 {
    line-height: 121px !important; }
  .lh-sm-122 {
    line-height: 122px !important; }
  .lh-sm-123 {
    line-height: 123px !important; }
  .lh-sm-124 {
    line-height: 124px !important; }
  .lh-sm-125 {
    line-height: 125px !important; }
  .lh-sm-126 {
    line-height: 126px !important; }
  .lh-sm-127 {
    line-height: 127px !important; }
  .lh-sm-128 {
    line-height: 128px !important; }
  .lh-sm-129 {
    line-height: 129px !important; }
  .lh-sm-130 {
    line-height: 130px !important; }
  .lh-sm-131 {
    line-height: 131px !important; }
  .lh-sm-132 {
    line-height: 132px !important; }
  .lh-sm-133 {
    line-height: 133px !important; }
  .lh-sm-134 {
    line-height: 134px !important; }
  .lh-sm-135 {
    line-height: 135px !important; }
  .lh-sm-136 {
    line-height: 136px !important; }
  .lh-sm-137 {
    line-height: 137px !important; }
  .lh-sm-138 {
    line-height: 138px !important; }
  .lh-sm-139 {
    line-height: 139px !important; }
  .lh-sm-140 {
    line-height: 140px !important; }
  .lh-sm-141 {
    line-height: 141px !important; }
  .lh-sm-142 {
    line-height: 142px !important; }
  .lh-sm-143 {
    line-height: 143px !important; }
  .lh-sm-144 {
    line-height: 144px !important; }
  .lh-sm-145 {
    line-height: 145px !important; }
  .lh-sm-146 {
    line-height: 146px !important; }
  .lh-sm-147 {
    line-height: 147px !important; }
  .lh-sm-148 {
    line-height: 148px !important; }
  .lh-sm-149 {
    line-height: 149px !important; }
  .lh-sm-150 {
    line-height: 150px !important; }
  .lh-sm-151 {
    line-height: 151px !important; }
  .lh-sm-152 {
    line-height: 152px !important; }
  .lh-sm-153 {
    line-height: 153px !important; }
  .lh-sm-154 {
    line-height: 154px !important; }
  .lh-sm-155 {
    line-height: 155px !important; }
  .lh-sm-156 {
    line-height: 156px !important; }
  .lh-sm-157 {
    line-height: 157px !important; }
  .lh-sm-158 {
    line-height: 158px !important; }
  .lh-sm-159 {
    line-height: 159px !important; }
  .lh-sm-160 {
    line-height: 160px !important; }
  .lh-sm-161 {
    line-height: 161px !important; }
  .lh-sm-162 {
    line-height: 162px !important; }
  .lh-sm-163 {
    line-height: 163px !important; }
  .lh-sm-164 {
    line-height: 164px !important; }
  .lh-sm-165 {
    line-height: 165px !important; }
  .lh-sm-166 {
    line-height: 166px !important; }
  .lh-sm-167 {
    line-height: 167px !important; }
  .lh-sm-168 {
    line-height: 168px !important; }
  .lh-sm-169 {
    line-height: 169px !important; }
  .lh-sm-170 {
    line-height: 170px !important; }
  .lh-sm-171 {
    line-height: 171px !important; }
  .lh-sm-172 {
    line-height: 172px !important; }
  .lh-sm-173 {
    line-height: 173px !important; }
  .lh-sm-174 {
    line-height: 174px !important; }
  .lh-sm-175 {
    line-height: 175px !important; }
  .lh-sm-176 {
    line-height: 176px !important; }
  .lh-sm-177 {
    line-height: 177px !important; }
  .lh-sm-178 {
    line-height: 178px !important; }
  .lh-sm-179 {
    line-height: 179px !important; }
  .lh-sm-180 {
    line-height: 180px !important; }
  .lh-sm-181 {
    line-height: 181px !important; }
  .lh-sm-182 {
    line-height: 182px !important; }
  .lh-sm-183 {
    line-height: 183px !important; }
  .lh-sm-184 {
    line-height: 184px !important; }
  .lh-sm-185 {
    line-height: 185px !important; }
  .lh-sm-186 {
    line-height: 186px !important; }
  .lh-sm-187 {
    line-height: 187px !important; }
  .lh-sm-188 {
    line-height: 188px !important; }
  .lh-sm-189 {
    line-height: 189px !important; }
  .lh-sm-190 {
    line-height: 190px !important; }
  .lh-sm-191 {
    line-height: 191px !important; }
  .lh-sm-192 {
    line-height: 192px !important; }
  .lh-sm-193 {
    line-height: 193px !important; }
  .lh-sm-194 {
    line-height: 194px !important; }
  .lh-sm-195 {
    line-height: 195px !important; }
  .lh-sm-196 {
    line-height: 196px !important; }
  .lh-sm-197 {
    line-height: 197px !important; }
  .lh-sm-198 {
    line-height: 198px !important; }
  .lh-sm-199 {
    line-height: 199px !important; }
  .lh-sm-200 {
    line-height: 200px !important; }
  .lh-sm-201 {
    line-height: 201px !important; }
  .lh-sm-202 {
    line-height: 202px !important; }
  .lh-sm-203 {
    line-height: 203px !important; }
  .lh-sm-204 {
    line-height: 204px !important; }
  .lh-sm-205 {
    line-height: 205px !important; }
  .lh-sm-206 {
    line-height: 206px !important; }
  .lh-sm-207 {
    line-height: 207px !important; }
  .lh-sm-208 {
    line-height: 208px !important; }
  .lh-sm-209 {
    line-height: 209px !important; }
  .lh-sm-210 {
    line-height: 210px !important; }
  .lh-sm-211 {
    line-height: 211px !important; }
  .lh-sm-212 {
    line-height: 212px !important; }
  .lh-sm-213 {
    line-height: 213px !important; }
  .lh-sm-214 {
    line-height: 214px !important; }
  .lh-sm-215 {
    line-height: 215px !important; }
  .lh-sm-216 {
    line-height: 216px !important; }
  .lh-sm-217 {
    line-height: 217px !important; }
  .lh-sm-218 {
    line-height: 218px !important; }
  .lh-sm-219 {
    line-height: 219px !important; }
  .lh-sm-220 {
    line-height: 220px !important; }
  .lh-sm-221 {
    line-height: 221px !important; }
  .lh-sm-222 {
    line-height: 222px !important; }
  .lh-sm-223 {
    line-height: 223px !important; }
  .lh-sm-224 {
    line-height: 224px !important; }
  .lh-sm-225 {
    line-height: 225px !important; }
  .lh-sm-226 {
    line-height: 226px !important; }
  .lh-sm-227 {
    line-height: 227px !important; }
  .lh-sm-228 {
    line-height: 228px !important; }
  .lh-sm-229 {
    line-height: 229px !important; }
  .lh-sm-230 {
    line-height: 230px !important; } }

@media (min-width: 768px) {
  .lh-md-1 {
    line-height: 1px !important; }
  .lh-md-2 {
    line-height: 2px !important; }
  .lh-md-3 {
    line-height: 3px !important; }
  .lh-md-4 {
    line-height: 4px !important; }
  .lh-md-5 {
    line-height: 5px !important; }
  .lh-md-6 {
    line-height: 6px !important; }
  .lh-md-7 {
    line-height: 7px !important; }
  .lh-md-8 {
    line-height: 8px !important; }
  .lh-md-9 {
    line-height: 9px !important; }
  .lh-md-10 {
    line-height: 10px !important; }
  .lh-md-11 {
    line-height: 11px !important; }
  .lh-md-12 {
    line-height: 12px !important; }
  .lh-md-13 {
    line-height: 13px !important; }
  .lh-md-14 {
    line-height: 14px !important; }
  .lh-md-15 {
    line-height: 15px !important; }
  .lh-md-16 {
    line-height: 16px !important; }
  .lh-md-17 {
    line-height: 17px !important; }
  .lh-md-18 {
    line-height: 18px !important; }
  .lh-md-19 {
    line-height: 19px !important; }
  .lh-md-20 {
    line-height: 20px !important; }
  .lh-md-21 {
    line-height: 21px !important; }
  .lh-md-22 {
    line-height: 22px !important; }
  .lh-md-23 {
    line-height: 23px !important; }
  .lh-md-24 {
    line-height: 24px !important; }
  .lh-md-25 {
    line-height: 25px !important; }
  .lh-md-26 {
    line-height: 26px !important; }
  .lh-md-27 {
    line-height: 27px !important; }
  .lh-md-28 {
    line-height: 28px !important; }
  .lh-md-29 {
    line-height: 29px !important; }
  .lh-md-30 {
    line-height: 30px !important; }
  .lh-md-31 {
    line-height: 31px !important; }
  .lh-md-32 {
    line-height: 32px !important; }
  .lh-md-33 {
    line-height: 33px !important; }
  .lh-md-34 {
    line-height: 34px !important; }
  .lh-md-35 {
    line-height: 35px !important; }
  .lh-md-36 {
    line-height: 36px !important; }
  .lh-md-37 {
    line-height: 37px !important; }
  .lh-md-38 {
    line-height: 38px !important; }
  .lh-md-39 {
    line-height: 39px !important; }
  .lh-md-40 {
    line-height: 40px !important; }
  .lh-md-41 {
    line-height: 41px !important; }
  .lh-md-42 {
    line-height: 42px !important; }
  .lh-md-43 {
    line-height: 43px !important; }
  .lh-md-44 {
    line-height: 44px !important; }
  .lh-md-45 {
    line-height: 45px !important; }
  .lh-md-46 {
    line-height: 46px !important; }
  .lh-md-47 {
    line-height: 47px !important; }
  .lh-md-48 {
    line-height: 48px !important; }
  .lh-md-49 {
    line-height: 49px !important; }
  .lh-md-50 {
    line-height: 50px !important; }
  .lh-md-51 {
    line-height: 51px !important; }
  .lh-md-52 {
    line-height: 52px !important; }
  .lh-md-53 {
    line-height: 53px !important; }
  .lh-md-54 {
    line-height: 54px !important; }
  .lh-md-55 {
    line-height: 55px !important; }
  .lh-md-56 {
    line-height: 56px !important; }
  .lh-md-57 {
    line-height: 57px !important; }
  .lh-md-58 {
    line-height: 58px !important; }
  .lh-md-59 {
    line-height: 59px !important; }
  .lh-md-60 {
    line-height: 60px !important; }
  .lh-md-61 {
    line-height: 61px !important; }
  .lh-md-62 {
    line-height: 62px !important; }
  .lh-md-63 {
    line-height: 63px !important; }
  .lh-md-64 {
    line-height: 64px !important; }
  .lh-md-65 {
    line-height: 65px !important; }
  .lh-md-66 {
    line-height: 66px !important; }
  .lh-md-67 {
    line-height: 67px !important; }
  .lh-md-68 {
    line-height: 68px !important; }
  .lh-md-69 {
    line-height: 69px !important; }
  .lh-md-70 {
    line-height: 70px !important; }
  .lh-md-71 {
    line-height: 71px !important; }
  .lh-md-72 {
    line-height: 72px !important; }
  .lh-md-73 {
    line-height: 73px !important; }
  .lh-md-74 {
    line-height: 74px !important; }
  .lh-md-75 {
    line-height: 75px !important; }
  .lh-md-76 {
    line-height: 76px !important; }
  .lh-md-77 {
    line-height: 77px !important; }
  .lh-md-78 {
    line-height: 78px !important; }
  .lh-md-79 {
    line-height: 79px !important; }
  .lh-md-80 {
    line-height: 80px !important; }
  .lh-md-81 {
    line-height: 81px !important; }
  .lh-md-82 {
    line-height: 82px !important; }
  .lh-md-83 {
    line-height: 83px !important; }
  .lh-md-84 {
    line-height: 84px !important; }
  .lh-md-85 {
    line-height: 85px !important; }
  .lh-md-86 {
    line-height: 86px !important; }
  .lh-md-87 {
    line-height: 87px !important; }
  .lh-md-88 {
    line-height: 88px !important; }
  .lh-md-89 {
    line-height: 89px !important; }
  .lh-md-90 {
    line-height: 90px !important; }
  .lh-md-91 {
    line-height: 91px !important; }
  .lh-md-92 {
    line-height: 92px !important; }
  .lh-md-93 {
    line-height: 93px !important; }
  .lh-md-94 {
    line-height: 94px !important; }
  .lh-md-95 {
    line-height: 95px !important; }
  .lh-md-96 {
    line-height: 96px !important; }
  .lh-md-97 {
    line-height: 97px !important; }
  .lh-md-98 {
    line-height: 98px !important; }
  .lh-md-99 {
    line-height: 99px !important; }
  .lh-md-100 {
    line-height: 100px !important; }
  .lh-md-101 {
    line-height: 101px !important; }
  .lh-md-102 {
    line-height: 102px !important; }
  .lh-md-103 {
    line-height: 103px !important; }
  .lh-md-104 {
    line-height: 104px !important; }
  .lh-md-105 {
    line-height: 105px !important; }
  .lh-md-106 {
    line-height: 106px !important; }
  .lh-md-107 {
    line-height: 107px !important; }
  .lh-md-108 {
    line-height: 108px !important; }
  .lh-md-109 {
    line-height: 109px !important; }
  .lh-md-110 {
    line-height: 110px !important; }
  .lh-md-111 {
    line-height: 111px !important; }
  .lh-md-112 {
    line-height: 112px !important; }
  .lh-md-113 {
    line-height: 113px !important; }
  .lh-md-114 {
    line-height: 114px !important; }
  .lh-md-115 {
    line-height: 115px !important; }
  .lh-md-116 {
    line-height: 116px !important; }
  .lh-md-117 {
    line-height: 117px !important; }
  .lh-md-118 {
    line-height: 118px !important; }
  .lh-md-119 {
    line-height: 119px !important; }
  .lh-md-120 {
    line-height: 120px !important; }
  .lh-md-121 {
    line-height: 121px !important; }
  .lh-md-122 {
    line-height: 122px !important; }
  .lh-md-123 {
    line-height: 123px !important; }
  .lh-md-124 {
    line-height: 124px !important; }
  .lh-md-125 {
    line-height: 125px !important; }
  .lh-md-126 {
    line-height: 126px !important; }
  .lh-md-127 {
    line-height: 127px !important; }
  .lh-md-128 {
    line-height: 128px !important; }
  .lh-md-129 {
    line-height: 129px !important; }
  .lh-md-130 {
    line-height: 130px !important; }
  .lh-md-131 {
    line-height: 131px !important; }
  .lh-md-132 {
    line-height: 132px !important; }
  .lh-md-133 {
    line-height: 133px !important; }
  .lh-md-134 {
    line-height: 134px !important; }
  .lh-md-135 {
    line-height: 135px !important; }
  .lh-md-136 {
    line-height: 136px !important; }
  .lh-md-137 {
    line-height: 137px !important; }
  .lh-md-138 {
    line-height: 138px !important; }
  .lh-md-139 {
    line-height: 139px !important; }
  .lh-md-140 {
    line-height: 140px !important; }
  .lh-md-141 {
    line-height: 141px !important; }
  .lh-md-142 {
    line-height: 142px !important; }
  .lh-md-143 {
    line-height: 143px !important; }
  .lh-md-144 {
    line-height: 144px !important; }
  .lh-md-145 {
    line-height: 145px !important; }
  .lh-md-146 {
    line-height: 146px !important; }
  .lh-md-147 {
    line-height: 147px !important; }
  .lh-md-148 {
    line-height: 148px !important; }
  .lh-md-149 {
    line-height: 149px !important; }
  .lh-md-150 {
    line-height: 150px !important; }
  .lh-md-151 {
    line-height: 151px !important; }
  .lh-md-152 {
    line-height: 152px !important; }
  .lh-md-153 {
    line-height: 153px !important; }
  .lh-md-154 {
    line-height: 154px !important; }
  .lh-md-155 {
    line-height: 155px !important; }
  .lh-md-156 {
    line-height: 156px !important; }
  .lh-md-157 {
    line-height: 157px !important; }
  .lh-md-158 {
    line-height: 158px !important; }
  .lh-md-159 {
    line-height: 159px !important; }
  .lh-md-160 {
    line-height: 160px !important; }
  .lh-md-161 {
    line-height: 161px !important; }
  .lh-md-162 {
    line-height: 162px !important; }
  .lh-md-163 {
    line-height: 163px !important; }
  .lh-md-164 {
    line-height: 164px !important; }
  .lh-md-165 {
    line-height: 165px !important; }
  .lh-md-166 {
    line-height: 166px !important; }
  .lh-md-167 {
    line-height: 167px !important; }
  .lh-md-168 {
    line-height: 168px !important; }
  .lh-md-169 {
    line-height: 169px !important; }
  .lh-md-170 {
    line-height: 170px !important; }
  .lh-md-171 {
    line-height: 171px !important; }
  .lh-md-172 {
    line-height: 172px !important; }
  .lh-md-173 {
    line-height: 173px !important; }
  .lh-md-174 {
    line-height: 174px !important; }
  .lh-md-175 {
    line-height: 175px !important; }
  .lh-md-176 {
    line-height: 176px !important; }
  .lh-md-177 {
    line-height: 177px !important; }
  .lh-md-178 {
    line-height: 178px !important; }
  .lh-md-179 {
    line-height: 179px !important; }
  .lh-md-180 {
    line-height: 180px !important; }
  .lh-md-181 {
    line-height: 181px !important; }
  .lh-md-182 {
    line-height: 182px !important; }
  .lh-md-183 {
    line-height: 183px !important; }
  .lh-md-184 {
    line-height: 184px !important; }
  .lh-md-185 {
    line-height: 185px !important; }
  .lh-md-186 {
    line-height: 186px !important; }
  .lh-md-187 {
    line-height: 187px !important; }
  .lh-md-188 {
    line-height: 188px !important; }
  .lh-md-189 {
    line-height: 189px !important; }
  .lh-md-190 {
    line-height: 190px !important; }
  .lh-md-191 {
    line-height: 191px !important; }
  .lh-md-192 {
    line-height: 192px !important; }
  .lh-md-193 {
    line-height: 193px !important; }
  .lh-md-194 {
    line-height: 194px !important; }
  .lh-md-195 {
    line-height: 195px !important; }
  .lh-md-196 {
    line-height: 196px !important; }
  .lh-md-197 {
    line-height: 197px !important; }
  .lh-md-198 {
    line-height: 198px !important; }
  .lh-md-199 {
    line-height: 199px !important; }
  .lh-md-200 {
    line-height: 200px !important; }
  .lh-md-201 {
    line-height: 201px !important; }
  .lh-md-202 {
    line-height: 202px !important; }
  .lh-md-203 {
    line-height: 203px !important; }
  .lh-md-204 {
    line-height: 204px !important; }
  .lh-md-205 {
    line-height: 205px !important; }
  .lh-md-206 {
    line-height: 206px !important; }
  .lh-md-207 {
    line-height: 207px !important; }
  .lh-md-208 {
    line-height: 208px !important; }
  .lh-md-209 {
    line-height: 209px !important; }
  .lh-md-210 {
    line-height: 210px !important; }
  .lh-md-211 {
    line-height: 211px !important; }
  .lh-md-212 {
    line-height: 212px !important; }
  .lh-md-213 {
    line-height: 213px !important; }
  .lh-md-214 {
    line-height: 214px !important; }
  .lh-md-215 {
    line-height: 215px !important; }
  .lh-md-216 {
    line-height: 216px !important; }
  .lh-md-217 {
    line-height: 217px !important; }
  .lh-md-218 {
    line-height: 218px !important; }
  .lh-md-219 {
    line-height: 219px !important; }
  .lh-md-220 {
    line-height: 220px !important; }
  .lh-md-221 {
    line-height: 221px !important; }
  .lh-md-222 {
    line-height: 222px !important; }
  .lh-md-223 {
    line-height: 223px !important; }
  .lh-md-224 {
    line-height: 224px !important; }
  .lh-md-225 {
    line-height: 225px !important; }
  .lh-md-226 {
    line-height: 226px !important; }
  .lh-md-227 {
    line-height: 227px !important; }
  .lh-md-228 {
    line-height: 228px !important; }
  .lh-md-229 {
    line-height: 229px !important; }
  .lh-md-230 {
    line-height: 230px !important; } }

@media (min-width: 992px) {
  .lh-lg-1 {
    line-height: 1px !important; }
  .lh-lg-2 {
    line-height: 2px !important; }
  .lh-lg-3 {
    line-height: 3px !important; }
  .lh-lg-4 {
    line-height: 4px !important; }
  .lh-lg-5 {
    line-height: 5px !important; }
  .lh-lg-6 {
    line-height: 6px !important; }
  .lh-lg-7 {
    line-height: 7px !important; }
  .lh-lg-8 {
    line-height: 8px !important; }
  .lh-lg-9 {
    line-height: 9px !important; }
  .lh-lg-10 {
    line-height: 10px !important; }
  .lh-lg-11 {
    line-height: 11px !important; }
  .lh-lg-12 {
    line-height: 12px !important; }
  .lh-lg-13 {
    line-height: 13px !important; }
  .lh-lg-14 {
    line-height: 14px !important; }
  .lh-lg-15 {
    line-height: 15px !important; }
  .lh-lg-16 {
    line-height: 16px !important; }
  .lh-lg-17 {
    line-height: 17px !important; }
  .lh-lg-18 {
    line-height: 18px !important; }
  .lh-lg-19 {
    line-height: 19px !important; }
  .lh-lg-20 {
    line-height: 20px !important; }
  .lh-lg-21 {
    line-height: 21px !important; }
  .lh-lg-22 {
    line-height: 22px !important; }
  .lh-lg-23 {
    line-height: 23px !important; }
  .lh-lg-24 {
    line-height: 24px !important; }
  .lh-lg-25 {
    line-height: 25px !important; }
  .lh-lg-26 {
    line-height: 26px !important; }
  .lh-lg-27 {
    line-height: 27px !important; }
  .lh-lg-28 {
    line-height: 28px !important; }
  .lh-lg-29 {
    line-height: 29px !important; }
  .lh-lg-30 {
    line-height: 30px !important; }
  .lh-lg-31 {
    line-height: 31px !important; }
  .lh-lg-32 {
    line-height: 32px !important; }
  .lh-lg-33 {
    line-height: 33px !important; }
  .lh-lg-34 {
    line-height: 34px !important; }
  .lh-lg-35 {
    line-height: 35px !important; }
  .lh-lg-36 {
    line-height: 36px !important; }
  .lh-lg-37 {
    line-height: 37px !important; }
  .lh-lg-38 {
    line-height: 38px !important; }
  .lh-lg-39 {
    line-height: 39px !important; }
  .lh-lg-40 {
    line-height: 40px !important; }
  .lh-lg-41 {
    line-height: 41px !important; }
  .lh-lg-42 {
    line-height: 42px !important; }
  .lh-lg-43 {
    line-height: 43px !important; }
  .lh-lg-44 {
    line-height: 44px !important; }
  .lh-lg-45 {
    line-height: 45px !important; }
  .lh-lg-46 {
    line-height: 46px !important; }
  .lh-lg-47 {
    line-height: 47px !important; }
  .lh-lg-48 {
    line-height: 48px !important; }
  .lh-lg-49 {
    line-height: 49px !important; }
  .lh-lg-50 {
    line-height: 50px !important; }
  .lh-lg-51 {
    line-height: 51px !important; }
  .lh-lg-52 {
    line-height: 52px !important; }
  .lh-lg-53 {
    line-height: 53px !important; }
  .lh-lg-54 {
    line-height: 54px !important; }
  .lh-lg-55 {
    line-height: 55px !important; }
  .lh-lg-56 {
    line-height: 56px !important; }
  .lh-lg-57 {
    line-height: 57px !important; }
  .lh-lg-58 {
    line-height: 58px !important; }
  .lh-lg-59 {
    line-height: 59px !important; }
  .lh-lg-60 {
    line-height: 60px !important; }
  .lh-lg-61 {
    line-height: 61px !important; }
  .lh-lg-62 {
    line-height: 62px !important; }
  .lh-lg-63 {
    line-height: 63px !important; }
  .lh-lg-64 {
    line-height: 64px !important; }
  .lh-lg-65 {
    line-height: 65px !important; }
  .lh-lg-66 {
    line-height: 66px !important; }
  .lh-lg-67 {
    line-height: 67px !important; }
  .lh-lg-68 {
    line-height: 68px !important; }
  .lh-lg-69 {
    line-height: 69px !important; }
  .lh-lg-70 {
    line-height: 70px !important; }
  .lh-lg-71 {
    line-height: 71px !important; }
  .lh-lg-72 {
    line-height: 72px !important; }
  .lh-lg-73 {
    line-height: 73px !important; }
  .lh-lg-74 {
    line-height: 74px !important; }
  .lh-lg-75 {
    line-height: 75px !important; }
  .lh-lg-76 {
    line-height: 76px !important; }
  .lh-lg-77 {
    line-height: 77px !important; }
  .lh-lg-78 {
    line-height: 78px !important; }
  .lh-lg-79 {
    line-height: 79px !important; }
  .lh-lg-80 {
    line-height: 80px !important; }
  .lh-lg-81 {
    line-height: 81px !important; }
  .lh-lg-82 {
    line-height: 82px !important; }
  .lh-lg-83 {
    line-height: 83px !important; }
  .lh-lg-84 {
    line-height: 84px !important; }
  .lh-lg-85 {
    line-height: 85px !important; }
  .lh-lg-86 {
    line-height: 86px !important; }
  .lh-lg-87 {
    line-height: 87px !important; }
  .lh-lg-88 {
    line-height: 88px !important; }
  .lh-lg-89 {
    line-height: 89px !important; }
  .lh-lg-90 {
    line-height: 90px !important; }
  .lh-lg-91 {
    line-height: 91px !important; }
  .lh-lg-92 {
    line-height: 92px !important; }
  .lh-lg-93 {
    line-height: 93px !important; }
  .lh-lg-94 {
    line-height: 94px !important; }
  .lh-lg-95 {
    line-height: 95px !important; }
  .lh-lg-96 {
    line-height: 96px !important; }
  .lh-lg-97 {
    line-height: 97px !important; }
  .lh-lg-98 {
    line-height: 98px !important; }
  .lh-lg-99 {
    line-height: 99px !important; }
  .lh-lg-100 {
    line-height: 100px !important; }
  .lh-lg-101 {
    line-height: 101px !important; }
  .lh-lg-102 {
    line-height: 102px !important; }
  .lh-lg-103 {
    line-height: 103px !important; }
  .lh-lg-104 {
    line-height: 104px !important; }
  .lh-lg-105 {
    line-height: 105px !important; }
  .lh-lg-106 {
    line-height: 106px !important; }
  .lh-lg-107 {
    line-height: 107px !important; }
  .lh-lg-108 {
    line-height: 108px !important; }
  .lh-lg-109 {
    line-height: 109px !important; }
  .lh-lg-110 {
    line-height: 110px !important; }
  .lh-lg-111 {
    line-height: 111px !important; }
  .lh-lg-112 {
    line-height: 112px !important; }
  .lh-lg-113 {
    line-height: 113px !important; }
  .lh-lg-114 {
    line-height: 114px !important; }
  .lh-lg-115 {
    line-height: 115px !important; }
  .lh-lg-116 {
    line-height: 116px !important; }
  .lh-lg-117 {
    line-height: 117px !important; }
  .lh-lg-118 {
    line-height: 118px !important; }
  .lh-lg-119 {
    line-height: 119px !important; }
  .lh-lg-120 {
    line-height: 120px !important; }
  .lh-lg-121 {
    line-height: 121px !important; }
  .lh-lg-122 {
    line-height: 122px !important; }
  .lh-lg-123 {
    line-height: 123px !important; }
  .lh-lg-124 {
    line-height: 124px !important; }
  .lh-lg-125 {
    line-height: 125px !important; }
  .lh-lg-126 {
    line-height: 126px !important; }
  .lh-lg-127 {
    line-height: 127px !important; }
  .lh-lg-128 {
    line-height: 128px !important; }
  .lh-lg-129 {
    line-height: 129px !important; }
  .lh-lg-130 {
    line-height: 130px !important; }
  .lh-lg-131 {
    line-height: 131px !important; }
  .lh-lg-132 {
    line-height: 132px !important; }
  .lh-lg-133 {
    line-height: 133px !important; }
  .lh-lg-134 {
    line-height: 134px !important; }
  .lh-lg-135 {
    line-height: 135px !important; }
  .lh-lg-136 {
    line-height: 136px !important; }
  .lh-lg-137 {
    line-height: 137px !important; }
  .lh-lg-138 {
    line-height: 138px !important; }
  .lh-lg-139 {
    line-height: 139px !important; }
  .lh-lg-140 {
    line-height: 140px !important; }
  .lh-lg-141 {
    line-height: 141px !important; }
  .lh-lg-142 {
    line-height: 142px !important; }
  .lh-lg-143 {
    line-height: 143px !important; }
  .lh-lg-144 {
    line-height: 144px !important; }
  .lh-lg-145 {
    line-height: 145px !important; }
  .lh-lg-146 {
    line-height: 146px !important; }
  .lh-lg-147 {
    line-height: 147px !important; }
  .lh-lg-148 {
    line-height: 148px !important; }
  .lh-lg-149 {
    line-height: 149px !important; }
  .lh-lg-150 {
    line-height: 150px !important; }
  .lh-lg-151 {
    line-height: 151px !important; }
  .lh-lg-152 {
    line-height: 152px !important; }
  .lh-lg-153 {
    line-height: 153px !important; }
  .lh-lg-154 {
    line-height: 154px !important; }
  .lh-lg-155 {
    line-height: 155px !important; }
  .lh-lg-156 {
    line-height: 156px !important; }
  .lh-lg-157 {
    line-height: 157px !important; }
  .lh-lg-158 {
    line-height: 158px !important; }
  .lh-lg-159 {
    line-height: 159px !important; }
  .lh-lg-160 {
    line-height: 160px !important; }
  .lh-lg-161 {
    line-height: 161px !important; }
  .lh-lg-162 {
    line-height: 162px !important; }
  .lh-lg-163 {
    line-height: 163px !important; }
  .lh-lg-164 {
    line-height: 164px !important; }
  .lh-lg-165 {
    line-height: 165px !important; }
  .lh-lg-166 {
    line-height: 166px !important; }
  .lh-lg-167 {
    line-height: 167px !important; }
  .lh-lg-168 {
    line-height: 168px !important; }
  .lh-lg-169 {
    line-height: 169px !important; }
  .lh-lg-170 {
    line-height: 170px !important; }
  .lh-lg-171 {
    line-height: 171px !important; }
  .lh-lg-172 {
    line-height: 172px !important; }
  .lh-lg-173 {
    line-height: 173px !important; }
  .lh-lg-174 {
    line-height: 174px !important; }
  .lh-lg-175 {
    line-height: 175px !important; }
  .lh-lg-176 {
    line-height: 176px !important; }
  .lh-lg-177 {
    line-height: 177px !important; }
  .lh-lg-178 {
    line-height: 178px !important; }
  .lh-lg-179 {
    line-height: 179px !important; }
  .lh-lg-180 {
    line-height: 180px !important; }
  .lh-lg-181 {
    line-height: 181px !important; }
  .lh-lg-182 {
    line-height: 182px !important; }
  .lh-lg-183 {
    line-height: 183px !important; }
  .lh-lg-184 {
    line-height: 184px !important; }
  .lh-lg-185 {
    line-height: 185px !important; }
  .lh-lg-186 {
    line-height: 186px !important; }
  .lh-lg-187 {
    line-height: 187px !important; }
  .lh-lg-188 {
    line-height: 188px !important; }
  .lh-lg-189 {
    line-height: 189px !important; }
  .lh-lg-190 {
    line-height: 190px !important; }
  .lh-lg-191 {
    line-height: 191px !important; }
  .lh-lg-192 {
    line-height: 192px !important; }
  .lh-lg-193 {
    line-height: 193px !important; }
  .lh-lg-194 {
    line-height: 194px !important; }
  .lh-lg-195 {
    line-height: 195px !important; }
  .lh-lg-196 {
    line-height: 196px !important; }
  .lh-lg-197 {
    line-height: 197px !important; }
  .lh-lg-198 {
    line-height: 198px !important; }
  .lh-lg-199 {
    line-height: 199px !important; }
  .lh-lg-200 {
    line-height: 200px !important; }
  .lh-lg-201 {
    line-height: 201px !important; }
  .lh-lg-202 {
    line-height: 202px !important; }
  .lh-lg-203 {
    line-height: 203px !important; }
  .lh-lg-204 {
    line-height: 204px !important; }
  .lh-lg-205 {
    line-height: 205px !important; }
  .lh-lg-206 {
    line-height: 206px !important; }
  .lh-lg-207 {
    line-height: 207px !important; }
  .lh-lg-208 {
    line-height: 208px !important; }
  .lh-lg-209 {
    line-height: 209px !important; }
  .lh-lg-210 {
    line-height: 210px !important; }
  .lh-lg-211 {
    line-height: 211px !important; }
  .lh-lg-212 {
    line-height: 212px !important; }
  .lh-lg-213 {
    line-height: 213px !important; }
  .lh-lg-214 {
    line-height: 214px !important; }
  .lh-lg-215 {
    line-height: 215px !important; }
  .lh-lg-216 {
    line-height: 216px !important; }
  .lh-lg-217 {
    line-height: 217px !important; }
  .lh-lg-218 {
    line-height: 218px !important; }
  .lh-lg-219 {
    line-height: 219px !important; }
  .lh-lg-220 {
    line-height: 220px !important; }
  .lh-lg-221 {
    line-height: 221px !important; }
  .lh-lg-222 {
    line-height: 222px !important; }
  .lh-lg-223 {
    line-height: 223px !important; }
  .lh-lg-224 {
    line-height: 224px !important; }
  .lh-lg-225 {
    line-height: 225px !important; }
  .lh-lg-226 {
    line-height: 226px !important; }
  .lh-lg-227 {
    line-height: 227px !important; }
  .lh-lg-228 {
    line-height: 228px !important; }
  .lh-lg-229 {
    line-height: 229px !important; }
  .lh-lg-230 {
    line-height: 230px !important; } }

@media (min-width: 1200px) {
  .lh-xl-1 {
    line-height: 1px !important; }
  .lh-xl-2 {
    line-height: 2px !important; }
  .lh-xl-3 {
    line-height: 3px !important; }
  .lh-xl-4 {
    line-height: 4px !important; }
  .lh-xl-5 {
    line-height: 5px !important; }
  .lh-xl-6 {
    line-height: 6px !important; }
  .lh-xl-7 {
    line-height: 7px !important; }
  .lh-xl-8 {
    line-height: 8px !important; }
  .lh-xl-9 {
    line-height: 9px !important; }
  .lh-xl-10 {
    line-height: 10px !important; }
  .lh-xl-11 {
    line-height: 11px !important; }
  .lh-xl-12 {
    line-height: 12px !important; }
  .lh-xl-13 {
    line-height: 13px !important; }
  .lh-xl-14 {
    line-height: 14px !important; }
  .lh-xl-15 {
    line-height: 15px !important; }
  .lh-xl-16 {
    line-height: 16px !important; }
  .lh-xl-17 {
    line-height: 17px !important; }
  .lh-xl-18 {
    line-height: 18px !important; }
  .lh-xl-19 {
    line-height: 19px !important; }
  .lh-xl-20 {
    line-height: 20px !important; }
  .lh-xl-21 {
    line-height: 21px !important; }
  .lh-xl-22 {
    line-height: 22px !important; }
  .lh-xl-23 {
    line-height: 23px !important; }
  .lh-xl-24 {
    line-height: 24px !important; }
  .lh-xl-25 {
    line-height: 25px !important; }
  .lh-xl-26 {
    line-height: 26px !important; }
  .lh-xl-27 {
    line-height: 27px !important; }
  .lh-xl-28 {
    line-height: 28px !important; }
  .lh-xl-29 {
    line-height: 29px !important; }
  .lh-xl-30 {
    line-height: 30px !important; }
  .lh-xl-31 {
    line-height: 31px !important; }
  .lh-xl-32 {
    line-height: 32px !important; }
  .lh-xl-33 {
    line-height: 33px !important; }
  .lh-xl-34 {
    line-height: 34px !important; }
  .lh-xl-35 {
    line-height: 35px !important; }
  .lh-xl-36 {
    line-height: 36px !important; }
  .lh-xl-37 {
    line-height: 37px !important; }
  .lh-xl-38 {
    line-height: 38px !important; }
  .lh-xl-39 {
    line-height: 39px !important; }
  .lh-xl-40 {
    line-height: 40px !important; }
  .lh-xl-41 {
    line-height: 41px !important; }
  .lh-xl-42 {
    line-height: 42px !important; }
  .lh-xl-43 {
    line-height: 43px !important; }
  .lh-xl-44 {
    line-height: 44px !important; }
  .lh-xl-45 {
    line-height: 45px !important; }
  .lh-xl-46 {
    line-height: 46px !important; }
  .lh-xl-47 {
    line-height: 47px !important; }
  .lh-xl-48 {
    line-height: 48px !important; }
  .lh-xl-49 {
    line-height: 49px !important; }
  .lh-xl-50 {
    line-height: 50px !important; }
  .lh-xl-51 {
    line-height: 51px !important; }
  .lh-xl-52 {
    line-height: 52px !important; }
  .lh-xl-53 {
    line-height: 53px !important; }
  .lh-xl-54 {
    line-height: 54px !important; }
  .lh-xl-55 {
    line-height: 55px !important; }
  .lh-xl-56 {
    line-height: 56px !important; }
  .lh-xl-57 {
    line-height: 57px !important; }
  .lh-xl-58 {
    line-height: 58px !important; }
  .lh-xl-59 {
    line-height: 59px !important; }
  .lh-xl-60 {
    line-height: 60px !important; }
  .lh-xl-61 {
    line-height: 61px !important; }
  .lh-xl-62 {
    line-height: 62px !important; }
  .lh-xl-63 {
    line-height: 63px !important; }
  .lh-xl-64 {
    line-height: 64px !important; }
  .lh-xl-65 {
    line-height: 65px !important; }
  .lh-xl-66 {
    line-height: 66px !important; }
  .lh-xl-67 {
    line-height: 67px !important; }
  .lh-xl-68 {
    line-height: 68px !important; }
  .lh-xl-69 {
    line-height: 69px !important; }
  .lh-xl-70 {
    line-height: 70px !important; }
  .lh-xl-71 {
    line-height: 71px !important; }
  .lh-xl-72 {
    line-height: 72px !important; }
  .lh-xl-73 {
    line-height: 73px !important; }
  .lh-xl-74 {
    line-height: 74px !important; }
  .lh-xl-75 {
    line-height: 75px !important; }
  .lh-xl-76 {
    line-height: 76px !important; }
  .lh-xl-77 {
    line-height: 77px !important; }
  .lh-xl-78 {
    line-height: 78px !important; }
  .lh-xl-79 {
    line-height: 79px !important; }
  .lh-xl-80 {
    line-height: 80px !important; }
  .lh-xl-81 {
    line-height: 81px !important; }
  .lh-xl-82 {
    line-height: 82px !important; }
  .lh-xl-83 {
    line-height: 83px !important; }
  .lh-xl-84 {
    line-height: 84px !important; }
  .lh-xl-85 {
    line-height: 85px !important; }
  .lh-xl-86 {
    line-height: 86px !important; }
  .lh-xl-87 {
    line-height: 87px !important; }
  .lh-xl-88 {
    line-height: 88px !important; }
  .lh-xl-89 {
    line-height: 89px !important; }
  .lh-xl-90 {
    line-height: 90px !important; }
  .lh-xl-91 {
    line-height: 91px !important; }
  .lh-xl-92 {
    line-height: 92px !important; }
  .lh-xl-93 {
    line-height: 93px !important; }
  .lh-xl-94 {
    line-height: 94px !important; }
  .lh-xl-95 {
    line-height: 95px !important; }
  .lh-xl-96 {
    line-height: 96px !important; }
  .lh-xl-97 {
    line-height: 97px !important; }
  .lh-xl-98 {
    line-height: 98px !important; }
  .lh-xl-99 {
    line-height: 99px !important; }
  .lh-xl-100 {
    line-height: 100px !important; }
  .lh-xl-101 {
    line-height: 101px !important; }
  .lh-xl-102 {
    line-height: 102px !important; }
  .lh-xl-103 {
    line-height: 103px !important; }
  .lh-xl-104 {
    line-height: 104px !important; }
  .lh-xl-105 {
    line-height: 105px !important; }
  .lh-xl-106 {
    line-height: 106px !important; }
  .lh-xl-107 {
    line-height: 107px !important; }
  .lh-xl-108 {
    line-height: 108px !important; }
  .lh-xl-109 {
    line-height: 109px !important; }
  .lh-xl-110 {
    line-height: 110px !important; }
  .lh-xl-111 {
    line-height: 111px !important; }
  .lh-xl-112 {
    line-height: 112px !important; }
  .lh-xl-113 {
    line-height: 113px !important; }
  .lh-xl-114 {
    line-height: 114px !important; }
  .lh-xl-115 {
    line-height: 115px !important; }
  .lh-xl-116 {
    line-height: 116px !important; }
  .lh-xl-117 {
    line-height: 117px !important; }
  .lh-xl-118 {
    line-height: 118px !important; }
  .lh-xl-119 {
    line-height: 119px !important; }
  .lh-xl-120 {
    line-height: 120px !important; }
  .lh-xl-121 {
    line-height: 121px !important; }
  .lh-xl-122 {
    line-height: 122px !important; }
  .lh-xl-123 {
    line-height: 123px !important; }
  .lh-xl-124 {
    line-height: 124px !important; }
  .lh-xl-125 {
    line-height: 125px !important; }
  .lh-xl-126 {
    line-height: 126px !important; }
  .lh-xl-127 {
    line-height: 127px !important; }
  .lh-xl-128 {
    line-height: 128px !important; }
  .lh-xl-129 {
    line-height: 129px !important; }
  .lh-xl-130 {
    line-height: 130px !important; }
  .lh-xl-131 {
    line-height: 131px !important; }
  .lh-xl-132 {
    line-height: 132px !important; }
  .lh-xl-133 {
    line-height: 133px !important; }
  .lh-xl-134 {
    line-height: 134px !important; }
  .lh-xl-135 {
    line-height: 135px !important; }
  .lh-xl-136 {
    line-height: 136px !important; }
  .lh-xl-137 {
    line-height: 137px !important; }
  .lh-xl-138 {
    line-height: 138px !important; }
  .lh-xl-139 {
    line-height: 139px !important; }
  .lh-xl-140 {
    line-height: 140px !important; }
  .lh-xl-141 {
    line-height: 141px !important; }
  .lh-xl-142 {
    line-height: 142px !important; }
  .lh-xl-143 {
    line-height: 143px !important; }
  .lh-xl-144 {
    line-height: 144px !important; }
  .lh-xl-145 {
    line-height: 145px !important; }
  .lh-xl-146 {
    line-height: 146px !important; }
  .lh-xl-147 {
    line-height: 147px !important; }
  .lh-xl-148 {
    line-height: 148px !important; }
  .lh-xl-149 {
    line-height: 149px !important; }
  .lh-xl-150 {
    line-height: 150px !important; }
  .lh-xl-151 {
    line-height: 151px !important; }
  .lh-xl-152 {
    line-height: 152px !important; }
  .lh-xl-153 {
    line-height: 153px !important; }
  .lh-xl-154 {
    line-height: 154px !important; }
  .lh-xl-155 {
    line-height: 155px !important; }
  .lh-xl-156 {
    line-height: 156px !important; }
  .lh-xl-157 {
    line-height: 157px !important; }
  .lh-xl-158 {
    line-height: 158px !important; }
  .lh-xl-159 {
    line-height: 159px !important; }
  .lh-xl-160 {
    line-height: 160px !important; }
  .lh-xl-161 {
    line-height: 161px !important; }
  .lh-xl-162 {
    line-height: 162px !important; }
  .lh-xl-163 {
    line-height: 163px !important; }
  .lh-xl-164 {
    line-height: 164px !important; }
  .lh-xl-165 {
    line-height: 165px !important; }
  .lh-xl-166 {
    line-height: 166px !important; }
  .lh-xl-167 {
    line-height: 167px !important; }
  .lh-xl-168 {
    line-height: 168px !important; }
  .lh-xl-169 {
    line-height: 169px !important; }
  .lh-xl-170 {
    line-height: 170px !important; }
  .lh-xl-171 {
    line-height: 171px !important; }
  .lh-xl-172 {
    line-height: 172px !important; }
  .lh-xl-173 {
    line-height: 173px !important; }
  .lh-xl-174 {
    line-height: 174px !important; }
  .lh-xl-175 {
    line-height: 175px !important; }
  .lh-xl-176 {
    line-height: 176px !important; }
  .lh-xl-177 {
    line-height: 177px !important; }
  .lh-xl-178 {
    line-height: 178px !important; }
  .lh-xl-179 {
    line-height: 179px !important; }
  .lh-xl-180 {
    line-height: 180px !important; }
  .lh-xl-181 {
    line-height: 181px !important; }
  .lh-xl-182 {
    line-height: 182px !important; }
  .lh-xl-183 {
    line-height: 183px !important; }
  .lh-xl-184 {
    line-height: 184px !important; }
  .lh-xl-185 {
    line-height: 185px !important; }
  .lh-xl-186 {
    line-height: 186px !important; }
  .lh-xl-187 {
    line-height: 187px !important; }
  .lh-xl-188 {
    line-height: 188px !important; }
  .lh-xl-189 {
    line-height: 189px !important; }
  .lh-xl-190 {
    line-height: 190px !important; }
  .lh-xl-191 {
    line-height: 191px !important; }
  .lh-xl-192 {
    line-height: 192px !important; }
  .lh-xl-193 {
    line-height: 193px !important; }
  .lh-xl-194 {
    line-height: 194px !important; }
  .lh-xl-195 {
    line-height: 195px !important; }
  .lh-xl-196 {
    line-height: 196px !important; }
  .lh-xl-197 {
    line-height: 197px !important; }
  .lh-xl-198 {
    line-height: 198px !important; }
  .lh-xl-199 {
    line-height: 199px !important; }
  .lh-xl-200 {
    line-height: 200px !important; }
  .lh-xl-201 {
    line-height: 201px !important; }
  .lh-xl-202 {
    line-height: 202px !important; }
  .lh-xl-203 {
    line-height: 203px !important; }
  .lh-xl-204 {
    line-height: 204px !important; }
  .lh-xl-205 {
    line-height: 205px !important; }
  .lh-xl-206 {
    line-height: 206px !important; }
  .lh-xl-207 {
    line-height: 207px !important; }
  .lh-xl-208 {
    line-height: 208px !important; }
  .lh-xl-209 {
    line-height: 209px !important; }
  .lh-xl-210 {
    line-height: 210px !important; }
  .lh-xl-211 {
    line-height: 211px !important; }
  .lh-xl-212 {
    line-height: 212px !important; }
  .lh-xl-213 {
    line-height: 213px !important; }
  .lh-xl-214 {
    line-height: 214px !important; }
  .lh-xl-215 {
    line-height: 215px !important; }
  .lh-xl-216 {
    line-height: 216px !important; }
  .lh-xl-217 {
    line-height: 217px !important; }
  .lh-xl-218 {
    line-height: 218px !important; }
  .lh-xl-219 {
    line-height: 219px !important; }
  .lh-xl-220 {
    line-height: 220px !important; }
  .lh-xl-221 {
    line-height: 221px !important; }
  .lh-xl-222 {
    line-height: 222px !important; }
  .lh-xl-223 {
    line-height: 223px !important; }
  .lh-xl-224 {
    line-height: 224px !important; }
  .lh-xl-225 {
    line-height: 225px !important; }
  .lh-xl-226 {
    line-height: 226px !important; }
  .lh-xl-227 {
    line-height: 227px !important; }
  .lh-xl-228 {
    line-height: 228px !important; }
  .lh-xl-229 {
    line-height: 229px !important; }
  .lh-xl-230 {
    line-height: 230px !important; } }

@media (min-width: 1400px) {
  .lh-xxl-1 {
    line-height: 1px !important; }
  .lh-xxl-2 {
    line-height: 2px !important; }
  .lh-xxl-3 {
    line-height: 3px !important; }
  .lh-xxl-4 {
    line-height: 4px !important; }
  .lh-xxl-5 {
    line-height: 5px !important; }
  .lh-xxl-6 {
    line-height: 6px !important; }
  .lh-xxl-7 {
    line-height: 7px !important; }
  .lh-xxl-8 {
    line-height: 8px !important; }
  .lh-xxl-9 {
    line-height: 9px !important; }
  .lh-xxl-10 {
    line-height: 10px !important; }
  .lh-xxl-11 {
    line-height: 11px !important; }
  .lh-xxl-12 {
    line-height: 12px !important; }
  .lh-xxl-13 {
    line-height: 13px !important; }
  .lh-xxl-14 {
    line-height: 14px !important; }
  .lh-xxl-15 {
    line-height: 15px !important; }
  .lh-xxl-16 {
    line-height: 16px !important; }
  .lh-xxl-17 {
    line-height: 17px !important; }
  .lh-xxl-18 {
    line-height: 18px !important; }
  .lh-xxl-19 {
    line-height: 19px !important; }
  .lh-xxl-20 {
    line-height: 20px !important; }
  .lh-xxl-21 {
    line-height: 21px !important; }
  .lh-xxl-22 {
    line-height: 22px !important; }
  .lh-xxl-23 {
    line-height: 23px !important; }
  .lh-xxl-24 {
    line-height: 24px !important; }
  .lh-xxl-25 {
    line-height: 25px !important; }
  .lh-xxl-26 {
    line-height: 26px !important; }
  .lh-xxl-27 {
    line-height: 27px !important; }
  .lh-xxl-28 {
    line-height: 28px !important; }
  .lh-xxl-29 {
    line-height: 29px !important; }
  .lh-xxl-30 {
    line-height: 30px !important; }
  .lh-xxl-31 {
    line-height: 31px !important; }
  .lh-xxl-32 {
    line-height: 32px !important; }
  .lh-xxl-33 {
    line-height: 33px !important; }
  .lh-xxl-34 {
    line-height: 34px !important; }
  .lh-xxl-35 {
    line-height: 35px !important; }
  .lh-xxl-36 {
    line-height: 36px !important; }
  .lh-xxl-37 {
    line-height: 37px !important; }
  .lh-xxl-38 {
    line-height: 38px !important; }
  .lh-xxl-39 {
    line-height: 39px !important; }
  .lh-xxl-40 {
    line-height: 40px !important; }
  .lh-xxl-41 {
    line-height: 41px !important; }
  .lh-xxl-42 {
    line-height: 42px !important; }
  .lh-xxl-43 {
    line-height: 43px !important; }
  .lh-xxl-44 {
    line-height: 44px !important; }
  .lh-xxl-45 {
    line-height: 45px !important; }
  .lh-xxl-46 {
    line-height: 46px !important; }
  .lh-xxl-47 {
    line-height: 47px !important; }
  .lh-xxl-48 {
    line-height: 48px !important; }
  .lh-xxl-49 {
    line-height: 49px !important; }
  .lh-xxl-50 {
    line-height: 50px !important; }
  .lh-xxl-51 {
    line-height: 51px !important; }
  .lh-xxl-52 {
    line-height: 52px !important; }
  .lh-xxl-53 {
    line-height: 53px !important; }
  .lh-xxl-54 {
    line-height: 54px !important; }
  .lh-xxl-55 {
    line-height: 55px !important; }
  .lh-xxl-56 {
    line-height: 56px !important; }
  .lh-xxl-57 {
    line-height: 57px !important; }
  .lh-xxl-58 {
    line-height: 58px !important; }
  .lh-xxl-59 {
    line-height: 59px !important; }
  .lh-xxl-60 {
    line-height: 60px !important; }
  .lh-xxl-61 {
    line-height: 61px !important; }
  .lh-xxl-62 {
    line-height: 62px !important; }
  .lh-xxl-63 {
    line-height: 63px !important; }
  .lh-xxl-64 {
    line-height: 64px !important; }
  .lh-xxl-65 {
    line-height: 65px !important; }
  .lh-xxl-66 {
    line-height: 66px !important; }
  .lh-xxl-67 {
    line-height: 67px !important; }
  .lh-xxl-68 {
    line-height: 68px !important; }
  .lh-xxl-69 {
    line-height: 69px !important; }
  .lh-xxl-70 {
    line-height: 70px !important; }
  .lh-xxl-71 {
    line-height: 71px !important; }
  .lh-xxl-72 {
    line-height: 72px !important; }
  .lh-xxl-73 {
    line-height: 73px !important; }
  .lh-xxl-74 {
    line-height: 74px !important; }
  .lh-xxl-75 {
    line-height: 75px !important; }
  .lh-xxl-76 {
    line-height: 76px !important; }
  .lh-xxl-77 {
    line-height: 77px !important; }
  .lh-xxl-78 {
    line-height: 78px !important; }
  .lh-xxl-79 {
    line-height: 79px !important; }
  .lh-xxl-80 {
    line-height: 80px !important; }
  .lh-xxl-81 {
    line-height: 81px !important; }
  .lh-xxl-82 {
    line-height: 82px !important; }
  .lh-xxl-83 {
    line-height: 83px !important; }
  .lh-xxl-84 {
    line-height: 84px !important; }
  .lh-xxl-85 {
    line-height: 85px !important; }
  .lh-xxl-86 {
    line-height: 86px !important; }
  .lh-xxl-87 {
    line-height: 87px !important; }
  .lh-xxl-88 {
    line-height: 88px !important; }
  .lh-xxl-89 {
    line-height: 89px !important; }
  .lh-xxl-90 {
    line-height: 90px !important; }
  .lh-xxl-91 {
    line-height: 91px !important; }
  .lh-xxl-92 {
    line-height: 92px !important; }
  .lh-xxl-93 {
    line-height: 93px !important; }
  .lh-xxl-94 {
    line-height: 94px !important; }
  .lh-xxl-95 {
    line-height: 95px !important; }
  .lh-xxl-96 {
    line-height: 96px !important; }
  .lh-xxl-97 {
    line-height: 97px !important; }
  .lh-xxl-98 {
    line-height: 98px !important; }
  .lh-xxl-99 {
    line-height: 99px !important; }
  .lh-xxl-100 {
    line-height: 100px !important; }
  .lh-xxl-101 {
    line-height: 101px !important; }
  .lh-xxl-102 {
    line-height: 102px !important; }
  .lh-xxl-103 {
    line-height: 103px !important; }
  .lh-xxl-104 {
    line-height: 104px !important; }
  .lh-xxl-105 {
    line-height: 105px !important; }
  .lh-xxl-106 {
    line-height: 106px !important; }
  .lh-xxl-107 {
    line-height: 107px !important; }
  .lh-xxl-108 {
    line-height: 108px !important; }
  .lh-xxl-109 {
    line-height: 109px !important; }
  .lh-xxl-110 {
    line-height: 110px !important; }
  .lh-xxl-111 {
    line-height: 111px !important; }
  .lh-xxl-112 {
    line-height: 112px !important; }
  .lh-xxl-113 {
    line-height: 113px !important; }
  .lh-xxl-114 {
    line-height: 114px !important; }
  .lh-xxl-115 {
    line-height: 115px !important; }
  .lh-xxl-116 {
    line-height: 116px !important; }
  .lh-xxl-117 {
    line-height: 117px !important; }
  .lh-xxl-118 {
    line-height: 118px !important; }
  .lh-xxl-119 {
    line-height: 119px !important; }
  .lh-xxl-120 {
    line-height: 120px !important; }
  .lh-xxl-121 {
    line-height: 121px !important; }
  .lh-xxl-122 {
    line-height: 122px !important; }
  .lh-xxl-123 {
    line-height: 123px !important; }
  .lh-xxl-124 {
    line-height: 124px !important; }
  .lh-xxl-125 {
    line-height: 125px !important; }
  .lh-xxl-126 {
    line-height: 126px !important; }
  .lh-xxl-127 {
    line-height: 127px !important; }
  .lh-xxl-128 {
    line-height: 128px !important; }
  .lh-xxl-129 {
    line-height: 129px !important; }
  .lh-xxl-130 {
    line-height: 130px !important; }
  .lh-xxl-131 {
    line-height: 131px !important; }
  .lh-xxl-132 {
    line-height: 132px !important; }
  .lh-xxl-133 {
    line-height: 133px !important; }
  .lh-xxl-134 {
    line-height: 134px !important; }
  .lh-xxl-135 {
    line-height: 135px !important; }
  .lh-xxl-136 {
    line-height: 136px !important; }
  .lh-xxl-137 {
    line-height: 137px !important; }
  .lh-xxl-138 {
    line-height: 138px !important; }
  .lh-xxl-139 {
    line-height: 139px !important; }
  .lh-xxl-140 {
    line-height: 140px !important; }
  .lh-xxl-141 {
    line-height: 141px !important; }
  .lh-xxl-142 {
    line-height: 142px !important; }
  .lh-xxl-143 {
    line-height: 143px !important; }
  .lh-xxl-144 {
    line-height: 144px !important; }
  .lh-xxl-145 {
    line-height: 145px !important; }
  .lh-xxl-146 {
    line-height: 146px !important; }
  .lh-xxl-147 {
    line-height: 147px !important; }
  .lh-xxl-148 {
    line-height: 148px !important; }
  .lh-xxl-149 {
    line-height: 149px !important; }
  .lh-xxl-150 {
    line-height: 150px !important; }
  .lh-xxl-151 {
    line-height: 151px !important; }
  .lh-xxl-152 {
    line-height: 152px !important; }
  .lh-xxl-153 {
    line-height: 153px !important; }
  .lh-xxl-154 {
    line-height: 154px !important; }
  .lh-xxl-155 {
    line-height: 155px !important; }
  .lh-xxl-156 {
    line-height: 156px !important; }
  .lh-xxl-157 {
    line-height: 157px !important; }
  .lh-xxl-158 {
    line-height: 158px !important; }
  .lh-xxl-159 {
    line-height: 159px !important; }
  .lh-xxl-160 {
    line-height: 160px !important; }
  .lh-xxl-161 {
    line-height: 161px !important; }
  .lh-xxl-162 {
    line-height: 162px !important; }
  .lh-xxl-163 {
    line-height: 163px !important; }
  .lh-xxl-164 {
    line-height: 164px !important; }
  .lh-xxl-165 {
    line-height: 165px !important; }
  .lh-xxl-166 {
    line-height: 166px !important; }
  .lh-xxl-167 {
    line-height: 167px !important; }
  .lh-xxl-168 {
    line-height: 168px !important; }
  .lh-xxl-169 {
    line-height: 169px !important; }
  .lh-xxl-170 {
    line-height: 170px !important; }
  .lh-xxl-171 {
    line-height: 171px !important; }
  .lh-xxl-172 {
    line-height: 172px !important; }
  .lh-xxl-173 {
    line-height: 173px !important; }
  .lh-xxl-174 {
    line-height: 174px !important; }
  .lh-xxl-175 {
    line-height: 175px !important; }
  .lh-xxl-176 {
    line-height: 176px !important; }
  .lh-xxl-177 {
    line-height: 177px !important; }
  .lh-xxl-178 {
    line-height: 178px !important; }
  .lh-xxl-179 {
    line-height: 179px !important; }
  .lh-xxl-180 {
    line-height: 180px !important; }
  .lh-xxl-181 {
    line-height: 181px !important; }
  .lh-xxl-182 {
    line-height: 182px !important; }
  .lh-xxl-183 {
    line-height: 183px !important; }
  .lh-xxl-184 {
    line-height: 184px !important; }
  .lh-xxl-185 {
    line-height: 185px !important; }
  .lh-xxl-186 {
    line-height: 186px !important; }
  .lh-xxl-187 {
    line-height: 187px !important; }
  .lh-xxl-188 {
    line-height: 188px !important; }
  .lh-xxl-189 {
    line-height: 189px !important; }
  .lh-xxl-190 {
    line-height: 190px !important; }
  .lh-xxl-191 {
    line-height: 191px !important; }
  .lh-xxl-192 {
    line-height: 192px !important; }
  .lh-xxl-193 {
    line-height: 193px !important; }
  .lh-xxl-194 {
    line-height: 194px !important; }
  .lh-xxl-195 {
    line-height: 195px !important; }
  .lh-xxl-196 {
    line-height: 196px !important; }
  .lh-xxl-197 {
    line-height: 197px !important; }
  .lh-xxl-198 {
    line-height: 198px !important; }
  .lh-xxl-199 {
    line-height: 199px !important; }
  .lh-xxl-200 {
    line-height: 200px !important; }
  .lh-xxl-201 {
    line-height: 201px !important; }
  .lh-xxl-202 {
    line-height: 202px !important; }
  .lh-xxl-203 {
    line-height: 203px !important; }
  .lh-xxl-204 {
    line-height: 204px !important; }
  .lh-xxl-205 {
    line-height: 205px !important; }
  .lh-xxl-206 {
    line-height: 206px !important; }
  .lh-xxl-207 {
    line-height: 207px !important; }
  .lh-xxl-208 {
    line-height: 208px !important; }
  .lh-xxl-209 {
    line-height: 209px !important; }
  .lh-xxl-210 {
    line-height: 210px !important; }
  .lh-xxl-211 {
    line-height: 211px !important; }
  .lh-xxl-212 {
    line-height: 212px !important; }
  .lh-xxl-213 {
    line-height: 213px !important; }
  .lh-xxl-214 {
    line-height: 214px !important; }
  .lh-xxl-215 {
    line-height: 215px !important; }
  .lh-xxl-216 {
    line-height: 216px !important; }
  .lh-xxl-217 {
    line-height: 217px !important; }
  .lh-xxl-218 {
    line-height: 218px !important; }
  .lh-xxl-219 {
    line-height: 219px !important; }
  .lh-xxl-220 {
    line-height: 220px !important; }
  .lh-xxl-221 {
    line-height: 221px !important; }
  .lh-xxl-222 {
    line-height: 222px !important; }
  .lh-xxl-223 {
    line-height: 223px !important; }
  .lh-xxl-224 {
    line-height: 224px !important; }
  .lh-xxl-225 {
    line-height: 225px !important; }
  .lh-xxl-226 {
    line-height: 226px !important; }
  .lh-xxl-227 {
    line-height: 227px !important; }
  .lh-xxl-228 {
    line-height: 228px !important; }
  .lh-xxl-229 {
    line-height: 229px !important; }
  .lh-xxl-230 {
    line-height: 230px !important; } }

/* Gilroy src*/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Light.eot");
  src: url("../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* Gilroy src*/
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-ExtraboldItalic.eot");
  src: local("Gilroy Extrabold Italic"), local("Gilroy-ExtraboldItalic"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("../fonts/Gilroy/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-SemiboldItalic.eot");
  src: local("Gilroy Semibold Italic"), local("Gilroy-SemiboldItalic"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("../fonts/Gilroy/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("../fonts/Gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy/Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("../fonts/Gilroy/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

/* Header Style start */
.header {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 12; }
  .header--video {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .header--video::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.62);
      z-index: 1;
      width: 100%;
      height: 100%; }
    .header--video_item {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .header--top {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    position: absolute;
    z-index: 20;
    transition: all 0.3s linear; }
    .header--top_burger {
      order: 2;
      flex-grow: 1; }
      .header--top_burger button {
        color: white; }
    .header--top.top-active {
      background: #046465;
      position: fixed;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important; }
    .header--top.scroll-active {
      transform: translateY(-100px); }
    .header--top__left {
      flex-grow: 1;
      padding: 0;
      margin: 0; }
      @media (max-width: 992px) {
        .header--top__left {
          flex-grow: 0.5; } }
      .header--top__left_logo {
        width: 90px; }
    .header--top__center {
      flex-grow: 3; }
      @media (max-width: 992px) {
        .header--top__center {
          order: 2; } }
      .header--top__center_link {
        font-family: 'Gilroy', sans-serif;
        color: white;
        font-size: 18px;
        margin: 0 10px;
        padding: 0.5rem 0.5rem 5px;
        border-bottom: 2px solid transparent;
        transition: all 0.2s linear; }
        .header--top__center_link.active {
          font-weight: 700;
          color: #046465;
          border-bottom: 2px solid #046465; }
        .header--top__center_link:hover {
          color: #fff;
          border-bottom: 2px solid #046465; }
    .header--top__right {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1; }
  .header--bottom {
    display: flex;
    align-items: center;
    height: 100%; }
    .header--bottom_block {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0; }
    .header--bottom__item {
      display: flex !important;
      flex-direction: column; }
    .header--bottom_title {
      font-family: 'Gilroy', sans-serif;
      font-size: 65px;
      color: #25e3e5;
      font-weight: 700;
      line-height: 70px;
      position: relative;
      padding-bottom: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1400px) {
        .header--bottom_title {
          font-size: 50px;
          line-height: 55px; } }
      @media (max-width: 992px) {
        .header--bottom_title {
          font-size: 45px;
          line-height: 50px; } }
      @media (max-width: 768px) {
        .header--bottom_title {
          font-size: 35px;
          line-height: 40px; } }
      @media (max-width: 576px) {
        .header--bottom_title {
          font-size: 25px;
          line-height: 30px; } }
      @media (max-width: 320px) {
        .header--bottom_title {
          font-size: 18px;
          line-height: 23px; } }
      .header--bottom_title::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        background: #046465;
        width: 250px;
        height: 5px; }
    .header--bottom_text {
      font-size: 30px;
      color: #fff;
      line-height: 45px; }
      @media (max-width: 992px) {
        .header--bottom_text {
          font-size: 23px;
          line-height: 28px; } }
      @media (max-width: 768px) {
        .header--bottom_text {
          font-size: 20px;
          line-height: 25px; } }
      @media (max-width: 576px) {
        .header--bottom_text {
          font-size: 17px;
          line-height: 20px; } }
      @media (max-width: 320px) {
        .header--bottom_text {
          font-size: 11px;
          line-height: 15px; } }
    .header--bottom__block {
      text-align: center; }
      .header--bottom__block_img {
        width: 150px; }
  @media (max-width: 576px) {
    .header {
      height: 100dvh; } }

.lang-text {
  color: white;
  cursor: pointer; }
  .lang-text.active {
    font-weight: 700;
    color: #046465; }

.header--top.top-active .lang-text.active {
  color: #1A427D; }

.header--top.top-active .header--top__center_link.active {
  color: #1A427D;
  border-bottom: 2px solid #1A427D; }

.header--top.top-active .header--top__center_link:hover {
  font-weight: 700;
  color: #1A427D !important;
  border-bottom: 2px solid #1A427D !important; }

@media (max-width: 992px) {
  .header--top .header--top__center {
    background: rgba(0, 0, 0, 0.8); } }

.header--top.top-active .header--top__center {
  background: transparent; }

.mouse {
  position: absolute;
  width: 26px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
  z-index: 10; }

.scroll {
  display: block;
  width: 4px;
  height: 7px;
  margin: 9px;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite; }

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

/* Header Style end */
/* About Style start */
.about {
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .about-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0; }
    .about-bg.single {
      top: unset;
      bottom: 0;
      height: auto;
      right: 0; }
      .about-bg.single img {
        width: 100%; }
        @media (max-width: 992px) {
          .about-bg.single img {
            width: 1200px;
            position: relative;
            right: 25%; } }
    .about-bg::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.4);
      top: 0;
      left: 0;
      z-index: 100; }
    .about-bg img {
      width: 75%;
      opacity: 0.1; }
      @media (max-width: 992px) {
        .about-bg img {
          width: 1200px;
          position: relative;
          right: 25%; } }
  .about--left {
    position: relative;
    z-index: 10; }
    .about--left-text {
      font-size: 20px; }
    .about--left_accordion {
      margin-top: 25px;
      width: 100%;
      transition: all 0.1s linear; }
      .about--left_accordion[open] .about--left_accordion__title {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .about--left_accordion__minus {
        display: none; }
      .about--left_accordion[open] .about--left_accordion__plus {
        display: none; }
      .about--left_accordion[open] .about--left_accordion__minus {
        display: block; }
      .about--left_accordion__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #046465;
        border-radius: 8px;
        color: #fff;
        padding: 15px 10px;
        list-style: unset;
        transition: all 0.1s linear; }
      .about--left_accordion__text {
        border: 1px solid #ccc;
        background: #fff;
        padding: 15px;
        margin-top: 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        transition: all 0.1s linear; }
  .about--right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10; }
    .about--right::after {
      content: "";
      display: block;
      position: absolute;
      width: 78%;
      border: 1px solid #046465;
      height: 100%;
      top: 20px;
      left: 13%;
      z-index: -1; }
      @media (max-width: 992px) {
        .about--right::after {
          width: 85%;
          left: 12%; } }
    .about--right::before {
      content: "";
      display: block;
      position: absolute;
      width: 78%;
      border: 1px solid #046465;
      height: 100%;
      bottom: 20px;
      right: 13%;
      z-index: -1; }
      @media (max-width: 992px) {
        .about--right::before {
          width: 85%;
          right: 12%; } }
    .about--right_img {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

/* About Style end */
/* Services Style start */
.services {
  position: relative;
  z-index: 3; }
  .services--item {
    background: #fff;
    height: 100%;
    border-radius: 24px;
    text-align: center;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2); }
    .services--item:hover .services--item_img {
      transform: scale(1); }
    .services--item_img {
      transition: all 0.5s linear;
      transform: scale(1.1); }

.card-title {
  font-weight: 700;
  font-family: "Gilroy", sans-serif; }

/* Services Style end */
/* Gallery Swiper Style start */
.thumb-swiper {
  height: 600px;
  width: 100%; }
  @media (max-width: 992px) {
    .thumb-swiper {
      height: 300px; } }

.gallery-swiper {
  margin-top: 10px;
  margin-bottom: 50px;
  height: 200px;
  box-sizing: border-box;
  padding: 10px 0; }
  @media (max-width: 992px) {
    .gallery-swiper {
      height: 100px; } }

.gallery-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border-radius: 8px; }

.gallery-swiper .swiper-slide-thumb-active {
  opacity: 1;
  position: relative; }

.thumb-swiper .swiper-slide video {
  position: relative;
  z-index: 5; }

.thumb-swiper .swiper-slide video,
.gallery-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.gallery-swiper .swiper-slide img {
  object-fit: cover;
  border-radius: 8px; }

.play-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
  transition: all 0.5s linear; }
  .play-btn.active {
    opacity: 0;
    z-index: -1; }
  .play-btn.thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px; }
    .play-btn.thumb i {
      color: #046465;
      font-size: 60px; }
      @media (max-width: 992px) {
        .play-btn.thumb i {
          font-size: 40px; } }
  .play-btn i {
    color: #046465;
    font-size: 120px; }
    @media (max-width: 992px) {
      .play-btn i {
        font-size: 90px; } }

/* Gallery Swiper Style end */
/* Blog Style start */
.blog {
  position: relative;
  z-index: 3; }
  .blog--item {
    background: #046465;
    border-radius: 18px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #046465;
    padding: 35px 25px;
    height: 100%; }
    .blog--item_top {
      text-align: center;
      font-size: 20px;
      color: #fff;
      text-transform: uppercase; }
    .blog--item_center {
      font-size: 60px;
      color: #fff;
      text-align: center;
      margin: 15px 0; }
    .blog--item_bottom {
      color: #fff;
      text-align: center;
      line-height: 25px;
      word-spacing: 4px; }

/* Blog Style end */
/* Product Style start */
.product {
  position: relative;
  z-index: 3;
  background: url("../images/product_back.jpg") no-repeat center center/cover; }
  .product::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
    position: absolute; }
  .product::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    position: absolute; }
  .product--item {
    background: rgba(26, 66, 125, 0.4);
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
    .product--item_img {
      width: 100%; }
      .product--item_img#product_as {
        width: 350px; }
        @media (max-width: 360px) {
          .product--item_img#product_as {
            width: 330px; } }
        @media (max-width: 320px) {
          .product--item_img#product_as {
            width: 290px;
            height: 100%; } }
    .product--item_block {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 280px;
      height: 250px; }
    .product--item_title {
      font-family: "Gilroy", sans-serif;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase; }

/* Product Style end */
/* News Style start */
.news {
  position: relative;
  z-index: 3; }

.news-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px; }

.news-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 300px;
  border-radius: 8px; }
  @media (max-width: 992px) {
    .news-swiper .swiper-slide {
      height: 200px; } }
  @media (max-width: 768px) {
    .news-swiper .swiper-slide {
      height: 150px; } }
  @media (max-width: 576px) {
    .news-swiper .swiper-slide {
      height: 120px; } }

.news-swiper .swiper-slide-shadow-left,
.news-swiper .swiper-slide-shadow-right {
  border-radius: 8px; }

.news-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px; }

.news-swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px; }

/* News Style end */
/* Contact Style start */
.contact {
  position: relative;
  z-index: 3; }
  .contact--item {
    display: flex;
    align-items: center;
    justify-content: center; }
    .contact--item_block {
      text-align: center; }

/* Contact Style end */
/* Footer Style start */
.footer {
  background: #046465;
  padding: 20px 0; }

/* Footer Style end */
#title-base {
  text-transform: uppercase; }

.container.container-border {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  padding: 0; }

.container.container-border .line-effect {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.container.container-border .line-effect div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  height: 100%; }

.container.container-border .line-effect div .line-cont-1 {
  border-left: 1px solid rgba(194, 194, 194, 0.3);
  width: .1px;
  height: 100%;
  position: relative; }
  .container.container-border .line-effect div .line-cont-1::before {
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: rgba(126, 135, 158, 0.9);
    content: "";
    top: -40px;
    left: -2px;
    animation: lineEffect linear infinite;
    animation-duration: 30s;
    animation-delay: 5s; }

.container.container-border .line-effect div .line-cont-2 {
  border-left: 1px solid rgba(194, 194, 194, 0.3);
  width: .1px;
  height: 100%;
  position: relative; }
  .container.container-border .line-effect div .line-cont-2::after {
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: rgba(126, 135, 158, 0.9);
    content: "";
    top: -40px;
    left: -2px;
    animation: lineEffect linear infinite;
    animation-duration: 30s;
    animation-delay: 9s; }

.container.container-border .line-effect div .line-cont-3 {
  border-left: 1px solid rgba(194, 194, 194, 0.3);
  width: .1px;
  height: 100%;
  position: relative; }
  .container.container-border .line-effect div .line-cont-3::before {
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: rgba(126, 135, 158, 0.9);
    content: "";
    top: -40px;
    left: -2px;
    animation: lineEffect linear infinite;
    animation-duration: 30s;
    animation-delay: 10s; }

.container.container-border .line-effect div .line-cont-4 {
  border-left: 1px solid rgba(194, 194, 194, 0.3);
  width: .1px;
  height: 100%;
  position: relative; }
  .container.container-border .line-effect div .line-cont-4::after {
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: rgba(126, 135, 158, 0.9);
    content: "";
    top: -40px;
    left: -2px;
    animation: lineEffect linear infinite;
    animation-duration: 30s;
    animation-delay: 3s; }

.container.container-border .line-effect div .line-cont-5 {
  border-left: 1px solid #c2c2c2;
  width: .1px;
  height: 100%;
  position: relative; }
  .container.container-border .line-effect div .line-cont-5::before {
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: rgba(126, 135, 158, 0.9);
    content: "";
    top: -40px;
    left: -2px;
    animation: lineEffect linear infinite;
    animation-duration: 30s;
    animation-delay: 5s; }

.container::before {
  display: table;
  content: " "; }

.container::after {
  display: table;
  content: " ";
  clear: both; }

@keyframes lineEffect {
  0% {
    top: 0; }
  to {
    top: 100%; } }

@-webkit-keyframes lineEffect {
  0% {
    top: 0; }
  to {
    top: 100%; } }

@-moz-keyframes lineEffect {
  0% {
    top: 0; }
  to {
    top: 100%; } }

@-o-keyframes lineEffect {
  0% {
    top: 0; }
  to {
    top: 100%; } }

.text-slider-top {
  font-family: "Gilroy", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 250px;
  line-height: 0;
  color: #F1F1F1;
  word-wrap: unset;
  position: relative;
  bottom: -30px;
  width: 800px;
  transform: rotate(-180deg); }

.text-slider-bottom {
  width: 800px;
  font-family: "Gilroy", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 250px;
  line-height: 0;
  color: #E3E3E3;
  word-wrap: unset;
  position: relative;
  top: -30px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E3E3E3; }

.text_overflow {
  word-wrap: unset;
  position: relative;
  z-index: -1; }

.mode {
  transition: all 0.5s linear;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*animation: phoneCall 20s alternate infinite;*/
  /*opacity: 0;*/
  /*z-index: -1;*/
  z-index: 999999;
  padding: 0 4px;
  border: unset !important; }
  .mode.active {
    bottom: 20px; }
  .mode img {
    width: 100%;
    height: auto; }
  .mode:focus {
    outline: unset !important;
    box-shadow: unset !important; }

[data-dark] body {
  background: #272727 !important; }

[data-dark] p {
  color: #fff; }

[data-dark] h1, [data-dark] .h1,
[data-dark] h2,
[data-dark] .h2,
[data-dark] h3,
[data-dark] .h3,
[data-dark] h4,
[data-dark] .h4,
[data-dark] h5,
[data-dark] .h5,
[data-dark] h6,
[data-dark] .h6,
[data-dark] label {
  color: #fff; }

[data-dark] .card-title {
  color: #212529; }

[data-dark] .bg-light {
  background: rgba(0, 0, 0, 0.5) !important; }

[data-dark] .text-body {
  color: #fff !important; }

[data-dark] .text-thin_black {
  color: rgba(0, 0, 0, 0.5) !important; }

[data-dark] .text-slider-bottom.text-light {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2) !important;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4) !important; }

[data-dark] .text-slider-bottom {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2) !important;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4) !important; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  overflow-x: clip; }

.main-body {
  scroll-behavior: smooth; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.text-three-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.text-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.focus-none:focus {
  outline: unset !important;
  box-shadow: unset !important; }

.font-montserrat {
  font-family: 'Montserrat', sans-serif; }

.font-gilroy {
  font-family: 'Gilroy', sans-serif; }

.go-top {
  transition: all 0.4s linear;
  text-decoration: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #1A427D;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  z-index: -1;
  opacity: 0; }
  .go-top:hover {
    color: #fff; }
  .go-top.active {
    opacity: 1;
    z-index: 1000; }

.phone {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 20px;
  bottom: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* animation: phoneCall 20s alternate infinite; */
  z-index: 999999; }
  .phone img {
    width: 100%;
    height: 100%;
    animation: phoneCall 1s alternate infinite; }

@keyframes phoneCall {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(20deg); } }

/*# sourceMappingURL=style.css.map */
