@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
: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-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #235673;
  --bs-secondary: #2B88FF;
  --bs-success: #18BE11;
  --bs-info: #B5B9BF;
  --bs-warning: #ffc107;
  --bs-danger: #FD264F;
  --bs-light: #f8f9fa;
  --bs-dark: #213063;
  --bs-primary-rgb: 35, 86, 115;
  --bs-secondary-rgb: 43, 136, 255;
  --bs-success-rgb: 24, 190, 17;
  --bs-info-rgb: 181, 185, 191;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 253, 38, 79;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 48, 99;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: black;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #235673;
  text-decoration: underline;
}
a:hover {
  color: #1c455c;
}

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: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.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.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: black;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: black;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: black;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: black;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d3dde3;
  --bs-table-striped-bg: #c8d2d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bec7cc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3ccd2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bec7cc;
}

.table-secondary {
  --bs-table-bg: #d5e7ff;
  --bs-table-striped-bg: #cadbf2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0d0e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5d6ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c0d0e6;
}

.table-success {
  --bs-table-bg: #d1f2cf;
  --bs-table-striped-bg: #c7e6c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcdaba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1e0bf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcdaba;
}

.table-info {
  --bs-table-bg: #f0f1f2;
  --bs-table-striped-bg: #e4e5e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d8d9da;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dedfe0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d8d9da;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --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: #ffd4dc;
  --bs-table-striped-bg: #f2c9d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6bfc6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecc4cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6bfc6;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --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: #213063;
  --bs-table-striped-bg: #2c3a6b;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #374573;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #32406f;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #374573;
}

.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: black;
  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: black;
  background-color: #fff;
  border-color: #91abb9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 86, 115, 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: black;
  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: black;
  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: black;
  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 {
  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: black;
  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: #91abb9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 86, 115, 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 black;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.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: #91abb9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 86, 115, 0.25);
}
.form-check-input:checked {
  background-color: #235673;
  border-color: #235673;
}
.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: #235673;
  border-color: #235673;
  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='%2391abb9'/%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(35, 86, 115, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(35, 86, 115, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #235673;
  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: #bdccd5;
}
.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: #235673;
  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: #bdccd5;
}
.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: black;
  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: #18BE11;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(24, 190, 17, 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: #18BE11;
  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='%2318BE11' 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: #18BE11;
  box-shadow: 0 0 0 0.25rem rgba(24, 190, 17, 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: #18BE11;
}
.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='%2318BE11' 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: #18BE11;
  box-shadow: 0 0 0 0.25rem rgba(24, 190, 17, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #18BE11;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #18BE11;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 190, 17, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #18BE11;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #FD264F;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(253, 38, 79, 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: #FD264F;
  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='%23FD264F'%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='%23FD264F' 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: #FD264F;
  box-shadow: 0 0 0 0.25rem rgba(253, 38, 79, 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: #FD264F;
}
.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='%23FD264F'%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='%23FD264F' 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: #FD264F;
  box-shadow: 0 0 0 0.25rem rgba(253, 38, 79, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #FD264F;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #FD264F;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 38, 79, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FD264F;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  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: black;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 86, 115, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #235673;
  border-color: #235673;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1e4962;
  border-color: #1c455c;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #1e4962;
  border-color: #1c455c;
  box-shadow: 0 0 0 0.25rem rgba(68, 111, 136, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c455c;
  border-color: #1a4156;
}
.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(68, 111, 136, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #235673;
  border-color: #235673;
}

.btn-secondary {
  color: #000;
  background-color: #2B88FF;
  border-color: #2B88FF;
}
.btn-secondary:hover {
  color: #000;
  background-color: #4b9aff;
  border-color: #4094ff;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #4b9aff;
  border-color: #4094ff;
  box-shadow: 0 0 0 0.25rem rgba(37, 116, 217, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #55a0ff;
  border-color: #4094ff;
}
.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(37, 116, 217, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #2B88FF;
  border-color: #2B88FF;
}

.btn-success {
  color: #000;
  background-color: #18BE11;
  border-color: #18BE11;
}
.btn-success:hover {
  color: #000;
  background-color: #3bc835;
  border-color: #2fc529;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #3bc835;
  border-color: #2fc529;
  box-shadow: 0 0 0 0.25rem rgba(20, 162, 14, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #46cb41;
  border-color: #2fc529;
}
.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(20, 162, 14, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #18BE11;
  border-color: #18BE11;
}

.btn-info {
  color: #000;
  background-color: #B5B9BF;
  border-color: #B5B9BF;
}
.btn-info:hover {
  color: #000;
  background-color: #c0c4c9;
  border-color: #bcc0c5;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #c0c4c9;
  border-color: #bcc0c5;
  box-shadow: 0 0 0 0.25rem rgba(154, 157, 162, 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: #c4c7cc;
  border-color: #bcc0c5;
}
.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(154, 157, 162, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #B5B9BF;
  border-color: #B5B9BF;
}

.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: #000;
  background-color: #FD264F;
  border-color: #FD264F;
}
.btn-danger:hover {
  color: #000;
  background-color: #fd4769;
  border-color: #fd3c61;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #fd4769;
  border-color: #fd3c61;
  box-shadow: 0 0 0 0.25rem rgba(215, 32, 67, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #fd5172;
  border-color: #fd3c61;
}
.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(215, 32, 67, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #FD264F;
  border-color: #FD264F;
}

.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: #213063;
  border-color: #213063;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c2954;
  border-color: #1a264f;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c2954;
  border-color: #1a264f;
  box-shadow: 0 0 0 0.25rem rgba(66, 79, 122, 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: #1a264f;
  border-color: #19244a;
}
.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, 79, 122, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #213063;
  border-color: #213063;
}

.btn-outline-primary {
  color: #235673;
  border-color: #235673;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #235673;
  border-color: #235673;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(35, 86, 115, 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: #fff;
  background-color: #235673;
  border-color: #235673;
}
.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(35, 86, 115, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #235673;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #2B88FF;
  border-color: #2B88FF;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #2B88FF;
  border-color: #2B88FF;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 136, 255, 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: #000;
  background-color: #2B88FF;
  border-color: #2B88FF;
}
.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(43, 136, 255, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #2B88FF;
  background-color: transparent;
}

.btn-outline-success {
  color: #18BE11;
  border-color: #18BE11;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #18BE11;
  border-color: #18BE11;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 190, 17, 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: #000;
  background-color: #18BE11;
  border-color: #18BE11;
}
.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(24, 190, 17, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #18BE11;
  background-color: transparent;
}

.btn-outline-info {
  color: #B5B9BF;
  border-color: #B5B9BF;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #B5B9BF;
  border-color: #B5B9BF;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(181, 185, 191, 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: #B5B9BF;
  border-color: #B5B9BF;
}
.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(181, 185, 191, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #B5B9BF;
  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: #FD264F;
  border-color: #FD264F;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #FD264F;
  border-color: #FD264F;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 38, 79, 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: #000;
  background-color: #FD264F;
  border-color: #FD264F;
}
.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(253, 38, 79, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #FD264F;
  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: #213063;
  border-color: #213063;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #213063;
  border-color: #213063;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 48, 99, 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: #213063;
  border-color: #213063;
}
.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, 48, 99, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #213063;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #235673;
  text-decoration: underline;
}
.btn-link:hover {
  color: #1c455c;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: black;
  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: #235673;
}
.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: #235673;
}
.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: #235673;
  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: #1c455c;
}
.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: #235673;
}

.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 {
  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;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(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 + .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: black;
  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: #204d68;
  background-color: #e9eef1;
  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='%23204d68'%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='black'%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: #91abb9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 86, 115, 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: #235673;
  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: #1c455c;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #1c455c;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(35, 86, 115, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #235673;
  border-color: #235673;
}
.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: #153445;
  background-color: #d3dde3;
  border-color: #bdccd5;
}
.alert-primary .alert-link {
  color: #112a37;
}

.alert-secondary {
  color: #1a5299;
  background-color: #d5e7ff;
  border-color: #bfdbff;
}
.alert-secondary .alert-link {
  color: #15427a;
}

.alert-success {
  color: #0e720a;
  background-color: #d1f2cf;
  border-color: #baecb8;
}
.alert-success .alert-link {
  color: #0b5b08;
}

.alert-info {
  color: #484a4c;
  background-color: #f0f1f2;
  border-color: #e9eaec;
}
.alert-info .alert-link {
  color: #3a3b3d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #98172f;
  background-color: #ffd4dc;
  border-color: #febeca;
}
.alert-danger .alert-link {
  color: #7a1226;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141d3b;
  background-color: #d3d6e0;
  border-color: #bcc1d0;
}
.alert-dark .alert-link {
  color: #10172f;
}

@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: #235673;
  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: black;
  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: #235673;
  border-color: #235673;
}
.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: #153445;
  background-color: #d3dde3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #153445;
  background-color: #bec7cc;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #153445;
  border-color: #153445;
}

.list-group-item-secondary {
  color: #1a5299;
  background-color: #d5e7ff;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1a5299;
  background-color: #c0d0e6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1a5299;
  border-color: #1a5299;
}

.list-group-item-success {
  color: #0e720a;
  background-color: #d1f2cf;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0e720a;
  background-color: #bcdaba;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0e720a;
  border-color: #0e720a;
}

.list-group-item-info {
  color: #484a4c;
  background-color: #f0f1f2;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #484a4c;
  background-color: #d8d9da;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #484a4c;
  border-color: #484a4c;
}

.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: #98172f;
  background-color: #ffd4dc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #98172f;
  background-color: #e6bfc6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #98172f;
  border-color: #98172f;
}

.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: #141d3b;
  background-color: #d3d6e0;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141d3b;
  background-color: #bec1ca;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141d3b;
  border-color: #141d3b;
}

.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(35, 86, 115, 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.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.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: 1050;
  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: black;
}

.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: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.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;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #235673;
}
.link-primary:hover, .link-primary:focus {
  color: #1c455c;
}

.link-secondary {
  color: #2B88FF;
}
.link-secondary:hover, .link-secondary:focus {
  color: #55a0ff;
}

.link-success {
  color: #18BE11;
}
.link-success:hover, .link-success:focus {
  color: #46cb41;
}

.link-info {
  color: #B5B9BF;
}
.link-info:hover, .link-info:focus {
  color: #c4c7cc;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #FD264F;
}
.link-danger:hover, .link-danger:focus {
  color: #fd5172;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #213063;
}
.link-dark:hover, .link-dark:focus {
  color: #1a264f;
}

.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;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(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: #235673 !important;
}

.border-secondary {
  border-color: #2B88FF !important;
}

.border-success {
  border-color: #18BE11 !important;
}

.border-info {
  border-color: #B5B9BF !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #FD264F !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #213063 !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;
}

.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-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-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-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-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-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-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-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;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-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;
}

.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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 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;
  }

  .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-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-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-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-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-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-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-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;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-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;
  }

  .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;
  }

  .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-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-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-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-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-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-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-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;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-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;
  }

  .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;
  }

  .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-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-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-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-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-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-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-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;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-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;
  }

  .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;
  }

  .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-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-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-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-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-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-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-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;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-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;
  }

  .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;
  }

  .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-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-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-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-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-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-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-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;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-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;
  }

  .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;
  }
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* 

$primary: #f40000;
$secondary: #f72525;
$gold: #99774c;
$white: #ffffff;
$black: #000000;
$dark: #373a3c;
$red: #f40000; */
/* 

$primary: #f40000;
$secondary: #f72525;
$gold: #99774c;
$white: #ffffff;
$black: #000000;
$dark: #373a3c;
$red: #f40000; */
.d__block {
  display: block;
}

.d__inline {
  display: inline;
}

.d__run-in {
  display: run-in;
}

.d__flow {
  display: flow;
}

.d__flow-root {
  display: flow-root;
}

.d__table {
  display: table;
}

.d__flex {
  display: flex;
}

.d__grid {
  display: grid;
}

.d__ruby {
  display: ruby;
}

.d__subgrid {
  display: subgrid;
}

.d__contents {
  display: contents;
}

.d__none {
  display: none;
}

.d__inline-block {
  display: inline-block;
}

.d__inline-table {
  display: inline-table;
}

.d__inline-flex {
  display: inline-flex;
}

.d__inline-grid {
  display: inline-grid;
}

.d__initial {
  display: initial;
}

.d__unset {
  display: unset;
}

.align-items__flex-start {
  align-items: flex-start;
}

.align-items__flex-end {
  align-items: flex-end;
}

.align-items__center {
  align-items: center;
}

.align-items__baseline {
  align-items: baseline;
}

.align-items__stretch {
  align-items: stretch;
}

.justify-content__flex-start {
  justify-content: flex-start;
}

.justify-content__flex-end {
  justify-content: flex-end;
}

.justify-content__center {
  justify-content: center;
}

.justify-content__space-between {
  justify-content: space-between;
}

.justify-content__space-around {
  justify-content: space-around;
}

.justify-content__space-evenly {
  justify-content: space-evenly;
}

.w-0 {
  width: 0;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-25px {
  width: 25px;
}

.w-50px {
  width: 50px;
}

.w-75px {
  width: 75px;
}

.w-100px {
  width: 100px;
}

.w-1em {
  width: 1em;
}

.w-2em {
  width: 2em;
}

.w-3em {
  width: 3em;
}

.w-25vh {
  width: 25vh;
}

.w-50vh {
  width: 50vh;
}

.w-75vh {
  width: 75vh;
}

.w-100vh {
  width: 100vh;
}

.w-25vmax {
  width: 25vmax;
}

.w-50vmax {
  width: 50vmax;
}

.w-75vmax {
  width: 75vmax;
}

.w-100vmax {
  width: 100vmax;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
.h-0 {
  height: 0 !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-25px {
  height: 25px !important;
}

.h-40px {
  height: 40px !important;
}

.h-50px {
  height: 50px !important;
}

.h-75px {
  height: 75px !important;
}

.h-100px {
  height: 100px !important;
}

.h-125px {
  height: 125px !important;
}

.h-130px {
  height: 130px !important;
}

.h-135px {
  height: 135px !important;
}

.h-145px {
  height: 145px !important;
}

.h-150px {
  height: 150px !important;
}

.h-155px {
  height: 155px !important;
}

.h-160px {
  height: 160px !important;
}

.h-165px {
  height: 165px !important;
}

.h-175px {
  height: 175px !important;
}

.h-200px {
  height: 200px !important;
}

.h-207px {
  height: 207px !important;
}

.h-210px {
  height: 210px !important;
}

.h-250px {
  height: 250px !important;
}

.h-1em {
  height: 1em !important;
}

.h-2em {
  height: 2em !important;
}

.h-3em {
  height: 3em !important;
}

.h-25vh {
  height: 25vh !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-100vh {
  height: 100vh !important;
}

.h-25vmax {
  height: 25vmax !important;
}

.h-50vmax {
  height: 50vmax !important;
}

.h-75vmax {
  height: 75vmax !important;
}

.h-100vmax {
  height: 100vmax !important;
}

.font-0 {
  font-size: 0 !important;
}

.font-25 {
  font-size: 25% !important;
}

.font-50 {
  font-size: 50% !important;
}

.font-75 {
  font-size: 75% !important;
}

.font-100 {
  font-size: 100% !important;
}

.font-14px {
  font-size: 14px !important;
}

.font-24px {
  font-size: 24px !important;
}

.font-25px {
  font-size: 25px !important;
}

.font-36px {
  font-size: 36px !important;
}

.font-40px {
  font-size: 40px !important;
}

.font-50px {
  font-size: 50px !important;
}

.font-75px {
  font-size: 75px !important;
}

.font-100px {
  font-size: 100px !important;
}

.font-125px {
  font-size: 125px !important;
}

.font-150px {
  font-size: 150px !important;
}

.font-175px {
  font-size: 175px !important;
}

.font-200px {
  font-size: 200px !important;
}

.font-1em {
  font-size: 1em !important;
}

.font-2em {
  font-size: 2em !important;
}

.font-3em {
  font-size: 3em !important;
}

.font-25vh {
  font-size: 25vh !important;
}

.font-50vh {
  font-size: 50vh !important;
}

.font-75vh {
  font-size: 75vh !important;
}

.font-100vh {
  font-size: 100vh !important;
}

.font-25vmax {
  font-size: 25vmax !important;
}

.font-50vmax {
  font-size: 50vmax !important;
}

.font-75vmax {
  font-size: 75vmax !important;
}

.font-100vmax {
  font-size: 100vmax !important;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.p-1px {
  padding: 1px;
}

.pl-1px {
  padding-left: 1px;
}

.pr-1px {
  padding-right: 1px;
}

.pt-1px {
  padding-top: 1px;
}

.pb-1px {
  padding-bottom: 1px;
}

.px-1px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.p-2px {
  padding: 2px;
}

.pl-2px {
  padding-left: 2px;
}

.pr-2px {
  padding-right: 2px;
}

.pt-2px {
  padding-top: 2px;
}

.pb-2px {
  padding-bottom: 2px;
}

.px-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-3px {
  padding: 3px;
}

.pl-3px {
  padding-left: 3px;
}

.pr-3px {
  padding-right: 3px;
}

.pt-3px {
  padding-top: 3px;
}

.pb-3px {
  padding-bottom: 3px;
}

.px-3px {
  padding-left: 3px;
  padding-right: 3px;
}

.py-3px {
  padding-top: 3px;
  padding-bottom: 3px;
}

.p-4px {
  padding: 4px;
}

.pl-4px {
  padding-left: 4px;
}

.pr-4px {
  padding-right: 4px;
}

.pt-4px {
  padding-top: 4px;
}

.pb-4px {
  padding-bottom: 4px;
}

.px-4px {
  padding-left: 4px;
  padding-right: 4px;
}

.py-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-5px {
  padding: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.pr-5px {
  padding-right: 5px;
}

.pt-5px {
  padding-top: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.px-5px {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-6px {
  padding: 6px;
}

.pl-6px {
  padding-left: 6px;
}

.pr-6px {
  padding-right: 6px;
}

.pt-6px {
  padding-top: 6px;
}

.pb-6px {
  padding-bottom: 6px;
}

.px-6px {
  padding-left: 6px;
  padding-right: 6px;
}

.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}

.p-7px {
  padding: 7px;
}

.pl-7px {
  padding-left: 7px;
}

.pr-7px {
  padding-right: 7px;
}

.pt-7px {
  padding-top: 7px;
}

.pb-7px {
  padding-bottom: 7px;
}

.px-7px {
  padding-left: 7px;
  padding-right: 7px;
}

.py-7px {
  padding-top: 7px;
  padding-bottom: 7px;
}

.p-8px {
  padding: 8px;
}

.pl-8px {
  padding-left: 8px;
}

.pr-8px {
  padding-right: 8px;
}

.pt-8px {
  padding-top: 8px;
}

.pb-8px {
  padding-bottom: 8px;
}

.px-8px {
  padding-left: 8px;
  padding-right: 8px;
}

.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-9px {
  padding: 9px;
}

.pl-9px {
  padding-left: 9px;
}

.pr-9px {
  padding-right: 9px;
}

.pt-9px {
  padding-top: 9px;
}

.pb-9px {
  padding-bottom: 9px;
}

.px-9px {
  padding-left: 9px;
  padding-right: 9px;
}

.py-9px {
  padding-top: 9px;
  padding-bottom: 9px;
}

.p-10px {
  padding: 10px;
}

.pl-10px {
  padding-left: 10px;
}

.pr-10px {
  padding-right: 10px;
}

.pt-10px {
  padding-top: 10px;
}

.pb-10px {
  padding-bottom: 10px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-11px {
  padding: 11px;
}

.pl-11px {
  padding-left: 11px;
}

.pr-11px {
  padding-right: 11px;
}

.pt-11px {
  padding-top: 11px;
}

.pb-11px {
  padding-bottom: 11px;
}

.px-11px {
  padding-left: 11px;
  padding-right: 11px;
}

.py-11px {
  padding-top: 11px;
  padding-bottom: 11px;
}

.p-12px {
  padding: 12px;
}

.pl-12px {
  padding-left: 12px;
}

.pr-12px {
  padding-right: 12px;
}

.pt-12px {
  padding-top: 12px;
}

.pb-12px {
  padding-bottom: 12px;
}

.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-13px {
  padding: 13px;
}

.pl-13px {
  padding-left: 13px;
}

.pr-13px {
  padding-right: 13px;
}

.pt-13px {
  padding-top: 13px;
}

.pb-13px {
  padding-bottom: 13px;
}

.px-13px {
  padding-left: 13px;
  padding-right: 13px;
}

.py-13px {
  padding-top: 13px;
  padding-bottom: 13px;
}

.p-14px {
  padding: 14px;
}

.pl-14px {
  padding-left: 14px;
}

.pr-14px {
  padding-right: 14px;
}

.pt-14px {
  padding-top: 14px;
}

.pb-14px {
  padding-bottom: 14px;
}

.px-14px {
  padding-left: 14px;
  padding-right: 14px;
}

.py-14px {
  padding-top: 14px;
  padding-bottom: 14px;
}

.p-15px {
  padding: 15px;
}

.pl-15px {
  padding-left: 15px;
}

.pr-15px {
  padding-right: 15px;
}

.pt-15px {
  padding-top: 15px;
}

.pb-15px {
  padding-bottom: 15px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-16px {
  padding: 16px;
}

.pl-16px {
  padding-left: 16px;
}

.pr-16px {
  padding-right: 16px;
}

.pt-16px {
  padding-top: 16px;
}

.pb-16px {
  padding-bottom: 16px;
}

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-17px {
  padding: 17px;
}

.pl-17px {
  padding-left: 17px;
}

.pr-17px {
  padding-right: 17px;
}

.pt-17px {
  padding-top: 17px;
}

.pb-17px {
  padding-bottom: 17px;
}

.px-17px {
  padding-left: 17px;
  padding-right: 17px;
}

.py-17px {
  padding-top: 17px;
  padding-bottom: 17px;
}

.p-18px {
  padding: 18px;
}

.pl-18px {
  padding-left: 18px;
}

.pr-18px {
  padding-right: 18px;
}

.pt-18px {
  padding-top: 18px;
}

.pb-18px {
  padding-bottom: 18px;
}

.px-18px {
  padding-left: 18px;
  padding-right: 18px;
}

.py-18px {
  padding-top: 18px;
  padding-bottom: 18px;
}

.p-19px {
  padding: 19px;
}

.pl-19px {
  padding-left: 19px;
}

.pr-19px {
  padding-right: 19px;
}

.pt-19px {
  padding-top: 19px;
}

.pb-19px {
  padding-bottom: 19px;
}

.px-19px {
  padding-left: 19px;
  padding-right: 19px;
}

.py-19px {
  padding-top: 19px;
  padding-bottom: 19px;
}

.p-20px {
  padding: 20px;
}

.pl-20px {
  padding-left: 20px;
}

.pr-20px {
  padding-right: 20px;
}

.pt-20px {
  padding-top: 20px;
}

.pb-20px {
  padding-bottom: 20px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-21px {
  padding: 21px;
}

.pl-21px {
  padding-left: 21px;
}

.pr-21px {
  padding-right: 21px;
}

.pt-21px {
  padding-top: 21px;
}

.pb-21px {
  padding-bottom: 21px;
}

.px-21px {
  padding-left: 21px;
  padding-right: 21px;
}

.py-21px {
  padding-top: 21px;
  padding-bottom: 21px;
}

.p-22px {
  padding: 22px;
}

.pl-22px {
  padding-left: 22px;
}

.pr-22px {
  padding-right: 22px;
}

.pt-22px {
  padding-top: 22px;
}

.pb-22px {
  padding-bottom: 22px;
}

.px-22px {
  padding-left: 22px;
  padding-right: 22px;
}

.py-22px {
  padding-top: 22px;
  padding-bottom: 22px;
}

.p-23px {
  padding: 23px;
}

.pl-23px {
  padding-left: 23px;
}

.pr-23px {
  padding-right: 23px;
}

.pt-23px {
  padding-top: 23px;
}

.pb-23px {
  padding-bottom: 23px;
}

.px-23px {
  padding-left: 23px;
  padding-right: 23px;
}

.py-23px {
  padding-top: 23px;
  padding-bottom: 23px;
}

.p-24px {
  padding: 24px;
}

.pl-24px {
  padding-left: 24px;
}

.pr-24px {
  padding-right: 24px;
}

.pt-24px {
  padding-top: 24px;
}

.pb-24px {
  padding-bottom: 24px;
}

.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-25px {
  padding: 25px;
}

.pl-25px {
  padding-left: 25px;
}

.pr-25px {
  padding-right: 25px;
}

.pt-25px {
  padding-top: 25px;
}

.pb-25px {
  padding-bottom: 25px;
}

.px-25px {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-26px {
  padding: 26px;
}

.pl-26px {
  padding-left: 26px;
}

.pr-26px {
  padding-right: 26px;
}

.pt-26px {
  padding-top: 26px;
}

.pb-26px {
  padding-bottom: 26px;
}

.px-26px {
  padding-left: 26px;
  padding-right: 26px;
}

.py-26px {
  padding-top: 26px;
  padding-bottom: 26px;
}

.p-27px {
  padding: 27px;
}

.pl-27px {
  padding-left: 27px;
}

.pr-27px {
  padding-right: 27px;
}

.pt-27px {
  padding-top: 27px;
}

.pb-27px {
  padding-bottom: 27px;
}

.px-27px {
  padding-left: 27px;
  padding-right: 27px;
}

.py-27px {
  padding-top: 27px;
  padding-bottom: 27px;
}

.p-28px {
  padding: 28px;
}

.pl-28px {
  padding-left: 28px;
}

.pr-28px {
  padding-right: 28px;
}

.pt-28px {
  padding-top: 28px;
}

.pb-28px {
  padding-bottom: 28px;
}

.px-28px {
  padding-left: 28px;
  padding-right: 28px;
}

.py-28px {
  padding-top: 28px;
  padding-bottom: 28px;
}

.p-29px {
  padding: 29px;
}

.pl-29px {
  padding-left: 29px;
}

.pr-29px {
  padding-right: 29px;
}

.pt-29px {
  padding-top: 29px;
}

.pb-29px {
  padding-bottom: 29px;
}

.px-29px {
  padding-left: 29px;
  padding-right: 29px;
}

.py-29px {
  padding-top: 29px;
  padding-bottom: 29px;
}

.p-30px {
  padding: 30px;
}

.pl-30px {
  padding-left: 30px;
}

.pr-30px {
  padding-right: 30px;
}

.pt-30px {
  padding-top: 30px;
}

.pb-30px {
  padding-bottom: 30px;
}

.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-31px {
  padding: 31px;
}

.pl-31px {
  padding-left: 31px;
}

.pr-31px {
  padding-right: 31px;
}

.pt-31px {
  padding-top: 31px;
}

.pb-31px {
  padding-bottom: 31px;
}

.px-31px {
  padding-left: 31px;
  padding-right: 31px;
}

.py-31px {
  padding-top: 31px;
  padding-bottom: 31px;
}

.p-32px {
  padding: 32px;
}

.pl-32px {
  padding-left: 32px;
}

.pr-32px {
  padding-right: 32px;
}

.pt-32px {
  padding-top: 32px;
}

.pb-32px {
  padding-bottom: 32px;
}

.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-33px {
  padding: 33px;
}

.pl-33px {
  padding-left: 33px;
}

.pr-33px {
  padding-right: 33px;
}

.pt-33px {
  padding-top: 33px;
}

.pb-33px {
  padding-bottom: 33px;
}

.px-33px {
  padding-left: 33px;
  padding-right: 33px;
}

.py-33px {
  padding-top: 33px;
  padding-bottom: 33px;
}

.p-34px {
  padding: 34px;
}

.pl-34px {
  padding-left: 34px;
}

.pr-34px {
  padding-right: 34px;
}

.pt-34px {
  padding-top: 34px;
}

.pb-34px {
  padding-bottom: 34px;
}

.px-34px {
  padding-left: 34px;
  padding-right: 34px;
}

.py-34px {
  padding-top: 34px;
  padding-bottom: 34px;
}

.p-35px {
  padding: 35px;
}

.pl-35px {
  padding-left: 35px;
}

.pr-35px {
  padding-right: 35px;
}

.pt-35px {
  padding-top: 35px;
}

.pb-35px {
  padding-bottom: 35px;
}

.px-35px {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35px {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p-36px {
  padding: 36px;
}

.pl-36px {
  padding-left: 36px;
}

.pr-36px {
  padding-right: 36px;
}

.pt-36px {
  padding-top: 36px;
}

.pb-36px {
  padding-bottom: 36px;
}

.px-36px {
  padding-left: 36px;
  padding-right: 36px;
}

.py-36px {
  padding-top: 36px;
  padding-bottom: 36px;
}

.p-37px {
  padding: 37px;
}

.pl-37px {
  padding-left: 37px;
}

.pr-37px {
  padding-right: 37px;
}

.pt-37px {
  padding-top: 37px;
}

.pb-37px {
  padding-bottom: 37px;
}

.px-37px {
  padding-left: 37px;
  padding-right: 37px;
}

.py-37px {
  padding-top: 37px;
  padding-bottom: 37px;
}

.p-38px {
  padding: 38px;
}

.pl-38px {
  padding-left: 38px;
}

.pr-38px {
  padding-right: 38px;
}

.pt-38px {
  padding-top: 38px;
}

.pb-38px {
  padding-bottom: 38px;
}

.px-38px {
  padding-left: 38px;
  padding-right: 38px;
}

.py-38px {
  padding-top: 38px;
  padding-bottom: 38px;
}

.p-39px {
  padding: 39px;
}

.pl-39px {
  padding-left: 39px;
}

.pr-39px {
  padding-right: 39px;
}

.pt-39px {
  padding-top: 39px;
}

.pb-39px {
  padding-bottom: 39px;
}

.px-39px {
  padding-left: 39px;
  padding-right: 39px;
}

.py-39px {
  padding-top: 39px;
  padding-bottom: 39px;
}

.p-40px {
  padding: 40px;
}

.pl-40px {
  padding-left: 40px;
}

.pr-40px {
  padding-right: 40px;
}

.pt-40px {
  padding-top: 40px;
}

.pb-40px {
  padding-bottom: 40px;
}

.px-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-41px {
  padding: 41px;
}

.pl-41px {
  padding-left: 41px;
}

.pr-41px {
  padding-right: 41px;
}

.pt-41px {
  padding-top: 41px;
}

.pb-41px {
  padding-bottom: 41px;
}

.px-41px {
  padding-left: 41px;
  padding-right: 41px;
}

.py-41px {
  padding-top: 41px;
  padding-bottom: 41px;
}

.p-42px {
  padding: 42px;
}

.pl-42px {
  padding-left: 42px;
}

.pr-42px {
  padding-right: 42px;
}

.pt-42px {
  padding-top: 42px;
}

.pb-42px {
  padding-bottom: 42px;
}

.px-42px {
  padding-left: 42px;
  padding-right: 42px;
}

.py-42px {
  padding-top: 42px;
  padding-bottom: 42px;
}

.p-43px {
  padding: 43px;
}

.pl-43px {
  padding-left: 43px;
}

.pr-43px {
  padding-right: 43px;
}

.pt-43px {
  padding-top: 43px;
}

.pb-43px {
  padding-bottom: 43px;
}

.px-43px {
  padding-left: 43px;
  padding-right: 43px;
}

.py-43px {
  padding-top: 43px;
  padding-bottom: 43px;
}

.p-44px {
  padding: 44px;
}

.pl-44px {
  padding-left: 44px;
}

.pr-44px {
  padding-right: 44px;
}

.pt-44px {
  padding-top: 44px;
}

.pb-44px {
  padding-bottom: 44px;
}

.px-44px {
  padding-left: 44px;
  padding-right: 44px;
}

.py-44px {
  padding-top: 44px;
  padding-bottom: 44px;
}

.p-45px {
  padding: 45px;
}

.pl-45px {
  padding-left: 45px;
}

.pr-45px {
  padding-right: 45px;
}

.pt-45px {
  padding-top: 45px;
}

.pb-45px {
  padding-bottom: 45px;
}

.px-45px {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45px {
  padding-top: 45px;
  padding-bottom: 45px;
}

.p-46px {
  padding: 46px;
}

.pl-46px {
  padding-left: 46px;
}

.pr-46px {
  padding-right: 46px;
}

.pt-46px {
  padding-top: 46px;
}

.pb-46px {
  padding-bottom: 46px;
}

.px-46px {
  padding-left: 46px;
  padding-right: 46px;
}

.py-46px {
  padding-top: 46px;
  padding-bottom: 46px;
}

.p-47px {
  padding: 47px;
}

.pl-47px {
  padding-left: 47px;
}

.pr-47px {
  padding-right: 47px;
}

.pt-47px {
  padding-top: 47px;
}

.pb-47px {
  padding-bottom: 47px;
}

.px-47px {
  padding-left: 47px;
  padding-right: 47px;
}

.py-47px {
  padding-top: 47px;
  padding-bottom: 47px;
}

.p-48px {
  padding: 48px;
}

.pl-48px {
  padding-left: 48px;
}

.pr-48px {
  padding-right: 48px;
}

.pt-48px {
  padding-top: 48px;
}

.pb-48px {
  padding-bottom: 48px;
}

.px-48px {
  padding-left: 48px;
  padding-right: 48px;
}

.py-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-49px {
  padding: 49px;
}

.pl-49px {
  padding-left: 49px;
}

.pr-49px {
  padding-right: 49px;
}

.pt-49px {
  padding-top: 49px;
}

.pb-49px {
  padding-bottom: 49px;
}

.px-49px {
  padding-left: 49px;
  padding-right: 49px;
}

.py-49px {
  padding-top: 49px;
  padding-bottom: 49px;
}

.p-50px {
  padding: 50px;
}

.pl-50px {
  padding-left: 50px;
}

.pr-50px {
  padding-right: 50px;
}

.pt-50px {
  padding-top: 50px;
}

.pb-50px {
  padding-bottom: 50px;
}

.px-50px {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-51px {
  padding: 51px;
}

.pl-51px {
  padding-left: 51px;
}

.pr-51px {
  padding-right: 51px;
}

.pt-51px {
  padding-top: 51px;
}

.pb-51px {
  padding-bottom: 51px;
}

.px-51px {
  padding-left: 51px;
  padding-right: 51px;
}

.py-51px {
  padding-top: 51px;
  padding-bottom: 51px;
}

.p-52px {
  padding: 52px;
}

.pl-52px {
  padding-left: 52px;
}

.pr-52px {
  padding-right: 52px;
}

.pt-52px {
  padding-top: 52px;
}

.pb-52px {
  padding-bottom: 52px;
}

.px-52px {
  padding-left: 52px;
  padding-right: 52px;
}

.py-52px {
  padding-top: 52px;
  padding-bottom: 52px;
}

.p-53px {
  padding: 53px;
}

.pl-53px {
  padding-left: 53px;
}

.pr-53px {
  padding-right: 53px;
}

.pt-53px {
  padding-top: 53px;
}

.pb-53px {
  padding-bottom: 53px;
}

.px-53px {
  padding-left: 53px;
  padding-right: 53px;
}

.py-53px {
  padding-top: 53px;
  padding-bottom: 53px;
}

.p-54px {
  padding: 54px;
}

.pl-54px {
  padding-left: 54px;
}

.pr-54px {
  padding-right: 54px;
}

.pt-54px {
  padding-top: 54px;
}

.pb-54px {
  padding-bottom: 54px;
}

.px-54px {
  padding-left: 54px;
  padding-right: 54px;
}

.py-54px {
  padding-top: 54px;
  padding-bottom: 54px;
}

.p-55px {
  padding: 55px;
}

.pl-55px {
  padding-left: 55px;
}

.pr-55px {
  padding-right: 55px;
}

.pt-55px {
  padding-top: 55px;
}

.pb-55px {
  padding-bottom: 55px;
}

.px-55px {
  padding-left: 55px;
  padding-right: 55px;
}

.py-55px {
  padding-top: 55px;
  padding-bottom: 55px;
}

.p-56px {
  padding: 56px;
}

.pl-56px {
  padding-left: 56px;
}

.pr-56px {
  padding-right: 56px;
}

.pt-56px {
  padding-top: 56px;
}

.pb-56px {
  padding-bottom: 56px;
}

.px-56px {
  padding-left: 56px;
  padding-right: 56px;
}

.py-56px {
  padding-top: 56px;
  padding-bottom: 56px;
}

.p-57px {
  padding: 57px;
}

.pl-57px {
  padding-left: 57px;
}

.pr-57px {
  padding-right: 57px;
}

.pt-57px {
  padding-top: 57px;
}

.pb-57px {
  padding-bottom: 57px;
}

.px-57px {
  padding-left: 57px;
  padding-right: 57px;
}

.py-57px {
  padding-top: 57px;
  padding-bottom: 57px;
}

.p-58px {
  padding: 58px;
}

.pl-58px {
  padding-left: 58px;
}

.pr-58px {
  padding-right: 58px;
}

.pt-58px {
  padding-top: 58px;
}

.pb-58px {
  padding-bottom: 58px;
}

.px-58px {
  padding-left: 58px;
  padding-right: 58px;
}

.py-58px {
  padding-top: 58px;
  padding-bottom: 58px;
}

.p-59px {
  padding: 59px;
}

.pl-59px {
  padding-left: 59px;
}

.pr-59px {
  padding-right: 59px;
}

.pt-59px {
  padding-top: 59px;
}

.pb-59px {
  padding-bottom: 59px;
}

.px-59px {
  padding-left: 59px;
  padding-right: 59px;
}

.py-59px {
  padding-top: 59px;
  padding-bottom: 59px;
}

.p-60px {
  padding: 60px;
}

.pl-60px {
  padding-left: 60px;
}

.pr-60px {
  padding-right: 60px;
}

.pt-60px {
  padding-top: 60px;
}

.pb-60px {
  padding-bottom: 60px;
}

.px-60px {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-61px {
  padding: 61px;
}

.pl-61px {
  padding-left: 61px;
}

.pr-61px {
  padding-right: 61px;
}

.pt-61px {
  padding-top: 61px;
}

.pb-61px {
  padding-bottom: 61px;
}

.px-61px {
  padding-left: 61px;
  padding-right: 61px;
}

.py-61px {
  padding-top: 61px;
  padding-bottom: 61px;
}

.p-62px {
  padding: 62px;
}

.pl-62px {
  padding-left: 62px;
}

.pr-62px {
  padding-right: 62px;
}

.pt-62px {
  padding-top: 62px;
}

.pb-62px {
  padding-bottom: 62px;
}

.px-62px {
  padding-left: 62px;
  padding-right: 62px;
}

.py-62px {
  padding-top: 62px;
  padding-bottom: 62px;
}

.p-63px {
  padding: 63px;
}

.pl-63px {
  padding-left: 63px;
}

.pr-63px {
  padding-right: 63px;
}

.pt-63px {
  padding-top: 63px;
}

.pb-63px {
  padding-bottom: 63px;
}

.px-63px {
  padding-left: 63px;
  padding-right: 63px;
}

.py-63px {
  padding-top: 63px;
  padding-bottom: 63px;
}

.p-64px {
  padding: 64px;
}

.pl-64px {
  padding-left: 64px;
}

.pr-64px {
  padding-right: 64px;
}

.pt-64px {
  padding-top: 64px;
}

.pb-64px {
  padding-bottom: 64px;
}

.px-64px {
  padding-left: 64px;
  padding-right: 64px;
}

.py-64px {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-65px {
  padding: 65px;
}

.pl-65px {
  padding-left: 65px;
}

.pr-65px {
  padding-right: 65px;
}

.pt-65px {
  padding-top: 65px;
}

.pb-65px {
  padding-bottom: 65px;
}

.px-65px {
  padding-left: 65px;
  padding-right: 65px;
}

.py-65px {
  padding-top: 65px;
  padding-bottom: 65px;
}

.p-66px {
  padding: 66px;
}

.pl-66px {
  padding-left: 66px;
}

.pr-66px {
  padding-right: 66px;
}

.pt-66px {
  padding-top: 66px;
}

.pb-66px {
  padding-bottom: 66px;
}

.px-66px {
  padding-left: 66px;
  padding-right: 66px;
}

.py-66px {
  padding-top: 66px;
  padding-bottom: 66px;
}

.p-67px {
  padding: 67px;
}

.pl-67px {
  padding-left: 67px;
}

.pr-67px {
  padding-right: 67px;
}

.pt-67px {
  padding-top: 67px;
}

.pb-67px {
  padding-bottom: 67px;
}

.px-67px {
  padding-left: 67px;
  padding-right: 67px;
}

.py-67px {
  padding-top: 67px;
  padding-bottom: 67px;
}

.p-68px {
  padding: 68px;
}

.pl-68px {
  padding-left: 68px;
}

.pr-68px {
  padding-right: 68px;
}

.pt-68px {
  padding-top: 68px;
}

.pb-68px {
  padding-bottom: 68px;
}

.px-68px {
  padding-left: 68px;
  padding-right: 68px;
}

.py-68px {
  padding-top: 68px;
  padding-bottom: 68px;
}

.p-69px {
  padding: 69px;
}

.pl-69px {
  padding-left: 69px;
}

.pr-69px {
  padding-right: 69px;
}

.pt-69px {
  padding-top: 69px;
}

.pb-69px {
  padding-bottom: 69px;
}

.px-69px {
  padding-left: 69px;
  padding-right: 69px;
}

.py-69px {
  padding-top: 69px;
  padding-bottom: 69px;
}

.p-70px {
  padding: 70px;
}

.pl-70px {
  padding-left: 70px;
}

.pr-70px {
  padding-right: 70px;
}

.pt-70px {
  padding-top: 70px;
}

.pb-70px {
  padding-bottom: 70px;
}

.px-70px {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-71px {
  padding: 71px;
}

.pl-71px {
  padding-left: 71px;
}

.pr-71px {
  padding-right: 71px;
}

.pt-71px {
  padding-top: 71px;
}

.pb-71px {
  padding-bottom: 71px;
}

.px-71px {
  padding-left: 71px;
  padding-right: 71px;
}

.py-71px {
  padding-top: 71px;
  padding-bottom: 71px;
}

.p-72px {
  padding: 72px;
}

.pl-72px {
  padding-left: 72px;
}

.pr-72px {
  padding-right: 72px;
}

.pt-72px {
  padding-top: 72px;
}

.pb-72px {
  padding-bottom: 72px;
}

.px-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.py-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.p-73px {
  padding: 73px;
}

.pl-73px {
  padding-left: 73px;
}

.pr-73px {
  padding-right: 73px;
}

.pt-73px {
  padding-top: 73px;
}

.pb-73px {
  padding-bottom: 73px;
}

.px-73px {
  padding-left: 73px;
  padding-right: 73px;
}

.py-73px {
  padding-top: 73px;
  padding-bottom: 73px;
}

.p-74px {
  padding: 74px;
}

.pl-74px {
  padding-left: 74px;
}

.pr-74px {
  padding-right: 74px;
}

.pt-74px {
  padding-top: 74px;
}

.pb-74px {
  padding-bottom: 74px;
}

.px-74px {
  padding-left: 74px;
  padding-right: 74px;
}

.py-74px {
  padding-top: 74px;
  padding-bottom: 74px;
}

.p-75px {
  padding: 75px;
}

.pl-75px {
  padding-left: 75px;
}

.pr-75px {
  padding-right: 75px;
}

.pt-75px {
  padding-top: 75px;
}

.pb-75px {
  padding-bottom: 75px;
}

.px-75px {
  padding-left: 75px;
  padding-right: 75px;
}

.py-75px {
  padding-top: 75px;
  padding-bottom: 75px;
}

.p-76px {
  padding: 76px;
}

.pl-76px {
  padding-left: 76px;
}

.pr-76px {
  padding-right: 76px;
}

.pt-76px {
  padding-top: 76px;
}

.pb-76px {
  padding-bottom: 76px;
}

.px-76px {
  padding-left: 76px;
  padding-right: 76px;
}

.py-76px {
  padding-top: 76px;
  padding-bottom: 76px;
}

.p-77px {
  padding: 77px;
}

.pl-77px {
  padding-left: 77px;
}

.pr-77px {
  padding-right: 77px;
}

.pt-77px {
  padding-top: 77px;
}

.pb-77px {
  padding-bottom: 77px;
}

.px-77px {
  padding-left: 77px;
  padding-right: 77px;
}

.py-77px {
  padding-top: 77px;
  padding-bottom: 77px;
}

.p-78px {
  padding: 78px;
}

.pl-78px {
  padding-left: 78px;
}

.pr-78px {
  padding-right: 78px;
}

.pt-78px {
  padding-top: 78px;
}

.pb-78px {
  padding-bottom: 78px;
}

.px-78px {
  padding-left: 78px;
  padding-right: 78px;
}

.py-78px {
  padding-top: 78px;
  padding-bottom: 78px;
}

.p-79px {
  padding: 79px;
}

.pl-79px {
  padding-left: 79px;
}

.pr-79px {
  padding-right: 79px;
}

.pt-79px {
  padding-top: 79px;
}

.pb-79px {
  padding-bottom: 79px;
}

.px-79px {
  padding-left: 79px;
  padding-right: 79px;
}

.py-79px {
  padding-top: 79px;
  padding-bottom: 79px;
}

.p-80px {
  padding: 80px;
}

.pl-80px {
  padding-left: 80px;
}

.pr-80px {
  padding-right: 80px;
}

.pt-80px {
  padding-top: 80px;
}

.pb-80px {
  padding-bottom: 80px;
}

.px-80px {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-81px {
  padding: 81px;
}

.pl-81px {
  padding-left: 81px;
}

.pr-81px {
  padding-right: 81px;
}

.pt-81px {
  padding-top: 81px;
}

.pb-81px {
  padding-bottom: 81px;
}

.px-81px {
  padding-left: 81px;
  padding-right: 81px;
}

.py-81px {
  padding-top: 81px;
  padding-bottom: 81px;
}

.p-82px {
  padding: 82px;
}

.pl-82px {
  padding-left: 82px;
}

.pr-82px {
  padding-right: 82px;
}

.pt-82px {
  padding-top: 82px;
}

.pb-82px {
  padding-bottom: 82px;
}

.px-82px {
  padding-left: 82px;
  padding-right: 82px;
}

.py-82px {
  padding-top: 82px;
  padding-bottom: 82px;
}

.p-83px {
  padding: 83px;
}

.pl-83px {
  padding-left: 83px;
}

.pr-83px {
  padding-right: 83px;
}

.pt-83px {
  padding-top: 83px;
}

.pb-83px {
  padding-bottom: 83px;
}

.px-83px {
  padding-left: 83px;
  padding-right: 83px;
}

.py-83px {
  padding-top: 83px;
  padding-bottom: 83px;
}

.p-84px {
  padding: 84px;
}

.pl-84px {
  padding-left: 84px;
}

.pr-84px {
  padding-right: 84px;
}

.pt-84px {
  padding-top: 84px;
}

.pb-84px {
  padding-bottom: 84px;
}

.px-84px {
  padding-left: 84px;
  padding-right: 84px;
}

.py-84px {
  padding-top: 84px;
  padding-bottom: 84px;
}

.p-85px {
  padding: 85px;
}

.pl-85px {
  padding-left: 85px;
}

.pr-85px {
  padding-right: 85px;
}

.pt-85px {
  padding-top: 85px;
}

.pb-85px {
  padding-bottom: 85px;
}

.px-85px {
  padding-left: 85px;
  padding-right: 85px;
}

.py-85px {
  padding-top: 85px;
  padding-bottom: 85px;
}

.p-86px {
  padding: 86px;
}

.pl-86px {
  padding-left: 86px;
}

.pr-86px {
  padding-right: 86px;
}

.pt-86px {
  padding-top: 86px;
}

.pb-86px {
  padding-bottom: 86px;
}

.px-86px {
  padding-left: 86px;
  padding-right: 86px;
}

.py-86px {
  padding-top: 86px;
  padding-bottom: 86px;
}

.p-87px {
  padding: 87px;
}

.pl-87px {
  padding-left: 87px;
}

.pr-87px {
  padding-right: 87px;
}

.pt-87px {
  padding-top: 87px;
}

.pb-87px {
  padding-bottom: 87px;
}

.px-87px {
  padding-left: 87px;
  padding-right: 87px;
}

.py-87px {
  padding-top: 87px;
  padding-bottom: 87px;
}

.p-88px {
  padding: 88px;
}

.pl-88px {
  padding-left: 88px;
}

.pr-88px {
  padding-right: 88px;
}

.pt-88px {
  padding-top: 88px;
}

.pb-88px {
  padding-bottom: 88px;
}

.px-88px {
  padding-left: 88px;
  padding-right: 88px;
}

.py-88px {
  padding-top: 88px;
  padding-bottom: 88px;
}

.p-89px {
  padding: 89px;
}

.pl-89px {
  padding-left: 89px;
}

.pr-89px {
  padding-right: 89px;
}

.pt-89px {
  padding-top: 89px;
}

.pb-89px {
  padding-bottom: 89px;
}

.px-89px {
  padding-left: 89px;
  padding-right: 89px;
}

.py-89px {
  padding-top: 89px;
  padding-bottom: 89px;
}

.p-90px {
  padding: 90px;
}

.pl-90px {
  padding-left: 90px;
}

.pr-90px {
  padding-right: 90px;
}

.pt-90px {
  padding-top: 90px;
}

.pb-90px {
  padding-bottom: 90px;
}

.px-90px {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-91px {
  padding: 91px;
}

.pl-91px {
  padding-left: 91px;
}

.pr-91px {
  padding-right: 91px;
}

.pt-91px {
  padding-top: 91px;
}

.pb-91px {
  padding-bottom: 91px;
}

.px-91px {
  padding-left: 91px;
  padding-right: 91px;
}

.py-91px {
  padding-top: 91px;
  padding-bottom: 91px;
}

.p-92px {
  padding: 92px;
}

.pl-92px {
  padding-left: 92px;
}

.pr-92px {
  padding-right: 92px;
}

.pt-92px {
  padding-top: 92px;
}

.pb-92px {
  padding-bottom: 92px;
}

.px-92px {
  padding-left: 92px;
  padding-right: 92px;
}

.py-92px {
  padding-top: 92px;
  padding-bottom: 92px;
}

.p-93px {
  padding: 93px;
}

.pl-93px {
  padding-left: 93px;
}

.pr-93px {
  padding-right: 93px;
}

.pt-93px {
  padding-top: 93px;
}

.pb-93px {
  padding-bottom: 93px;
}

.px-93px {
  padding-left: 93px;
  padding-right: 93px;
}

.py-93px {
  padding-top: 93px;
  padding-bottom: 93px;
}

.p-94px {
  padding: 94px;
}

.pl-94px {
  padding-left: 94px;
}

.pr-94px {
  padding-right: 94px;
}

.pt-94px {
  padding-top: 94px;
}

.pb-94px {
  padding-bottom: 94px;
}

.px-94px {
  padding-left: 94px;
  padding-right: 94px;
}

.py-94px {
  padding-top: 94px;
  padding-bottom: 94px;
}

.p-95px {
  padding: 95px;
}

.pl-95px {
  padding-left: 95px;
}

.pr-95px {
  padding-right: 95px;
}

.pt-95px {
  padding-top: 95px;
}

.pb-95px {
  padding-bottom: 95px;
}

.px-95px {
  padding-left: 95px;
  padding-right: 95px;
}

.py-95px {
  padding-top: 95px;
  padding-bottom: 95px;
}

.p-96px {
  padding: 96px;
}

.pl-96px {
  padding-left: 96px;
}

.pr-96px {
  padding-right: 96px;
}

.pt-96px {
  padding-top: 96px;
}

.pb-96px {
  padding-bottom: 96px;
}

.px-96px {
  padding-left: 96px;
  padding-right: 96px;
}

.py-96px {
  padding-top: 96px;
  padding-bottom: 96px;
}

.p-97px {
  padding: 97px;
}

.pl-97px {
  padding-left: 97px;
}

.pr-97px {
  padding-right: 97px;
}

.pt-97px {
  padding-top: 97px;
}

.pb-97px {
  padding-bottom: 97px;
}

.px-97px {
  padding-left: 97px;
  padding-right: 97px;
}

.py-97px {
  padding-top: 97px;
  padding-bottom: 97px;
}

.p-98px {
  padding: 98px;
}

.pl-98px {
  padding-left: 98px;
}

.pr-98px {
  padding-right: 98px;
}

.pt-98px {
  padding-top: 98px;
}

.pb-98px {
  padding-bottom: 98px;
}

.px-98px {
  padding-left: 98px;
  padding-right: 98px;
}

.py-98px {
  padding-top: 98px;
  padding-bottom: 98px;
}

.p-99px {
  padding: 99px;
}

.pl-99px {
  padding-left: 99px;
}

.pr-99px {
  padding-right: 99px;
}

.pt-99px {
  padding-top: 99px;
}

.pb-99px {
  padding-bottom: 99px;
}

.px-99px {
  padding-left: 99px;
  padding-right: 99px;
}

.py-99px {
  padding-top: 99px;
  padding-bottom: 99px;
}

.p-100px {
  padding: 100px;
}

.pl-100px {
  padding-left: 100px;
}

.pr-100px {
  padding-right: 100px;
}

.pt-100px {
  padding-top: 100px;
}

.pb-100px {
  padding-bottom: 100px;
}

.px-100px {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-1px {
  margin: 1px;
}

.ml-1px {
  margin-left: 1px;
}

.mr-1px {
  margin-right: 1px;
}

.mt-1px {
  margin-top: 1px;
}

.mb-1px {
  margin-bottom: 1px;
}

.mx-1px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.m-2px {
  margin: 2px;
}

.ml-2px {
  margin-left: 2px;
}

.mr-2px {
  margin-right: 2px;
}

.mt-2px {
  margin-top: 2px;
}

.mb-2px {
  margin-bottom: 2px;
}

.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}

.my-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-3px {
  margin: 3px;
}

.ml-3px {
  margin-left: 3px;
}

.mr-3px {
  margin-right: 3px;
}

.mt-3px {
  margin-top: 3px;
}

.mb-3px {
  margin-bottom: 3px;
}

.mx-3px {
  margin-left: 3px;
  margin-right: 3px;
}

.my-3px {
  margin-top: 3px;
  margin-bottom: 3px;
}

.m-4px {
  margin: 4px;
}

.ml-4px {
  margin-left: 4px;
}

.mr-4px {
  margin-right: 4px;
}

.mt-4px {
  margin-top: 4px;
}

.mb-4px {
  margin-bottom: 4px;
}

.mx-4px {
  margin-left: 4px;
  margin-right: 4px;
}

.my-4px {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-5px {
  margin: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-6px {
  margin: 6px;
}

.ml-6px {
  margin-left: 6px;
}

.mr-6px {
  margin-right: 6px;
}

.mt-6px {
  margin-top: 6px;
}

.mb-6px {
  margin-bottom: 6px;
}

.mx-6px {
  margin-left: 6px;
  margin-right: 6px;
}

.my-6px {
  margin-top: 6px;
  margin-bottom: 6px;
}

.m-7px {
  margin: 7px;
}

.ml-7px {
  margin-left: 7px;
}

.mr-7px {
  margin-right: 7px;
}

.mt-7px {
  margin-top: 7px;
}

.mb-7px {
  margin-bottom: 7px;
}

.mx-7px {
  margin-left: 7px;
  margin-right: 7px;
}

.my-7px {
  margin-top: 7px;
  margin-bottom: 7px;
}

.m-8px {
  margin: 8px;
}

.ml-8px {
  margin-left: 8px;
}

.mr-8px {
  margin-right: 8px;
}

.mt-8px {
  margin-top: 8px;
}

.mb-8px {
  margin-bottom: 8px;
}

.mx-8px {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8px {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-9px {
  margin: 9px;
}

.ml-9px {
  margin-left: 9px;
}

.mr-9px {
  margin-right: 9px;
}

.mt-9px {
  margin-top: 9px;
}

.mb-9px {
  margin-bottom: 9px;
}

.mx-9px {
  margin-left: 9px;
  margin-right: 9px;
}

.my-9px {
  margin-top: 9px;
  margin-bottom: 9px;
}

.m-10px {
  margin: 10px;
}

.ml-10px {
  margin-left: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.mt-10px {
  margin-top: 10px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-11px {
  margin: 11px;
}

.ml-11px {
  margin-left: 11px;
}

.mr-11px {
  margin-right: 11px;
}

.mt-11px {
  margin-top: 11px;
}

.mb-11px {
  margin-bottom: 11px;
}

.mx-11px {
  margin-left: 11px;
  margin-right: 11px;
}

.my-11px {
  margin-top: 11px;
  margin-bottom: 11px;
}

.m-12px {
  margin: 12px;
}

.ml-12px {
  margin-left: 12px;
}

.mr-12px {
  margin-right: 12px;
}

.mt-12px {
  margin-top: 12px;
}

.mb-12px {
  margin-bottom: 12px;
}

.mx-12px {
  margin-left: 12px;
  margin-right: 12px;
}

.my-12px {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-13px {
  margin: 13px;
}

.ml-13px {
  margin-left: 13px;
}

.mr-13px {
  margin-right: 13px;
}

.mt-13px {
  margin-top: 13px;
}

.mb-13px {
  margin-bottom: 13px;
}

.mx-13px {
  margin-left: 13px;
  margin-right: 13px;
}

.my-13px {
  margin-top: 13px;
  margin-bottom: 13px;
}

.m-14px {
  margin: 14px;
}

.ml-14px {
  margin-left: 14px;
}

.mr-14px {
  margin-right: 14px;
}

.mt-14px {
  margin-top: 14px;
}

.mb-14px {
  margin-bottom: 14px;
}

.mx-14px {
  margin-left: 14px;
  margin-right: 14px;
}

.my-14px {
  margin-top: 14px;
  margin-bottom: 14px;
}

.m-15px {
  margin: 15px;
}

.ml-15px {
  margin-left: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.mt-15px {
  margin-top: 15px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-16px {
  margin: 16px;
}

.ml-16px {
  margin-left: 16px;
}

.mr-16px {
  margin-right: 16px;
}

.mt-16px {
  margin-top: 16px;
}

.mb-16px {
  margin-bottom: 16px;
}

.mx-16px {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-17px {
  margin: 17px;
}

.ml-17px {
  margin-left: 17px;
}

.mr-17px {
  margin-right: 17px;
}

.mt-17px {
  margin-top: 17px;
}

.mb-17px {
  margin-bottom: 17px;
}

.mx-17px {
  margin-left: 17px;
  margin-right: 17px;
}

.my-17px {
  margin-top: 17px;
  margin-bottom: 17px;
}

.m-18px {
  margin: 18px;
}

.ml-18px {
  margin-left: 18px;
}

.mr-18px {
  margin-right: 18px;
}

.mt-18px {
  margin-top: 18px;
}

.mb-18px {
  margin-bottom: 18px;
}

.mx-18px {
  margin-left: 18px;
  margin-right: 18px;
}

.my-18px {
  margin-top: 18px;
  margin-bottom: 18px;
}

.m-19px {
  margin: 19px;
}

.ml-19px {
  margin-left: 19px;
}

.mr-19px {
  margin-right: 19px;
}

.mt-19px {
  margin-top: 19px;
}

.mb-19px {
  margin-bottom: 19px;
}

.mx-19px {
  margin-left: 19px;
  margin-right: 19px;
}

.my-19px {
  margin-top: 19px;
  margin-bottom: 19px;
}

.m-20px {
  margin: 20px;
}

.ml-20px {
  margin-left: 20px;
}

.mr-20px {
  margin-right: 20px;
}

.mt-20px {
  margin-top: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-21px {
  margin: 21px;
}

.ml-21px {
  margin-left: 21px;
}

.mr-21px {
  margin-right: 21px;
}

.mt-21px {
  margin-top: 21px;
}

.mb-21px {
  margin-bottom: 21px;
}

.mx-21px {
  margin-left: 21px;
  margin-right: 21px;
}

.my-21px {
  margin-top: 21px;
  margin-bottom: 21px;
}

.m-22px {
  margin: 22px;
}

.ml-22px {
  margin-left: 22px;
}

.mr-22px {
  margin-right: 22px;
}

.mt-22px {
  margin-top: 22px;
}

.mb-22px {
  margin-bottom: 22px;
}

.mx-22px {
  margin-left: 22px;
  margin-right: 22px;
}

.my-22px {
  margin-top: 22px;
  margin-bottom: 22px;
}

.m-23px {
  margin: 23px;
}

.ml-23px {
  margin-left: 23px;
}

.mr-23px {
  margin-right: 23px;
}

.mt-23px {
  margin-top: 23px;
}

.mb-23px {
  margin-bottom: 23px;
}

.mx-23px {
  margin-left: 23px;
  margin-right: 23px;
}

.my-23px {
  margin-top: 23px;
  margin-bottom: 23px;
}

.m-24px {
  margin: 24px;
}

.ml-24px {
  margin-left: 24px;
}

.mr-24px {
  margin-right: 24px;
}

.mt-24px {
  margin-top: 24px;
}

.mb-24px {
  margin-bottom: 24px;
}

.mx-24px {
  margin-left: 24px;
  margin-right: 24px;
}

.my-24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-25px {
  margin: 25px;
}

.ml-25px {
  margin-left: 25px;
}

.mr-25px {
  margin-right: 25px;
}

.mt-25px {
  margin-top: 25px;
}

.mb-25px {
  margin-bottom: 25px;
}

.mx-25px {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-26px {
  margin: 26px;
}

.ml-26px {
  margin-left: 26px;
}

.mr-26px {
  margin-right: 26px;
}

.mt-26px {
  margin-top: 26px;
}

.mb-26px {
  margin-bottom: 26px;
}

.mx-26px {
  margin-left: 26px;
  margin-right: 26px;
}

.my-26px {
  margin-top: 26px;
  margin-bottom: 26px;
}

.m-27px {
  margin: 27px;
}

.ml-27px {
  margin-left: 27px;
}

.mr-27px {
  margin-right: 27px;
}

.mt-27px {
  margin-top: 27px;
}

.mb-27px {
  margin-bottom: 27px;
}

.mx-27px {
  margin-left: 27px;
  margin-right: 27px;
}

.my-27px {
  margin-top: 27px;
  margin-bottom: 27px;
}

.m-28px {
  margin: 28px;
}

.ml-28px {
  margin-left: 28px;
}

.mr-28px {
  margin-right: 28px;
}

.mt-28px {
  margin-top: 28px;
}

.mb-28px {
  margin-bottom: 28px;
}

.mx-28px {
  margin-left: 28px;
  margin-right: 28px;
}

.my-28px {
  margin-top: 28px;
  margin-bottom: 28px;
}

.m-29px {
  margin: 29px;
}

.ml-29px {
  margin-left: 29px;
}

.mr-29px {
  margin-right: 29px;
}

.mt-29px {
  margin-top: 29px;
}

.mb-29px {
  margin-bottom: 29px;
}

.mx-29px {
  margin-left: 29px;
  margin-right: 29px;
}

.my-29px {
  margin-top: 29px;
  margin-bottom: 29px;
}

.m-30px {
  margin: 30px;
}

.ml-30px {
  margin-left: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.mt-30px {
  margin-top: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mx-30px {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-31px {
  margin: 31px;
}

.ml-31px {
  margin-left: 31px;
}

.mr-31px {
  margin-right: 31px;
}

.mt-31px {
  margin-top: 31px;
}

.mb-31px {
  margin-bottom: 31px;
}

.mx-31px {
  margin-left: 31px;
  margin-right: 31px;
}

.my-31px {
  margin-top: 31px;
  margin-bottom: 31px;
}

.m-32px {
  margin: 32px;
}

.ml-32px {
  margin-left: 32px;
}

.mr-32px {
  margin-right: 32px;
}

.mt-32px {
  margin-top: 32px;
}

.mb-32px {
  margin-bottom: 32px;
}

.mx-32px {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-33px {
  margin: 33px;
}

.ml-33px {
  margin-left: 33px;
}

.mr-33px {
  margin-right: 33px;
}

.mt-33px {
  margin-top: 33px;
}

.mb-33px {
  margin-bottom: 33px;
}

.mx-33px {
  margin-left: 33px;
  margin-right: 33px;
}

.my-33px {
  margin-top: 33px;
  margin-bottom: 33px;
}

.m-34px {
  margin: 34px;
}

.ml-34px {
  margin-left: 34px;
}

.mr-34px {
  margin-right: 34px;
}

.mt-34px {
  margin-top: 34px;
}

.mb-34px {
  margin-bottom: 34px;
}

.mx-34px {
  margin-left: 34px;
  margin-right: 34px;
}

.my-34px {
  margin-top: 34px;
  margin-bottom: 34px;
}

.m-35px {
  margin: 35px;
}

.ml-35px {
  margin-left: 35px;
}

.mr-35px {
  margin-right: 35px;
}

.mt-35px {
  margin-top: 35px;
}

.mb-35px {
  margin-bottom: 35px;
}

.mx-35px {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-36px {
  margin: 36px;
}

.ml-36px {
  margin-left: 36px;
}

.mr-36px {
  margin-right: 36px;
}

.mt-36px {
  margin-top: 36px;
}

.mb-36px {
  margin-bottom: 36px;
}

.mx-36px {
  margin-left: 36px;
  margin-right: 36px;
}

.my-36px {
  margin-top: 36px;
  margin-bottom: 36px;
}

.m-37px {
  margin: 37px;
}

.ml-37px {
  margin-left: 37px;
}

.mr-37px {
  margin-right: 37px;
}

.mt-37px {
  margin-top: 37px;
}

.mb-37px {
  margin-bottom: 37px;
}

.mx-37px {
  margin-left: 37px;
  margin-right: 37px;
}

.my-37px {
  margin-top: 37px;
  margin-bottom: 37px;
}

.m-38px {
  margin: 38px;
}

.ml-38px {
  margin-left: 38px;
}

.mr-38px {
  margin-right: 38px;
}

.mt-38px {
  margin-top: 38px;
}

.mb-38px {
  margin-bottom: 38px;
}

.mx-38px {
  margin-left: 38px;
  margin-right: 38px;
}

.my-38px {
  margin-top: 38px;
  margin-bottom: 38px;
}

.m-39px {
  margin: 39px;
}

.ml-39px {
  margin-left: 39px;
}

.mr-39px {
  margin-right: 39px;
}

.mt-39px {
  margin-top: 39px;
}

.mb-39px {
  margin-bottom: 39px;
}

.mx-39px {
  margin-left: 39px;
  margin-right: 39px;
}

.my-39px {
  margin-top: 39px;
  margin-bottom: 39px;
}

.m-40px {
  margin: 40px;
}

.ml-40px {
  margin-left: 40px;
}

.mr-40px {
  margin-right: 40px;
}

.mt-40px {
  margin-top: 40px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mx-40px {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-41px {
  margin: 41px;
}

.ml-41px {
  margin-left: 41px;
}

.mr-41px {
  margin-right: 41px;
}

.mt-41px {
  margin-top: 41px;
}

.mb-41px {
  margin-bottom: 41px;
}

.mx-41px {
  margin-left: 41px;
  margin-right: 41px;
}

.my-41px {
  margin-top: 41px;
  margin-bottom: 41px;
}

.m-42px {
  margin: 42px;
}

.ml-42px {
  margin-left: 42px;
}

.mr-42px {
  margin-right: 42px;
}

.mt-42px {
  margin-top: 42px;
}

.mb-42px {
  margin-bottom: 42px;
}

.mx-42px {
  margin-left: 42px;
  margin-right: 42px;
}

.my-42px {
  margin-top: 42px;
  margin-bottom: 42px;
}

.m-43px {
  margin: 43px;
}

.ml-43px {
  margin-left: 43px;
}

.mr-43px {
  margin-right: 43px;
}

.mt-43px {
  margin-top: 43px;
}

.mb-43px {
  margin-bottom: 43px;
}

.mx-43px {
  margin-left: 43px;
  margin-right: 43px;
}

.my-43px {
  margin-top: 43px;
  margin-bottom: 43px;
}

.m-44px {
  margin: 44px;
}

.ml-44px {
  margin-left: 44px;
}

.mr-44px {
  margin-right: 44px;
}

.mt-44px {
  margin-top: 44px;
}

.mb-44px {
  margin-bottom: 44px;
}

.mx-44px {
  margin-left: 44px;
  margin-right: 44px;
}

.my-44px {
  margin-top: 44px;
  margin-bottom: 44px;
}

.m-45px {
  margin: 45px;
}

.ml-45px {
  margin-left: 45px;
}

.mr-45px {
  margin-right: 45px;
}

.mt-45px {
  margin-top: 45px;
}

.mb-45px {
  margin-bottom: 45px;
}

.mx-45px {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45px {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-46px {
  margin: 46px;
}

.ml-46px {
  margin-left: 46px;
}

.mr-46px {
  margin-right: 46px;
}

.mt-46px {
  margin-top: 46px;
}

.mb-46px {
  margin-bottom: 46px;
}

.mx-46px {
  margin-left: 46px;
  margin-right: 46px;
}

.my-46px {
  margin-top: 46px;
  margin-bottom: 46px;
}

.m-47px {
  margin: 47px;
}

.ml-47px {
  margin-left: 47px;
}

.mr-47px {
  margin-right: 47px;
}

.mt-47px {
  margin-top: 47px;
}

.mb-47px {
  margin-bottom: 47px;
}

.mx-47px {
  margin-left: 47px;
  margin-right: 47px;
}

.my-47px {
  margin-top: 47px;
  margin-bottom: 47px;
}

.m-48px {
  margin: 48px;
}

.ml-48px {
  margin-left: 48px;
}

.mr-48px {
  margin-right: 48px;
}

.mt-48px {
  margin-top: 48px;
}

.mb-48px {
  margin-bottom: 48px;
}

.mx-48px {
  margin-left: 48px;
  margin-right: 48px;
}

.my-48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.m-49px {
  margin: 49px;
}

.ml-49px {
  margin-left: 49px;
}

.mr-49px {
  margin-right: 49px;
}

.mt-49px {
  margin-top: 49px;
}

.mb-49px {
  margin-bottom: 49px;
}

.mx-49px {
  margin-left: 49px;
  margin-right: 49px;
}

.my-49px {
  margin-top: 49px;
  margin-bottom: 49px;
}

.m-50px {
  margin: 50px;
}

.ml-50px {
  margin-left: 50px;
}

.mr-50px {
  margin-right: 50px;
}

.mt-50px {
  margin-top: 50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mx-50px {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-51px {
  margin: 51px;
}

.ml-51px {
  margin-left: 51px;
}

.mr-51px {
  margin-right: 51px;
}

.mt-51px {
  margin-top: 51px;
}

.mb-51px {
  margin-bottom: 51px;
}

.mx-51px {
  margin-left: 51px;
  margin-right: 51px;
}

.my-51px {
  margin-top: 51px;
  margin-bottom: 51px;
}

.m-52px {
  margin: 52px;
}

.ml-52px {
  margin-left: 52px;
}

.mr-52px {
  margin-right: 52px;
}

.mt-52px {
  margin-top: 52px;
}

.mb-52px {
  margin-bottom: 52px;
}

.mx-52px {
  margin-left: 52px;
  margin-right: 52px;
}

.my-52px {
  margin-top: 52px;
  margin-bottom: 52px;
}

.m-53px {
  margin: 53px;
}

.ml-53px {
  margin-left: 53px;
}

.mr-53px {
  margin-right: 53px;
}

.mt-53px {
  margin-top: 53px;
}

.mb-53px {
  margin-bottom: 53px;
}

.mx-53px {
  margin-left: 53px;
  margin-right: 53px;
}

.my-53px {
  margin-top: 53px;
  margin-bottom: 53px;
}

.m-54px {
  margin: 54px;
}

.ml-54px {
  margin-left: 54px;
}

.mr-54px {
  margin-right: 54px;
}

.mt-54px {
  margin-top: 54px;
}

.mb-54px {
  margin-bottom: 54px;
}

.mx-54px {
  margin-left: 54px;
  margin-right: 54px;
}

.my-54px {
  margin-top: 54px;
  margin-bottom: 54px;
}

.m-55px {
  margin: 55px;
}

.ml-55px {
  margin-left: 55px;
}

.mr-55px {
  margin-right: 55px;
}

.mt-55px {
  margin-top: 55px;
}

.mb-55px {
  margin-bottom: 55px;
}

.mx-55px {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55px {
  margin-top: 55px;
  margin-bottom: 55px;
}

.m-56px {
  margin: 56px;
}

.ml-56px {
  margin-left: 56px;
}

.mr-56px {
  margin-right: 56px;
}

.mt-56px {
  margin-top: 56px;
}

.mb-56px {
  margin-bottom: 56px;
}

.mx-56px {
  margin-left: 56px;
  margin-right: 56px;
}

.my-56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.m-57px {
  margin: 57px;
}

.ml-57px {
  margin-left: 57px;
}

.mr-57px {
  margin-right: 57px;
}

.mt-57px {
  margin-top: 57px;
}

.mb-57px {
  margin-bottom: 57px;
}

.mx-57px {
  margin-left: 57px;
  margin-right: 57px;
}

.my-57px {
  margin-top: 57px;
  margin-bottom: 57px;
}

.m-58px {
  margin: 58px;
}

.ml-58px {
  margin-left: 58px;
}

.mr-58px {
  margin-right: 58px;
}

.mt-58px {
  margin-top: 58px;
}

.mb-58px {
  margin-bottom: 58px;
}

.mx-58px {
  margin-left: 58px;
  margin-right: 58px;
}

.my-58px {
  margin-top: 58px;
  margin-bottom: 58px;
}

.m-59px {
  margin: 59px;
}

.ml-59px {
  margin-left: 59px;
}

.mr-59px {
  margin-right: 59px;
}

.mt-59px {
  margin-top: 59px;
}

.mb-59px {
  margin-bottom: 59px;
}

.mx-59px {
  margin-left: 59px;
  margin-right: 59px;
}

.my-59px {
  margin-top: 59px;
  margin-bottom: 59px;
}

.m-60px {
  margin: 60px;
}

.ml-60px {
  margin-left: 60px;
}

.mr-60px {
  margin-right: 60px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mx-60px {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-61px {
  margin: 61px;
}

.ml-61px {
  margin-left: 61px;
}

.mr-61px {
  margin-right: 61px;
}

.mt-61px {
  margin-top: 61px;
}

.mb-61px {
  margin-bottom: 61px;
}

.mx-61px {
  margin-left: 61px;
  margin-right: 61px;
}

.my-61px {
  margin-top: 61px;
  margin-bottom: 61px;
}

.m-62px {
  margin: 62px;
}

.ml-62px {
  margin-left: 62px;
}

.mr-62px {
  margin-right: 62px;
}

.mt-62px {
  margin-top: 62px;
}

.mb-62px {
  margin-bottom: 62px;
}

.mx-62px {
  margin-left: 62px;
  margin-right: 62px;
}

.my-62px {
  margin-top: 62px;
  margin-bottom: 62px;
}

.m-63px {
  margin: 63px;
}

.ml-63px {
  margin-left: 63px;
}

.mr-63px {
  margin-right: 63px;
}

.mt-63px {
  margin-top: 63px;
}

.mb-63px {
  margin-bottom: 63px;
}

.mx-63px {
  margin-left: 63px;
  margin-right: 63px;
}

.my-63px {
  margin-top: 63px;
  margin-bottom: 63px;
}

.m-64px {
  margin: 64px;
}

.ml-64px {
  margin-left: 64px;
}

.mr-64px {
  margin-right: 64px;
}

.mt-64px {
  margin-top: 64px;
}

.mb-64px {
  margin-bottom: 64px;
}

.mx-64px {
  margin-left: 64px;
  margin-right: 64px;
}

.my-64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-65px {
  margin: 65px;
}

.ml-65px {
  margin-left: 65px;
}

.mr-65px {
  margin-right: 65px;
}

.mt-65px {
  margin-top: 65px;
}

.mb-65px {
  margin-bottom: 65px;
}

.mx-65px {
  margin-left: 65px;
  margin-right: 65px;
}

.my-65px {
  margin-top: 65px;
  margin-bottom: 65px;
}

.m-66px {
  margin: 66px;
}

.ml-66px {
  margin-left: 66px;
}

.mr-66px {
  margin-right: 66px;
}

.mt-66px {
  margin-top: 66px;
}

.mb-66px {
  margin-bottom: 66px;
}

.mx-66px {
  margin-left: 66px;
  margin-right: 66px;
}

.my-66px {
  margin-top: 66px;
  margin-bottom: 66px;
}

.m-67px {
  margin: 67px;
}

.ml-67px {
  margin-left: 67px;
}

.mr-67px {
  margin-right: 67px;
}

.mt-67px {
  margin-top: 67px;
}

.mb-67px {
  margin-bottom: 67px;
}

.mx-67px {
  margin-left: 67px;
  margin-right: 67px;
}

.my-67px {
  margin-top: 67px;
  margin-bottom: 67px;
}

.m-68px {
  margin: 68px;
}

.ml-68px {
  margin-left: 68px;
}

.mr-68px {
  margin-right: 68px;
}

.mt-68px {
  margin-top: 68px;
}

.mb-68px {
  margin-bottom: 68px;
}

.mx-68px {
  margin-left: 68px;
  margin-right: 68px;
}

.my-68px {
  margin-top: 68px;
  margin-bottom: 68px;
}

.m-69px {
  margin: 69px;
}

.ml-69px {
  margin-left: 69px;
}

.mr-69px {
  margin-right: 69px;
}

.mt-69px {
  margin-top: 69px;
}

.mb-69px {
  margin-bottom: 69px;
}

.mx-69px {
  margin-left: 69px;
  margin-right: 69px;
}

.my-69px {
  margin-top: 69px;
  margin-bottom: 69px;
}

.m-70px {
  margin: 70px;
}

.ml-70px {
  margin-left: 70px;
}

.mr-70px {
  margin-right: 70px;
}

.mt-70px {
  margin-top: 70px;
}

.mb-70px {
  margin-bottom: 70px;
}

.mx-70px {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-71px {
  margin: 71px;
}

.ml-71px {
  margin-left: 71px;
}

.mr-71px {
  margin-right: 71px;
}

.mt-71px {
  margin-top: 71px;
}

.mb-71px {
  margin-bottom: 71px;
}

.mx-71px {
  margin-left: 71px;
  margin-right: 71px;
}

.my-71px {
  margin-top: 71px;
  margin-bottom: 71px;
}

.m-72px {
  margin: 72px;
}

.ml-72px {
  margin-left: 72px;
}

.mr-72px {
  margin-right: 72px;
}

.mt-72px {
  margin-top: 72px;
}

.mb-72px {
  margin-bottom: 72px;
}

.mx-72px {
  margin-left: 72px;
  margin-right: 72px;
}

.my-72px {
  margin-top: 72px;
  margin-bottom: 72px;
}

.m-73px {
  margin: 73px;
}

.ml-73px {
  margin-left: 73px;
}

.mr-73px {
  margin-right: 73px;
}

.mt-73px {
  margin-top: 73px;
}

.mb-73px {
  margin-bottom: 73px;
}

.mx-73px {
  margin-left: 73px;
  margin-right: 73px;
}

.my-73px {
  margin-top: 73px;
  margin-bottom: 73px;
}

.m-74px {
  margin: 74px;
}

.ml-74px {
  margin-left: 74px;
}

.mr-74px {
  margin-right: 74px;
}

.mt-74px {
  margin-top: 74px;
}

.mb-74px {
  margin-bottom: 74px;
}

.mx-74px {
  margin-left: 74px;
  margin-right: 74px;
}

.my-74px {
  margin-top: 74px;
  margin-bottom: 74px;
}

.m-75px {
  margin: 75px;
}

.ml-75px {
  margin-left: 75px;
}

.mr-75px {
  margin-right: 75px;
}

.mt-75px {
  margin-top: 75px;
}

.mb-75px {
  margin-bottom: 75px;
}

.mx-75px {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75px {
  margin-top: 75px;
  margin-bottom: 75px;
}

.m-76px {
  margin: 76px;
}

.ml-76px {
  margin-left: 76px;
}

.mr-76px {
  margin-right: 76px;
}

.mt-76px {
  margin-top: 76px;
}

.mb-76px {
  margin-bottom: 76px;
}

.mx-76px {
  margin-left: 76px;
  margin-right: 76px;
}

.my-76px {
  margin-top: 76px;
  margin-bottom: 76px;
}

.m-77px {
  margin: 77px;
}

.ml-77px {
  margin-left: 77px;
}

.mr-77px {
  margin-right: 77px;
}

.mt-77px {
  margin-top: 77px;
}

.mb-77px {
  margin-bottom: 77px;
}

.mx-77px {
  margin-left: 77px;
  margin-right: 77px;
}

.my-77px {
  margin-top: 77px;
  margin-bottom: 77px;
}

.m-78px {
  margin: 78px;
}

.ml-78px {
  margin-left: 78px;
}

.mr-78px {
  margin-right: 78px;
}

.mt-78px {
  margin-top: 78px;
}

.mb-78px {
  margin-bottom: 78px;
}

.mx-78px {
  margin-left: 78px;
  margin-right: 78px;
}

.my-78px {
  margin-top: 78px;
  margin-bottom: 78px;
}

.m-79px {
  margin: 79px;
}

.ml-79px {
  margin-left: 79px;
}

.mr-79px {
  margin-right: 79px;
}

.mt-79px {
  margin-top: 79px;
}

.mb-79px {
  margin-bottom: 79px;
}

.mx-79px {
  margin-left: 79px;
  margin-right: 79px;
}

.my-79px {
  margin-top: 79px;
  margin-bottom: 79px;
}

.m-80px {
  margin: 80px;
}

.ml-80px {
  margin-left: 80px;
}

.mr-80px {
  margin-right: 80px;
}

.mt-80px {
  margin-top: 80px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mx-80px {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-81px {
  margin: 81px;
}

.ml-81px {
  margin-left: 81px;
}

.mr-81px {
  margin-right: 81px;
}

.mt-81px {
  margin-top: 81px;
}

.mb-81px {
  margin-bottom: 81px;
}

.mx-81px {
  margin-left: 81px;
  margin-right: 81px;
}

.my-81px {
  margin-top: 81px;
  margin-bottom: 81px;
}

.m-82px {
  margin: 82px;
}

.ml-82px {
  margin-left: 82px;
}

.mr-82px {
  margin-right: 82px;
}

.mt-82px {
  margin-top: 82px;
}

.mb-82px {
  margin-bottom: 82px;
}

.mx-82px {
  margin-left: 82px;
  margin-right: 82px;
}

.my-82px {
  margin-top: 82px;
  margin-bottom: 82px;
}

.m-83px {
  margin: 83px;
}

.ml-83px {
  margin-left: 83px;
}

.mr-83px {
  margin-right: 83px;
}

.mt-83px {
  margin-top: 83px;
}

.mb-83px {
  margin-bottom: 83px;
}

.mx-83px {
  margin-left: 83px;
  margin-right: 83px;
}

.my-83px {
  margin-top: 83px;
  margin-bottom: 83px;
}

.m-84px {
  margin: 84px;
}

.ml-84px {
  margin-left: 84px;
}

.mr-84px {
  margin-right: 84px;
}

.mt-84px {
  margin-top: 84px;
}

.mb-84px {
  margin-bottom: 84px;
}

.mx-84px {
  margin-left: 84px;
  margin-right: 84px;
}

.my-84px {
  margin-top: 84px;
  margin-bottom: 84px;
}

.m-85px {
  margin: 85px;
}

.ml-85px {
  margin-left: 85px;
}

.mr-85px {
  margin-right: 85px;
}

.mt-85px {
  margin-top: 85px;
}

.mb-85px {
  margin-bottom: 85px;
}

.mx-85px {
  margin-left: 85px;
  margin-right: 85px;
}

.my-85px {
  margin-top: 85px;
  margin-bottom: 85px;
}

.m-86px {
  margin: 86px;
}

.ml-86px {
  margin-left: 86px;
}

.mr-86px {
  margin-right: 86px;
}

.mt-86px {
  margin-top: 86px;
}

.mb-86px {
  margin-bottom: 86px;
}

.mx-86px {
  margin-left: 86px;
  margin-right: 86px;
}

.my-86px {
  margin-top: 86px;
  margin-bottom: 86px;
}

.m-87px {
  margin: 87px;
}

.ml-87px {
  margin-left: 87px;
}

.mr-87px {
  margin-right: 87px;
}

.mt-87px {
  margin-top: 87px;
}

.mb-87px {
  margin-bottom: 87px;
}

.mx-87px {
  margin-left: 87px;
  margin-right: 87px;
}

.my-87px {
  margin-top: 87px;
  margin-bottom: 87px;
}

.m-88px {
  margin: 88px;
}

.ml-88px {
  margin-left: 88px;
}

.mr-88px {
  margin-right: 88px;
}

.mt-88px {
  margin-top: 88px;
}

.mb-88px {
  margin-bottom: 88px;
}

.mx-88px {
  margin-left: 88px;
  margin-right: 88px;
}

.my-88px {
  margin-top: 88px;
  margin-bottom: 88px;
}

.m-89px {
  margin: 89px;
}

.ml-89px {
  margin-left: 89px;
}

.mr-89px {
  margin-right: 89px;
}

.mt-89px {
  margin-top: 89px;
}

.mb-89px {
  margin-bottom: 89px;
}

.mx-89px {
  margin-left: 89px;
  margin-right: 89px;
}

.my-89px {
  margin-top: 89px;
  margin-bottom: 89px;
}

.m-90px {
  margin: 90px;
}

.ml-90px {
  margin-left: 90px;
}

.mr-90px {
  margin-right: 90px;
}

.mt-90px {
  margin-top: 90px;
}

.mb-90px {
  margin-bottom: 90px;
}

.mx-90px {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-91px {
  margin: 91px;
}

.ml-91px {
  margin-left: 91px;
}

.mr-91px {
  margin-right: 91px;
}

.mt-91px {
  margin-top: 91px;
}

.mb-91px {
  margin-bottom: 91px;
}

.mx-91px {
  margin-left: 91px;
  margin-right: 91px;
}

.my-91px {
  margin-top: 91px;
  margin-bottom: 91px;
}

.m-92px {
  margin: 92px;
}

.ml-92px {
  margin-left: 92px;
}

.mr-92px {
  margin-right: 92px;
}

.mt-92px {
  margin-top: 92px;
}

.mb-92px {
  margin-bottom: 92px;
}

.mx-92px {
  margin-left: 92px;
  margin-right: 92px;
}

.my-92px {
  margin-top: 92px;
  margin-bottom: 92px;
}

.m-93px {
  margin: 93px;
}

.ml-93px {
  margin-left: 93px;
}

.mr-93px {
  margin-right: 93px;
}

.mt-93px {
  margin-top: 93px;
}

.mb-93px {
  margin-bottom: 93px;
}

.mx-93px {
  margin-left: 93px;
  margin-right: 93px;
}

.my-93px {
  margin-top: 93px;
  margin-bottom: 93px;
}

.m-94px {
  margin: 94px;
}

.ml-94px {
  margin-left: 94px;
}

.mr-94px {
  margin-right: 94px;
}

.mt-94px {
  margin-top: 94px;
}

.mb-94px {
  margin-bottom: 94px;
}

.mx-94px {
  margin-left: 94px;
  margin-right: 94px;
}

.my-94px {
  margin-top: 94px;
  margin-bottom: 94px;
}

.m-95px {
  margin: 95px;
}

.ml-95px {
  margin-left: 95px;
}

.mr-95px {
  margin-right: 95px;
}

.mt-95px {
  margin-top: 95px;
}

.mb-95px {
  margin-bottom: 95px;
}

.mx-95px {
  margin-left: 95px;
  margin-right: 95px;
}

.my-95px {
  margin-top: 95px;
  margin-bottom: 95px;
}

.m-96px {
  margin: 96px;
}

.ml-96px {
  margin-left: 96px;
}

.mr-96px {
  margin-right: 96px;
}

.mt-96px {
  margin-top: 96px;
}

.mb-96px {
  margin-bottom: 96px;
}

.mx-96px {
  margin-left: 96px;
  margin-right: 96px;
}

.my-96px {
  margin-top: 96px;
  margin-bottom: 96px;
}

.m-97px {
  margin: 97px;
}

.ml-97px {
  margin-left: 97px;
}

.mr-97px {
  margin-right: 97px;
}

.mt-97px {
  margin-top: 97px;
}

.mb-97px {
  margin-bottom: 97px;
}

.mx-97px {
  margin-left: 97px;
  margin-right: 97px;
}

.my-97px {
  margin-top: 97px;
  margin-bottom: 97px;
}

.m-98px {
  margin: 98px;
}

.ml-98px {
  margin-left: 98px;
}

.mr-98px {
  margin-right: 98px;
}

.mt-98px {
  margin-top: 98px;
}

.mb-98px {
  margin-bottom: 98px;
}

.mx-98px {
  margin-left: 98px;
  margin-right: 98px;
}

.my-98px {
  margin-top: 98px;
  margin-bottom: 98px;
}

.m-99px {
  margin: 99px;
}

.ml-99px {
  margin-left: 99px;
}

.mr-99px {
  margin-right: 99px;
}

.mt-99px {
  margin-top: 99px;
}

.mb-99px {
  margin-bottom: 99px;
}

.mx-99px {
  margin-left: 99px;
  margin-right: 99px;
}

.my-99px {
  margin-top: 99px;
  margin-bottom: 99px;
}

.m-100px {
  margin: 100px;
}

.ml-100px {
  margin-left: 100px;
}

.mr-100px {
  margin-right: 100px;
}

.mt-100px {
  margin-top: 100px;
}

.mb-100px {
  margin-bottom: 100px;
}

.mx-100px {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.w-1px {
  width: 1px;
}

.w-1rem {
  width: 1rem;
}

.w-1em {
  width: 1em;
}

.w-1 {
  width: 1%;
}

.w-2px {
  width: 2px;
}

.w-2rem {
  width: 2rem;
}

.w-2em {
  width: 2em;
}

.w-2 {
  width: 2%;
}

.w-3px {
  width: 3px;
}

.w-3rem {
  width: 3rem;
}

.w-3em {
  width: 3em;
}

.w-3 {
  width: 3%;
}

.w-4px {
  width: 4px;
}

.w-4rem {
  width: 4rem;
}

.w-4em {
  width: 4em;
}

.w-4 {
  width: 4%;
}

.w-5px {
  width: 5px;
}

.w-5rem {
  width: 5rem;
}

.w-5em {
  width: 5em;
}

.w-5 {
  width: 5%;
}

.w-6px {
  width: 6px;
}

.w-6rem {
  width: 6rem;
}

.w-6em {
  width: 6em;
}

.w-6 {
  width: 6%;
}

.w-7px {
  width: 7px;
}

.w-7rem {
  width: 7rem;
}

.w-7em {
  width: 7em;
}

.w-7 {
  width: 7%;
}

.w-8px {
  width: 8px;
}

.w-8rem {
  width: 8rem;
}

.w-8em {
  width: 8em;
}

.w-8 {
  width: 8%;
}

.w-9px {
  width: 9px;
}

.w-9rem {
  width: 9rem;
}

.w-9em {
  width: 9em;
}

.w-9 {
  width: 9%;
}

.w-10px {
  width: 10px;
}

.w-10rem {
  width: 10rem;
}

.w-10em {
  width: 10em;
}

.w-10 {
  width: 10%;
}

.w-11px {
  width: 11px;
}

.w-11rem {
  width: 11rem;
}

.w-11em {
  width: 11em;
}

.w-11 {
  width: 11%;
}

.w-12px {
  width: 12px;
}

.w-12rem {
  width: 12rem;
}

.w-12em {
  width: 12em;
}

.w-12 {
  width: 12%;
}

.w-13px {
  width: 13px;
}

.w-13rem {
  width: 13rem;
}

.w-13em {
  width: 13em;
}

.w-13 {
  width: 13%;
}

.w-14px {
  width: 14px;
}

.w-14rem {
  width: 14rem;
}

.w-14em {
  width: 14em;
}

.w-14 {
  width: 14%;
}

.w-15px {
  width: 15px;
}

.w-15rem {
  width: 15rem;
}

.w-15em {
  width: 15em;
}

.w-15 {
  width: 15%;
}

.w-16px {
  width: 16px;
}

.w-16rem {
  width: 16rem;
}

.w-16em {
  width: 16em;
}

.w-16 {
  width: 16%;
}

.w-17px {
  width: 17px;
}

.w-17rem {
  width: 17rem;
}

.w-17em {
  width: 17em;
}

.w-17 {
  width: 17%;
}

.w-18px {
  width: 18px;
}

.w-18rem {
  width: 18rem;
}

.w-18em {
  width: 18em;
}

.w-18 {
  width: 18%;
}

.w-19px {
  width: 19px;
}

.w-19rem {
  width: 19rem;
}

.w-19em {
  width: 19em;
}

.w-19 {
  width: 19%;
}

.w-20px {
  width: 20px;
}

.w-20rem {
  width: 20rem;
}

.w-20em {
  width: 20em;
}

.w-20 {
  width: 20%;
}

.w-21px {
  width: 21px;
}

.w-21rem {
  width: 21rem;
}

.w-21em {
  width: 21em;
}

.w-21 {
  width: 21%;
}

.w-22px {
  width: 22px;
}

.w-22rem {
  width: 22rem;
}

.w-22em {
  width: 22em;
}

.w-22 {
  width: 22%;
}

.w-23px {
  width: 23px;
}

.w-23rem {
  width: 23rem;
}

.w-23em {
  width: 23em;
}

.w-23 {
  width: 23%;
}

.w-24px {
  width: 24px;
}

.w-24rem {
  width: 24rem;
}

.w-24em {
  width: 24em;
}

.w-24 {
  width: 24%;
}

.w-25px {
  width: 25px;
}

.w-25rem {
  width: 25rem;
}

.w-25em {
  width: 25em;
}

.w-25 {
  width: 25%;
}

.w-26px {
  width: 26px;
}

.w-26rem {
  width: 26rem;
}

.w-26em {
  width: 26em;
}

.w-26 {
  width: 26%;
}

.w-27px {
  width: 27px;
}

.w-27rem {
  width: 27rem;
}

.w-27em {
  width: 27em;
}

.w-27 {
  width: 27%;
}

.w-28px {
  width: 28px;
}

.w-28rem {
  width: 28rem;
}

.w-28em {
  width: 28em;
}

.w-28 {
  width: 28%;
}

.w-29px {
  width: 29px;
}

.w-29rem {
  width: 29rem;
}

.w-29em {
  width: 29em;
}

.w-29 {
  width: 29%;
}

.w-30px {
  width: 30px;
}

.w-30rem {
  width: 30rem;
}

.w-30em {
  width: 30em;
}

.w-30 {
  width: 30%;
}

.w-31px {
  width: 31px;
}

.w-31rem {
  width: 31rem;
}

.w-31em {
  width: 31em;
}

.w-31 {
  width: 31%;
}

.w-32px {
  width: 32px;
}

.w-32rem {
  width: 32rem;
}

.w-32em {
  width: 32em;
}

.w-32 {
  width: 32%;
}

.w-33px {
  width: 33px;
}

.w-33rem {
  width: 33rem;
}

.w-33em {
  width: 33em;
}

.w-33 {
  width: 33%;
}

.w-34px {
  width: 34px;
}

.w-34rem {
  width: 34rem;
}

.w-34em {
  width: 34em;
}

.w-34 {
  width: 34%;
}

.w-35px {
  width: 35px;
}

.w-35rem {
  width: 35rem;
}

.w-35em {
  width: 35em;
}

.w-35 {
  width: 35%;
}

.w-36px {
  width: 36px;
}

.w-36rem {
  width: 36rem;
}

.w-36em {
  width: 36em;
}

.w-36 {
  width: 36%;
}

.w-37px {
  width: 37px;
}

.w-37rem {
  width: 37rem;
}

.w-37em {
  width: 37em;
}

.w-37 {
  width: 37%;
}

.w-38px {
  width: 38px;
}

.w-38rem {
  width: 38rem;
}

.w-38em {
  width: 38em;
}

.w-38 {
  width: 38%;
}

.w-39px {
  width: 39px;
}

.w-39rem {
  width: 39rem;
}

.w-39em {
  width: 39em;
}

.w-39 {
  width: 39%;
}

.w-40px {
  width: 40px;
}

.w-40rem {
  width: 40rem;
}

.w-40em {
  width: 40em;
}

.w-40 {
  width: 40%;
}

.w-41px {
  width: 41px;
}

.w-41rem {
  width: 41rem;
}

.w-41em {
  width: 41em;
}

.w-41 {
  width: 41%;
}

.w-42px {
  width: 42px;
}

.w-42rem {
  width: 42rem;
}

.w-42em {
  width: 42em;
}

.w-42 {
  width: 42%;
}

.w-43px {
  width: 43px;
}

.w-43rem {
  width: 43rem;
}

.w-43em {
  width: 43em;
}

.w-43 {
  width: 43%;
}

.w-44px {
  width: 44px;
}

.w-44rem {
  width: 44rem;
}

.w-44em {
  width: 44em;
}

.w-44 {
  width: 44%;
}

.w-45px {
  width: 45px;
}

.w-45rem {
  width: 45rem;
}

.w-45em {
  width: 45em;
}

.w-45 {
  width: 45%;
}

.w-46px {
  width: 46px;
}

.w-46rem {
  width: 46rem;
}

.w-46em {
  width: 46em;
}

.w-46 {
  width: 46%;
}

.w-47px {
  width: 47px;
}

.w-47rem {
  width: 47rem;
}

.w-47em {
  width: 47em;
}

.w-47 {
  width: 47%;
}

.w-48px {
  width: 48px;
}

.w-48rem {
  width: 48rem;
}

.w-48em {
  width: 48em;
}

.w-48 {
  width: 48%;
}

.w-49px {
  width: 49px;
}

.w-49rem {
  width: 49rem;
}

.w-49em {
  width: 49em;
}

.w-49 {
  width: 49%;
}

.w-50px {
  width: 50px;
}

.w-50rem {
  width: 50rem;
}

.w-50em {
  width: 50em;
}

.w-50 {
  width: 50%;
}

.w-51px {
  width: 51px;
}

.w-51rem {
  width: 51rem;
}

.w-51em {
  width: 51em;
}

.w-51 {
  width: 51%;
}

.w-52px {
  width: 52px;
}

.w-52rem {
  width: 52rem;
}

.w-52em {
  width: 52em;
}

.w-52 {
  width: 52%;
}

.w-53px {
  width: 53px;
}

.w-53rem {
  width: 53rem;
}

.w-53em {
  width: 53em;
}

.w-53 {
  width: 53%;
}

.w-54px {
  width: 54px;
}

.w-54rem {
  width: 54rem;
}

.w-54em {
  width: 54em;
}

.w-54 {
  width: 54%;
}

.w-55px {
  width: 55px;
}

.w-55rem {
  width: 55rem;
}

.w-55em {
  width: 55em;
}

.w-55 {
  width: 55%;
}

.w-56px {
  width: 56px;
}

.w-56rem {
  width: 56rem;
}

.w-56em {
  width: 56em;
}

.w-56 {
  width: 56%;
}

.w-57px {
  width: 57px;
}

.w-57rem {
  width: 57rem;
}

.w-57em {
  width: 57em;
}

.w-57 {
  width: 57%;
}

.w-58px {
  width: 58px;
}

.w-58rem {
  width: 58rem;
}

.w-58em {
  width: 58em;
}

.w-58 {
  width: 58%;
}

.w-59px {
  width: 59px;
}

.w-59rem {
  width: 59rem;
}

.w-59em {
  width: 59em;
}

.w-59 {
  width: 59%;
}

.w-60px {
  width: 60px;
}

.w-60rem {
  width: 60rem;
}

.w-60em {
  width: 60em;
}

.w-60 {
  width: 60%;
}

.w-61px {
  width: 61px;
}

.w-61rem {
  width: 61rem;
}

.w-61em {
  width: 61em;
}

.w-61 {
  width: 61%;
}

.w-62px {
  width: 62px;
}

.w-62rem {
  width: 62rem;
}

.w-62em {
  width: 62em;
}

.w-62 {
  width: 62%;
}

.w-63px {
  width: 63px;
}

.w-63rem {
  width: 63rem;
}

.w-63em {
  width: 63em;
}

.w-63 {
  width: 63%;
}

.w-64px {
  width: 64px;
}

.w-64rem {
  width: 64rem;
}

.w-64em {
  width: 64em;
}

.w-64 {
  width: 64%;
}

.w-65px {
  width: 65px;
}

.w-65rem {
  width: 65rem;
}

.w-65em {
  width: 65em;
}

.w-65 {
  width: 65%;
}

.w-66px {
  width: 66px;
}

.w-66rem {
  width: 66rem;
}

.w-66em {
  width: 66em;
}

.w-66 {
  width: 66%;
}

.w-67px {
  width: 67px;
}

.w-67rem {
  width: 67rem;
}

.w-67em {
  width: 67em;
}

.w-67 {
  width: 67%;
}

.w-68px {
  width: 68px;
}

.w-68rem {
  width: 68rem;
}

.w-68em {
  width: 68em;
}

.w-68 {
  width: 68%;
}

.w-69px {
  width: 69px;
}

.w-69rem {
  width: 69rem;
}

.w-69em {
  width: 69em;
}

.w-69 {
  width: 69%;
}

.w-70px {
  width: 70px;
}

.w-70rem {
  width: 70rem;
}

.w-70em {
  width: 70em;
}

.w-70 {
  width: 70%;
}

.w-71px {
  width: 71px;
}

.w-71rem {
  width: 71rem;
}

.w-71em {
  width: 71em;
}

.w-71 {
  width: 71%;
}

.w-72px {
  width: 72px;
}

.w-72rem {
  width: 72rem;
}

.w-72em {
  width: 72em;
}

.w-72 {
  width: 72%;
}

.w-73px {
  width: 73px;
}

.w-73rem {
  width: 73rem;
}

.w-73em {
  width: 73em;
}

.w-73 {
  width: 73%;
}

.w-74px {
  width: 74px;
}

.w-74rem {
  width: 74rem;
}

.w-74em {
  width: 74em;
}

.w-74 {
  width: 74%;
}

.w-75px {
  width: 75px;
}

.w-75rem {
  width: 75rem;
}

.w-75em {
  width: 75em;
}

.w-75 {
  width: 75%;
}

.w-76px {
  width: 76px;
}

.w-76rem {
  width: 76rem;
}

.w-76em {
  width: 76em;
}

.w-76 {
  width: 76%;
}

.w-77px {
  width: 77px;
}

.w-77rem {
  width: 77rem;
}

.w-77em {
  width: 77em;
}

.w-77 {
  width: 77%;
}

.w-78px {
  width: 78px;
}

.w-78rem {
  width: 78rem;
}

.w-78em {
  width: 78em;
}

.w-78 {
  width: 78%;
}

.w-79px {
  width: 79px;
}

.w-79rem {
  width: 79rem;
}

.w-79em {
  width: 79em;
}

.w-79 {
  width: 79%;
}

.w-80px {
  width: 80px;
}

.w-80rem {
  width: 80rem;
}

.w-80em {
  width: 80em;
}

.w-80 {
  width: 80%;
}

.w-81px {
  width: 81px;
}

.w-81rem {
  width: 81rem;
}

.w-81em {
  width: 81em;
}

.w-81 {
  width: 81%;
}

.w-82px {
  width: 82px;
}

.w-82rem {
  width: 82rem;
}

.w-82em {
  width: 82em;
}

.w-82 {
  width: 82%;
}

.w-83px {
  width: 83px;
}

.w-83rem {
  width: 83rem;
}

.w-83em {
  width: 83em;
}

.w-83 {
  width: 83%;
}

.w-84px {
  width: 84px;
}

.w-84rem {
  width: 84rem;
}

.w-84em {
  width: 84em;
}

.w-84 {
  width: 84%;
}

.w-85px {
  width: 85px;
}

.w-85rem {
  width: 85rem;
}

.w-85em {
  width: 85em;
}

.w-85 {
  width: 85%;
}

.w-86px {
  width: 86px;
}

.w-86rem {
  width: 86rem;
}

.w-86em {
  width: 86em;
}

.w-86 {
  width: 86%;
}

.w-87px {
  width: 87px;
}

.w-87rem {
  width: 87rem;
}

.w-87em {
  width: 87em;
}

.w-87 {
  width: 87%;
}

.w-88px {
  width: 88px;
}

.w-88rem {
  width: 88rem;
}

.w-88em {
  width: 88em;
}

.w-88 {
  width: 88%;
}

.w-89px {
  width: 89px;
}

.w-89rem {
  width: 89rem;
}

.w-89em {
  width: 89em;
}

.w-89 {
  width: 89%;
}

.w-90px {
  width: 90px;
}

.w-90rem {
  width: 90rem;
}

.w-90em {
  width: 90em;
}

.w-90 {
  width: 90%;
}

.w-91px {
  width: 91px;
}

.w-91rem {
  width: 91rem;
}

.w-91em {
  width: 91em;
}

.w-91 {
  width: 91%;
}

.w-92px {
  width: 92px;
}

.w-92rem {
  width: 92rem;
}

.w-92em {
  width: 92em;
}

.w-92 {
  width: 92%;
}

.w-93px {
  width: 93px;
}

.w-93rem {
  width: 93rem;
}

.w-93em {
  width: 93em;
}

.w-93 {
  width: 93%;
}

.w-94px {
  width: 94px;
}

.w-94rem {
  width: 94rem;
}

.w-94em {
  width: 94em;
}

.w-94 {
  width: 94%;
}

.w-95px {
  width: 95px;
}

.w-95rem {
  width: 95rem;
}

.w-95em {
  width: 95em;
}

.w-95 {
  width: 95%;
}

.w-96px {
  width: 96px;
}

.w-96rem {
  width: 96rem;
}

.w-96em {
  width: 96em;
}

.w-96 {
  width: 96%;
}

.w-97px {
  width: 97px;
}

.w-97rem {
  width: 97rem;
}

.w-97em {
  width: 97em;
}

.w-97 {
  width: 97%;
}

.w-98px {
  width: 98px;
}

.w-98rem {
  width: 98rem;
}

.w-98em {
  width: 98em;
}

.w-98 {
  width: 98%;
}

.w-99px {
  width: 99px;
}

.w-99rem {
  width: 99rem;
}

.w-99em {
  width: 99em;
}

.w-99 {
  width: 99%;
}

.w-100px {
  width: 100px;
}

.w-100rem {
  width: 100rem;
}

.w-100em {
  width: 100em;
}

.w-100 {
  width: 100%;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.none {
  float: none !important;
}

.w-auto {
  width: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.wrap {
  flex-wrap: wrap;
}

.m-0 {
  margin: 0em !important;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.ml-0 {
  margin-left: 0em !important;
}

.mr-0 {
  margin-right: 0em !important;
}

.mx-0 {
  margin-right: 0em !important;
  margin-left: 0em !important;
}

.my-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.mn-t0 {
  margin-top: 0em !important;
}

.p-0 {
  padding: 0em !important;
}

.pt-0 {
  padding-top: 0em !important;
}

.pb-0 {
  padding-bottom: 0em !important;
}

.pl-0 {
  padding-left: 0em !important;
}

.pr-0 {
  padding-right: 0em !important;
}

.px-0 {
  padding-right: 0em !important;
  padding-left: 0em !important;
}

.py-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.m-1 {
  margin: 1em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mx-1 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mn-t1 {
  margin-top: -1em !important;
}

.p-1 {
  padding: 1em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.px-1 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.m-2 {
  margin: 2em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mx-2 {
  margin-right: 2em !important;
  margin-left: 2em !important;
}

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mn-t2 {
  margin-top: -2em !important;
}

.p-2 {
  padding: 2em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.px-2 {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.m-3 {
  margin: 3em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mx-3 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.mn-t3 {
  margin-top: -3em !important;
}

.p-3 {
  padding: 3em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.px-3 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.m-4 {
  margin: 4em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mx-4 {
  margin-right: 4em !important;
  margin-left: 4em !important;
}

.my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.mn-t4 {
  margin-top: -4em !important;
}

.p-4 {
  padding: 4em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.px-4 {
  padding-right: 4em !important;
  padding-left: 4em !important;
}

.py-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.m-5 {
  margin: 5em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mx-5 {
  margin-right: 5em !important;
  margin-left: 5em !important;
}

.my-5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.mn-t5 {
  margin-top: -5em !important;
}

.p-5 {
  padding: 5em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.px-5 {
  padding-right: 5em !important;
  padding-left: 5em !important;
}

.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.m-6 {
  margin: 6em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.ml-6 {
  margin-left: 6em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mx-6 {
  margin-right: 6em !important;
  margin-left: 6em !important;
}

.my-6 {
  margin-top: 6em !important;
  margin-bottom: 6em !important;
}

.mn-t6 {
  margin-top: -6em !important;
}

.p-6 {
  padding: 6em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

.px-6 {
  padding-right: 6em !important;
  padding-left: 6em !important;
}

.py-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.m-7 {
  margin: 7em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.ml-7 {
  margin-left: 7em !important;
}

.mr-7 {
  margin-right: 7em !important;
}

.mx-7 {
  margin-right: 7em !important;
  margin-left: 7em !important;
}

.my-7 {
  margin-top: 7em !important;
  margin-bottom: 7em !important;
}

.mn-t7 {
  margin-top: -7em !important;
}

.p-7 {
  padding: 7em !important;
}

.pt-7 {
  padding-top: 7em !important;
}

.pb-7 {
  padding-bottom: 7em !important;
}

.pl-7 {
  padding-left: 7em !important;
}

.pr-7 {
  padding-right: 7em !important;
}

.px-7 {
  padding-right: 7em !important;
  padding-left: 7em !important;
}

.py-7 {
  padding-top: 7em !important;
  padding-bottom: 7em !important;
}

.m-8 {
  margin: 8em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.ml-8 {
  margin-left: 8em !important;
}

.mr-8 {
  margin-right: 8em !important;
}

.mx-8 {
  margin-right: 8em !important;
  margin-left: 8em !important;
}

.my-8 {
  margin-top: 8em !important;
  margin-bottom: 8em !important;
}

.mn-t8 {
  margin-top: -8em !important;
}

.p-8 {
  padding: 8em !important;
}

.pt-8 {
  padding-top: 8em !important;
}

.pb-8 {
  padding-bottom: 8em !important;
}

.pl-8 {
  padding-left: 8em !important;
}

.pr-8 {
  padding-right: 8em !important;
}

.px-8 {
  padding-right: 8em !important;
  padding-left: 8em !important;
}

.py-8 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.m-9 {
  margin: 9em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mx-9 {
  margin-right: 9em !important;
  margin-left: 9em !important;
}

.my-9 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.mn-t9 {
  margin-top: -9em !important;
}

.p-9 {
  padding: 9em !important;
}

.pt-9 {
  padding-top: 9em !important;
}

.pb-9 {
  padding-bottom: 9em !important;
}

.pl-9 {
  padding-left: 9em !important;
}

.pr-9 {
  padding-right: 9em !important;
}

.px-9 {
  padding-right: 9em !important;
  padding-left: 9em !important;
}

.py-9 {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}

.m-10 {
  margin: 10em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.ml-10 {
  margin-left: 10em !important;
}

.mr-10 {
  margin-right: 10em !important;
}

.mx-10 {
  margin-right: 10em !important;
  margin-left: 10em !important;
}

.my-10 {
  margin-top: 10em !important;
  margin-bottom: 10em !important;
}

.mn-t10 {
  margin-top: -10em !important;
}

.p-10 {
  padding: 10em !important;
}

.pt-10 {
  padding-top: 10em !important;
}

.pb-10 {
  padding-bottom: 10em !important;
}

.pl-10 {
  padding-left: 10em !important;
}

.pr-10 {
  padding-right: 10em !important;
}

.px-10 {
  padding-right: 10em !important;
  padding-left: 10em !important;
}

.py-10 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}

.m-11 {
  margin: 11em !important;
}

.mt-11 {
  margin-top: 11em !important;
}

.mb-11 {
  margin-bottom: 11em !important;
}

.ml-11 {
  margin-left: 11em !important;
}

.mr-11 {
  margin-right: 11em !important;
}

.mx-11 {
  margin-right: 11em !important;
  margin-left: 11em !important;
}

.my-11 {
  margin-top: 11em !important;
  margin-bottom: 11em !important;
}

.mn-t11 {
  margin-top: -11em !important;
}

.p-11 {
  padding: 11em !important;
}

.pt-11 {
  padding-top: 11em !important;
}

.pb-11 {
  padding-bottom: 11em !important;
}

.pl-11 {
  padding-left: 11em !important;
}

.pr-11 {
  padding-right: 11em !important;
}

.px-11 {
  padding-right: 11em !important;
  padding-left: 11em !important;
}

.py-11 {
  padding-top: 11em !important;
  padding-bottom: 11em !important;
}

.m-12 {
  margin: 12em !important;
}

.mt-12 {
  margin-top: 12em !important;
}

.mb-12 {
  margin-bottom: 12em !important;
}

.ml-12 {
  margin-left: 12em !important;
}

.mr-12 {
  margin-right: 12em !important;
}

.mx-12 {
  margin-right: 12em !important;
  margin-left: 12em !important;
}

.my-12 {
  margin-top: 12em !important;
  margin-bottom: 12em !important;
}

.mn-t12 {
  margin-top: -12em !important;
}

.p-12 {
  padding: 12em !important;
}

.pt-12 {
  padding-top: 12em !important;
}

.pb-12 {
  padding-bottom: 12em !important;
}

.pl-12 {
  padding-left: 12em !important;
}

.pr-12 {
  padding-right: 12em !important;
}

.px-12 {
  padding-right: 12em !important;
  padding-left: 12em !important;
}

.py-12 {
  padding-top: 12em !important;
  padding-bottom: 12em !important;
}

.m-13 {
  margin: 13em !important;
}

.mt-13 {
  margin-top: 13em !important;
}

.mb-13 {
  margin-bottom: 13em !important;
}

.ml-13 {
  margin-left: 13em !important;
}

.mr-13 {
  margin-right: 13em !important;
}

.mx-13 {
  margin-right: 13em !important;
  margin-left: 13em !important;
}

.my-13 {
  margin-top: 13em !important;
  margin-bottom: 13em !important;
}

.mn-t13 {
  margin-top: -13em !important;
}

.p-13 {
  padding: 13em !important;
}

.pt-13 {
  padding-top: 13em !important;
}

.pb-13 {
  padding-bottom: 13em !important;
}

.pl-13 {
  padding-left: 13em !important;
}

.pr-13 {
  padding-right: 13em !important;
}

.px-13 {
  padding-right: 13em !important;
  padding-left: 13em !important;
}

.py-13 {
  padding-top: 13em !important;
  padding-bottom: 13em !important;
}

.m-14 {
  margin: 14em !important;
}

.mt-14 {
  margin-top: 14em !important;
}

.mb-14 {
  margin-bottom: 14em !important;
}

.ml-14 {
  margin-left: 14em !important;
}

.mr-14 {
  margin-right: 14em !important;
}

.mx-14 {
  margin-right: 14em !important;
  margin-left: 14em !important;
}

.my-14 {
  margin-top: 14em !important;
  margin-bottom: 14em !important;
}

.mn-t14 {
  margin-top: -14em !important;
}

.p-14 {
  padding: 14em !important;
}

.pt-14 {
  padding-top: 14em !important;
}

.pb-14 {
  padding-bottom: 14em !important;
}

.pl-14 {
  padding-left: 14em !important;
}

.pr-14 {
  padding-right: 14em !important;
}

.px-14 {
  padding-right: 14em !important;
  padding-left: 14em !important;
}

.py-14 {
  padding-top: 14em !important;
  padding-bottom: 14em !important;
}

.m-15 {
  margin: 15em !important;
}

.mt-15 {
  margin-top: 15em !important;
}

.mb-15 {
  margin-bottom: 15em !important;
}

.ml-15 {
  margin-left: 15em !important;
}

.mr-15 {
  margin-right: 15em !important;
}

.mx-15 {
  margin-right: 15em !important;
  margin-left: 15em !important;
}

.my-15 {
  margin-top: 15em !important;
  margin-bottom: 15em !important;
}

.mn-t15 {
  margin-top: -15em !important;
}

.p-15 {
  padding: 15em !important;
}

.pt-15 {
  padding-top: 15em !important;
}

.pb-15 {
  padding-bottom: 15em !important;
}

.pl-15 {
  padding-left: 15em !important;
}

.pr-15 {
  padding-right: 15em !important;
}

.px-15 {
  padding-right: 15em !important;
  padding-left: 15em !important;
}

.py-15 {
  padding-top: 15em !important;
  padding-bottom: 15em !important;
}

.m-16 {
  margin: 16em !important;
}

.mt-16 {
  margin-top: 16em !important;
}

.mb-16 {
  margin-bottom: 16em !important;
}

.ml-16 {
  margin-left: 16em !important;
}

.mr-16 {
  margin-right: 16em !important;
}

.mx-16 {
  margin-right: 16em !important;
  margin-left: 16em !important;
}

.my-16 {
  margin-top: 16em !important;
  margin-bottom: 16em !important;
}

.mn-t16 {
  margin-top: -16em !important;
}

.p-16 {
  padding: 16em !important;
}

.pt-16 {
  padding-top: 16em !important;
}

.pb-16 {
  padding-bottom: 16em !important;
}

.pl-16 {
  padding-left: 16em !important;
}

.pr-16 {
  padding-right: 16em !important;
}

.px-16 {
  padding-right: 16em !important;
  padding-left: 16em !important;
}

.py-16 {
  padding-top: 16em !important;
  padding-bottom: 16em !important;
}

.m-17 {
  margin: 17em !important;
}

.mt-17 {
  margin-top: 17em !important;
}

.mb-17 {
  margin-bottom: 17em !important;
}

.ml-17 {
  margin-left: 17em !important;
}

.mr-17 {
  margin-right: 17em !important;
}

.mx-17 {
  margin-right: 17em !important;
  margin-left: 17em !important;
}

.my-17 {
  margin-top: 17em !important;
  margin-bottom: 17em !important;
}

.mn-t17 {
  margin-top: -17em !important;
}

.p-17 {
  padding: 17em !important;
}

.pt-17 {
  padding-top: 17em !important;
}

.pb-17 {
  padding-bottom: 17em !important;
}

.pl-17 {
  padding-left: 17em !important;
}

.pr-17 {
  padding-right: 17em !important;
}

.px-17 {
  padding-right: 17em !important;
  padding-left: 17em !important;
}

.py-17 {
  padding-top: 17em !important;
  padding-bottom: 17em !important;
}

.m-18 {
  margin: 18em !important;
}

.mt-18 {
  margin-top: 18em !important;
}

.mb-18 {
  margin-bottom: 18em !important;
}

.ml-18 {
  margin-left: 18em !important;
}

.mr-18 {
  margin-right: 18em !important;
}

.mx-18 {
  margin-right: 18em !important;
  margin-left: 18em !important;
}

.my-18 {
  margin-top: 18em !important;
  margin-bottom: 18em !important;
}

.mn-t18 {
  margin-top: -18em !important;
}

.p-18 {
  padding: 18em !important;
}

.pt-18 {
  padding-top: 18em !important;
}

.pb-18 {
  padding-bottom: 18em !important;
}

.pl-18 {
  padding-left: 18em !important;
}

.pr-18 {
  padding-right: 18em !important;
}

.px-18 {
  padding-right: 18em !important;
  padding-left: 18em !important;
}

.py-18 {
  padding-top: 18em !important;
  padding-bottom: 18em !important;
}

.m-19 {
  margin: 19em !important;
}

.mt-19 {
  margin-top: 19em !important;
}

.mb-19 {
  margin-bottom: 19em !important;
}

.ml-19 {
  margin-left: 19em !important;
}

.mr-19 {
  margin-right: 19em !important;
}

.mx-19 {
  margin-right: 19em !important;
  margin-left: 19em !important;
}

.my-19 {
  margin-top: 19em !important;
  margin-bottom: 19em !important;
}

.mn-t19 {
  margin-top: -19em !important;
}

.p-19 {
  padding: 19em !important;
}

.pt-19 {
  padding-top: 19em !important;
}

.pb-19 {
  padding-bottom: 19em !important;
}

.pl-19 {
  padding-left: 19em !important;
}

.pr-19 {
  padding-right: 19em !important;
}

.px-19 {
  padding-right: 19em !important;
  padding-left: 19em !important;
}

.py-19 {
  padding-top: 19em !important;
  padding-bottom: 19em !important;
}

.m-20 {
  margin: 20em !important;
}

.mt-20 {
  margin-top: 20em !important;
}

.mb-20 {
  margin-bottom: 20em !important;
}

.ml-20 {
  margin-left: 20em !important;
}

.mr-20 {
  margin-right: 20em !important;
}

.mx-20 {
  margin-right: 20em !important;
  margin-left: 20em !important;
}

.my-20 {
  margin-top: 20em !important;
  margin-bottom: 20em !important;
}

.mn-t20 {
  margin-top: -20em !important;
}

.p-20 {
  padding: 20em !important;
}

.pt-20 {
  padding-top: 20em !important;
}

.pb-20 {
  padding-bottom: 20em !important;
}

.pl-20 {
  padding-left: 20em !important;
}

.pr-20 {
  padding-right: 20em !important;
}

.px-20 {
  padding-right: 20em !important;
  padding-left: 20em !important;
}

.py-20 {
  padding-top: 20em !important;
  padding-bottom: 20em !important;
}

.m-21 {
  margin: 21em !important;
}

.mt-21 {
  margin-top: 21em !important;
}

.mb-21 {
  margin-bottom: 21em !important;
}

.ml-21 {
  margin-left: 21em !important;
}

.mr-21 {
  margin-right: 21em !important;
}

.mx-21 {
  margin-right: 21em !important;
  margin-left: 21em !important;
}

.my-21 {
  margin-top: 21em !important;
  margin-bottom: 21em !important;
}

.mn-t21 {
  margin-top: -21em !important;
}

.p-21 {
  padding: 21em !important;
}

.pt-21 {
  padding-top: 21em !important;
}

.pb-21 {
  padding-bottom: 21em !important;
}

.pl-21 {
  padding-left: 21em !important;
}

.pr-21 {
  padding-right: 21em !important;
}

.px-21 {
  padding-right: 21em !important;
  padding-left: 21em !important;
}

.py-21 {
  padding-top: 21em !important;
  padding-bottom: 21em !important;
}

.m-22 {
  margin: 22em !important;
}

.mt-22 {
  margin-top: 22em !important;
}

.mb-22 {
  margin-bottom: 22em !important;
}

.ml-22 {
  margin-left: 22em !important;
}

.mr-22 {
  margin-right: 22em !important;
}

.mx-22 {
  margin-right: 22em !important;
  margin-left: 22em !important;
}

.my-22 {
  margin-top: 22em !important;
  margin-bottom: 22em !important;
}

.mn-t22 {
  margin-top: -22em !important;
}

.p-22 {
  padding: 22em !important;
}

.pt-22 {
  padding-top: 22em !important;
}

.pb-22 {
  padding-bottom: 22em !important;
}

.pl-22 {
  padding-left: 22em !important;
}

.pr-22 {
  padding-right: 22em !important;
}

.px-22 {
  padding-right: 22em !important;
  padding-left: 22em !important;
}

.py-22 {
  padding-top: 22em !important;
  padding-bottom: 22em !important;
}

.m-23 {
  margin: 23em !important;
}

.mt-23 {
  margin-top: 23em !important;
}

.mb-23 {
  margin-bottom: 23em !important;
}

.ml-23 {
  margin-left: 23em !important;
}

.mr-23 {
  margin-right: 23em !important;
}

.mx-23 {
  margin-right: 23em !important;
  margin-left: 23em !important;
}

.my-23 {
  margin-top: 23em !important;
  margin-bottom: 23em !important;
}

.mn-t23 {
  margin-top: -23em !important;
}

.p-23 {
  padding: 23em !important;
}

.pt-23 {
  padding-top: 23em !important;
}

.pb-23 {
  padding-bottom: 23em !important;
}

.pl-23 {
  padding-left: 23em !important;
}

.pr-23 {
  padding-right: 23em !important;
}

.px-23 {
  padding-right: 23em !important;
  padding-left: 23em !important;
}

.py-23 {
  padding-top: 23em !important;
  padding-bottom: 23em !important;
}

.m-24 {
  margin: 24em !important;
}

.mt-24 {
  margin-top: 24em !important;
}

.mb-24 {
  margin-bottom: 24em !important;
}

.ml-24 {
  margin-left: 24em !important;
}

.mr-24 {
  margin-right: 24em !important;
}

.mx-24 {
  margin-right: 24em !important;
  margin-left: 24em !important;
}

.my-24 {
  margin-top: 24em !important;
  margin-bottom: 24em !important;
}

.mn-t24 {
  margin-top: -24em !important;
}

.p-24 {
  padding: 24em !important;
}

.pt-24 {
  padding-top: 24em !important;
}

.pb-24 {
  padding-bottom: 24em !important;
}

.pl-24 {
  padding-left: 24em !important;
}

.pr-24 {
  padding-right: 24em !important;
}

.px-24 {
  padding-right: 24em !important;
  padding-left: 24em !important;
}

.py-24 {
  padding-top: 24em !important;
  padding-bottom: 24em !important;
}

.m-25 {
  margin: 25em !important;
}

.mt-25 {
  margin-top: 25em !important;
}

.mb-25 {
  margin-bottom: 25em !important;
}

.ml-25 {
  margin-left: 25em !important;
}

.mr-25 {
  margin-right: 25em !important;
}

.mx-25 {
  margin-right: 25em !important;
  margin-left: 25em !important;
}

.my-25 {
  margin-top: 25em !important;
  margin-bottom: 25em !important;
}

.mn-t25 {
  margin-top: -25em !important;
}

.p-25 {
  padding: 25em !important;
}

.pt-25 {
  padding-top: 25em !important;
}

.pb-25 {
  padding-bottom: 25em !important;
}

.pl-25 {
  padding-left: 25em !important;
}

.pr-25 {
  padding-right: 25em !important;
}

.px-25 {
  padding-right: 25em !important;
  padding-left: 25em !important;
}

.py-25 {
  padding-top: 25em !important;
  padding-bottom: 25em !important;
}

.m-26 {
  margin: 26em !important;
}

.mt-26 {
  margin-top: 26em !important;
}

.mb-26 {
  margin-bottom: 26em !important;
}

.ml-26 {
  margin-left: 26em !important;
}

.mr-26 {
  margin-right: 26em !important;
}

.mx-26 {
  margin-right: 26em !important;
  margin-left: 26em !important;
}

.my-26 {
  margin-top: 26em !important;
  margin-bottom: 26em !important;
}

.mn-t26 {
  margin-top: -26em !important;
}

.p-26 {
  padding: 26em !important;
}

.pt-26 {
  padding-top: 26em !important;
}

.pb-26 {
  padding-bottom: 26em !important;
}

.pl-26 {
  padding-left: 26em !important;
}

.pr-26 {
  padding-right: 26em !important;
}

.px-26 {
  padding-right: 26em !important;
  padding-left: 26em !important;
}

.py-26 {
  padding-top: 26em !important;
  padding-bottom: 26em !important;
}

.m-27 {
  margin: 27em !important;
}

.mt-27 {
  margin-top: 27em !important;
}

.mb-27 {
  margin-bottom: 27em !important;
}

.ml-27 {
  margin-left: 27em !important;
}

.mr-27 {
  margin-right: 27em !important;
}

.mx-27 {
  margin-right: 27em !important;
  margin-left: 27em !important;
}

.my-27 {
  margin-top: 27em !important;
  margin-bottom: 27em !important;
}

.mn-t27 {
  margin-top: -27em !important;
}

.p-27 {
  padding: 27em !important;
}

.pt-27 {
  padding-top: 27em !important;
}

.pb-27 {
  padding-bottom: 27em !important;
}

.pl-27 {
  padding-left: 27em !important;
}

.pr-27 {
  padding-right: 27em !important;
}

.px-27 {
  padding-right: 27em !important;
  padding-left: 27em !important;
}

.py-27 {
  padding-top: 27em !important;
  padding-bottom: 27em !important;
}

.m-28 {
  margin: 28em !important;
}

.mt-28 {
  margin-top: 28em !important;
}

.mb-28 {
  margin-bottom: 28em !important;
}

.ml-28 {
  margin-left: 28em !important;
}

.mr-28 {
  margin-right: 28em !important;
}

.mx-28 {
  margin-right: 28em !important;
  margin-left: 28em !important;
}

.my-28 {
  margin-top: 28em !important;
  margin-bottom: 28em !important;
}

.mn-t28 {
  margin-top: -28em !important;
}

.p-28 {
  padding: 28em !important;
}

.pt-28 {
  padding-top: 28em !important;
}

.pb-28 {
  padding-bottom: 28em !important;
}

.pl-28 {
  padding-left: 28em !important;
}

.pr-28 {
  padding-right: 28em !important;
}

.px-28 {
  padding-right: 28em !important;
  padding-left: 28em !important;
}

.py-28 {
  padding-top: 28em !important;
  padding-bottom: 28em !important;
}

.m-29 {
  margin: 29em !important;
}

.mt-29 {
  margin-top: 29em !important;
}

.mb-29 {
  margin-bottom: 29em !important;
}

.ml-29 {
  margin-left: 29em !important;
}

.mr-29 {
  margin-right: 29em !important;
}

.mx-29 {
  margin-right: 29em !important;
  margin-left: 29em !important;
}

.my-29 {
  margin-top: 29em !important;
  margin-bottom: 29em !important;
}

.mn-t29 {
  margin-top: -29em !important;
}

.p-29 {
  padding: 29em !important;
}

.pt-29 {
  padding-top: 29em !important;
}

.pb-29 {
  padding-bottom: 29em !important;
}

.pl-29 {
  padding-left: 29em !important;
}

.pr-29 {
  padding-right: 29em !important;
}

.px-29 {
  padding-right: 29em !important;
  padding-left: 29em !important;
}

.py-29 {
  padding-top: 29em !important;
  padding-bottom: 29em !important;
}

.m-30 {
  margin: 30em !important;
}

.mt-30 {
  margin-top: 30em !important;
}

.mb-30 {
  margin-bottom: 30em !important;
}

.ml-30 {
  margin-left: 30em !important;
}

.mr-30 {
  margin-right: 30em !important;
}

.mx-30 {
  margin-right: 30em !important;
  margin-left: 30em !important;
}

.my-30 {
  margin-top: 30em !important;
  margin-bottom: 30em !important;
}

.mn-t30 {
  margin-top: -30em !important;
}

.p-30 {
  padding: 30em !important;
}

.pt-30 {
  padding-top: 30em !important;
}

.pb-30 {
  padding-bottom: 30em !important;
}

.pl-30 {
  padding-left: 30em !important;
}

.pr-30 {
  padding-right: 30em !important;
}

.px-30 {
  padding-right: 30em !important;
  padding-left: 30em !important;
}

.py-30 {
  padding-top: 30em !important;
  padding-bottom: 30em !important;
}

.m-31 {
  margin: 31em !important;
}

.mt-31 {
  margin-top: 31em !important;
}

.mb-31 {
  margin-bottom: 31em !important;
}

.ml-31 {
  margin-left: 31em !important;
}

.mr-31 {
  margin-right: 31em !important;
}

.mx-31 {
  margin-right: 31em !important;
  margin-left: 31em !important;
}

.my-31 {
  margin-top: 31em !important;
  margin-bottom: 31em !important;
}

.mn-t31 {
  margin-top: -31em !important;
}

.p-31 {
  padding: 31em !important;
}

.pt-31 {
  padding-top: 31em !important;
}

.pb-31 {
  padding-bottom: 31em !important;
}

.pl-31 {
  padding-left: 31em !important;
}

.pr-31 {
  padding-right: 31em !important;
}

.px-31 {
  padding-right: 31em !important;
  padding-left: 31em !important;
}

.py-31 {
  padding-top: 31em !important;
  padding-bottom: 31em !important;
}

.m-32 {
  margin: 32em !important;
}

.mt-32 {
  margin-top: 32em !important;
}

.mb-32 {
  margin-bottom: 32em !important;
}

.ml-32 {
  margin-left: 32em !important;
}

.mr-32 {
  margin-right: 32em !important;
}

.mx-32 {
  margin-right: 32em !important;
  margin-left: 32em !important;
}

.my-32 {
  margin-top: 32em !important;
  margin-bottom: 32em !important;
}

.mn-t32 {
  margin-top: -32em !important;
}

.p-32 {
  padding: 32em !important;
}

.pt-32 {
  padding-top: 32em !important;
}

.pb-32 {
  padding-bottom: 32em !important;
}

.pl-32 {
  padding-left: 32em !important;
}

.pr-32 {
  padding-right: 32em !important;
}

.px-32 {
  padding-right: 32em !important;
  padding-left: 32em !important;
}

.py-32 {
  padding-top: 32em !important;
  padding-bottom: 32em !important;
}

.m-33 {
  margin: 33em !important;
}

.mt-33 {
  margin-top: 33em !important;
}

.mb-33 {
  margin-bottom: 33em !important;
}

.ml-33 {
  margin-left: 33em !important;
}

.mr-33 {
  margin-right: 33em !important;
}

.mx-33 {
  margin-right: 33em !important;
  margin-left: 33em !important;
}

.my-33 {
  margin-top: 33em !important;
  margin-bottom: 33em !important;
}

.mn-t33 {
  margin-top: -33em !important;
}

.p-33 {
  padding: 33em !important;
}

.pt-33 {
  padding-top: 33em !important;
}

.pb-33 {
  padding-bottom: 33em !important;
}

.pl-33 {
  padding-left: 33em !important;
}

.pr-33 {
  padding-right: 33em !important;
}

.px-33 {
  padding-right: 33em !important;
  padding-left: 33em !important;
}

.py-33 {
  padding-top: 33em !important;
  padding-bottom: 33em !important;
}

.m-34 {
  margin: 34em !important;
}

.mt-34 {
  margin-top: 34em !important;
}

.mb-34 {
  margin-bottom: 34em !important;
}

.ml-34 {
  margin-left: 34em !important;
}

.mr-34 {
  margin-right: 34em !important;
}

.mx-34 {
  margin-right: 34em !important;
  margin-left: 34em !important;
}

.my-34 {
  margin-top: 34em !important;
  margin-bottom: 34em !important;
}

.mn-t34 {
  margin-top: -34em !important;
}

.p-34 {
  padding: 34em !important;
}

.pt-34 {
  padding-top: 34em !important;
}

.pb-34 {
  padding-bottom: 34em !important;
}

.pl-34 {
  padding-left: 34em !important;
}

.pr-34 {
  padding-right: 34em !important;
}

.px-34 {
  padding-right: 34em !important;
  padding-left: 34em !important;
}

.py-34 {
  padding-top: 34em !important;
  padding-bottom: 34em !important;
}

.m-35 {
  margin: 35em !important;
}

.mt-35 {
  margin-top: 35em !important;
}

.mb-35 {
  margin-bottom: 35em !important;
}

.ml-35 {
  margin-left: 35em !important;
}

.mr-35 {
  margin-right: 35em !important;
}

.mx-35 {
  margin-right: 35em !important;
  margin-left: 35em !important;
}

.my-35 {
  margin-top: 35em !important;
  margin-bottom: 35em !important;
}

.mn-t35 {
  margin-top: -35em !important;
}

.p-35 {
  padding: 35em !important;
}

.pt-35 {
  padding-top: 35em !important;
}

.pb-35 {
  padding-bottom: 35em !important;
}

.pl-35 {
  padding-left: 35em !important;
}

.pr-35 {
  padding-right: 35em !important;
}

.px-35 {
  padding-right: 35em !important;
  padding-left: 35em !important;
}

.py-35 {
  padding-top: 35em !important;
  padding-bottom: 35em !important;
}

.m-36 {
  margin: 36em !important;
}

.mt-36 {
  margin-top: 36em !important;
}

.mb-36 {
  margin-bottom: 36em !important;
}

.ml-36 {
  margin-left: 36em !important;
}

.mr-36 {
  margin-right: 36em !important;
}

.mx-36 {
  margin-right: 36em !important;
  margin-left: 36em !important;
}

.my-36 {
  margin-top: 36em !important;
  margin-bottom: 36em !important;
}

.mn-t36 {
  margin-top: -36em !important;
}

.p-36 {
  padding: 36em !important;
}

.pt-36 {
  padding-top: 36em !important;
}

.pb-36 {
  padding-bottom: 36em !important;
}

.pl-36 {
  padding-left: 36em !important;
}

.pr-36 {
  padding-right: 36em !important;
}

.px-36 {
  padding-right: 36em !important;
  padding-left: 36em !important;
}

.py-36 {
  padding-top: 36em !important;
  padding-bottom: 36em !important;
}

.m-37 {
  margin: 37em !important;
}

.mt-37 {
  margin-top: 37em !important;
}

.mb-37 {
  margin-bottom: 37em !important;
}

.ml-37 {
  margin-left: 37em !important;
}

.mr-37 {
  margin-right: 37em !important;
}

.mx-37 {
  margin-right: 37em !important;
  margin-left: 37em !important;
}

.my-37 {
  margin-top: 37em !important;
  margin-bottom: 37em !important;
}

.mn-t37 {
  margin-top: -37em !important;
}

.p-37 {
  padding: 37em !important;
}

.pt-37 {
  padding-top: 37em !important;
}

.pb-37 {
  padding-bottom: 37em !important;
}

.pl-37 {
  padding-left: 37em !important;
}

.pr-37 {
  padding-right: 37em !important;
}

.px-37 {
  padding-right: 37em !important;
  padding-left: 37em !important;
}

.py-37 {
  padding-top: 37em !important;
  padding-bottom: 37em !important;
}

.m-38 {
  margin: 38em !important;
}

.mt-38 {
  margin-top: 38em !important;
}

.mb-38 {
  margin-bottom: 38em !important;
}

.ml-38 {
  margin-left: 38em !important;
}

.mr-38 {
  margin-right: 38em !important;
}

.mx-38 {
  margin-right: 38em !important;
  margin-left: 38em !important;
}

.my-38 {
  margin-top: 38em !important;
  margin-bottom: 38em !important;
}

.mn-t38 {
  margin-top: -38em !important;
}

.p-38 {
  padding: 38em !important;
}

.pt-38 {
  padding-top: 38em !important;
}

.pb-38 {
  padding-bottom: 38em !important;
}

.pl-38 {
  padding-left: 38em !important;
}

.pr-38 {
  padding-right: 38em !important;
}

.px-38 {
  padding-right: 38em !important;
  padding-left: 38em !important;
}

.py-38 {
  padding-top: 38em !important;
  padding-bottom: 38em !important;
}

.m-39 {
  margin: 39em !important;
}

.mt-39 {
  margin-top: 39em !important;
}

.mb-39 {
  margin-bottom: 39em !important;
}

.ml-39 {
  margin-left: 39em !important;
}

.mr-39 {
  margin-right: 39em !important;
}

.mx-39 {
  margin-right: 39em !important;
  margin-left: 39em !important;
}

.my-39 {
  margin-top: 39em !important;
  margin-bottom: 39em !important;
}

.mn-t39 {
  margin-top: -39em !important;
}

.p-39 {
  padding: 39em !important;
}

.pt-39 {
  padding-top: 39em !important;
}

.pb-39 {
  padding-bottom: 39em !important;
}

.pl-39 {
  padding-left: 39em !important;
}

.pr-39 {
  padding-right: 39em !important;
}

.px-39 {
  padding-right: 39em !important;
  padding-left: 39em !important;
}

.py-39 {
  padding-top: 39em !important;
  padding-bottom: 39em !important;
}

.m-40 {
  margin: 40em !important;
}

.mt-40 {
  margin-top: 40em !important;
}

.mb-40 {
  margin-bottom: 40em !important;
}

.ml-40 {
  margin-left: 40em !important;
}

.mr-40 {
  margin-right: 40em !important;
}

.mx-40 {
  margin-right: 40em !important;
  margin-left: 40em !important;
}

.my-40 {
  margin-top: 40em !important;
  margin-bottom: 40em !important;
}

.mn-t40 {
  margin-top: -40em !important;
}

.p-40 {
  padding: 40em !important;
}

.pt-40 {
  padding-top: 40em !important;
}

.pb-40 {
  padding-bottom: 40em !important;
}

.pl-40 {
  padding-left: 40em !important;
}

.pr-40 {
  padding-right: 40em !important;
}

.px-40 {
  padding-right: 40em !important;
  padding-left: 40em !important;
}

.py-40 {
  padding-top: 40em !important;
  padding-bottom: 40em !important;
}

.m-41 {
  margin: 41em !important;
}

.mt-41 {
  margin-top: 41em !important;
}

.mb-41 {
  margin-bottom: 41em !important;
}

.ml-41 {
  margin-left: 41em !important;
}

.mr-41 {
  margin-right: 41em !important;
}

.mx-41 {
  margin-right: 41em !important;
  margin-left: 41em !important;
}

.my-41 {
  margin-top: 41em !important;
  margin-bottom: 41em !important;
}

.mn-t41 {
  margin-top: -41em !important;
}

.p-41 {
  padding: 41em !important;
}

.pt-41 {
  padding-top: 41em !important;
}

.pb-41 {
  padding-bottom: 41em !important;
}

.pl-41 {
  padding-left: 41em !important;
}

.pr-41 {
  padding-right: 41em !important;
}

.px-41 {
  padding-right: 41em !important;
  padding-left: 41em !important;
}

.py-41 {
  padding-top: 41em !important;
  padding-bottom: 41em !important;
}

.m-42 {
  margin: 42em !important;
}

.mt-42 {
  margin-top: 42em !important;
}

.mb-42 {
  margin-bottom: 42em !important;
}

.ml-42 {
  margin-left: 42em !important;
}

.mr-42 {
  margin-right: 42em !important;
}

.mx-42 {
  margin-right: 42em !important;
  margin-left: 42em !important;
}

.my-42 {
  margin-top: 42em !important;
  margin-bottom: 42em !important;
}

.mn-t42 {
  margin-top: -42em !important;
}

.p-42 {
  padding: 42em !important;
}

.pt-42 {
  padding-top: 42em !important;
}

.pb-42 {
  padding-bottom: 42em !important;
}

.pl-42 {
  padding-left: 42em !important;
}

.pr-42 {
  padding-right: 42em !important;
}

.px-42 {
  padding-right: 42em !important;
  padding-left: 42em !important;
}

.py-42 {
  padding-top: 42em !important;
  padding-bottom: 42em !important;
}

.m-43 {
  margin: 43em !important;
}

.mt-43 {
  margin-top: 43em !important;
}

.mb-43 {
  margin-bottom: 43em !important;
}

.ml-43 {
  margin-left: 43em !important;
}

.mr-43 {
  margin-right: 43em !important;
}

.mx-43 {
  margin-right: 43em !important;
  margin-left: 43em !important;
}

.my-43 {
  margin-top: 43em !important;
  margin-bottom: 43em !important;
}

.mn-t43 {
  margin-top: -43em !important;
}

.p-43 {
  padding: 43em !important;
}

.pt-43 {
  padding-top: 43em !important;
}

.pb-43 {
  padding-bottom: 43em !important;
}

.pl-43 {
  padding-left: 43em !important;
}

.pr-43 {
  padding-right: 43em !important;
}

.px-43 {
  padding-right: 43em !important;
  padding-left: 43em !important;
}

.py-43 {
  padding-top: 43em !important;
  padding-bottom: 43em !important;
}

.m-44 {
  margin: 44em !important;
}

.mt-44 {
  margin-top: 44em !important;
}

.mb-44 {
  margin-bottom: 44em !important;
}

.ml-44 {
  margin-left: 44em !important;
}

.mr-44 {
  margin-right: 44em !important;
}

.mx-44 {
  margin-right: 44em !important;
  margin-left: 44em !important;
}

.my-44 {
  margin-top: 44em !important;
  margin-bottom: 44em !important;
}

.mn-t44 {
  margin-top: -44em !important;
}

.p-44 {
  padding: 44em !important;
}

.pt-44 {
  padding-top: 44em !important;
}

.pb-44 {
  padding-bottom: 44em !important;
}

.pl-44 {
  padding-left: 44em !important;
}

.pr-44 {
  padding-right: 44em !important;
}

.px-44 {
  padding-right: 44em !important;
  padding-left: 44em !important;
}

.py-44 {
  padding-top: 44em !important;
  padding-bottom: 44em !important;
}

.m-45 {
  margin: 45em !important;
}

.mt-45 {
  margin-top: 45em !important;
}

.mb-45 {
  margin-bottom: 45em !important;
}

.ml-45 {
  margin-left: 45em !important;
}

.mr-45 {
  margin-right: 45em !important;
}

.mx-45 {
  margin-right: 45em !important;
  margin-left: 45em !important;
}

.my-45 {
  margin-top: 45em !important;
  margin-bottom: 45em !important;
}

.mn-t45 {
  margin-top: -45em !important;
}

.p-45 {
  padding: 45em !important;
}

.pt-45 {
  padding-top: 45em !important;
}

.pb-45 {
  padding-bottom: 45em !important;
}

.pl-45 {
  padding-left: 45em !important;
}

.pr-45 {
  padding-right: 45em !important;
}

.px-45 {
  padding-right: 45em !important;
  padding-left: 45em !important;
}

.py-45 {
  padding-top: 45em !important;
  padding-bottom: 45em !important;
}

.m-46 {
  margin: 46em !important;
}

.mt-46 {
  margin-top: 46em !important;
}

.mb-46 {
  margin-bottom: 46em !important;
}

.ml-46 {
  margin-left: 46em !important;
}

.mr-46 {
  margin-right: 46em !important;
}

.mx-46 {
  margin-right: 46em !important;
  margin-left: 46em !important;
}

.my-46 {
  margin-top: 46em !important;
  margin-bottom: 46em !important;
}

.mn-t46 {
  margin-top: -46em !important;
}

.p-46 {
  padding: 46em !important;
}

.pt-46 {
  padding-top: 46em !important;
}

.pb-46 {
  padding-bottom: 46em !important;
}

.pl-46 {
  padding-left: 46em !important;
}

.pr-46 {
  padding-right: 46em !important;
}

.px-46 {
  padding-right: 46em !important;
  padding-left: 46em !important;
}

.py-46 {
  padding-top: 46em !important;
  padding-bottom: 46em !important;
}

.m-47 {
  margin: 47em !important;
}

.mt-47 {
  margin-top: 47em !important;
}

.mb-47 {
  margin-bottom: 47em !important;
}

.ml-47 {
  margin-left: 47em !important;
}

.mr-47 {
  margin-right: 47em !important;
}

.mx-47 {
  margin-right: 47em !important;
  margin-left: 47em !important;
}

.my-47 {
  margin-top: 47em !important;
  margin-bottom: 47em !important;
}

.mn-t47 {
  margin-top: -47em !important;
}

.p-47 {
  padding: 47em !important;
}

.pt-47 {
  padding-top: 47em !important;
}

.pb-47 {
  padding-bottom: 47em !important;
}

.pl-47 {
  padding-left: 47em !important;
}

.pr-47 {
  padding-right: 47em !important;
}

.px-47 {
  padding-right: 47em !important;
  padding-left: 47em !important;
}

.py-47 {
  padding-top: 47em !important;
  padding-bottom: 47em !important;
}

.m-48 {
  margin: 48em !important;
}

.mt-48 {
  margin-top: 48em !important;
}

.mb-48 {
  margin-bottom: 48em !important;
}

.ml-48 {
  margin-left: 48em !important;
}

.mr-48 {
  margin-right: 48em !important;
}

.mx-48 {
  margin-right: 48em !important;
  margin-left: 48em !important;
}

.my-48 {
  margin-top: 48em !important;
  margin-bottom: 48em !important;
}

.mn-t48 {
  margin-top: -48em !important;
}

.p-48 {
  padding: 48em !important;
}

.pt-48 {
  padding-top: 48em !important;
}

.pb-48 {
  padding-bottom: 48em !important;
}

.pl-48 {
  padding-left: 48em !important;
}

.pr-48 {
  padding-right: 48em !important;
}

.px-48 {
  padding-right: 48em !important;
  padding-left: 48em !important;
}

.py-48 {
  padding-top: 48em !important;
  padding-bottom: 48em !important;
}

.m-49 {
  margin: 49em !important;
}

.mt-49 {
  margin-top: 49em !important;
}

.mb-49 {
  margin-bottom: 49em !important;
}

.ml-49 {
  margin-left: 49em !important;
}

.mr-49 {
  margin-right: 49em !important;
}

.mx-49 {
  margin-right: 49em !important;
  margin-left: 49em !important;
}

.my-49 {
  margin-top: 49em !important;
  margin-bottom: 49em !important;
}

.mn-t49 {
  margin-top: -49em !important;
}

.p-49 {
  padding: 49em !important;
}

.pt-49 {
  padding-top: 49em !important;
}

.pb-49 {
  padding-bottom: 49em !important;
}

.pl-49 {
  padding-left: 49em !important;
}

.pr-49 {
  padding-right: 49em !important;
}

.px-49 {
  padding-right: 49em !important;
  padding-left: 49em !important;
}

.py-49 {
  padding-top: 49em !important;
  padding-bottom: 49em !important;
}

.m-50 {
  margin: 50em !important;
}

.mt-50 {
  margin-top: 50em !important;
}

.mb-50 {
  margin-bottom: 50em !important;
}

.ml-50 {
  margin-left: 50em !important;
}

.mr-50 {
  margin-right: 50em !important;
}

.mx-50 {
  margin-right: 50em !important;
  margin-left: 50em !important;
}

.my-50 {
  margin-top: 50em !important;
  margin-bottom: 50em !important;
}

.mn-t50 {
  margin-top: -50em !important;
}

.p-50 {
  padding: 50em !important;
}

.pt-50 {
  padding-top: 50em !important;
}

.pb-50 {
  padding-bottom: 50em !important;
}

.pl-50 {
  padding-left: 50em !important;
}

.pr-50 {
  padding-right: 50em !important;
}

.px-50 {
  padding-right: 50em !important;
  padding-left: 50em !important;
}

.py-50 {
  padding-top: 50em !important;
  padding-bottom: 50em !important;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.px-03px {
  padding-left: 3px;
  padding-right: 3px;
}

.px-05px {
  padding-left: 5px;
  padding-right: 5px;
}

.center-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.font-1 {
  font-size: 1% !important;
}

.font-2 {
  font-size: 2% !important;
}

.font-3 {
  font-size: 3% !important;
}

.font-4 {
  font-size: 4% !important;
}

.font-5 {
  font-size: 5% !important;
}

.font-6 {
  font-size: 6% !important;
}

.font-7 {
  font-size: 7% !important;
}

.font-8 {
  font-size: 8% !important;
}

.font-9 {
  font-size: 9% !important;
}

.font-10 {
  font-size: 10% !important;
}

.font-11 {
  font-size: 11% !important;
}

.font-12 {
  font-size: 12% !important;
}

.font-13 {
  font-size: 13% !important;
}

.font-14 {
  font-size: 14% !important;
}

.font-15 {
  font-size: 15% !important;
}

.font-16 {
  font-size: 16% !important;
}

.font-17 {
  font-size: 17% !important;
}

.font-18 {
  font-size: 18% !important;
}

.font-19 {
  font-size: 19% !important;
}

.font-20 {
  font-size: 20% !important;
}

.font-21 {
  font-size: 21% !important;
}

.font-22 {
  font-size: 22% !important;
}

.font-23 {
  font-size: 23% !important;
}

.font-24 {
  font-size: 24% !important;
}

.font-25 {
  font-size: 25% !important;
}

.font-26 {
  font-size: 26% !important;
}

.font-27 {
  font-size: 27% !important;
}

.font-28 {
  font-size: 28% !important;
}

.font-29 {
  font-size: 29% !important;
}

.font-30 {
  font-size: 30% !important;
}

.font-31 {
  font-size: 31% !important;
}

.font-32 {
  font-size: 32% !important;
}

.font-33 {
  font-size: 33% !important;
}

.font-34 {
  font-size: 34% !important;
}

.font-35 {
  font-size: 35% !important;
}

.font-36 {
  font-size: 36% !important;
}

.font-37 {
  font-size: 37% !important;
}

.font-38 {
  font-size: 38% !important;
}

.font-39 {
  font-size: 39% !important;
}

.font-40 {
  font-size: 40% !important;
}

.font-41 {
  font-size: 41% !important;
}

.font-42 {
  font-size: 42% !important;
}

.font-43 {
  font-size: 43% !important;
}

.font-44 {
  font-size: 44% !important;
}

.font-45 {
  font-size: 45% !important;
}

.font-46 {
  font-size: 46% !important;
}

.font-47 {
  font-size: 47% !important;
}

.font-48 {
  font-size: 48% !important;
}

.font-49 {
  font-size: 49% !important;
}

.font-50 {
  font-size: 50% !important;
}

.font-51 {
  font-size: 51% !important;
}

.font-52 {
  font-size: 52% !important;
}

.font-53 {
  font-size: 53% !important;
}

.font-54 {
  font-size: 54% !important;
}

.font-55 {
  font-size: 55% !important;
}

.font-56 {
  font-size: 56% !important;
}

.font-57 {
  font-size: 57% !important;
}

.font-58 {
  font-size: 58% !important;
}

.font-59 {
  font-size: 59% !important;
}

.font-60 {
  font-size: 60% !important;
}

.font-61 {
  font-size: 61% !important;
}

.font-62 {
  font-size: 62% !important;
}

.font-63 {
  font-size: 63% !important;
}

.font-64 {
  font-size: 64% !important;
}

.font-65 {
  font-size: 65% !important;
}

.font-66 {
  font-size: 66% !important;
}

.font-67 {
  font-size: 67% !important;
}

.font-68 {
  font-size: 68% !important;
}

.font-69 {
  font-size: 69% !important;
}

.font-70 {
  font-size: 70% !important;
}

.font-71 {
  font-size: 71% !important;
}

.font-72 {
  font-size: 72% !important;
}

.font-73 {
  font-size: 73% !important;
}

.font-74 {
  font-size: 74% !important;
}

.font-75 {
  font-size: 75% !important;
}

.font-76 {
  font-size: 76% !important;
}

.font-77 {
  font-size: 77% !important;
}

.font-78 {
  font-size: 78% !important;
}

.font-79 {
  font-size: 79% !important;
}

.font-80 {
  font-size: 80% !important;
}

.font-81 {
  font-size: 81% !important;
}

.font-82 {
  font-size: 82% !important;
}

.font-83 {
  font-size: 83% !important;
}

.font-84 {
  font-size: 84% !important;
}

.font-85 {
  font-size: 85% !important;
}

.font-86 {
  font-size: 86% !important;
}

.font-87 {
  font-size: 87% !important;
}

.font-88 {
  font-size: 88% !important;
}

.font-89 {
  font-size: 89% !important;
}

.font-90 {
  font-size: 90% !important;
}

.font-91 {
  font-size: 91% !important;
}

.font-92 {
  font-size: 92% !important;
}

.font-93 {
  font-size: 93% !important;
}

.font-94 {
  font-size: 94% !important;
}

.font-95 {
  font-size: 95% !important;
}

.font-96 {
  font-size: 96% !important;
}

.font-97 {
  font-size: 97% !important;
}

.font-98 {
  font-size: 98% !important;
}

.font-99 {
  font-size: 99% !important;
}

.font-100 {
  font-size: 100% !important;
}

.font-1px {
  font-size: 1px !important;
}

.font-1pt {
  font-size: 1pt !important;
}

.font-1pc {
  font-size: 1pc !important;
}

.font-1in {
  font-size: 1in !important;
}

.font-1cm {
  font-size: 1cm !important;
}

.font-1mm {
  font-size: 1mm !important;
}

.font-1ex {
  font-size: 1ex !important;
}

.font-1ch {
  font-size: 1ch !important;
}

.font-1vw {
  font-size: 1vw !important;
}

.font-1vh {
  font-size: 1vh !important;
}

.font-1vmin {
  font-size: 1vmin !important;
}

.font-1vmax {
  font-size: 1vmax !important;
}

.font-1em {
  font-size: 1em !important;
}

.font-1rem {
  font-size: 1rem !important;
}

.font-2px {
  font-size: 2px !important;
}

.font-2pt {
  font-size: 2pt !important;
}

.font-2pc {
  font-size: 2pc !important;
}

.font-2in {
  font-size: 2in !important;
}

.font-2cm {
  font-size: 2cm !important;
}

.font-2mm {
  font-size: 2mm !important;
}

.font-2ex {
  font-size: 2ex !important;
}

.font-2ch {
  font-size: 2ch !important;
}

.font-2vw {
  font-size: 2vw !important;
}

.font-2vh {
  font-size: 2vh !important;
}

.font-2vmin {
  font-size: 2vmin !important;
}

.font-2vmax {
  font-size: 2vmax !important;
}

.font-2em {
  font-size: 2em !important;
}

.font-2rem {
  font-size: 2rem !important;
}

.font-3px {
  font-size: 3px !important;
}

.font-3pt {
  font-size: 3pt !important;
}

.font-3pc {
  font-size: 3pc !important;
}

.font-3in {
  font-size: 3in !important;
}

.font-3cm {
  font-size: 3cm !important;
}

.font-3mm {
  font-size: 3mm !important;
}

.font-3ex {
  font-size: 3ex !important;
}

.font-3ch {
  font-size: 3ch !important;
}

.font-3vw {
  font-size: 3vw !important;
}

.font-3vh {
  font-size: 3vh !important;
}

.font-3vmin {
  font-size: 3vmin !important;
}

.font-3vmax {
  font-size: 3vmax !important;
}

.font-3em {
  font-size: 3em !important;
}

.font-3rem {
  font-size: 3rem !important;
}

.font-4px {
  font-size: 4px !important;
}

.font-4pt {
  font-size: 4pt !important;
}

.font-4pc {
  font-size: 4pc !important;
}

.font-4in {
  font-size: 4in !important;
}

.font-4cm {
  font-size: 4cm !important;
}

.font-4mm {
  font-size: 4mm !important;
}

.font-4ex {
  font-size: 4ex !important;
}

.font-4ch {
  font-size: 4ch !important;
}

.font-4vw {
  font-size: 4vw !important;
}

.font-4vh {
  font-size: 4vh !important;
}

.font-4vmin {
  font-size: 4vmin !important;
}

.font-4vmax {
  font-size: 4vmax !important;
}

.font-4em {
  font-size: 4em !important;
}

.font-4rem {
  font-size: 4rem !important;
}

.font-5px {
  font-size: 5px !important;
}

.font-5pt {
  font-size: 5pt !important;
}

.font-5pc {
  font-size: 5pc !important;
}

.font-5in {
  font-size: 5in !important;
}

.font-5cm {
  font-size: 5cm !important;
}

.font-5mm {
  font-size: 5mm !important;
}

.font-5ex {
  font-size: 5ex !important;
}

.font-5ch {
  font-size: 5ch !important;
}

.font-5vw {
  font-size: 5vw !important;
}

.font-5vh {
  font-size: 5vh !important;
}

.font-5vmin {
  font-size: 5vmin !important;
}

.font-5vmax {
  font-size: 5vmax !important;
}

.font-5em {
  font-size: 5em !important;
}

.font-5rem {
  font-size: 5rem !important;
}

.font-6px {
  font-size: 6px !important;
}

.font-6pt {
  font-size: 6pt !important;
}

.font-6pc {
  font-size: 6pc !important;
}

.font-6in {
  font-size: 6in !important;
}

.font-6cm {
  font-size: 6cm !important;
}

.font-6mm {
  font-size: 6mm !important;
}

.font-6ex {
  font-size: 6ex !important;
}

.font-6ch {
  font-size: 6ch !important;
}

.font-6vw {
  font-size: 6vw !important;
}

.font-6vh {
  font-size: 6vh !important;
}

.font-6vmin {
  font-size: 6vmin !important;
}

.font-6vmax {
  font-size: 6vmax !important;
}

.font-6em {
  font-size: 6em !important;
}

.font-6rem {
  font-size: 6rem !important;
}

.font-7px {
  font-size: 7px !important;
}

.font-7pt {
  font-size: 7pt !important;
}

.font-7pc {
  font-size: 7pc !important;
}

.font-7in {
  font-size: 7in !important;
}

.font-7cm {
  font-size: 7cm !important;
}

.font-7mm {
  font-size: 7mm !important;
}

.font-7ex {
  font-size: 7ex !important;
}

.font-7ch {
  font-size: 7ch !important;
}

.font-7vw {
  font-size: 7vw !important;
}

.font-7vh {
  font-size: 7vh !important;
}

.font-7vmin {
  font-size: 7vmin !important;
}

.font-7vmax {
  font-size: 7vmax !important;
}

.font-7em {
  font-size: 7em !important;
}

.font-7rem {
  font-size: 7rem !important;
}

.font-8px {
  font-size: 8px !important;
}

.font-8pt {
  font-size: 8pt !important;
}

.font-8pc {
  font-size: 8pc !important;
}

.font-8in {
  font-size: 8in !important;
}

.font-8cm {
  font-size: 8cm !important;
}

.font-8mm {
  font-size: 8mm !important;
}

.font-8ex {
  font-size: 8ex !important;
}

.font-8ch {
  font-size: 8ch !important;
}

.font-8vw {
  font-size: 8vw !important;
}

.font-8vh {
  font-size: 8vh !important;
}

.font-8vmin {
  font-size: 8vmin !important;
}

.font-8vmax {
  font-size: 8vmax !important;
}

.font-8em {
  font-size: 8em !important;
}

.font-8rem {
  font-size: 8rem !important;
}

.font-9px {
  font-size: 9px !important;
}

.font-9pt {
  font-size: 9pt !important;
}

.font-9pc {
  font-size: 9pc !important;
}

.font-9in {
  font-size: 9in !important;
}

.font-9cm {
  font-size: 9cm !important;
}

.font-9mm {
  font-size: 9mm !important;
}

.font-9ex {
  font-size: 9ex !important;
}

.font-9ch {
  font-size: 9ch !important;
}

.font-9vw {
  font-size: 9vw !important;
}

.font-9vh {
  font-size: 9vh !important;
}

.font-9vmin {
  font-size: 9vmin !important;
}

.font-9vmax {
  font-size: 9vmax !important;
}

.font-9em {
  font-size: 9em !important;
}

.font-9rem {
  font-size: 9rem !important;
}

.font-10px {
  font-size: 10px !important;
}

.font-10pt {
  font-size: 10pt !important;
}

.font-10pc {
  font-size: 10pc !important;
}

.font-10in {
  font-size: 10in !important;
}

.font-10cm {
  font-size: 10cm !important;
}

.font-10mm {
  font-size: 10mm !important;
}

.font-10ex {
  font-size: 10ex !important;
}

.font-10ch {
  font-size: 10ch !important;
}

.font-10vw {
  font-size: 10vw !important;
}

.font-10vh {
  font-size: 10vh !important;
}

.font-10vmin {
  font-size: 10vmin !important;
}

.font-10vmax {
  font-size: 10vmax !important;
}

.font-10em {
  font-size: 10em !important;
}

.font-10rem {
  font-size: 10rem !important;
}

.font-11px {
  font-size: 11px !important;
}

.font-11pt {
  font-size: 11pt !important;
}

.font-11pc {
  font-size: 11pc !important;
}

.font-11in {
  font-size: 11in !important;
}

.font-11cm {
  font-size: 11cm !important;
}

.font-11mm {
  font-size: 11mm !important;
}

.font-11ex {
  font-size: 11ex !important;
}

.font-11ch {
  font-size: 11ch !important;
}

.font-11vw {
  font-size: 11vw !important;
}

.font-11vh {
  font-size: 11vh !important;
}

.font-11vmin {
  font-size: 11vmin !important;
}

.font-11vmax {
  font-size: 11vmax !important;
}

.font-11em {
  font-size: 11em !important;
}

.font-11rem {
  font-size: 11rem !important;
}

.font-12px {
  font-size: 12px !important;
}

.font-12pt {
  font-size: 12pt !important;
}

.font-12pc {
  font-size: 12pc !important;
}

.font-12in {
  font-size: 12in !important;
}

.font-12cm {
  font-size: 12cm !important;
}

.font-12mm {
  font-size: 12mm !important;
}

.font-12ex {
  font-size: 12ex !important;
}

.font-12ch {
  font-size: 12ch !important;
}

.font-12vw {
  font-size: 12vw !important;
}

.font-12vh {
  font-size: 12vh !important;
}

.font-12vmin {
  font-size: 12vmin !important;
}

.font-12vmax {
  font-size: 12vmax !important;
}

.font-12em {
  font-size: 12em !important;
}

.font-12rem {
  font-size: 12rem !important;
}

.font-13px {
  font-size: 13px !important;
}

.font-13pt {
  font-size: 13pt !important;
}

.font-13pc {
  font-size: 13pc !important;
}

.font-13in {
  font-size: 13in !important;
}

.font-13cm {
  font-size: 13cm !important;
}

.font-13mm {
  font-size: 13mm !important;
}

.font-13ex {
  font-size: 13ex !important;
}

.font-13ch {
  font-size: 13ch !important;
}

.font-13vw {
  font-size: 13vw !important;
}

.font-13vh {
  font-size: 13vh !important;
}

.font-13vmin {
  font-size: 13vmin !important;
}

.font-13vmax {
  font-size: 13vmax !important;
}

.font-13em {
  font-size: 13em !important;
}

.font-13rem {
  font-size: 13rem !important;
}

.font-14px {
  font-size: 14px !important;
}

.font-14pt {
  font-size: 14pt !important;
}

.font-14pc {
  font-size: 14pc !important;
}

.font-14in {
  font-size: 14in !important;
}

.font-14cm {
  font-size: 14cm !important;
}

.font-14mm {
  font-size: 14mm !important;
}

.font-14ex {
  font-size: 14ex !important;
}

.font-14ch {
  font-size: 14ch !important;
}

.font-14vw {
  font-size: 14vw !important;
}

.font-14vh {
  font-size: 14vh !important;
}

.font-14vmin {
  font-size: 14vmin !important;
}

.font-14vmax {
  font-size: 14vmax !important;
}

.font-14em {
  font-size: 14em !important;
}

.font-14rem {
  font-size: 14rem !important;
}

.font-15px {
  font-size: 15px !important;
}

.font-15pt {
  font-size: 15pt !important;
}

.font-15pc {
  font-size: 15pc !important;
}

.font-15in {
  font-size: 15in !important;
}

.font-15cm {
  font-size: 15cm !important;
}

.font-15mm {
  font-size: 15mm !important;
}

.font-15ex {
  font-size: 15ex !important;
}

.font-15ch {
  font-size: 15ch !important;
}

.font-15vw {
  font-size: 15vw !important;
}

.font-15vh {
  font-size: 15vh !important;
}

.font-15vmin {
  font-size: 15vmin !important;
}

.font-15vmax {
  font-size: 15vmax !important;
}

.font-15em {
  font-size: 15em !important;
}

.font-15rem {
  font-size: 15rem !important;
}

.font-16px {
  font-size: 16px !important;
}

.font-16pt {
  font-size: 16pt !important;
}

.font-16pc {
  font-size: 16pc !important;
}

.font-16in {
  font-size: 16in !important;
}

.font-16cm {
  font-size: 16cm !important;
}

.font-16mm {
  font-size: 16mm !important;
}

.font-16ex {
  font-size: 16ex !important;
}

.font-16ch {
  font-size: 16ch !important;
}

.font-16vw {
  font-size: 16vw !important;
}

.font-16vh {
  font-size: 16vh !important;
}

.font-16vmin {
  font-size: 16vmin !important;
}

.font-16vmax {
  font-size: 16vmax !important;
}

.font-16em {
  font-size: 16em !important;
}

.font-16rem {
  font-size: 16rem !important;
}

.font-17px {
  font-size: 17px !important;
}

.font-17pt {
  font-size: 17pt !important;
}

.font-17pc {
  font-size: 17pc !important;
}

.font-17in {
  font-size: 17in !important;
}

.font-17cm {
  font-size: 17cm !important;
}

.font-17mm {
  font-size: 17mm !important;
}

.font-17ex {
  font-size: 17ex !important;
}

.font-17ch {
  font-size: 17ch !important;
}

.font-17vw {
  font-size: 17vw !important;
}

.font-17vh {
  font-size: 17vh !important;
}

.font-17vmin {
  font-size: 17vmin !important;
}

.font-17vmax {
  font-size: 17vmax !important;
}

.font-17em {
  font-size: 17em !important;
}

.font-17rem {
  font-size: 17rem !important;
}

.font-18px {
  font-size: 18px !important;
}

.font-18pt {
  font-size: 18pt !important;
}

.font-18pc {
  font-size: 18pc !important;
}

.font-18in {
  font-size: 18in !important;
}

.font-18cm {
  font-size: 18cm !important;
}

.font-18mm {
  font-size: 18mm !important;
}

.font-18ex {
  font-size: 18ex !important;
}

.font-18ch {
  font-size: 18ch !important;
}

.font-18vw {
  font-size: 18vw !important;
}

.font-18vh {
  font-size: 18vh !important;
}

.font-18vmin {
  font-size: 18vmin !important;
}

.font-18vmax {
  font-size: 18vmax !important;
}

.font-18em {
  font-size: 18em !important;
}

.font-18rem {
  font-size: 18rem !important;
}

.font-19px {
  font-size: 19px !important;
}

.font-19pt {
  font-size: 19pt !important;
}

.font-19pc {
  font-size: 19pc !important;
}

.font-19in {
  font-size: 19in !important;
}

.font-19cm {
  font-size: 19cm !important;
}

.font-19mm {
  font-size: 19mm !important;
}

.font-19ex {
  font-size: 19ex !important;
}

.font-19ch {
  font-size: 19ch !important;
}

.font-19vw {
  font-size: 19vw !important;
}

.font-19vh {
  font-size: 19vh !important;
}

.font-19vmin {
  font-size: 19vmin !important;
}

.font-19vmax {
  font-size: 19vmax !important;
}

.font-19em {
  font-size: 19em !important;
}

.font-19rem {
  font-size: 19rem !important;
}

.font-20px {
  font-size: 20px !important;
}

.font-20pt {
  font-size: 20pt !important;
}

.font-20pc {
  font-size: 20pc !important;
}

.font-20in {
  font-size: 20in !important;
}

.font-20cm {
  font-size: 20cm !important;
}

.font-20mm {
  font-size: 20mm !important;
}

.font-20ex {
  font-size: 20ex !important;
}

.font-20ch {
  font-size: 20ch !important;
}

.font-20vw {
  font-size: 20vw !important;
}

.font-20vh {
  font-size: 20vh !important;
}

.font-20vmin {
  font-size: 20vmin !important;
}

.font-20vmax {
  font-size: 20vmax !important;
}

.font-20em {
  font-size: 20em !important;
}

.font-20rem {
  font-size: 20rem !important;
}

.font-21px {
  font-size: 21px !important;
}

.font-21pt {
  font-size: 21pt !important;
}

.font-21pc {
  font-size: 21pc !important;
}

.font-21in {
  font-size: 21in !important;
}

.font-21cm {
  font-size: 21cm !important;
}

.font-21mm {
  font-size: 21mm !important;
}

.font-21ex {
  font-size: 21ex !important;
}

.font-21ch {
  font-size: 21ch !important;
}

.font-21vw {
  font-size: 21vw !important;
}

.font-21vh {
  font-size: 21vh !important;
}

.font-21vmin {
  font-size: 21vmin !important;
}

.font-21vmax {
  font-size: 21vmax !important;
}

.font-21em {
  font-size: 21em !important;
}

.font-21rem {
  font-size: 21rem !important;
}

.font-22px {
  font-size: 22px !important;
}

.font-22pt {
  font-size: 22pt !important;
}

.font-22pc {
  font-size: 22pc !important;
}

.font-22in {
  font-size: 22in !important;
}

.font-22cm {
  font-size: 22cm !important;
}

.font-22mm {
  font-size: 22mm !important;
}

.font-22ex {
  font-size: 22ex !important;
}

.font-22ch {
  font-size: 22ch !important;
}

.font-22vw {
  font-size: 22vw !important;
}

.font-22vh {
  font-size: 22vh !important;
}

.font-22vmin {
  font-size: 22vmin !important;
}

.font-22vmax {
  font-size: 22vmax !important;
}

.font-22em {
  font-size: 22em !important;
}

.font-22rem {
  font-size: 22rem !important;
}

.font-23px {
  font-size: 23px !important;
}

.font-23pt {
  font-size: 23pt !important;
}

.font-23pc {
  font-size: 23pc !important;
}

.font-23in {
  font-size: 23in !important;
}

.font-23cm {
  font-size: 23cm !important;
}

.font-23mm {
  font-size: 23mm !important;
}

.font-23ex {
  font-size: 23ex !important;
}

.font-23ch {
  font-size: 23ch !important;
}

.font-23vw {
  font-size: 23vw !important;
}

.font-23vh {
  font-size: 23vh !important;
}

.font-23vmin {
  font-size: 23vmin !important;
}

.font-23vmax {
  font-size: 23vmax !important;
}

.font-23em {
  font-size: 23em !important;
}

.font-23rem {
  font-size: 23rem !important;
}

.font-24px {
  font-size: 24px !important;
}

.font-24pt {
  font-size: 24pt !important;
}

.font-24pc {
  font-size: 24pc !important;
}

.font-24in {
  font-size: 24in !important;
}

.font-24cm {
  font-size: 24cm !important;
}

.font-24mm {
  font-size: 24mm !important;
}

.font-24ex {
  font-size: 24ex !important;
}

.font-24ch {
  font-size: 24ch !important;
}

.font-24vw {
  font-size: 24vw !important;
}

.font-24vh {
  font-size: 24vh !important;
}

.font-24vmin {
  font-size: 24vmin !important;
}

.font-24vmax {
  font-size: 24vmax !important;
}

.font-24em {
  font-size: 24em !important;
}

.font-24rem {
  font-size: 24rem !important;
}

.font-25px {
  font-size: 25px !important;
}

.font-25pt {
  font-size: 25pt !important;
}

.font-25pc {
  font-size: 25pc !important;
}

.font-25in {
  font-size: 25in !important;
}

.font-25cm {
  font-size: 25cm !important;
}

.font-25mm {
  font-size: 25mm !important;
}

.font-25ex {
  font-size: 25ex !important;
}

.font-25ch {
  font-size: 25ch !important;
}

.font-25vw {
  font-size: 25vw !important;
}

.font-25vh {
  font-size: 25vh !important;
}

.font-25vmin {
  font-size: 25vmin !important;
}

.font-25vmax {
  font-size: 25vmax !important;
}

.font-25em {
  font-size: 25em !important;
}

.font-25rem {
  font-size: 25rem !important;
}

.font-26px {
  font-size: 26px !important;
}

.font-26pt {
  font-size: 26pt !important;
}

.font-26pc {
  font-size: 26pc !important;
}

.font-26in {
  font-size: 26in !important;
}

.font-26cm {
  font-size: 26cm !important;
}

.font-26mm {
  font-size: 26mm !important;
}

.font-26ex {
  font-size: 26ex !important;
}

.font-26ch {
  font-size: 26ch !important;
}

.font-26vw {
  font-size: 26vw !important;
}

.font-26vh {
  font-size: 26vh !important;
}

.font-26vmin {
  font-size: 26vmin !important;
}

.font-26vmax {
  font-size: 26vmax !important;
}

.font-26em {
  font-size: 26em !important;
}

.font-26rem {
  font-size: 26rem !important;
}

.font-27px {
  font-size: 27px !important;
}

.font-27pt {
  font-size: 27pt !important;
}

.font-27pc {
  font-size: 27pc !important;
}

.font-27in {
  font-size: 27in !important;
}

.font-27cm {
  font-size: 27cm !important;
}

.font-27mm {
  font-size: 27mm !important;
}

.font-27ex {
  font-size: 27ex !important;
}

.font-27ch {
  font-size: 27ch !important;
}

.font-27vw {
  font-size: 27vw !important;
}

.font-27vh {
  font-size: 27vh !important;
}

.font-27vmin {
  font-size: 27vmin !important;
}

.font-27vmax {
  font-size: 27vmax !important;
}

.font-27em {
  font-size: 27em !important;
}

.font-27rem {
  font-size: 27rem !important;
}

.font-28px {
  font-size: 28px !important;
}

.font-28pt {
  font-size: 28pt !important;
}

.font-28pc {
  font-size: 28pc !important;
}

.font-28in {
  font-size: 28in !important;
}

.font-28cm {
  font-size: 28cm !important;
}

.font-28mm {
  font-size: 28mm !important;
}

.font-28ex {
  font-size: 28ex !important;
}

.font-28ch {
  font-size: 28ch !important;
}

.font-28vw {
  font-size: 28vw !important;
}

.font-28vh {
  font-size: 28vh !important;
}

.font-28vmin {
  font-size: 28vmin !important;
}

.font-28vmax {
  font-size: 28vmax !important;
}

.font-28em {
  font-size: 28em !important;
}

.font-28rem {
  font-size: 28rem !important;
}

.font-29px {
  font-size: 29px !important;
}

.font-29pt {
  font-size: 29pt !important;
}

.font-29pc {
  font-size: 29pc !important;
}

.font-29in {
  font-size: 29in !important;
}

.font-29cm {
  font-size: 29cm !important;
}

.font-29mm {
  font-size: 29mm !important;
}

.font-29ex {
  font-size: 29ex !important;
}

.font-29ch {
  font-size: 29ch !important;
}

.font-29vw {
  font-size: 29vw !important;
}

.font-29vh {
  font-size: 29vh !important;
}

.font-29vmin {
  font-size: 29vmin !important;
}

.font-29vmax {
  font-size: 29vmax !important;
}

.font-29em {
  font-size: 29em !important;
}

.font-29rem {
  font-size: 29rem !important;
}

.font-30px {
  font-size: 30px !important;
}

.font-30pt {
  font-size: 30pt !important;
}

.font-30pc {
  font-size: 30pc !important;
}

.font-30in {
  font-size: 30in !important;
}

.font-30cm {
  font-size: 30cm !important;
}

.font-30mm {
  font-size: 30mm !important;
}

.font-30ex {
  font-size: 30ex !important;
}

.font-30ch {
  font-size: 30ch !important;
}

.font-30vw {
  font-size: 30vw !important;
}

.font-30vh {
  font-size: 30vh !important;
}

.font-30vmin {
  font-size: 30vmin !important;
}

.font-30vmax {
  font-size: 30vmax !important;
}

.font-30em {
  font-size: 30em !important;
}

.font-30rem {
  font-size: 30rem !important;
}

.font-31px {
  font-size: 31px !important;
}

.font-31pt {
  font-size: 31pt !important;
}

.font-31pc {
  font-size: 31pc !important;
}

.font-31in {
  font-size: 31in !important;
}

.font-31cm {
  font-size: 31cm !important;
}

.font-31mm {
  font-size: 31mm !important;
}

.font-31ex {
  font-size: 31ex !important;
}

.font-31ch {
  font-size: 31ch !important;
}

.font-31vw {
  font-size: 31vw !important;
}

.font-31vh {
  font-size: 31vh !important;
}

.font-31vmin {
  font-size: 31vmin !important;
}

.font-31vmax {
  font-size: 31vmax !important;
}

.font-31em {
  font-size: 31em !important;
}

.font-31rem {
  font-size: 31rem !important;
}

.font-32px {
  font-size: 32px !important;
}

.font-32pt {
  font-size: 32pt !important;
}

.font-32pc {
  font-size: 32pc !important;
}

.font-32in {
  font-size: 32in !important;
}

.font-32cm {
  font-size: 32cm !important;
}

.font-32mm {
  font-size: 32mm !important;
}

.font-32ex {
  font-size: 32ex !important;
}

.font-32ch {
  font-size: 32ch !important;
}

.font-32vw {
  font-size: 32vw !important;
}

.font-32vh {
  font-size: 32vh !important;
}

.font-32vmin {
  font-size: 32vmin !important;
}

.font-32vmax {
  font-size: 32vmax !important;
}

.font-32em {
  font-size: 32em !important;
}

.font-32rem {
  font-size: 32rem !important;
}

.font-33px {
  font-size: 33px !important;
}

.font-33pt {
  font-size: 33pt !important;
}

.font-33pc {
  font-size: 33pc !important;
}

.font-33in {
  font-size: 33in !important;
}

.font-33cm {
  font-size: 33cm !important;
}

.font-33mm {
  font-size: 33mm !important;
}

.font-33ex {
  font-size: 33ex !important;
}

.font-33ch {
  font-size: 33ch !important;
}

.font-33vw {
  font-size: 33vw !important;
}

.font-33vh {
  font-size: 33vh !important;
}

.font-33vmin {
  font-size: 33vmin !important;
}

.font-33vmax {
  font-size: 33vmax !important;
}

.font-33em {
  font-size: 33em !important;
}

.font-33rem {
  font-size: 33rem !important;
}

.font-34px {
  font-size: 34px !important;
}

.font-34pt {
  font-size: 34pt !important;
}

.font-34pc {
  font-size: 34pc !important;
}

.font-34in {
  font-size: 34in !important;
}

.font-34cm {
  font-size: 34cm !important;
}

.font-34mm {
  font-size: 34mm !important;
}

.font-34ex {
  font-size: 34ex !important;
}

.font-34ch {
  font-size: 34ch !important;
}

.font-34vw {
  font-size: 34vw !important;
}

.font-34vh {
  font-size: 34vh !important;
}

.font-34vmin {
  font-size: 34vmin !important;
}

.font-34vmax {
  font-size: 34vmax !important;
}

.font-34em {
  font-size: 34em !important;
}

.font-34rem {
  font-size: 34rem !important;
}

.font-35px {
  font-size: 35px !important;
}

.font-35pt {
  font-size: 35pt !important;
}

.font-35pc {
  font-size: 35pc !important;
}

.font-35in {
  font-size: 35in !important;
}

.font-35cm {
  font-size: 35cm !important;
}

.font-35mm {
  font-size: 35mm !important;
}

.font-35ex {
  font-size: 35ex !important;
}

.font-35ch {
  font-size: 35ch !important;
}

.font-35vw {
  font-size: 35vw !important;
}

.font-35vh {
  font-size: 35vh !important;
}

.font-35vmin {
  font-size: 35vmin !important;
}

.font-35vmax {
  font-size: 35vmax !important;
}

.font-35em {
  font-size: 35em !important;
}

.font-35rem {
  font-size: 35rem !important;
}

.font-36px {
  font-size: 36px !important;
}

.font-36pt {
  font-size: 36pt !important;
}

.font-36pc {
  font-size: 36pc !important;
}

.font-36in {
  font-size: 36in !important;
}

.font-36cm {
  font-size: 36cm !important;
}

.font-36mm {
  font-size: 36mm !important;
}

.font-36ex {
  font-size: 36ex !important;
}

.font-36ch {
  font-size: 36ch !important;
}

.font-36vw {
  font-size: 36vw !important;
}

.font-36vh {
  font-size: 36vh !important;
}

.font-36vmin {
  font-size: 36vmin !important;
}

.font-36vmax {
  font-size: 36vmax !important;
}

.font-36em {
  font-size: 36em !important;
}

.font-36rem {
  font-size: 36rem !important;
}

.font-37px {
  font-size: 37px !important;
}

.font-37pt {
  font-size: 37pt !important;
}

.font-37pc {
  font-size: 37pc !important;
}

.font-37in {
  font-size: 37in !important;
}

.font-37cm {
  font-size: 37cm !important;
}

.font-37mm {
  font-size: 37mm !important;
}

.font-37ex {
  font-size: 37ex !important;
}

.font-37ch {
  font-size: 37ch !important;
}

.font-37vw {
  font-size: 37vw !important;
}

.font-37vh {
  font-size: 37vh !important;
}

.font-37vmin {
  font-size: 37vmin !important;
}

.font-37vmax {
  font-size: 37vmax !important;
}

.font-37em {
  font-size: 37em !important;
}

.font-37rem {
  font-size: 37rem !important;
}

.font-38px {
  font-size: 38px !important;
}

.font-38pt {
  font-size: 38pt !important;
}

.font-38pc {
  font-size: 38pc !important;
}

.font-38in {
  font-size: 38in !important;
}

.font-38cm {
  font-size: 38cm !important;
}

.font-38mm {
  font-size: 38mm !important;
}

.font-38ex {
  font-size: 38ex !important;
}

.font-38ch {
  font-size: 38ch !important;
}

.font-38vw {
  font-size: 38vw !important;
}

.font-38vh {
  font-size: 38vh !important;
}

.font-38vmin {
  font-size: 38vmin !important;
}

.font-38vmax {
  font-size: 38vmax !important;
}

.font-38em {
  font-size: 38em !important;
}

.font-38rem {
  font-size: 38rem !important;
}

.font-39px {
  font-size: 39px !important;
}

.font-39pt {
  font-size: 39pt !important;
}

.font-39pc {
  font-size: 39pc !important;
}

.font-39in {
  font-size: 39in !important;
}

.font-39cm {
  font-size: 39cm !important;
}

.font-39mm {
  font-size: 39mm !important;
}

.font-39ex {
  font-size: 39ex !important;
}

.font-39ch {
  font-size: 39ch !important;
}

.font-39vw {
  font-size: 39vw !important;
}

.font-39vh {
  font-size: 39vh !important;
}

.font-39vmin {
  font-size: 39vmin !important;
}

.font-39vmax {
  font-size: 39vmax !important;
}

.font-39em {
  font-size: 39em !important;
}

.font-39rem {
  font-size: 39rem !important;
}

.font-40px {
  font-size: 40px !important;
}

.font-40pt {
  font-size: 40pt !important;
}

.font-40pc {
  font-size: 40pc !important;
}

.font-40in {
  font-size: 40in !important;
}

.font-40cm {
  font-size: 40cm !important;
}

.font-40mm {
  font-size: 40mm !important;
}

.font-40ex {
  font-size: 40ex !important;
}

.font-40ch {
  font-size: 40ch !important;
}

.font-40vw {
  font-size: 40vw !important;
}

.font-40vh {
  font-size: 40vh !important;
}

.font-40vmin {
  font-size: 40vmin !important;
}

.font-40vmax {
  font-size: 40vmax !important;
}

.font-40em {
  font-size: 40em !important;
}

.font-40rem {
  font-size: 40rem !important;
}

.font-41px {
  font-size: 41px !important;
}

.font-41pt {
  font-size: 41pt !important;
}

.font-41pc {
  font-size: 41pc !important;
}

.font-41in {
  font-size: 41in !important;
}

.font-41cm {
  font-size: 41cm !important;
}

.font-41mm {
  font-size: 41mm !important;
}

.font-41ex {
  font-size: 41ex !important;
}

.font-41ch {
  font-size: 41ch !important;
}

.font-41vw {
  font-size: 41vw !important;
}

.font-41vh {
  font-size: 41vh !important;
}

.font-41vmin {
  font-size: 41vmin !important;
}

.font-41vmax {
  font-size: 41vmax !important;
}

.font-41em {
  font-size: 41em !important;
}

.font-41rem {
  font-size: 41rem !important;
}

.font-42px {
  font-size: 42px !important;
}

.font-42pt {
  font-size: 42pt !important;
}

.font-42pc {
  font-size: 42pc !important;
}

.font-42in {
  font-size: 42in !important;
}

.font-42cm {
  font-size: 42cm !important;
}

.font-42mm {
  font-size: 42mm !important;
}

.font-42ex {
  font-size: 42ex !important;
}

.font-42ch {
  font-size: 42ch !important;
}

.font-42vw {
  font-size: 42vw !important;
}

.font-42vh {
  font-size: 42vh !important;
}

.font-42vmin {
  font-size: 42vmin !important;
}

.font-42vmax {
  font-size: 42vmax !important;
}

.font-42em {
  font-size: 42em !important;
}

.font-42rem {
  font-size: 42rem !important;
}

.font-43px {
  font-size: 43px !important;
}

.font-43pt {
  font-size: 43pt !important;
}

.font-43pc {
  font-size: 43pc !important;
}

.font-43in {
  font-size: 43in !important;
}

.font-43cm {
  font-size: 43cm !important;
}

.font-43mm {
  font-size: 43mm !important;
}

.font-43ex {
  font-size: 43ex !important;
}

.font-43ch {
  font-size: 43ch !important;
}

.font-43vw {
  font-size: 43vw !important;
}

.font-43vh {
  font-size: 43vh !important;
}

.font-43vmin {
  font-size: 43vmin !important;
}

.font-43vmax {
  font-size: 43vmax !important;
}

.font-43em {
  font-size: 43em !important;
}

.font-43rem {
  font-size: 43rem !important;
}

.font-44px {
  font-size: 44px !important;
}

.font-44pt {
  font-size: 44pt !important;
}

.font-44pc {
  font-size: 44pc !important;
}

.font-44in {
  font-size: 44in !important;
}

.font-44cm {
  font-size: 44cm !important;
}

.font-44mm {
  font-size: 44mm !important;
}

.font-44ex {
  font-size: 44ex !important;
}

.font-44ch {
  font-size: 44ch !important;
}

.font-44vw {
  font-size: 44vw !important;
}

.font-44vh {
  font-size: 44vh !important;
}

.font-44vmin {
  font-size: 44vmin !important;
}

.font-44vmax {
  font-size: 44vmax !important;
}

.font-44em {
  font-size: 44em !important;
}

.font-44rem {
  font-size: 44rem !important;
}

.font-45px {
  font-size: 45px !important;
}

.font-45pt {
  font-size: 45pt !important;
}

.font-45pc {
  font-size: 45pc !important;
}

.font-45in {
  font-size: 45in !important;
}

.font-45cm {
  font-size: 45cm !important;
}

.font-45mm {
  font-size: 45mm !important;
}

.font-45ex {
  font-size: 45ex !important;
}

.font-45ch {
  font-size: 45ch !important;
}

.font-45vw {
  font-size: 45vw !important;
}

.font-45vh {
  font-size: 45vh !important;
}

.font-45vmin {
  font-size: 45vmin !important;
}

.font-45vmax {
  font-size: 45vmax !important;
}

.font-45em {
  font-size: 45em !important;
}

.font-45rem {
  font-size: 45rem !important;
}

.font-46px {
  font-size: 46px !important;
}

.font-46pt {
  font-size: 46pt !important;
}

.font-46pc {
  font-size: 46pc !important;
}

.font-46in {
  font-size: 46in !important;
}

.font-46cm {
  font-size: 46cm !important;
}

.font-46mm {
  font-size: 46mm !important;
}

.font-46ex {
  font-size: 46ex !important;
}

.font-46ch {
  font-size: 46ch !important;
}

.font-46vw {
  font-size: 46vw !important;
}

.font-46vh {
  font-size: 46vh !important;
}

.font-46vmin {
  font-size: 46vmin !important;
}

.font-46vmax {
  font-size: 46vmax !important;
}

.font-46em {
  font-size: 46em !important;
}

.font-46rem {
  font-size: 46rem !important;
}

.font-47px {
  font-size: 47px !important;
}

.font-47pt {
  font-size: 47pt !important;
}

.font-47pc {
  font-size: 47pc !important;
}

.font-47in {
  font-size: 47in !important;
}

.font-47cm {
  font-size: 47cm !important;
}

.font-47mm {
  font-size: 47mm !important;
}

.font-47ex {
  font-size: 47ex !important;
}

.font-47ch {
  font-size: 47ch !important;
}

.font-47vw {
  font-size: 47vw !important;
}

.font-47vh {
  font-size: 47vh !important;
}

.font-47vmin {
  font-size: 47vmin !important;
}

.font-47vmax {
  font-size: 47vmax !important;
}

.font-47em {
  font-size: 47em !important;
}

.font-47rem {
  font-size: 47rem !important;
}

.font-48px {
  font-size: 48px !important;
}

.font-48pt {
  font-size: 48pt !important;
}

.font-48pc {
  font-size: 48pc !important;
}

.font-48in {
  font-size: 48in !important;
}

.font-48cm {
  font-size: 48cm !important;
}

.font-48mm {
  font-size: 48mm !important;
}

.font-48ex {
  font-size: 48ex !important;
}

.font-48ch {
  font-size: 48ch !important;
}

.font-48vw {
  font-size: 48vw !important;
}

.font-48vh {
  font-size: 48vh !important;
}

.font-48vmin {
  font-size: 48vmin !important;
}

.font-48vmax {
  font-size: 48vmax !important;
}

.font-48em {
  font-size: 48em !important;
}

.font-48rem {
  font-size: 48rem !important;
}

.font-49px {
  font-size: 49px !important;
}

.font-49pt {
  font-size: 49pt !important;
}

.font-49pc {
  font-size: 49pc !important;
}

.font-49in {
  font-size: 49in !important;
}

.font-49cm {
  font-size: 49cm !important;
}

.font-49mm {
  font-size: 49mm !important;
}

.font-49ex {
  font-size: 49ex !important;
}

.font-49ch {
  font-size: 49ch !important;
}

.font-49vw {
  font-size: 49vw !important;
}

.font-49vh {
  font-size: 49vh !important;
}

.font-49vmin {
  font-size: 49vmin !important;
}

.font-49vmax {
  font-size: 49vmax !important;
}

.font-49em {
  font-size: 49em !important;
}

.font-49rem {
  font-size: 49rem !important;
}

.font-50px {
  font-size: 50px !important;
}

.font-50pt {
  font-size: 50pt !important;
}

.font-50pc {
  font-size: 50pc !important;
}

.font-50in {
  font-size: 50in !important;
}

.font-50cm {
  font-size: 50cm !important;
}

.font-50mm {
  font-size: 50mm !important;
}

.font-50ex {
  font-size: 50ex !important;
}

.font-50ch {
  font-size: 50ch !important;
}

.font-50vw {
  font-size: 50vw !important;
}

.font-50vh {
  font-size: 50vh !important;
}

.font-50vmin {
  font-size: 50vmin !important;
}

.font-50vmax {
  font-size: 50vmax !important;
}

.font-50em {
  font-size: 50em !important;
}

.font-50rem {
  font-size: 50rem !important;
}

.font-51px {
  font-size: 51px !important;
}

.font-51pt {
  font-size: 51pt !important;
}

.font-51pc {
  font-size: 51pc !important;
}

.font-51in {
  font-size: 51in !important;
}

.font-51cm {
  font-size: 51cm !important;
}

.font-51mm {
  font-size: 51mm !important;
}

.font-51ex {
  font-size: 51ex !important;
}

.font-51ch {
  font-size: 51ch !important;
}

.font-51vw {
  font-size: 51vw !important;
}

.font-51vh {
  font-size: 51vh !important;
}

.font-51vmin {
  font-size: 51vmin !important;
}

.font-51vmax {
  font-size: 51vmax !important;
}

.font-51em {
  font-size: 51em !important;
}

.font-51rem {
  font-size: 51rem !important;
}

.font-52px {
  font-size: 52px !important;
}

.font-52pt {
  font-size: 52pt !important;
}

.font-52pc {
  font-size: 52pc !important;
}

.font-52in {
  font-size: 52in !important;
}

.font-52cm {
  font-size: 52cm !important;
}

.font-52mm {
  font-size: 52mm !important;
}

.font-52ex {
  font-size: 52ex !important;
}

.font-52ch {
  font-size: 52ch !important;
}

.font-52vw {
  font-size: 52vw !important;
}

.font-52vh {
  font-size: 52vh !important;
}

.font-52vmin {
  font-size: 52vmin !important;
}

.font-52vmax {
  font-size: 52vmax !important;
}

.font-52em {
  font-size: 52em !important;
}

.font-52rem {
  font-size: 52rem !important;
}

.font-53px {
  font-size: 53px !important;
}

.font-53pt {
  font-size: 53pt !important;
}

.font-53pc {
  font-size: 53pc !important;
}

.font-53in {
  font-size: 53in !important;
}

.font-53cm {
  font-size: 53cm !important;
}

.font-53mm {
  font-size: 53mm !important;
}

.font-53ex {
  font-size: 53ex !important;
}

.font-53ch {
  font-size: 53ch !important;
}

.font-53vw {
  font-size: 53vw !important;
}

.font-53vh {
  font-size: 53vh !important;
}

.font-53vmin {
  font-size: 53vmin !important;
}

.font-53vmax {
  font-size: 53vmax !important;
}

.font-53em {
  font-size: 53em !important;
}

.font-53rem {
  font-size: 53rem !important;
}

.font-54px {
  font-size: 54px !important;
}

.font-54pt {
  font-size: 54pt !important;
}

.font-54pc {
  font-size: 54pc !important;
}

.font-54in {
  font-size: 54in !important;
}

.font-54cm {
  font-size: 54cm !important;
}

.font-54mm {
  font-size: 54mm !important;
}

.font-54ex {
  font-size: 54ex !important;
}

.font-54ch {
  font-size: 54ch !important;
}

.font-54vw {
  font-size: 54vw !important;
}

.font-54vh {
  font-size: 54vh !important;
}

.font-54vmin {
  font-size: 54vmin !important;
}

.font-54vmax {
  font-size: 54vmax !important;
}

.font-54em {
  font-size: 54em !important;
}

.font-54rem {
  font-size: 54rem !important;
}

.font-55px {
  font-size: 55px !important;
}

.font-55pt {
  font-size: 55pt !important;
}

.font-55pc {
  font-size: 55pc !important;
}

.font-55in {
  font-size: 55in !important;
}

.font-55cm {
  font-size: 55cm !important;
}

.font-55mm {
  font-size: 55mm !important;
}

.font-55ex {
  font-size: 55ex !important;
}

.font-55ch {
  font-size: 55ch !important;
}

.font-55vw {
  font-size: 55vw !important;
}

.font-55vh {
  font-size: 55vh !important;
}

.font-55vmin {
  font-size: 55vmin !important;
}

.font-55vmax {
  font-size: 55vmax !important;
}

.font-55em {
  font-size: 55em !important;
}

.font-55rem {
  font-size: 55rem !important;
}

.font-56px {
  font-size: 56px !important;
}

.font-56pt {
  font-size: 56pt !important;
}

.font-56pc {
  font-size: 56pc !important;
}

.font-56in {
  font-size: 56in !important;
}

.font-56cm {
  font-size: 56cm !important;
}

.font-56mm {
  font-size: 56mm !important;
}

.font-56ex {
  font-size: 56ex !important;
}

.font-56ch {
  font-size: 56ch !important;
}

.font-56vw {
  font-size: 56vw !important;
}

.font-56vh {
  font-size: 56vh !important;
}

.font-56vmin {
  font-size: 56vmin !important;
}

.font-56vmax {
  font-size: 56vmax !important;
}

.font-56em {
  font-size: 56em !important;
}

.font-56rem {
  font-size: 56rem !important;
}

.font-57px {
  font-size: 57px !important;
}

.font-57pt {
  font-size: 57pt !important;
}

.font-57pc {
  font-size: 57pc !important;
}

.font-57in {
  font-size: 57in !important;
}

.font-57cm {
  font-size: 57cm !important;
}

.font-57mm {
  font-size: 57mm !important;
}

.font-57ex {
  font-size: 57ex !important;
}

.font-57ch {
  font-size: 57ch !important;
}

.font-57vw {
  font-size: 57vw !important;
}

.font-57vh {
  font-size: 57vh !important;
}

.font-57vmin {
  font-size: 57vmin !important;
}

.font-57vmax {
  font-size: 57vmax !important;
}

.font-57em {
  font-size: 57em !important;
}

.font-57rem {
  font-size: 57rem !important;
}

.font-58px {
  font-size: 58px !important;
}

.font-58pt {
  font-size: 58pt !important;
}

.font-58pc {
  font-size: 58pc !important;
}

.font-58in {
  font-size: 58in !important;
}

.font-58cm {
  font-size: 58cm !important;
}

.font-58mm {
  font-size: 58mm !important;
}

.font-58ex {
  font-size: 58ex !important;
}

.font-58ch {
  font-size: 58ch !important;
}

.font-58vw {
  font-size: 58vw !important;
}

.font-58vh {
  font-size: 58vh !important;
}

.font-58vmin {
  font-size: 58vmin !important;
}

.font-58vmax {
  font-size: 58vmax !important;
}

.font-58em {
  font-size: 58em !important;
}

.font-58rem {
  font-size: 58rem !important;
}

.font-59px {
  font-size: 59px !important;
}

.font-59pt {
  font-size: 59pt !important;
}

.font-59pc {
  font-size: 59pc !important;
}

.font-59in {
  font-size: 59in !important;
}

.font-59cm {
  font-size: 59cm !important;
}

.font-59mm {
  font-size: 59mm !important;
}

.font-59ex {
  font-size: 59ex !important;
}

.font-59ch {
  font-size: 59ch !important;
}

.font-59vw {
  font-size: 59vw !important;
}

.font-59vh {
  font-size: 59vh !important;
}

.font-59vmin {
  font-size: 59vmin !important;
}

.font-59vmax {
  font-size: 59vmax !important;
}

.font-59em {
  font-size: 59em !important;
}

.font-59rem {
  font-size: 59rem !important;
}

.font-60px {
  font-size: 60px !important;
}

.font-60pt {
  font-size: 60pt !important;
}

.font-60pc {
  font-size: 60pc !important;
}

.font-60in {
  font-size: 60in !important;
}

.font-60cm {
  font-size: 60cm !important;
}

.font-60mm {
  font-size: 60mm !important;
}

.font-60ex {
  font-size: 60ex !important;
}

.font-60ch {
  font-size: 60ch !important;
}

.font-60vw {
  font-size: 60vw !important;
}

.font-60vh {
  font-size: 60vh !important;
}

.font-60vmin {
  font-size: 60vmin !important;
}

.font-60vmax {
  font-size: 60vmax !important;
}

.font-60em {
  font-size: 60em !important;
}

.font-60rem {
  font-size: 60rem !important;
}

.font-61px {
  font-size: 61px !important;
}

.font-61pt {
  font-size: 61pt !important;
}

.font-61pc {
  font-size: 61pc !important;
}

.font-61in {
  font-size: 61in !important;
}

.font-61cm {
  font-size: 61cm !important;
}

.font-61mm {
  font-size: 61mm !important;
}

.font-61ex {
  font-size: 61ex !important;
}

.font-61ch {
  font-size: 61ch !important;
}

.font-61vw {
  font-size: 61vw !important;
}

.font-61vh {
  font-size: 61vh !important;
}

.font-61vmin {
  font-size: 61vmin !important;
}

.font-61vmax {
  font-size: 61vmax !important;
}

.font-61em {
  font-size: 61em !important;
}

.font-61rem {
  font-size: 61rem !important;
}

.font-62px {
  font-size: 62px !important;
}

.font-62pt {
  font-size: 62pt !important;
}

.font-62pc {
  font-size: 62pc !important;
}

.font-62in {
  font-size: 62in !important;
}

.font-62cm {
  font-size: 62cm !important;
}

.font-62mm {
  font-size: 62mm !important;
}

.font-62ex {
  font-size: 62ex !important;
}

.font-62ch {
  font-size: 62ch !important;
}

.font-62vw {
  font-size: 62vw !important;
}

.font-62vh {
  font-size: 62vh !important;
}

.font-62vmin {
  font-size: 62vmin !important;
}

.font-62vmax {
  font-size: 62vmax !important;
}

.font-62em {
  font-size: 62em !important;
}

.font-62rem {
  font-size: 62rem !important;
}

.font-63px {
  font-size: 63px !important;
}

.font-63pt {
  font-size: 63pt !important;
}

.font-63pc {
  font-size: 63pc !important;
}

.font-63in {
  font-size: 63in !important;
}

.font-63cm {
  font-size: 63cm !important;
}

.font-63mm {
  font-size: 63mm !important;
}

.font-63ex {
  font-size: 63ex !important;
}

.font-63ch {
  font-size: 63ch !important;
}

.font-63vw {
  font-size: 63vw !important;
}

.font-63vh {
  font-size: 63vh !important;
}

.font-63vmin {
  font-size: 63vmin !important;
}

.font-63vmax {
  font-size: 63vmax !important;
}

.font-63em {
  font-size: 63em !important;
}

.font-63rem {
  font-size: 63rem !important;
}

.font-64px {
  font-size: 64px !important;
}

.font-64pt {
  font-size: 64pt !important;
}

.font-64pc {
  font-size: 64pc !important;
}

.font-64in {
  font-size: 64in !important;
}

.font-64cm {
  font-size: 64cm !important;
}

.font-64mm {
  font-size: 64mm !important;
}

.font-64ex {
  font-size: 64ex !important;
}

.font-64ch {
  font-size: 64ch !important;
}

.font-64vw {
  font-size: 64vw !important;
}

.font-64vh {
  font-size: 64vh !important;
}

.font-64vmin {
  font-size: 64vmin !important;
}

.font-64vmax {
  font-size: 64vmax !important;
}

.font-64em {
  font-size: 64em !important;
}

.font-64rem {
  font-size: 64rem !important;
}

.font-65px {
  font-size: 65px !important;
}

.font-65pt {
  font-size: 65pt !important;
}

.font-65pc {
  font-size: 65pc !important;
}

.font-65in {
  font-size: 65in !important;
}

.font-65cm {
  font-size: 65cm !important;
}

.font-65mm {
  font-size: 65mm !important;
}

.font-65ex {
  font-size: 65ex !important;
}

.font-65ch {
  font-size: 65ch !important;
}

.font-65vw {
  font-size: 65vw !important;
}

.font-65vh {
  font-size: 65vh !important;
}

.font-65vmin {
  font-size: 65vmin !important;
}

.font-65vmax {
  font-size: 65vmax !important;
}

.font-65em {
  font-size: 65em !important;
}

.font-65rem {
  font-size: 65rem !important;
}

.font-66px {
  font-size: 66px !important;
}

.font-66pt {
  font-size: 66pt !important;
}

.font-66pc {
  font-size: 66pc !important;
}

.font-66in {
  font-size: 66in !important;
}

.font-66cm {
  font-size: 66cm !important;
}

.font-66mm {
  font-size: 66mm !important;
}

.font-66ex {
  font-size: 66ex !important;
}

.font-66ch {
  font-size: 66ch !important;
}

.font-66vw {
  font-size: 66vw !important;
}

.font-66vh {
  font-size: 66vh !important;
}

.font-66vmin {
  font-size: 66vmin !important;
}

.font-66vmax {
  font-size: 66vmax !important;
}

.font-66em {
  font-size: 66em !important;
}

.font-66rem {
  font-size: 66rem !important;
}

.font-67px {
  font-size: 67px !important;
}

.font-67pt {
  font-size: 67pt !important;
}

.font-67pc {
  font-size: 67pc !important;
}

.font-67in {
  font-size: 67in !important;
}

.font-67cm {
  font-size: 67cm !important;
}

.font-67mm {
  font-size: 67mm !important;
}

.font-67ex {
  font-size: 67ex !important;
}

.font-67ch {
  font-size: 67ch !important;
}

.font-67vw {
  font-size: 67vw !important;
}

.font-67vh {
  font-size: 67vh !important;
}

.font-67vmin {
  font-size: 67vmin !important;
}

.font-67vmax {
  font-size: 67vmax !important;
}

.font-67em {
  font-size: 67em !important;
}

.font-67rem {
  font-size: 67rem !important;
}

.font-68px {
  font-size: 68px !important;
}

.font-68pt {
  font-size: 68pt !important;
}

.font-68pc {
  font-size: 68pc !important;
}

.font-68in {
  font-size: 68in !important;
}

.font-68cm {
  font-size: 68cm !important;
}

.font-68mm {
  font-size: 68mm !important;
}

.font-68ex {
  font-size: 68ex !important;
}

.font-68ch {
  font-size: 68ch !important;
}

.font-68vw {
  font-size: 68vw !important;
}

.font-68vh {
  font-size: 68vh !important;
}

.font-68vmin {
  font-size: 68vmin !important;
}

.font-68vmax {
  font-size: 68vmax !important;
}

.font-68em {
  font-size: 68em !important;
}

.font-68rem {
  font-size: 68rem !important;
}

.font-69px {
  font-size: 69px !important;
}

.font-69pt {
  font-size: 69pt !important;
}

.font-69pc {
  font-size: 69pc !important;
}

.font-69in {
  font-size: 69in !important;
}

.font-69cm {
  font-size: 69cm !important;
}

.font-69mm {
  font-size: 69mm !important;
}

.font-69ex {
  font-size: 69ex !important;
}

.font-69ch {
  font-size: 69ch !important;
}

.font-69vw {
  font-size: 69vw !important;
}

.font-69vh {
  font-size: 69vh !important;
}

.font-69vmin {
  font-size: 69vmin !important;
}

.font-69vmax {
  font-size: 69vmax !important;
}

.font-69em {
  font-size: 69em !important;
}

.font-69rem {
  font-size: 69rem !important;
}

.font-70px {
  font-size: 70px !important;
}

.font-70pt {
  font-size: 70pt !important;
}

.font-70pc {
  font-size: 70pc !important;
}

.font-70in {
  font-size: 70in !important;
}

.font-70cm {
  font-size: 70cm !important;
}

.font-70mm {
  font-size: 70mm !important;
}

.font-70ex {
  font-size: 70ex !important;
}

.font-70ch {
  font-size: 70ch !important;
}

.font-70vw {
  font-size: 70vw !important;
}

.font-70vh {
  font-size: 70vh !important;
}

.font-70vmin {
  font-size: 70vmin !important;
}

.font-70vmax {
  font-size: 70vmax !important;
}

.font-70em {
  font-size: 70em !important;
}

.font-70rem {
  font-size: 70rem !important;
}

.font-71px {
  font-size: 71px !important;
}

.font-71pt {
  font-size: 71pt !important;
}

.font-71pc {
  font-size: 71pc !important;
}

.font-71in {
  font-size: 71in !important;
}

.font-71cm {
  font-size: 71cm !important;
}

.font-71mm {
  font-size: 71mm !important;
}

.font-71ex {
  font-size: 71ex !important;
}

.font-71ch {
  font-size: 71ch !important;
}

.font-71vw {
  font-size: 71vw !important;
}

.font-71vh {
  font-size: 71vh !important;
}

.font-71vmin {
  font-size: 71vmin !important;
}

.font-71vmax {
  font-size: 71vmax !important;
}

.font-71em {
  font-size: 71em !important;
}

.font-71rem {
  font-size: 71rem !important;
}

.font-72px {
  font-size: 72px !important;
}

.font-72pt {
  font-size: 72pt !important;
}

.font-72pc {
  font-size: 72pc !important;
}

.font-72in {
  font-size: 72in !important;
}

.font-72cm {
  font-size: 72cm !important;
}

.font-72mm {
  font-size: 72mm !important;
}

.font-72ex {
  font-size: 72ex !important;
}

.font-72ch {
  font-size: 72ch !important;
}

.font-72vw {
  font-size: 72vw !important;
}

.font-72vh {
  font-size: 72vh !important;
}

.font-72vmin {
  font-size: 72vmin !important;
}

.font-72vmax {
  font-size: 72vmax !important;
}

.font-72em {
  font-size: 72em !important;
}

.font-72rem {
  font-size: 72rem !important;
}

.font-73px {
  font-size: 73px !important;
}

.font-73pt {
  font-size: 73pt !important;
}

.font-73pc {
  font-size: 73pc !important;
}

.font-73in {
  font-size: 73in !important;
}

.font-73cm {
  font-size: 73cm !important;
}

.font-73mm {
  font-size: 73mm !important;
}

.font-73ex {
  font-size: 73ex !important;
}

.font-73ch {
  font-size: 73ch !important;
}

.font-73vw {
  font-size: 73vw !important;
}

.font-73vh {
  font-size: 73vh !important;
}

.font-73vmin {
  font-size: 73vmin !important;
}

.font-73vmax {
  font-size: 73vmax !important;
}

.font-73em {
  font-size: 73em !important;
}

.font-73rem {
  font-size: 73rem !important;
}

.font-74px {
  font-size: 74px !important;
}

.font-74pt {
  font-size: 74pt !important;
}

.font-74pc {
  font-size: 74pc !important;
}

.font-74in {
  font-size: 74in !important;
}

.font-74cm {
  font-size: 74cm !important;
}

.font-74mm {
  font-size: 74mm !important;
}

.font-74ex {
  font-size: 74ex !important;
}

.font-74ch {
  font-size: 74ch !important;
}

.font-74vw {
  font-size: 74vw !important;
}

.font-74vh {
  font-size: 74vh !important;
}

.font-74vmin {
  font-size: 74vmin !important;
}

.font-74vmax {
  font-size: 74vmax !important;
}

.font-74em {
  font-size: 74em !important;
}

.font-74rem {
  font-size: 74rem !important;
}

.font-75px {
  font-size: 75px !important;
}

.font-75pt {
  font-size: 75pt !important;
}

.font-75pc {
  font-size: 75pc !important;
}

.font-75in {
  font-size: 75in !important;
}

.font-75cm {
  font-size: 75cm !important;
}

.font-75mm {
  font-size: 75mm !important;
}

.font-75ex {
  font-size: 75ex !important;
}

.font-75ch {
  font-size: 75ch !important;
}

.font-75vw {
  font-size: 75vw !important;
}

.font-75vh {
  font-size: 75vh !important;
}

.font-75vmin {
  font-size: 75vmin !important;
}

.font-75vmax {
  font-size: 75vmax !important;
}

.font-75em {
  font-size: 75em !important;
}

.font-75rem {
  font-size: 75rem !important;
}

.font-76px {
  font-size: 76px !important;
}

.font-76pt {
  font-size: 76pt !important;
}

.font-76pc {
  font-size: 76pc !important;
}

.font-76in {
  font-size: 76in !important;
}

.font-76cm {
  font-size: 76cm !important;
}

.font-76mm {
  font-size: 76mm !important;
}

.font-76ex {
  font-size: 76ex !important;
}

.font-76ch {
  font-size: 76ch !important;
}

.font-76vw {
  font-size: 76vw !important;
}

.font-76vh {
  font-size: 76vh !important;
}

.font-76vmin {
  font-size: 76vmin !important;
}

.font-76vmax {
  font-size: 76vmax !important;
}

.font-76em {
  font-size: 76em !important;
}

.font-76rem {
  font-size: 76rem !important;
}

.font-77px {
  font-size: 77px !important;
}

.font-77pt {
  font-size: 77pt !important;
}

.font-77pc {
  font-size: 77pc !important;
}

.font-77in {
  font-size: 77in !important;
}

.font-77cm {
  font-size: 77cm !important;
}

.font-77mm {
  font-size: 77mm !important;
}

.font-77ex {
  font-size: 77ex !important;
}

.font-77ch {
  font-size: 77ch !important;
}

.font-77vw {
  font-size: 77vw !important;
}

.font-77vh {
  font-size: 77vh !important;
}

.font-77vmin {
  font-size: 77vmin !important;
}

.font-77vmax {
  font-size: 77vmax !important;
}

.font-77em {
  font-size: 77em !important;
}

.font-77rem {
  font-size: 77rem !important;
}

.font-78px {
  font-size: 78px !important;
}

.font-78pt {
  font-size: 78pt !important;
}

.font-78pc {
  font-size: 78pc !important;
}

.font-78in {
  font-size: 78in !important;
}

.font-78cm {
  font-size: 78cm !important;
}

.font-78mm {
  font-size: 78mm !important;
}

.font-78ex {
  font-size: 78ex !important;
}

.font-78ch {
  font-size: 78ch !important;
}

.font-78vw {
  font-size: 78vw !important;
}

.font-78vh {
  font-size: 78vh !important;
}

.font-78vmin {
  font-size: 78vmin !important;
}

.font-78vmax {
  font-size: 78vmax !important;
}

.font-78em {
  font-size: 78em !important;
}

.font-78rem {
  font-size: 78rem !important;
}

.font-79px {
  font-size: 79px !important;
}

.font-79pt {
  font-size: 79pt !important;
}

.font-79pc {
  font-size: 79pc !important;
}

.font-79in {
  font-size: 79in !important;
}

.font-79cm {
  font-size: 79cm !important;
}

.font-79mm {
  font-size: 79mm !important;
}

.font-79ex {
  font-size: 79ex !important;
}

.font-79ch {
  font-size: 79ch !important;
}

.font-79vw {
  font-size: 79vw !important;
}

.font-79vh {
  font-size: 79vh !important;
}

.font-79vmin {
  font-size: 79vmin !important;
}

.font-79vmax {
  font-size: 79vmax !important;
}

.font-79em {
  font-size: 79em !important;
}

.font-79rem {
  font-size: 79rem !important;
}

.font-80px {
  font-size: 80px !important;
}

.font-80pt {
  font-size: 80pt !important;
}

.font-80pc {
  font-size: 80pc !important;
}

.font-80in {
  font-size: 80in !important;
}

.font-80cm {
  font-size: 80cm !important;
}

.font-80mm {
  font-size: 80mm !important;
}

.font-80ex {
  font-size: 80ex !important;
}

.font-80ch {
  font-size: 80ch !important;
}

.font-80vw {
  font-size: 80vw !important;
}

.font-80vh {
  font-size: 80vh !important;
}

.font-80vmin {
  font-size: 80vmin !important;
}

.font-80vmax {
  font-size: 80vmax !important;
}

.font-80em {
  font-size: 80em !important;
}

.font-80rem {
  font-size: 80rem !important;
}

.font-81px {
  font-size: 81px !important;
}

.font-81pt {
  font-size: 81pt !important;
}

.font-81pc {
  font-size: 81pc !important;
}

.font-81in {
  font-size: 81in !important;
}

.font-81cm {
  font-size: 81cm !important;
}

.font-81mm {
  font-size: 81mm !important;
}

.font-81ex {
  font-size: 81ex !important;
}

.font-81ch {
  font-size: 81ch !important;
}

.font-81vw {
  font-size: 81vw !important;
}

.font-81vh {
  font-size: 81vh !important;
}

.font-81vmin {
  font-size: 81vmin !important;
}

.font-81vmax {
  font-size: 81vmax !important;
}

.font-81em {
  font-size: 81em !important;
}

.font-81rem {
  font-size: 81rem !important;
}

.font-82px {
  font-size: 82px !important;
}

.font-82pt {
  font-size: 82pt !important;
}

.font-82pc {
  font-size: 82pc !important;
}

.font-82in {
  font-size: 82in !important;
}

.font-82cm {
  font-size: 82cm !important;
}

.font-82mm {
  font-size: 82mm !important;
}

.font-82ex {
  font-size: 82ex !important;
}

.font-82ch {
  font-size: 82ch !important;
}

.font-82vw {
  font-size: 82vw !important;
}

.font-82vh {
  font-size: 82vh !important;
}

.font-82vmin {
  font-size: 82vmin !important;
}

.font-82vmax {
  font-size: 82vmax !important;
}

.font-82em {
  font-size: 82em !important;
}

.font-82rem {
  font-size: 82rem !important;
}

.font-83px {
  font-size: 83px !important;
}

.font-83pt {
  font-size: 83pt !important;
}

.font-83pc {
  font-size: 83pc !important;
}

.font-83in {
  font-size: 83in !important;
}

.font-83cm {
  font-size: 83cm !important;
}

.font-83mm {
  font-size: 83mm !important;
}

.font-83ex {
  font-size: 83ex !important;
}

.font-83ch {
  font-size: 83ch !important;
}

.font-83vw {
  font-size: 83vw !important;
}

.font-83vh {
  font-size: 83vh !important;
}

.font-83vmin {
  font-size: 83vmin !important;
}

.font-83vmax {
  font-size: 83vmax !important;
}

.font-83em {
  font-size: 83em !important;
}

.font-83rem {
  font-size: 83rem !important;
}

.font-84px {
  font-size: 84px !important;
}

.font-84pt {
  font-size: 84pt !important;
}

.font-84pc {
  font-size: 84pc !important;
}

.font-84in {
  font-size: 84in !important;
}

.font-84cm {
  font-size: 84cm !important;
}

.font-84mm {
  font-size: 84mm !important;
}

.font-84ex {
  font-size: 84ex !important;
}

.font-84ch {
  font-size: 84ch !important;
}

.font-84vw {
  font-size: 84vw !important;
}

.font-84vh {
  font-size: 84vh !important;
}

.font-84vmin {
  font-size: 84vmin !important;
}

.font-84vmax {
  font-size: 84vmax !important;
}

.font-84em {
  font-size: 84em !important;
}

.font-84rem {
  font-size: 84rem !important;
}

.font-85px {
  font-size: 85px !important;
}

.font-85pt {
  font-size: 85pt !important;
}

.font-85pc {
  font-size: 85pc !important;
}

.font-85in {
  font-size: 85in !important;
}

.font-85cm {
  font-size: 85cm !important;
}

.font-85mm {
  font-size: 85mm !important;
}

.font-85ex {
  font-size: 85ex !important;
}

.font-85ch {
  font-size: 85ch !important;
}

.font-85vw {
  font-size: 85vw !important;
}

.font-85vh {
  font-size: 85vh !important;
}

.font-85vmin {
  font-size: 85vmin !important;
}

.font-85vmax {
  font-size: 85vmax !important;
}

.font-85em {
  font-size: 85em !important;
}

.font-85rem {
  font-size: 85rem !important;
}

.font-86px {
  font-size: 86px !important;
}

.font-86pt {
  font-size: 86pt !important;
}

.font-86pc {
  font-size: 86pc !important;
}

.font-86in {
  font-size: 86in !important;
}

.font-86cm {
  font-size: 86cm !important;
}

.font-86mm {
  font-size: 86mm !important;
}

.font-86ex {
  font-size: 86ex !important;
}

.font-86ch {
  font-size: 86ch !important;
}

.font-86vw {
  font-size: 86vw !important;
}

.font-86vh {
  font-size: 86vh !important;
}

.font-86vmin {
  font-size: 86vmin !important;
}

.font-86vmax {
  font-size: 86vmax !important;
}

.font-86em {
  font-size: 86em !important;
}

.font-86rem {
  font-size: 86rem !important;
}

.font-87px {
  font-size: 87px !important;
}

.font-87pt {
  font-size: 87pt !important;
}

.font-87pc {
  font-size: 87pc !important;
}

.font-87in {
  font-size: 87in !important;
}

.font-87cm {
  font-size: 87cm !important;
}

.font-87mm {
  font-size: 87mm !important;
}

.font-87ex {
  font-size: 87ex !important;
}

.font-87ch {
  font-size: 87ch !important;
}

.font-87vw {
  font-size: 87vw !important;
}

.font-87vh {
  font-size: 87vh !important;
}

.font-87vmin {
  font-size: 87vmin !important;
}

.font-87vmax {
  font-size: 87vmax !important;
}

.font-87em {
  font-size: 87em !important;
}

.font-87rem {
  font-size: 87rem !important;
}

.font-88px {
  font-size: 88px !important;
}

.font-88pt {
  font-size: 88pt !important;
}

.font-88pc {
  font-size: 88pc !important;
}

.font-88in {
  font-size: 88in !important;
}

.font-88cm {
  font-size: 88cm !important;
}

.font-88mm {
  font-size: 88mm !important;
}

.font-88ex {
  font-size: 88ex !important;
}

.font-88ch {
  font-size: 88ch !important;
}

.font-88vw {
  font-size: 88vw !important;
}

.font-88vh {
  font-size: 88vh !important;
}

.font-88vmin {
  font-size: 88vmin !important;
}

.font-88vmax {
  font-size: 88vmax !important;
}

.font-88em {
  font-size: 88em !important;
}

.font-88rem {
  font-size: 88rem !important;
}

.font-89px {
  font-size: 89px !important;
}

.font-89pt {
  font-size: 89pt !important;
}

.font-89pc {
  font-size: 89pc !important;
}

.font-89in {
  font-size: 89in !important;
}

.font-89cm {
  font-size: 89cm !important;
}

.font-89mm {
  font-size: 89mm !important;
}

.font-89ex {
  font-size: 89ex !important;
}

.font-89ch {
  font-size: 89ch !important;
}

.font-89vw {
  font-size: 89vw !important;
}

.font-89vh {
  font-size: 89vh !important;
}

.font-89vmin {
  font-size: 89vmin !important;
}

.font-89vmax {
  font-size: 89vmax !important;
}

.font-89em {
  font-size: 89em !important;
}

.font-89rem {
  font-size: 89rem !important;
}

.font-90px {
  font-size: 90px !important;
}

.font-90pt {
  font-size: 90pt !important;
}

.font-90pc {
  font-size: 90pc !important;
}

.font-90in {
  font-size: 90in !important;
}

.font-90cm {
  font-size: 90cm !important;
}

.font-90mm {
  font-size: 90mm !important;
}

.font-90ex {
  font-size: 90ex !important;
}

.font-90ch {
  font-size: 90ch !important;
}

.font-90vw {
  font-size: 90vw !important;
}

.font-90vh {
  font-size: 90vh !important;
}

.font-90vmin {
  font-size: 90vmin !important;
}

.font-90vmax {
  font-size: 90vmax !important;
}

.font-90em {
  font-size: 90em !important;
}

.font-90rem {
  font-size: 90rem !important;
}

.font-91px {
  font-size: 91px !important;
}

.font-91pt {
  font-size: 91pt !important;
}

.font-91pc {
  font-size: 91pc !important;
}

.font-91in {
  font-size: 91in !important;
}

.font-91cm {
  font-size: 91cm !important;
}

.font-91mm {
  font-size: 91mm !important;
}

.font-91ex {
  font-size: 91ex !important;
}

.font-91ch {
  font-size: 91ch !important;
}

.font-91vw {
  font-size: 91vw !important;
}

.font-91vh {
  font-size: 91vh !important;
}

.font-91vmin {
  font-size: 91vmin !important;
}

.font-91vmax {
  font-size: 91vmax !important;
}

.font-91em {
  font-size: 91em !important;
}

.font-91rem {
  font-size: 91rem !important;
}

.font-92px {
  font-size: 92px !important;
}

.font-92pt {
  font-size: 92pt !important;
}

.font-92pc {
  font-size: 92pc !important;
}

.font-92in {
  font-size: 92in !important;
}

.font-92cm {
  font-size: 92cm !important;
}

.font-92mm {
  font-size: 92mm !important;
}

.font-92ex {
  font-size: 92ex !important;
}

.font-92ch {
  font-size: 92ch !important;
}

.font-92vw {
  font-size: 92vw !important;
}

.font-92vh {
  font-size: 92vh !important;
}

.font-92vmin {
  font-size: 92vmin !important;
}

.font-92vmax {
  font-size: 92vmax !important;
}

.font-92em {
  font-size: 92em !important;
}

.font-92rem {
  font-size: 92rem !important;
}

.font-93px {
  font-size: 93px !important;
}

.font-93pt {
  font-size: 93pt !important;
}

.font-93pc {
  font-size: 93pc !important;
}

.font-93in {
  font-size: 93in !important;
}

.font-93cm {
  font-size: 93cm !important;
}

.font-93mm {
  font-size: 93mm !important;
}

.font-93ex {
  font-size: 93ex !important;
}

.font-93ch {
  font-size: 93ch !important;
}

.font-93vw {
  font-size: 93vw !important;
}

.font-93vh {
  font-size: 93vh !important;
}

.font-93vmin {
  font-size: 93vmin !important;
}

.font-93vmax {
  font-size: 93vmax !important;
}

.font-93em {
  font-size: 93em !important;
}

.font-93rem {
  font-size: 93rem !important;
}

.font-94px {
  font-size: 94px !important;
}

.font-94pt {
  font-size: 94pt !important;
}

.font-94pc {
  font-size: 94pc !important;
}

.font-94in {
  font-size: 94in !important;
}

.font-94cm {
  font-size: 94cm !important;
}

.font-94mm {
  font-size: 94mm !important;
}

.font-94ex {
  font-size: 94ex !important;
}

.font-94ch {
  font-size: 94ch !important;
}

.font-94vw {
  font-size: 94vw !important;
}

.font-94vh {
  font-size: 94vh !important;
}

.font-94vmin {
  font-size: 94vmin !important;
}

.font-94vmax {
  font-size: 94vmax !important;
}

.font-94em {
  font-size: 94em !important;
}

.font-94rem {
  font-size: 94rem !important;
}

.font-95px {
  font-size: 95px !important;
}

.font-95pt {
  font-size: 95pt !important;
}

.font-95pc {
  font-size: 95pc !important;
}

.font-95in {
  font-size: 95in !important;
}

.font-95cm {
  font-size: 95cm !important;
}

.font-95mm {
  font-size: 95mm !important;
}

.font-95ex {
  font-size: 95ex !important;
}

.font-95ch {
  font-size: 95ch !important;
}

.font-95vw {
  font-size: 95vw !important;
}

.font-95vh {
  font-size: 95vh !important;
}

.font-95vmin {
  font-size: 95vmin !important;
}

.font-95vmax {
  font-size: 95vmax !important;
}

.font-95em {
  font-size: 95em !important;
}

.font-95rem {
  font-size: 95rem !important;
}

.font-96px {
  font-size: 96px !important;
}

.font-96pt {
  font-size: 96pt !important;
}

.font-96pc {
  font-size: 96pc !important;
}

.font-96in {
  font-size: 96in !important;
}

.font-96cm {
  font-size: 96cm !important;
}

.font-96mm {
  font-size: 96mm !important;
}

.font-96ex {
  font-size: 96ex !important;
}

.font-96ch {
  font-size: 96ch !important;
}

.font-96vw {
  font-size: 96vw !important;
}

.font-96vh {
  font-size: 96vh !important;
}

.font-96vmin {
  font-size: 96vmin !important;
}

.font-96vmax {
  font-size: 96vmax !important;
}

.font-96em {
  font-size: 96em !important;
}

.font-96rem {
  font-size: 96rem !important;
}

.font-97px {
  font-size: 97px !important;
}

.font-97pt {
  font-size: 97pt !important;
}

.font-97pc {
  font-size: 97pc !important;
}

.font-97in {
  font-size: 97in !important;
}

.font-97cm {
  font-size: 97cm !important;
}

.font-97mm {
  font-size: 97mm !important;
}

.font-97ex {
  font-size: 97ex !important;
}

.font-97ch {
  font-size: 97ch !important;
}

.font-97vw {
  font-size: 97vw !important;
}

.font-97vh {
  font-size: 97vh !important;
}

.font-97vmin {
  font-size: 97vmin !important;
}

.font-97vmax {
  font-size: 97vmax !important;
}

.font-97em {
  font-size: 97em !important;
}

.font-97rem {
  font-size: 97rem !important;
}

.font-98px {
  font-size: 98px !important;
}

.font-98pt {
  font-size: 98pt !important;
}

.font-98pc {
  font-size: 98pc !important;
}

.font-98in {
  font-size: 98in !important;
}

.font-98cm {
  font-size: 98cm !important;
}

.font-98mm {
  font-size: 98mm !important;
}

.font-98ex {
  font-size: 98ex !important;
}

.font-98ch {
  font-size: 98ch !important;
}

.font-98vw {
  font-size: 98vw !important;
}

.font-98vh {
  font-size: 98vh !important;
}

.font-98vmin {
  font-size: 98vmin !important;
}

.font-98vmax {
  font-size: 98vmax !important;
}

.font-98em {
  font-size: 98em !important;
}

.font-98rem {
  font-size: 98rem !important;
}

.font-99px {
  font-size: 99px !important;
}

.font-99pt {
  font-size: 99pt !important;
}

.font-99pc {
  font-size: 99pc !important;
}

.font-99in {
  font-size: 99in !important;
}

.font-99cm {
  font-size: 99cm !important;
}

.font-99mm {
  font-size: 99mm !important;
}

.font-99ex {
  font-size: 99ex !important;
}

.font-99ch {
  font-size: 99ch !important;
}

.font-99vw {
  font-size: 99vw !important;
}

.font-99vh {
  font-size: 99vh !important;
}

.font-99vmin {
  font-size: 99vmin !important;
}

.font-99vmax {
  font-size: 99vmax !important;
}

.font-99em {
  font-size: 99em !important;
}

.font-99rem {
  font-size: 99rem !important;
}

.font-100px {
  font-size: 100px !important;
}

.font-100pt {
  font-size: 100pt !important;
}

.font-100pc {
  font-size: 100pc !important;
}

.font-100in {
  font-size: 100in !important;
}

.font-100cm {
  font-size: 100cm !important;
}

.font-100mm {
  font-size: 100mm !important;
}

.font-100ex {
  font-size: 100ex !important;
}

.font-100ch {
  font-size: 100ch !important;
}

.font-100vw {
  font-size: 100vw !important;
}

.font-100vh {
  font-size: 100vh !important;
}

.font-100vmin {
  font-size: 100vmin !important;
}

.font-100vmax {
  font-size: 100vmax !important;
}

.font-100em {
  font-size: 100em !important;
}

.font-100rem {
  font-size: 100rem !important;
}

.height-1 {
  height: 1%;
}

.height-2 {
  height: 2%;
}

.height-3 {
  height: 3%;
}

.height-4 {
  height: 4%;
}

.height-5 {
  height: 5%;
}

.height-6 {
  height: 6%;
}

.height-7 {
  height: 7%;
}

.height-8 {
  height: 8%;
}

.height-9 {
  height: 9%;
}

.height-10 {
  height: 10%;
}

.height-11 {
  height: 11%;
}

.height-12 {
  height: 12%;
}

.height-13 {
  height: 13%;
}

.height-14 {
  height: 14%;
}

.height-15 {
  height: 15%;
}

.height-16 {
  height: 16%;
}

.height-17 {
  height: 17%;
}

.height-18 {
  height: 18%;
}

.height-19 {
  height: 19%;
}

.height-20 {
  height: 20%;
}

.height-21 {
  height: 21%;
}

.height-22 {
  height: 22%;
}

.height-23 {
  height: 23%;
}

.height-24 {
  height: 24%;
}

.height-25 {
  height: 25%;
}

.height-26 {
  height: 26%;
}

.height-27 {
  height: 27%;
}

.height-28 {
  height: 28%;
}

.height-29 {
  height: 29%;
}

.height-30 {
  height: 30%;
}

.height-31 {
  height: 31%;
}

.height-32 {
  height: 32%;
}

.height-33 {
  height: 33%;
}

.height-34 {
  height: 34%;
}

.height-35 {
  height: 35%;
}

.height-36 {
  height: 36%;
}

.height-37 {
  height: 37%;
}

.height-38 {
  height: 38%;
}

.height-39 {
  height: 39%;
}

.height-40 {
  height: 40%;
}

.height-41 {
  height: 41%;
}

.height-42 {
  height: 42%;
}

.height-43 {
  height: 43%;
}

.height-44 {
  height: 44%;
}

.height-45 {
  height: 45%;
}

.height-46 {
  height: 46%;
}

.height-47 {
  height: 47%;
}

.height-48 {
  height: 48%;
}

.height-49 {
  height: 49%;
}

.height-50 {
  height: 50%;
}

.height-51 {
  height: 51%;
}

.height-52 {
  height: 52%;
}

.height-53 {
  height: 53%;
}

.height-54 {
  height: 54%;
}

.height-55 {
  height: 55%;
}

.height-56 {
  height: 56%;
}

.height-57 {
  height: 57%;
}

.height-58 {
  height: 58%;
}

.height-59 {
  height: 59%;
}

.height-60 {
  height: 60%;
}

.height-61 {
  height: 61%;
}

.height-62 {
  height: 62%;
}

.height-63 {
  height: 63%;
}

.height-64 {
  height: 64%;
}

.height-65 {
  height: 65%;
}

.height-66 {
  height: 66%;
}

.height-67 {
  height: 67%;
}

.height-68 {
  height: 68%;
}

.height-69 {
  height: 69%;
}

.height-70 {
  height: 70%;
}

.height-71 {
  height: 71%;
}

.height-72 {
  height: 72%;
}

.height-73 {
  height: 73%;
}

.height-74 {
  height: 74%;
}

.height-75 {
  height: 75%;
}

.height-76 {
  height: 76%;
}

.height-77 {
  height: 77%;
}

.height-78 {
  height: 78%;
}

.height-79 {
  height: 79%;
}

.height-80 {
  height: 80%;
}

.height-81 {
  height: 81%;
}

.height-82 {
  height: 82%;
}

.height-83 {
  height: 83%;
}

.height-84 {
  height: 84%;
}

.height-85 {
  height: 85%;
}

.height-86 {
  height: 86%;
}

.height-87 {
  height: 87%;
}

.height-88 {
  height: 88%;
}

.height-89 {
  height: 89%;
}

.height-90 {
  height: 90%;
}

.height-91 {
  height: 91%;
}

.height-92 {
  height: 92%;
}

.height-93 {
  height: 93%;
}

.height-94 {
  height: 94%;
}

.height-95 {
  height: 95%;
}

.height-96 {
  height: 96%;
}

.height-97 {
  height: 97%;
}

.height-98 {
  height: 98%;
}

.height-99 {
  height: 99%;
}

.height-100 {
  height: 100%;
}

.height-1px {
  height: 1px;
}

.height-1pt {
  height: 1pt;
}

.height-1pc {
  height: 1pc;
}

.height-1in {
  height: 1in;
}

.height-1cm {
  height: 1cm;
}

.height-1mm {
  height: 1mm;
}

.height-1ex {
  height: 1ex;
}

.height-1ch {
  height: 1ch;
}

.height-1vw {
  height: 1vw;
}

.height-1vh {
  height: 1vh;
}

.height-1vmin {
  height: 1vmin;
}

.height-1vmax {
  height: 1vmax;
}

.height-1em {
  height: 1em;
}

.height-1rem {
  height: 1rem;
}

.height-2px {
  height: 2px;
}

.height-2pt {
  height: 2pt;
}

.height-2pc {
  height: 2pc;
}

.height-2in {
  height: 2in;
}

.height-2cm {
  height: 2cm;
}

.height-2mm {
  height: 2mm;
}

.height-2ex {
  height: 2ex;
}

.height-2ch {
  height: 2ch;
}

.height-2vw {
  height: 2vw;
}

.height-2vh {
  height: 2vh;
}

.height-2vmin {
  height: 2vmin;
}

.height-2vmax {
  height: 2vmax;
}

.height-2em {
  height: 2em;
}

.height-2rem {
  height: 2rem;
}

.height-3px {
  height: 3px;
}

.height-3pt {
  height: 3pt;
}

.height-3pc {
  height: 3pc;
}

.height-3in {
  height: 3in;
}

.height-3cm {
  height: 3cm;
}

.height-3mm {
  height: 3mm;
}

.height-3ex {
  height: 3ex;
}

.height-3ch {
  height: 3ch;
}

.height-3vw {
  height: 3vw;
}

.height-3vh {
  height: 3vh;
}

.height-3vmin {
  height: 3vmin;
}

.height-3vmax {
  height: 3vmax;
}

.height-3em {
  height: 3em;
}

.height-3rem {
  height: 3rem;
}

.height-4px {
  height: 4px;
}

.height-4pt {
  height: 4pt;
}

.height-4pc {
  height: 4pc;
}

.height-4in {
  height: 4in;
}

.height-4cm {
  height: 4cm;
}

.height-4mm {
  height: 4mm;
}

.height-4ex {
  height: 4ex;
}

.height-4ch {
  height: 4ch;
}

.height-4vw {
  height: 4vw;
}

.height-4vh {
  height: 4vh;
}

.height-4vmin {
  height: 4vmin;
}

.height-4vmax {
  height: 4vmax;
}

.height-4em {
  height: 4em;
}

.height-4rem {
  height: 4rem;
}

.height-5px {
  height: 5px;
}

.height-5pt {
  height: 5pt;
}

.height-5pc {
  height: 5pc;
}

.height-5in {
  height: 5in;
}

.height-5cm {
  height: 5cm;
}

.height-5mm {
  height: 5mm;
}

.height-5ex {
  height: 5ex;
}

.height-5ch {
  height: 5ch;
}

.height-5vw {
  height: 5vw;
}

.height-5vh {
  height: 5vh;
}

.height-5vmin {
  height: 5vmin;
}

.height-5vmax {
  height: 5vmax;
}

.height-5em {
  height: 5em;
}

.height-5rem {
  height: 5rem;
}

.height-6px {
  height: 6px;
}

.height-6pt {
  height: 6pt;
}

.height-6pc {
  height: 6pc;
}

.height-6in {
  height: 6in;
}

.height-6cm {
  height: 6cm;
}

.height-6mm {
  height: 6mm;
}

.height-6ex {
  height: 6ex;
}

.height-6ch {
  height: 6ch;
}

.height-6vw {
  height: 6vw;
}

.height-6vh {
  height: 6vh;
}

.height-6vmin {
  height: 6vmin;
}

.height-6vmax {
  height: 6vmax;
}

.height-6em {
  height: 6em;
}

.height-6rem {
  height: 6rem;
}

.height-7px {
  height: 7px;
}

.height-7pt {
  height: 7pt;
}

.height-7pc {
  height: 7pc;
}

.height-7in {
  height: 7in;
}

.height-7cm {
  height: 7cm;
}

.height-7mm {
  height: 7mm;
}

.height-7ex {
  height: 7ex;
}

.height-7ch {
  height: 7ch;
}

.height-7vw {
  height: 7vw;
}

.height-7vh {
  height: 7vh;
}

.height-7vmin {
  height: 7vmin;
}

.height-7vmax {
  height: 7vmax;
}

.height-7em {
  height: 7em;
}

.height-7rem {
  height: 7rem;
}

.height-8px {
  height: 8px;
}

.height-8pt {
  height: 8pt;
}

.height-8pc {
  height: 8pc;
}

.height-8in {
  height: 8in;
}

.height-8cm {
  height: 8cm;
}

.height-8mm {
  height: 8mm;
}

.height-8ex {
  height: 8ex;
}

.height-8ch {
  height: 8ch;
}

.height-8vw {
  height: 8vw;
}

.height-8vh {
  height: 8vh;
}

.height-8vmin {
  height: 8vmin;
}

.height-8vmax {
  height: 8vmax;
}

.height-8em {
  height: 8em;
}

.height-8rem {
  height: 8rem;
}

.height-9px {
  height: 9px;
}

.height-9pt {
  height: 9pt;
}

.height-9pc {
  height: 9pc;
}

.height-9in {
  height: 9in;
}

.height-9cm {
  height: 9cm;
}

.height-9mm {
  height: 9mm;
}

.height-9ex {
  height: 9ex;
}

.height-9ch {
  height: 9ch;
}

.height-9vw {
  height: 9vw;
}

.height-9vh {
  height: 9vh;
}

.height-9vmin {
  height: 9vmin;
}

.height-9vmax {
  height: 9vmax;
}

.height-9em {
  height: 9em;
}

.height-9rem {
  height: 9rem;
}

.height-10px {
  height: 10px;
}

.height-10pt {
  height: 10pt;
}

.height-10pc {
  height: 10pc;
}

.height-10in {
  height: 10in;
}

.height-10cm {
  height: 10cm;
}

.height-10mm {
  height: 10mm;
}

.height-10ex {
  height: 10ex;
}

.height-10ch {
  height: 10ch;
}

.height-10vw {
  height: 10vw;
}

.height-10vh {
  height: 10vh;
}

.height-10vmin {
  height: 10vmin;
}

.height-10vmax {
  height: 10vmax;
}

.height-10em {
  height: 10em;
}

.height-10rem {
  height: 10rem;
}

.height-11px {
  height: 11px;
}

.height-11pt {
  height: 11pt;
}

.height-11pc {
  height: 11pc;
}

.height-11in {
  height: 11in;
}

.height-11cm {
  height: 11cm;
}

.height-11mm {
  height: 11mm;
}

.height-11ex {
  height: 11ex;
}

.height-11ch {
  height: 11ch;
}

.height-11vw {
  height: 11vw;
}

.height-11vh {
  height: 11vh;
}

.height-11vmin {
  height: 11vmin;
}

.height-11vmax {
  height: 11vmax;
}

.height-11em {
  height: 11em;
}

.height-11rem {
  height: 11rem;
}

.height-12px {
  height: 12px;
}

.height-12pt {
  height: 12pt;
}

.height-12pc {
  height: 12pc;
}

.height-12in {
  height: 12in;
}

.height-12cm {
  height: 12cm;
}

.height-12mm {
  height: 12mm;
}

.height-12ex {
  height: 12ex;
}

.height-12ch {
  height: 12ch;
}

.height-12vw {
  height: 12vw;
}

.height-12vh {
  height: 12vh;
}

.height-12vmin {
  height: 12vmin;
}

.height-12vmax {
  height: 12vmax;
}

.height-12em {
  height: 12em;
}

.height-12rem {
  height: 12rem;
}

.height-13px {
  height: 13px;
}

.height-13pt {
  height: 13pt;
}

.height-13pc {
  height: 13pc;
}

.height-13in {
  height: 13in;
}

.height-13cm {
  height: 13cm;
}

.height-13mm {
  height: 13mm;
}

.height-13ex {
  height: 13ex;
}

.height-13ch {
  height: 13ch;
}

.height-13vw {
  height: 13vw;
}

.height-13vh {
  height: 13vh;
}

.height-13vmin {
  height: 13vmin;
}

.height-13vmax {
  height: 13vmax;
}

.height-13em {
  height: 13em;
}

.height-13rem {
  height: 13rem;
}

.height-14px {
  height: 14px;
}

.height-14pt {
  height: 14pt;
}

.height-14pc {
  height: 14pc;
}

.height-14in {
  height: 14in;
}

.height-14cm {
  height: 14cm;
}

.height-14mm {
  height: 14mm;
}

.height-14ex {
  height: 14ex;
}

.height-14ch {
  height: 14ch;
}

.height-14vw {
  height: 14vw;
}

.height-14vh {
  height: 14vh;
}

.height-14vmin {
  height: 14vmin;
}

.height-14vmax {
  height: 14vmax;
}

.height-14em {
  height: 14em;
}

.height-14rem {
  height: 14rem;
}

.height-15px {
  height: 15px;
}

.height-15pt {
  height: 15pt;
}

.height-15pc {
  height: 15pc;
}

.height-15in {
  height: 15in;
}

.height-15cm {
  height: 15cm;
}

.height-15mm {
  height: 15mm;
}

.height-15ex {
  height: 15ex;
}

.height-15ch {
  height: 15ch;
}

.height-15vw {
  height: 15vw;
}

.height-15vh {
  height: 15vh;
}

.height-15vmin {
  height: 15vmin;
}

.height-15vmax {
  height: 15vmax;
}

.height-15em {
  height: 15em;
}

.height-15rem {
  height: 15rem;
}

.height-16px {
  height: 16px;
}

.height-16pt {
  height: 16pt;
}

.height-16pc {
  height: 16pc;
}

.height-16in {
  height: 16in;
}

.height-16cm {
  height: 16cm;
}

.height-16mm {
  height: 16mm;
}

.height-16ex {
  height: 16ex;
}

.height-16ch {
  height: 16ch;
}

.height-16vw {
  height: 16vw;
}

.height-16vh {
  height: 16vh;
}

.height-16vmin {
  height: 16vmin;
}

.height-16vmax {
  height: 16vmax;
}

.height-16em {
  height: 16em;
}

.height-16rem {
  height: 16rem;
}

.height-17px {
  height: 17px;
}

.height-17pt {
  height: 17pt;
}

.height-17pc {
  height: 17pc;
}

.height-17in {
  height: 17in;
}

.height-17cm {
  height: 17cm;
}

.height-17mm {
  height: 17mm;
}

.height-17ex {
  height: 17ex;
}

.height-17ch {
  height: 17ch;
}

.height-17vw {
  height: 17vw;
}

.height-17vh {
  height: 17vh;
}

.height-17vmin {
  height: 17vmin;
}

.height-17vmax {
  height: 17vmax;
}

.height-17em {
  height: 17em;
}

.height-17rem {
  height: 17rem;
}

.height-18px {
  height: 18px;
}

.height-18pt {
  height: 18pt;
}

.height-18pc {
  height: 18pc;
}

.height-18in {
  height: 18in;
}

.height-18cm {
  height: 18cm;
}

.height-18mm {
  height: 18mm;
}

.height-18ex {
  height: 18ex;
}

.height-18ch {
  height: 18ch;
}

.height-18vw {
  height: 18vw;
}

.height-18vh {
  height: 18vh;
}

.height-18vmin {
  height: 18vmin;
}

.height-18vmax {
  height: 18vmax;
}

.height-18em {
  height: 18em;
}

.height-18rem {
  height: 18rem;
}

.height-19px {
  height: 19px;
}

.height-19pt {
  height: 19pt;
}

.height-19pc {
  height: 19pc;
}

.height-19in {
  height: 19in;
}

.height-19cm {
  height: 19cm;
}

.height-19mm {
  height: 19mm;
}

.height-19ex {
  height: 19ex;
}

.height-19ch {
  height: 19ch;
}

.height-19vw {
  height: 19vw;
}

.height-19vh {
  height: 19vh;
}

.height-19vmin {
  height: 19vmin;
}

.height-19vmax {
  height: 19vmax;
}

.height-19em {
  height: 19em;
}

.height-19rem {
  height: 19rem;
}

.height-20px {
  height: 20px;
}

.height-20pt {
  height: 20pt;
}

.height-20pc {
  height: 20pc;
}

.height-20in {
  height: 20in;
}

.height-20cm {
  height: 20cm;
}

.height-20mm {
  height: 20mm;
}

.height-20ex {
  height: 20ex;
}

.height-20ch {
  height: 20ch;
}

.height-20vw {
  height: 20vw;
}

.height-20vh {
  height: 20vh;
}

.height-20vmin {
  height: 20vmin;
}

.height-20vmax {
  height: 20vmax;
}

.height-20em {
  height: 20em;
}

.height-20rem {
  height: 20rem;
}

.height-21px {
  height: 21px;
}

.height-21pt {
  height: 21pt;
}

.height-21pc {
  height: 21pc;
}

.height-21in {
  height: 21in;
}

.height-21cm {
  height: 21cm;
}

.height-21mm {
  height: 21mm;
}

.height-21ex {
  height: 21ex;
}

.height-21ch {
  height: 21ch;
}

.height-21vw {
  height: 21vw;
}

.height-21vh {
  height: 21vh;
}

.height-21vmin {
  height: 21vmin;
}

.height-21vmax {
  height: 21vmax;
}

.height-21em {
  height: 21em;
}

.height-21rem {
  height: 21rem;
}

.height-22px {
  height: 22px;
}

.height-22pt {
  height: 22pt;
}

.height-22pc {
  height: 22pc;
}

.height-22in {
  height: 22in;
}

.height-22cm {
  height: 22cm;
}

.height-22mm {
  height: 22mm;
}

.height-22ex {
  height: 22ex;
}

.height-22ch {
  height: 22ch;
}

.height-22vw {
  height: 22vw;
}

.height-22vh {
  height: 22vh;
}

.height-22vmin {
  height: 22vmin;
}

.height-22vmax {
  height: 22vmax;
}

.height-22em {
  height: 22em;
}

.height-22rem {
  height: 22rem;
}

.height-23px {
  height: 23px;
}

.height-23pt {
  height: 23pt;
}

.height-23pc {
  height: 23pc;
}

.height-23in {
  height: 23in;
}

.height-23cm {
  height: 23cm;
}

.height-23mm {
  height: 23mm;
}

.height-23ex {
  height: 23ex;
}

.height-23ch {
  height: 23ch;
}

.height-23vw {
  height: 23vw;
}

.height-23vh {
  height: 23vh;
}

.height-23vmin {
  height: 23vmin;
}

.height-23vmax {
  height: 23vmax;
}

.height-23em {
  height: 23em;
}

.height-23rem {
  height: 23rem;
}

.height-24px {
  height: 24px;
}

.height-24pt {
  height: 24pt;
}

.height-24pc {
  height: 24pc;
}

.height-24in {
  height: 24in;
}

.height-24cm {
  height: 24cm;
}

.height-24mm {
  height: 24mm;
}

.height-24ex {
  height: 24ex;
}

.height-24ch {
  height: 24ch;
}

.height-24vw {
  height: 24vw;
}

.height-24vh {
  height: 24vh;
}

.height-24vmin {
  height: 24vmin;
}

.height-24vmax {
  height: 24vmax;
}

.height-24em {
  height: 24em;
}

.height-24rem {
  height: 24rem;
}

.height-25px {
  height: 25px;
}

.height-25pt {
  height: 25pt;
}

.height-25pc {
  height: 25pc;
}

.height-25in {
  height: 25in;
}

.height-25cm {
  height: 25cm;
}

.height-25mm {
  height: 25mm;
}

.height-25ex {
  height: 25ex;
}

.height-25ch {
  height: 25ch;
}

.height-25vw {
  height: 25vw;
}

.height-25vh {
  height: 25vh;
}

.height-25vmin {
  height: 25vmin;
}

.height-25vmax {
  height: 25vmax;
}

.height-25em {
  height: 25em;
}

.height-25rem {
  height: 25rem;
}

.height-26px {
  height: 26px;
}

.height-26pt {
  height: 26pt;
}

.height-26pc {
  height: 26pc;
}

.height-26in {
  height: 26in;
}

.height-26cm {
  height: 26cm;
}

.height-26mm {
  height: 26mm;
}

.height-26ex {
  height: 26ex;
}

.height-26ch {
  height: 26ch;
}

.height-26vw {
  height: 26vw;
}

.height-26vh {
  height: 26vh;
}

.height-26vmin {
  height: 26vmin;
}

.height-26vmax {
  height: 26vmax;
}

.height-26em {
  height: 26em;
}

.height-26rem {
  height: 26rem;
}

.height-27px {
  height: 27px;
}

.height-27pt {
  height: 27pt;
}

.height-27pc {
  height: 27pc;
}

.height-27in {
  height: 27in;
}

.height-27cm {
  height: 27cm;
}

.height-27mm {
  height: 27mm;
}

.height-27ex {
  height: 27ex;
}

.height-27ch {
  height: 27ch;
}

.height-27vw {
  height: 27vw;
}

.height-27vh {
  height: 27vh;
}

.height-27vmin {
  height: 27vmin;
}

.height-27vmax {
  height: 27vmax;
}

.height-27em {
  height: 27em;
}

.height-27rem {
  height: 27rem;
}

.height-28px {
  height: 28px;
}

.height-28pt {
  height: 28pt;
}

.height-28pc {
  height: 28pc;
}

.height-28in {
  height: 28in;
}

.height-28cm {
  height: 28cm;
}

.height-28mm {
  height: 28mm;
}

.height-28ex {
  height: 28ex;
}

.height-28ch {
  height: 28ch;
}

.height-28vw {
  height: 28vw;
}

.height-28vh {
  height: 28vh;
}

.height-28vmin {
  height: 28vmin;
}

.height-28vmax {
  height: 28vmax;
}

.height-28em {
  height: 28em;
}

.height-28rem {
  height: 28rem;
}

.height-29px {
  height: 29px;
}

.height-29pt {
  height: 29pt;
}

.height-29pc {
  height: 29pc;
}

.height-29in {
  height: 29in;
}

.height-29cm {
  height: 29cm;
}

.height-29mm {
  height: 29mm;
}

.height-29ex {
  height: 29ex;
}

.height-29ch {
  height: 29ch;
}

.height-29vw {
  height: 29vw;
}

.height-29vh {
  height: 29vh;
}

.height-29vmin {
  height: 29vmin;
}

.height-29vmax {
  height: 29vmax;
}

.height-29em {
  height: 29em;
}

.height-29rem {
  height: 29rem;
}

.height-30px {
  height: 30px;
}

.height-30pt {
  height: 30pt;
}

.height-30pc {
  height: 30pc;
}

.height-30in {
  height: 30in;
}

.height-30cm {
  height: 30cm;
}

.height-30mm {
  height: 30mm;
}

.height-30ex {
  height: 30ex;
}

.height-30ch {
  height: 30ch;
}

.height-30vw {
  height: 30vw;
}

.height-30vh {
  height: 30vh;
}

.height-30vmin {
  height: 30vmin;
}

.height-30vmax {
  height: 30vmax;
}

.height-30em {
  height: 30em;
}

.height-30rem {
  height: 30rem;
}

.height-31px {
  height: 31px;
}

.height-31pt {
  height: 31pt;
}

.height-31pc {
  height: 31pc;
}

.height-31in {
  height: 31in;
}

.height-31cm {
  height: 31cm;
}

.height-31mm {
  height: 31mm;
}

.height-31ex {
  height: 31ex;
}

.height-31ch {
  height: 31ch;
}

.height-31vw {
  height: 31vw;
}

.height-31vh {
  height: 31vh;
}

.height-31vmin {
  height: 31vmin;
}

.height-31vmax {
  height: 31vmax;
}

.height-31em {
  height: 31em;
}

.height-31rem {
  height: 31rem;
}

.height-32px {
  height: 32px;
}

.height-32pt {
  height: 32pt;
}

.height-32pc {
  height: 32pc;
}

.height-32in {
  height: 32in;
}

.height-32cm {
  height: 32cm;
}

.height-32mm {
  height: 32mm;
}

.height-32ex {
  height: 32ex;
}

.height-32ch {
  height: 32ch;
}

.height-32vw {
  height: 32vw;
}

.height-32vh {
  height: 32vh;
}

.height-32vmin {
  height: 32vmin;
}

.height-32vmax {
  height: 32vmax;
}

.height-32em {
  height: 32em;
}

.height-32rem {
  height: 32rem;
}

.height-33px {
  height: 33px;
}

.height-33pt {
  height: 33pt;
}

.height-33pc {
  height: 33pc;
}

.height-33in {
  height: 33in;
}

.height-33cm {
  height: 33cm;
}

.height-33mm {
  height: 33mm;
}

.height-33ex {
  height: 33ex;
}

.height-33ch {
  height: 33ch;
}

.height-33vw {
  height: 33vw;
}

.height-33vh {
  height: 33vh;
}

.height-33vmin {
  height: 33vmin;
}

.height-33vmax {
  height: 33vmax;
}

.height-33em {
  height: 33em;
}

.height-33rem {
  height: 33rem;
}

.height-34px {
  height: 34px;
}

.height-34pt {
  height: 34pt;
}

.height-34pc {
  height: 34pc;
}

.height-34in {
  height: 34in;
}

.height-34cm {
  height: 34cm;
}

.height-34mm {
  height: 34mm;
}

.height-34ex {
  height: 34ex;
}

.height-34ch {
  height: 34ch;
}

.height-34vw {
  height: 34vw;
}

.height-34vh {
  height: 34vh;
}

.height-34vmin {
  height: 34vmin;
}

.height-34vmax {
  height: 34vmax;
}

.height-34em {
  height: 34em;
}

.height-34rem {
  height: 34rem;
}

.height-35px {
  height: 35px;
}

.height-35pt {
  height: 35pt;
}

.height-35pc {
  height: 35pc;
}

.height-35in {
  height: 35in;
}

.height-35cm {
  height: 35cm;
}

.height-35mm {
  height: 35mm;
}

.height-35ex {
  height: 35ex;
}

.height-35ch {
  height: 35ch;
}

.height-35vw {
  height: 35vw;
}

.height-35vh {
  height: 35vh;
}

.height-35vmin {
  height: 35vmin;
}

.height-35vmax {
  height: 35vmax;
}

.height-35em {
  height: 35em;
}

.height-35rem {
  height: 35rem;
}

.height-36px {
  height: 36px;
}

.height-36pt {
  height: 36pt;
}

.height-36pc {
  height: 36pc;
}

.height-36in {
  height: 36in;
}

.height-36cm {
  height: 36cm;
}

.height-36mm {
  height: 36mm;
}

.height-36ex {
  height: 36ex;
}

.height-36ch {
  height: 36ch;
}

.height-36vw {
  height: 36vw;
}

.height-36vh {
  height: 36vh;
}

.height-36vmin {
  height: 36vmin;
}

.height-36vmax {
  height: 36vmax;
}

.height-36em {
  height: 36em;
}

.height-36rem {
  height: 36rem;
}

.height-37px {
  height: 37px;
}

.height-37pt {
  height: 37pt;
}

.height-37pc {
  height: 37pc;
}

.height-37in {
  height: 37in;
}

.height-37cm {
  height: 37cm;
}

.height-37mm {
  height: 37mm;
}

.height-37ex {
  height: 37ex;
}

.height-37ch {
  height: 37ch;
}

.height-37vw {
  height: 37vw;
}

.height-37vh {
  height: 37vh;
}

.height-37vmin {
  height: 37vmin;
}

.height-37vmax {
  height: 37vmax;
}

.height-37em {
  height: 37em;
}

.height-37rem {
  height: 37rem;
}

.height-38px {
  height: 38px;
}

.height-38pt {
  height: 38pt;
}

.height-38pc {
  height: 38pc;
}

.height-38in {
  height: 38in;
}

.height-38cm {
  height: 38cm;
}

.height-38mm {
  height: 38mm;
}

.height-38ex {
  height: 38ex;
}

.height-38ch {
  height: 38ch;
}

.height-38vw {
  height: 38vw;
}

.height-38vh {
  height: 38vh;
}

.height-38vmin {
  height: 38vmin;
}

.height-38vmax {
  height: 38vmax;
}

.height-38em {
  height: 38em;
}

.height-38rem {
  height: 38rem;
}

.height-39px {
  height: 39px;
}

.height-39pt {
  height: 39pt;
}

.height-39pc {
  height: 39pc;
}

.height-39in {
  height: 39in;
}

.height-39cm {
  height: 39cm;
}

.height-39mm {
  height: 39mm;
}

.height-39ex {
  height: 39ex;
}

.height-39ch {
  height: 39ch;
}

.height-39vw {
  height: 39vw;
}

.height-39vh {
  height: 39vh;
}

.height-39vmin {
  height: 39vmin;
}

.height-39vmax {
  height: 39vmax;
}

.height-39em {
  height: 39em;
}

.height-39rem {
  height: 39rem;
}

.height-40px {
  height: 40px;
}

.height-40pt {
  height: 40pt;
}

.height-40pc {
  height: 40pc;
}

.height-40in {
  height: 40in;
}

.height-40cm {
  height: 40cm;
}

.height-40mm {
  height: 40mm;
}

.height-40ex {
  height: 40ex;
}

.height-40ch {
  height: 40ch;
}

.height-40vw {
  height: 40vw;
}

.height-40vh {
  height: 40vh;
}

.height-40vmin {
  height: 40vmin;
}

.height-40vmax {
  height: 40vmax;
}

.height-40em {
  height: 40em;
}

.height-40rem {
  height: 40rem;
}

.height-41px {
  height: 41px;
}

.height-41pt {
  height: 41pt;
}

.height-41pc {
  height: 41pc;
}

.height-41in {
  height: 41in;
}

.height-41cm {
  height: 41cm;
}

.height-41mm {
  height: 41mm;
}

.height-41ex {
  height: 41ex;
}

.height-41ch {
  height: 41ch;
}

.height-41vw {
  height: 41vw;
}

.height-41vh {
  height: 41vh;
}

.height-41vmin {
  height: 41vmin;
}

.height-41vmax {
  height: 41vmax;
}

.height-41em {
  height: 41em;
}

.height-41rem {
  height: 41rem;
}

.height-42px {
  height: 42px;
}

.height-42pt {
  height: 42pt;
}

.height-42pc {
  height: 42pc;
}

.height-42in {
  height: 42in;
}

.height-42cm {
  height: 42cm;
}

.height-42mm {
  height: 42mm;
}

.height-42ex {
  height: 42ex;
}

.height-42ch {
  height: 42ch;
}

.height-42vw {
  height: 42vw;
}

.height-42vh {
  height: 42vh;
}

.height-42vmin {
  height: 42vmin;
}

.height-42vmax {
  height: 42vmax;
}

.height-42em {
  height: 42em;
}

.height-42rem {
  height: 42rem;
}

.height-43px {
  height: 43px;
}

.height-43pt {
  height: 43pt;
}

.height-43pc {
  height: 43pc;
}

.height-43in {
  height: 43in;
}

.height-43cm {
  height: 43cm;
}

.height-43mm {
  height: 43mm;
}

.height-43ex {
  height: 43ex;
}

.height-43ch {
  height: 43ch;
}

.height-43vw {
  height: 43vw;
}

.height-43vh {
  height: 43vh;
}

.height-43vmin {
  height: 43vmin;
}

.height-43vmax {
  height: 43vmax;
}

.height-43em {
  height: 43em;
}

.height-43rem {
  height: 43rem;
}

.height-44px {
  height: 44px;
}

.height-44pt {
  height: 44pt;
}

.height-44pc {
  height: 44pc;
}

.height-44in {
  height: 44in;
}

.height-44cm {
  height: 44cm;
}

.height-44mm {
  height: 44mm;
}

.height-44ex {
  height: 44ex;
}

.height-44ch {
  height: 44ch;
}

.height-44vw {
  height: 44vw;
}

.height-44vh {
  height: 44vh;
}

.height-44vmin {
  height: 44vmin;
}

.height-44vmax {
  height: 44vmax;
}

.height-44em {
  height: 44em;
}

.height-44rem {
  height: 44rem;
}

.height-45px {
  height: 45px;
}

.height-45pt {
  height: 45pt;
}

.height-45pc {
  height: 45pc;
}

.height-45in {
  height: 45in;
}

.height-45cm {
  height: 45cm;
}

.height-45mm {
  height: 45mm;
}

.height-45ex {
  height: 45ex;
}

.height-45ch {
  height: 45ch;
}

.height-45vw {
  height: 45vw;
}

.height-45vh {
  height: 45vh;
}

.height-45vmin {
  height: 45vmin;
}

.height-45vmax {
  height: 45vmax;
}

.height-45em {
  height: 45em;
}

.height-45rem {
  height: 45rem;
}

.height-46px {
  height: 46px;
}

.height-46pt {
  height: 46pt;
}

.height-46pc {
  height: 46pc;
}

.height-46in {
  height: 46in;
}

.height-46cm {
  height: 46cm;
}

.height-46mm {
  height: 46mm;
}

.height-46ex {
  height: 46ex;
}

.height-46ch {
  height: 46ch;
}

.height-46vw {
  height: 46vw;
}

.height-46vh {
  height: 46vh;
}

.height-46vmin {
  height: 46vmin;
}

.height-46vmax {
  height: 46vmax;
}

.height-46em {
  height: 46em;
}

.height-46rem {
  height: 46rem;
}

.height-47px {
  height: 47px;
}

.height-47pt {
  height: 47pt;
}

.height-47pc {
  height: 47pc;
}

.height-47in {
  height: 47in;
}

.height-47cm {
  height: 47cm;
}

.height-47mm {
  height: 47mm;
}

.height-47ex {
  height: 47ex;
}

.height-47ch {
  height: 47ch;
}

.height-47vw {
  height: 47vw;
}

.height-47vh {
  height: 47vh;
}

.height-47vmin {
  height: 47vmin;
}

.height-47vmax {
  height: 47vmax;
}

.height-47em {
  height: 47em;
}

.height-47rem {
  height: 47rem;
}

.height-48px {
  height: 48px;
}

.height-48pt {
  height: 48pt;
}

.height-48pc {
  height: 48pc;
}

.height-48in {
  height: 48in;
}

.height-48cm {
  height: 48cm;
}

.height-48mm {
  height: 48mm;
}

.height-48ex {
  height: 48ex;
}

.height-48ch {
  height: 48ch;
}

.height-48vw {
  height: 48vw;
}

.height-48vh {
  height: 48vh;
}

.height-48vmin {
  height: 48vmin;
}

.height-48vmax {
  height: 48vmax;
}

.height-48em {
  height: 48em;
}

.height-48rem {
  height: 48rem;
}

.height-49px {
  height: 49px;
}

.height-49pt {
  height: 49pt;
}

.height-49pc {
  height: 49pc;
}

.height-49in {
  height: 49in;
}

.height-49cm {
  height: 49cm;
}

.height-49mm {
  height: 49mm;
}

.height-49ex {
  height: 49ex;
}

.height-49ch {
  height: 49ch;
}

.height-49vw {
  height: 49vw;
}

.height-49vh {
  height: 49vh;
}

.height-49vmin {
  height: 49vmin;
}

.height-49vmax {
  height: 49vmax;
}

.height-49em {
  height: 49em;
}

.height-49rem {
  height: 49rem;
}

.height-50px {
  height: 50px;
}

.height-50pt {
  height: 50pt;
}

.height-50pc {
  height: 50pc;
}

.height-50in {
  height: 50in;
}

.height-50cm {
  height: 50cm;
}

.height-50mm {
  height: 50mm;
}

.height-50ex {
  height: 50ex;
}

.height-50ch {
  height: 50ch;
}

.height-50vw {
  height: 50vw;
}

.height-50vh {
  height: 50vh;
}

.height-50vmin {
  height: 50vmin;
}

.height-50vmax {
  height: 50vmax;
}

.height-50em {
  height: 50em;
}

.height-50rem {
  height: 50rem;
}

.height-51px {
  height: 51px;
}

.height-51pt {
  height: 51pt;
}

.height-51pc {
  height: 51pc;
}

.height-51in {
  height: 51in;
}

.height-51cm {
  height: 51cm;
}

.height-51mm {
  height: 51mm;
}

.height-51ex {
  height: 51ex;
}

.height-51ch {
  height: 51ch;
}

.height-51vw {
  height: 51vw;
}

.height-51vh {
  height: 51vh;
}

.height-51vmin {
  height: 51vmin;
}

.height-51vmax {
  height: 51vmax;
}

.height-51em {
  height: 51em;
}

.height-51rem {
  height: 51rem;
}

.height-52px {
  height: 52px;
}

.height-52pt {
  height: 52pt;
}

.height-52pc {
  height: 52pc;
}

.height-52in {
  height: 52in;
}

.height-52cm {
  height: 52cm;
}

.height-52mm {
  height: 52mm;
}

.height-52ex {
  height: 52ex;
}

.height-52ch {
  height: 52ch;
}

.height-52vw {
  height: 52vw;
}

.height-52vh {
  height: 52vh;
}

.height-52vmin {
  height: 52vmin;
}

.height-52vmax {
  height: 52vmax;
}

.height-52em {
  height: 52em;
}

.height-52rem {
  height: 52rem;
}

.height-53px {
  height: 53px;
}

.height-53pt {
  height: 53pt;
}

.height-53pc {
  height: 53pc;
}

.height-53in {
  height: 53in;
}

.height-53cm {
  height: 53cm;
}

.height-53mm {
  height: 53mm;
}

.height-53ex {
  height: 53ex;
}

.height-53ch {
  height: 53ch;
}

.height-53vw {
  height: 53vw;
}

.height-53vh {
  height: 53vh;
}

.height-53vmin {
  height: 53vmin;
}

.height-53vmax {
  height: 53vmax;
}

.height-53em {
  height: 53em;
}

.height-53rem {
  height: 53rem;
}

.height-54px {
  height: 54px;
}

.height-54pt {
  height: 54pt;
}

.height-54pc {
  height: 54pc;
}

.height-54in {
  height: 54in;
}

.height-54cm {
  height: 54cm;
}

.height-54mm {
  height: 54mm;
}

.height-54ex {
  height: 54ex;
}

.height-54ch {
  height: 54ch;
}

.height-54vw {
  height: 54vw;
}

.height-54vh {
  height: 54vh;
}

.height-54vmin {
  height: 54vmin;
}

.height-54vmax {
  height: 54vmax;
}

.height-54em {
  height: 54em;
}

.height-54rem {
  height: 54rem;
}

.height-55px {
  height: 55px;
}

.height-55pt {
  height: 55pt;
}

.height-55pc {
  height: 55pc;
}

.height-55in {
  height: 55in;
}

.height-55cm {
  height: 55cm;
}

.height-55mm {
  height: 55mm;
}

.height-55ex {
  height: 55ex;
}

.height-55ch {
  height: 55ch;
}

.height-55vw {
  height: 55vw;
}

.height-55vh {
  height: 55vh;
}

.height-55vmin {
  height: 55vmin;
}

.height-55vmax {
  height: 55vmax;
}

.height-55em {
  height: 55em;
}

.height-55rem {
  height: 55rem;
}

.height-56px {
  height: 56px;
}

.height-56pt {
  height: 56pt;
}

.height-56pc {
  height: 56pc;
}

.height-56in {
  height: 56in;
}

.height-56cm {
  height: 56cm;
}

.height-56mm {
  height: 56mm;
}

.height-56ex {
  height: 56ex;
}

.height-56ch {
  height: 56ch;
}

.height-56vw {
  height: 56vw;
}

.height-56vh {
  height: 56vh;
}

.height-56vmin {
  height: 56vmin;
}

.height-56vmax {
  height: 56vmax;
}

.height-56em {
  height: 56em;
}

.height-56rem {
  height: 56rem;
}

.height-57px {
  height: 57px;
}

.height-57pt {
  height: 57pt;
}

.height-57pc {
  height: 57pc;
}

.height-57in {
  height: 57in;
}

.height-57cm {
  height: 57cm;
}

.height-57mm {
  height: 57mm;
}

.height-57ex {
  height: 57ex;
}

.height-57ch {
  height: 57ch;
}

.height-57vw {
  height: 57vw;
}

.height-57vh {
  height: 57vh;
}

.height-57vmin {
  height: 57vmin;
}

.height-57vmax {
  height: 57vmax;
}

.height-57em {
  height: 57em;
}

.height-57rem {
  height: 57rem;
}

.height-58px {
  height: 58px;
}

.height-58pt {
  height: 58pt;
}

.height-58pc {
  height: 58pc;
}

.height-58in {
  height: 58in;
}

.height-58cm {
  height: 58cm;
}

.height-58mm {
  height: 58mm;
}

.height-58ex {
  height: 58ex;
}

.height-58ch {
  height: 58ch;
}

.height-58vw {
  height: 58vw;
}

.height-58vh {
  height: 58vh;
}

.height-58vmin {
  height: 58vmin;
}

.height-58vmax {
  height: 58vmax;
}

.height-58em {
  height: 58em;
}

.height-58rem {
  height: 58rem;
}

.height-59px {
  height: 59px;
}

.height-59pt {
  height: 59pt;
}

.height-59pc {
  height: 59pc;
}

.height-59in {
  height: 59in;
}

.height-59cm {
  height: 59cm;
}

.height-59mm {
  height: 59mm;
}

.height-59ex {
  height: 59ex;
}

.height-59ch {
  height: 59ch;
}

.height-59vw {
  height: 59vw;
}

.height-59vh {
  height: 59vh;
}

.height-59vmin {
  height: 59vmin;
}

.height-59vmax {
  height: 59vmax;
}

.height-59em {
  height: 59em;
}

.height-59rem {
  height: 59rem;
}

.height-60px {
  height: 60px;
}

.height-60pt {
  height: 60pt;
}

.height-60pc {
  height: 60pc;
}

.height-60in {
  height: 60in;
}

.height-60cm {
  height: 60cm;
}

.height-60mm {
  height: 60mm;
}

.height-60ex {
  height: 60ex;
}

.height-60ch {
  height: 60ch;
}

.height-60vw {
  height: 60vw;
}

.height-60vh {
  height: 60vh;
}

.height-60vmin {
  height: 60vmin;
}

.height-60vmax {
  height: 60vmax;
}

.height-60em {
  height: 60em;
}

.height-60rem {
  height: 60rem;
}

.height-61px {
  height: 61px;
}

.height-61pt {
  height: 61pt;
}

.height-61pc {
  height: 61pc;
}

.height-61in {
  height: 61in;
}

.height-61cm {
  height: 61cm;
}

.height-61mm {
  height: 61mm;
}

.height-61ex {
  height: 61ex;
}

.height-61ch {
  height: 61ch;
}

.height-61vw {
  height: 61vw;
}

.height-61vh {
  height: 61vh;
}

.height-61vmin {
  height: 61vmin;
}

.height-61vmax {
  height: 61vmax;
}

.height-61em {
  height: 61em;
}

.height-61rem {
  height: 61rem;
}

.height-62px {
  height: 62px;
}

.height-62pt {
  height: 62pt;
}

.height-62pc {
  height: 62pc;
}

.height-62in {
  height: 62in;
}

.height-62cm {
  height: 62cm;
}

.height-62mm {
  height: 62mm;
}

.height-62ex {
  height: 62ex;
}

.height-62ch {
  height: 62ch;
}

.height-62vw {
  height: 62vw;
}

.height-62vh {
  height: 62vh;
}

.height-62vmin {
  height: 62vmin;
}

.height-62vmax {
  height: 62vmax;
}

.height-62em {
  height: 62em;
}

.height-62rem {
  height: 62rem;
}

.height-63px {
  height: 63px;
}

.height-63pt {
  height: 63pt;
}

.height-63pc {
  height: 63pc;
}

.height-63in {
  height: 63in;
}

.height-63cm {
  height: 63cm;
}

.height-63mm {
  height: 63mm;
}

.height-63ex {
  height: 63ex;
}

.height-63ch {
  height: 63ch;
}

.height-63vw {
  height: 63vw;
}

.height-63vh {
  height: 63vh;
}

.height-63vmin {
  height: 63vmin;
}

.height-63vmax {
  height: 63vmax;
}

.height-63em {
  height: 63em;
}

.height-63rem {
  height: 63rem;
}

.height-64px {
  height: 64px;
}

.height-64pt {
  height: 64pt;
}

.height-64pc {
  height: 64pc;
}

.height-64in {
  height: 64in;
}

.height-64cm {
  height: 64cm;
}

.height-64mm {
  height: 64mm;
}

.height-64ex {
  height: 64ex;
}

.height-64ch {
  height: 64ch;
}

.height-64vw {
  height: 64vw;
}

.height-64vh {
  height: 64vh;
}

.height-64vmin {
  height: 64vmin;
}

.height-64vmax {
  height: 64vmax;
}

.height-64em {
  height: 64em;
}

.height-64rem {
  height: 64rem;
}

.height-65px {
  height: 65px;
}

.height-65pt {
  height: 65pt;
}

.height-65pc {
  height: 65pc;
}

.height-65in {
  height: 65in;
}

.height-65cm {
  height: 65cm;
}

.height-65mm {
  height: 65mm;
}

.height-65ex {
  height: 65ex;
}

.height-65ch {
  height: 65ch;
}

.height-65vw {
  height: 65vw;
}

.height-65vh {
  height: 65vh;
}

.height-65vmin {
  height: 65vmin;
}

.height-65vmax {
  height: 65vmax;
}

.height-65em {
  height: 65em;
}

.height-65rem {
  height: 65rem;
}

.height-66px {
  height: 66px;
}

.height-66pt {
  height: 66pt;
}

.height-66pc {
  height: 66pc;
}

.height-66in {
  height: 66in;
}

.height-66cm {
  height: 66cm;
}

.height-66mm {
  height: 66mm;
}

.height-66ex {
  height: 66ex;
}

.height-66ch {
  height: 66ch;
}

.height-66vw {
  height: 66vw;
}

.height-66vh {
  height: 66vh;
}

.height-66vmin {
  height: 66vmin;
}

.height-66vmax {
  height: 66vmax;
}

.height-66em {
  height: 66em;
}

.height-66rem {
  height: 66rem;
}

.height-67px {
  height: 67px;
}

.height-67pt {
  height: 67pt;
}

.height-67pc {
  height: 67pc;
}

.height-67in {
  height: 67in;
}

.height-67cm {
  height: 67cm;
}

.height-67mm {
  height: 67mm;
}

.height-67ex {
  height: 67ex;
}

.height-67ch {
  height: 67ch;
}

.height-67vw {
  height: 67vw;
}

.height-67vh {
  height: 67vh;
}

.height-67vmin {
  height: 67vmin;
}

.height-67vmax {
  height: 67vmax;
}

.height-67em {
  height: 67em;
}

.height-67rem {
  height: 67rem;
}

.height-68px {
  height: 68px;
}

.height-68pt {
  height: 68pt;
}

.height-68pc {
  height: 68pc;
}

.height-68in {
  height: 68in;
}

.height-68cm {
  height: 68cm;
}

.height-68mm {
  height: 68mm;
}

.height-68ex {
  height: 68ex;
}

.height-68ch {
  height: 68ch;
}

.height-68vw {
  height: 68vw;
}

.height-68vh {
  height: 68vh;
}

.height-68vmin {
  height: 68vmin;
}

.height-68vmax {
  height: 68vmax;
}

.height-68em {
  height: 68em;
}

.height-68rem {
  height: 68rem;
}

.height-69px {
  height: 69px;
}

.height-69pt {
  height: 69pt;
}

.height-69pc {
  height: 69pc;
}

.height-69in {
  height: 69in;
}

.height-69cm {
  height: 69cm;
}

.height-69mm {
  height: 69mm;
}

.height-69ex {
  height: 69ex;
}

.height-69ch {
  height: 69ch;
}

.height-69vw {
  height: 69vw;
}

.height-69vh {
  height: 69vh;
}

.height-69vmin {
  height: 69vmin;
}

.height-69vmax {
  height: 69vmax;
}

.height-69em {
  height: 69em;
}

.height-69rem {
  height: 69rem;
}

.height-70px {
  height: 70px;
}

.height-70pt {
  height: 70pt;
}

.height-70pc {
  height: 70pc;
}

.height-70in {
  height: 70in;
}

.height-70cm {
  height: 70cm;
}

.height-70mm {
  height: 70mm;
}

.height-70ex {
  height: 70ex;
}

.height-70ch {
  height: 70ch;
}

.height-70vw {
  height: 70vw;
}

.height-70vh {
  height: 70vh;
}

.height-70vmin {
  height: 70vmin;
}

.height-70vmax {
  height: 70vmax;
}

.height-70em {
  height: 70em;
}

.height-70rem {
  height: 70rem;
}

.height-71px {
  height: 71px;
}

.height-71pt {
  height: 71pt;
}

.height-71pc {
  height: 71pc;
}

.height-71in {
  height: 71in;
}

.height-71cm {
  height: 71cm;
}

.height-71mm {
  height: 71mm;
}

.height-71ex {
  height: 71ex;
}

.height-71ch {
  height: 71ch;
}

.height-71vw {
  height: 71vw;
}

.height-71vh {
  height: 71vh;
}

.height-71vmin {
  height: 71vmin;
}

.height-71vmax {
  height: 71vmax;
}

.height-71em {
  height: 71em;
}

.height-71rem {
  height: 71rem;
}

.height-72px {
  height: 72px;
}

.height-72pt {
  height: 72pt;
}

.height-72pc {
  height: 72pc;
}

.height-72in {
  height: 72in;
}

.height-72cm {
  height: 72cm;
}

.height-72mm {
  height: 72mm;
}

.height-72ex {
  height: 72ex;
}

.height-72ch {
  height: 72ch;
}

.height-72vw {
  height: 72vw;
}

.height-72vh {
  height: 72vh;
}

.height-72vmin {
  height: 72vmin;
}

.height-72vmax {
  height: 72vmax;
}

.height-72em {
  height: 72em;
}

.height-72rem {
  height: 72rem;
}

.height-73px {
  height: 73px;
}

.height-73pt {
  height: 73pt;
}

.height-73pc {
  height: 73pc;
}

.height-73in {
  height: 73in;
}

.height-73cm {
  height: 73cm;
}

.height-73mm {
  height: 73mm;
}

.height-73ex {
  height: 73ex;
}

.height-73ch {
  height: 73ch;
}

.height-73vw {
  height: 73vw;
}

.height-73vh {
  height: 73vh;
}

.height-73vmin {
  height: 73vmin;
}

.height-73vmax {
  height: 73vmax;
}

.height-73em {
  height: 73em;
}

.height-73rem {
  height: 73rem;
}

.height-74px {
  height: 74px;
}

.height-74pt {
  height: 74pt;
}

.height-74pc {
  height: 74pc;
}

.height-74in {
  height: 74in;
}

.height-74cm {
  height: 74cm;
}

.height-74mm {
  height: 74mm;
}

.height-74ex {
  height: 74ex;
}

.height-74ch {
  height: 74ch;
}

.height-74vw {
  height: 74vw;
}

.height-74vh {
  height: 74vh;
}

.height-74vmin {
  height: 74vmin;
}

.height-74vmax {
  height: 74vmax;
}

.height-74em {
  height: 74em;
}

.height-74rem {
  height: 74rem;
}

.height-75px {
  height: 75px;
}

.height-75pt {
  height: 75pt;
}

.height-75pc {
  height: 75pc;
}

.height-75in {
  height: 75in;
}

.height-75cm {
  height: 75cm;
}

.height-75mm {
  height: 75mm;
}

.height-75ex {
  height: 75ex;
}

.height-75ch {
  height: 75ch;
}

.height-75vw {
  height: 75vw;
}

.height-75vh {
  height: 75vh;
}

.height-75vmin {
  height: 75vmin;
}

.height-75vmax {
  height: 75vmax;
}

.height-75em {
  height: 75em;
}

.height-75rem {
  height: 75rem;
}

.height-76px {
  height: 76px;
}

.height-76pt {
  height: 76pt;
}

.height-76pc {
  height: 76pc;
}

.height-76in {
  height: 76in;
}

.height-76cm {
  height: 76cm;
}

.height-76mm {
  height: 76mm;
}

.height-76ex {
  height: 76ex;
}

.height-76ch {
  height: 76ch;
}

.height-76vw {
  height: 76vw;
}

.height-76vh {
  height: 76vh;
}

.height-76vmin {
  height: 76vmin;
}

.height-76vmax {
  height: 76vmax;
}

.height-76em {
  height: 76em;
}

.height-76rem {
  height: 76rem;
}

.height-77px {
  height: 77px;
}

.height-77pt {
  height: 77pt;
}

.height-77pc {
  height: 77pc;
}

.height-77in {
  height: 77in;
}

.height-77cm {
  height: 77cm;
}

.height-77mm {
  height: 77mm;
}

.height-77ex {
  height: 77ex;
}

.height-77ch {
  height: 77ch;
}

.height-77vw {
  height: 77vw;
}

.height-77vh {
  height: 77vh;
}

.height-77vmin {
  height: 77vmin;
}

.height-77vmax {
  height: 77vmax;
}

.height-77em {
  height: 77em;
}

.height-77rem {
  height: 77rem;
}

.height-78px {
  height: 78px;
}

.height-78pt {
  height: 78pt;
}

.height-78pc {
  height: 78pc;
}

.height-78in {
  height: 78in;
}

.height-78cm {
  height: 78cm;
}

.height-78mm {
  height: 78mm;
}

.height-78ex {
  height: 78ex;
}

.height-78ch {
  height: 78ch;
}

.height-78vw {
  height: 78vw;
}

.height-78vh {
  height: 78vh;
}

.height-78vmin {
  height: 78vmin;
}

.height-78vmax {
  height: 78vmax;
}

.height-78em {
  height: 78em;
}

.height-78rem {
  height: 78rem;
}

.height-79px {
  height: 79px;
}

.height-79pt {
  height: 79pt;
}

.height-79pc {
  height: 79pc;
}

.height-79in {
  height: 79in;
}

.height-79cm {
  height: 79cm;
}

.height-79mm {
  height: 79mm;
}

.height-79ex {
  height: 79ex;
}

.height-79ch {
  height: 79ch;
}

.height-79vw {
  height: 79vw;
}

.height-79vh {
  height: 79vh;
}

.height-79vmin {
  height: 79vmin;
}

.height-79vmax {
  height: 79vmax;
}

.height-79em {
  height: 79em;
}

.height-79rem {
  height: 79rem;
}

.height-80px {
  height: 80px;
}

.height-80pt {
  height: 80pt;
}

.height-80pc {
  height: 80pc;
}

.height-80in {
  height: 80in;
}

.height-80cm {
  height: 80cm;
}

.height-80mm {
  height: 80mm;
}

.height-80ex {
  height: 80ex;
}

.height-80ch {
  height: 80ch;
}

.height-80vw {
  height: 80vw;
}

.height-80vh {
  height: 80vh;
}

.height-80vmin {
  height: 80vmin;
}

.height-80vmax {
  height: 80vmax;
}

.height-80em {
  height: 80em;
}

.height-80rem {
  height: 80rem;
}

.height-81px {
  height: 81px;
}

.height-81pt {
  height: 81pt;
}

.height-81pc {
  height: 81pc;
}

.height-81in {
  height: 81in;
}

.height-81cm {
  height: 81cm;
}

.height-81mm {
  height: 81mm;
}

.height-81ex {
  height: 81ex;
}

.height-81ch {
  height: 81ch;
}

.height-81vw {
  height: 81vw;
}

.height-81vh {
  height: 81vh;
}

.height-81vmin {
  height: 81vmin;
}

.height-81vmax {
  height: 81vmax;
}

.height-81em {
  height: 81em;
}

.height-81rem {
  height: 81rem;
}

.height-82px {
  height: 82px;
}

.height-82pt {
  height: 82pt;
}

.height-82pc {
  height: 82pc;
}

.height-82in {
  height: 82in;
}

.height-82cm {
  height: 82cm;
}

.height-82mm {
  height: 82mm;
}

.height-82ex {
  height: 82ex;
}

.height-82ch {
  height: 82ch;
}

.height-82vw {
  height: 82vw;
}

.height-82vh {
  height: 82vh;
}

.height-82vmin {
  height: 82vmin;
}

.height-82vmax {
  height: 82vmax;
}

.height-82em {
  height: 82em;
}

.height-82rem {
  height: 82rem;
}

.height-83px {
  height: 83px;
}

.height-83pt {
  height: 83pt;
}

.height-83pc {
  height: 83pc;
}

.height-83in {
  height: 83in;
}

.height-83cm {
  height: 83cm;
}

.height-83mm {
  height: 83mm;
}

.height-83ex {
  height: 83ex;
}

.height-83ch {
  height: 83ch;
}

.height-83vw {
  height: 83vw;
}

.height-83vh {
  height: 83vh;
}

.height-83vmin {
  height: 83vmin;
}

.height-83vmax {
  height: 83vmax;
}

.height-83em {
  height: 83em;
}

.height-83rem {
  height: 83rem;
}

.height-84px {
  height: 84px;
}

.height-84pt {
  height: 84pt;
}

.height-84pc {
  height: 84pc;
}

.height-84in {
  height: 84in;
}

.height-84cm {
  height: 84cm;
}

.height-84mm {
  height: 84mm;
}

.height-84ex {
  height: 84ex;
}

.height-84ch {
  height: 84ch;
}

.height-84vw {
  height: 84vw;
}

.height-84vh {
  height: 84vh;
}

.height-84vmin {
  height: 84vmin;
}

.height-84vmax {
  height: 84vmax;
}

.height-84em {
  height: 84em;
}

.height-84rem {
  height: 84rem;
}

.height-85px {
  height: 85px;
}

.height-85pt {
  height: 85pt;
}

.height-85pc {
  height: 85pc;
}

.height-85in {
  height: 85in;
}

.height-85cm {
  height: 85cm;
}

.height-85mm {
  height: 85mm;
}

.height-85ex {
  height: 85ex;
}

.height-85ch {
  height: 85ch;
}

.height-85vw {
  height: 85vw;
}

.height-85vh {
  height: 85vh;
}

.height-85vmin {
  height: 85vmin;
}

.height-85vmax {
  height: 85vmax;
}

.height-85em {
  height: 85em;
}

.height-85rem {
  height: 85rem;
}

.height-86px {
  height: 86px;
}

.height-86pt {
  height: 86pt;
}

.height-86pc {
  height: 86pc;
}

.height-86in {
  height: 86in;
}

.height-86cm {
  height: 86cm;
}

.height-86mm {
  height: 86mm;
}

.height-86ex {
  height: 86ex;
}

.height-86ch {
  height: 86ch;
}

.height-86vw {
  height: 86vw;
}

.height-86vh {
  height: 86vh;
}

.height-86vmin {
  height: 86vmin;
}

.height-86vmax {
  height: 86vmax;
}

.height-86em {
  height: 86em;
}

.height-86rem {
  height: 86rem;
}

.height-87px {
  height: 87px;
}

.height-87pt {
  height: 87pt;
}

.height-87pc {
  height: 87pc;
}

.height-87in {
  height: 87in;
}

.height-87cm {
  height: 87cm;
}

.height-87mm {
  height: 87mm;
}

.height-87ex {
  height: 87ex;
}

.height-87ch {
  height: 87ch;
}

.height-87vw {
  height: 87vw;
}

.height-87vh {
  height: 87vh;
}

.height-87vmin {
  height: 87vmin;
}

.height-87vmax {
  height: 87vmax;
}

.height-87em {
  height: 87em;
}

.height-87rem {
  height: 87rem;
}

.height-88px {
  height: 88px;
}

.height-88pt {
  height: 88pt;
}

.height-88pc {
  height: 88pc;
}

.height-88in {
  height: 88in;
}

.height-88cm {
  height: 88cm;
}

.height-88mm {
  height: 88mm;
}

.height-88ex {
  height: 88ex;
}

.height-88ch {
  height: 88ch;
}

.height-88vw {
  height: 88vw;
}

.height-88vh {
  height: 88vh;
}

.height-88vmin {
  height: 88vmin;
}

.height-88vmax {
  height: 88vmax;
}

.height-88em {
  height: 88em;
}

.height-88rem {
  height: 88rem;
}

.height-89px {
  height: 89px;
}

.height-89pt {
  height: 89pt;
}

.height-89pc {
  height: 89pc;
}

.height-89in {
  height: 89in;
}

.height-89cm {
  height: 89cm;
}

.height-89mm {
  height: 89mm;
}

.height-89ex {
  height: 89ex;
}

.height-89ch {
  height: 89ch;
}

.height-89vw {
  height: 89vw;
}

.height-89vh {
  height: 89vh;
}

.height-89vmin {
  height: 89vmin;
}

.height-89vmax {
  height: 89vmax;
}

.height-89em {
  height: 89em;
}

.height-89rem {
  height: 89rem;
}

.height-90px {
  height: 90px;
}

.height-90pt {
  height: 90pt;
}

.height-90pc {
  height: 90pc;
}

.height-90in {
  height: 90in;
}

.height-90cm {
  height: 90cm;
}

.height-90mm {
  height: 90mm;
}

.height-90ex {
  height: 90ex;
}

.height-90ch {
  height: 90ch;
}

.height-90vw {
  height: 90vw;
}

.height-90vh {
  height: 90vh;
}

.height-90vmin {
  height: 90vmin;
}

.height-90vmax {
  height: 90vmax;
}

.height-90em {
  height: 90em;
}

.height-90rem {
  height: 90rem;
}

.height-91px {
  height: 91px;
}

.height-91pt {
  height: 91pt;
}

.height-91pc {
  height: 91pc;
}

.height-91in {
  height: 91in;
}

.height-91cm {
  height: 91cm;
}

.height-91mm {
  height: 91mm;
}

.height-91ex {
  height: 91ex;
}

.height-91ch {
  height: 91ch;
}

.height-91vw {
  height: 91vw;
}

.height-91vh {
  height: 91vh;
}

.height-91vmin {
  height: 91vmin;
}

.height-91vmax {
  height: 91vmax;
}

.height-91em {
  height: 91em;
}

.height-91rem {
  height: 91rem;
}

.height-92px {
  height: 92px;
}

.height-92pt {
  height: 92pt;
}

.height-92pc {
  height: 92pc;
}

.height-92in {
  height: 92in;
}

.height-92cm {
  height: 92cm;
}

.height-92mm {
  height: 92mm;
}

.height-92ex {
  height: 92ex;
}

.height-92ch {
  height: 92ch;
}

.height-92vw {
  height: 92vw;
}

.height-92vh {
  height: 92vh;
}

.height-92vmin {
  height: 92vmin;
}

.height-92vmax {
  height: 92vmax;
}

.height-92em {
  height: 92em;
}

.height-92rem {
  height: 92rem;
}

.height-93px {
  height: 93px;
}

.height-93pt {
  height: 93pt;
}

.height-93pc {
  height: 93pc;
}

.height-93in {
  height: 93in;
}

.height-93cm {
  height: 93cm;
}

.height-93mm {
  height: 93mm;
}

.height-93ex {
  height: 93ex;
}

.height-93ch {
  height: 93ch;
}

.height-93vw {
  height: 93vw;
}

.height-93vh {
  height: 93vh;
}

.height-93vmin {
  height: 93vmin;
}

.height-93vmax {
  height: 93vmax;
}

.height-93em {
  height: 93em;
}

.height-93rem {
  height: 93rem;
}

.height-94px {
  height: 94px;
}

.height-94pt {
  height: 94pt;
}

.height-94pc {
  height: 94pc;
}

.height-94in {
  height: 94in;
}

.height-94cm {
  height: 94cm;
}

.height-94mm {
  height: 94mm;
}

.height-94ex {
  height: 94ex;
}

.height-94ch {
  height: 94ch;
}

.height-94vw {
  height: 94vw;
}

.height-94vh {
  height: 94vh;
}

.height-94vmin {
  height: 94vmin;
}

.height-94vmax {
  height: 94vmax;
}

.height-94em {
  height: 94em;
}

.height-94rem {
  height: 94rem;
}

.height-95px {
  height: 95px;
}

.height-95pt {
  height: 95pt;
}

.height-95pc {
  height: 95pc;
}

.height-95in {
  height: 95in;
}

.height-95cm {
  height: 95cm;
}

.height-95mm {
  height: 95mm;
}

.height-95ex {
  height: 95ex;
}

.height-95ch {
  height: 95ch;
}

.height-95vw {
  height: 95vw;
}

.height-95vh {
  height: 95vh;
}

.height-95vmin {
  height: 95vmin;
}

.height-95vmax {
  height: 95vmax;
}

.height-95em {
  height: 95em;
}

.height-95rem {
  height: 95rem;
}

.height-96px {
  height: 96px;
}

.height-96pt {
  height: 96pt;
}

.height-96pc {
  height: 96pc;
}

.height-96in {
  height: 96in;
}

.height-96cm {
  height: 96cm;
}

.height-96mm {
  height: 96mm;
}

.height-96ex {
  height: 96ex;
}

.height-96ch {
  height: 96ch;
}

.height-96vw {
  height: 96vw;
}

.height-96vh {
  height: 96vh;
}

.height-96vmin {
  height: 96vmin;
}

.height-96vmax {
  height: 96vmax;
}

.height-96em {
  height: 96em;
}

.height-96rem {
  height: 96rem;
}

.height-97px {
  height: 97px;
}

.height-97pt {
  height: 97pt;
}

.height-97pc {
  height: 97pc;
}

.height-97in {
  height: 97in;
}

.height-97cm {
  height: 97cm;
}

.height-97mm {
  height: 97mm;
}

.height-97ex {
  height: 97ex;
}

.height-97ch {
  height: 97ch;
}

.height-97vw {
  height: 97vw;
}

.height-97vh {
  height: 97vh;
}

.height-97vmin {
  height: 97vmin;
}

.height-97vmax {
  height: 97vmax;
}

.height-97em {
  height: 97em;
}

.height-97rem {
  height: 97rem;
}

.height-98px {
  height: 98px;
}

.height-98pt {
  height: 98pt;
}

.height-98pc {
  height: 98pc;
}

.height-98in {
  height: 98in;
}

.height-98cm {
  height: 98cm;
}

.height-98mm {
  height: 98mm;
}

.height-98ex {
  height: 98ex;
}

.height-98ch {
  height: 98ch;
}

.height-98vw {
  height: 98vw;
}

.height-98vh {
  height: 98vh;
}

.height-98vmin {
  height: 98vmin;
}

.height-98vmax {
  height: 98vmax;
}

.height-98em {
  height: 98em;
}

.height-98rem {
  height: 98rem;
}

.height-99px {
  height: 99px;
}

.height-99pt {
  height: 99pt;
}

.height-99pc {
  height: 99pc;
}

.height-99in {
  height: 99in;
}

.height-99cm {
  height: 99cm;
}

.height-99mm {
  height: 99mm;
}

.height-99ex {
  height: 99ex;
}

.height-99ch {
  height: 99ch;
}

.height-99vw {
  height: 99vw;
}

.height-99vh {
  height: 99vh;
}

.height-99vmin {
  height: 99vmin;
}

.height-99vmax {
  height: 99vmax;
}

.height-99em {
  height: 99em;
}

.height-99rem {
  height: 99rem;
}

.height-100px {
  height: 100px;
}

.height-100pt {
  height: 100pt;
}

.height-100pc {
  height: 100pc;
}

.height-100in {
  height: 100in;
}

.height-100cm {
  height: 100cm;
}

.height-100mm {
  height: 100mm;
}

.height-100ex {
  height: 100ex;
}

.height-100ch {
  height: 100ch;
}

.height-100vw {
  height: 100vw;
}

.height-100vh {
  height: 100vh;
}

.height-100vmin {
  height: 100vmin;
}

.height-100vmax {
  height: 100vmax;
}

.height-100em {
  height: 100em;
}

.height-100rem {
  height: 100rem;
}

.redes {
  position: absolute;
  z-index: 9;
}
.redes nav {
  position: fixed;
  width: 70px;
  margin-top: 50px;
  transition: all 0.3s linear;
  right: 0;
}
.redes nav li {
  height: 60px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.redes nav li::marker {
  content: "";
}
.redes nav li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  transition: all 0.3s linear;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
}
.redes nav li a span {
  color: white;
}
.redes nav li:nth-child(1) a {
  background: #24D366;
}
.redes nav li:nth-child(2) a {
  background: #2B88FF;
}
.redes nav li:nth-child(3) a {
  background: #FFC100;
}
.redes nav li a i {
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 27px;
}
.redes ul {
  padding: 0;
  margin: 0;
}
.redes ul li a span {
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 26px;
}
.redes a:hover {
  width: 275px;
  z-index: 1;
  transform: translateX(calc(70px - 275px));
}
.redes ul li:hover a span {
  padding-left: 10px;
  display: block;
  font: normal normal bold 26px/55px Helvetica Neue;
}
.redes img {
  height: 40px;
  padding: 0 10px;
  margin-left: 10px;
  margin-top: 10px;
}

body {
  scrollbar-base-color: #235673;
  scrollbar-face-color: #235673;
  scrollbar-3dlight-color: #235673;
  scrollbar-highlight-color: #235673;
  scrollbar-track-color: #235673;
  scrollbar-arrow-color: #235673;
  scrollbar-shadow-color: #235673;
  scrollbar-dark-shadow-color: #235673;
}

::-webkit-scrollbar {
  width: 7px;
  padding: 0 !important;
  margin-left: -1rem !important;
  margin-right: -0.75rem !important;
  background: #235673;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #235673;
  -webkit-border-radius: 1.5rem 1.5rem;
  -moz-border-radius: 1.5rem 1.5rem;
  -ms-border-radius: 1.5rem 1.5rem;
  -o-border-radius: 1.5rem 1.5rem;
  border-radius: 1.5rem 1.5rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #235673;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  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;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  color: #213063;
  border-radius: 0.3rem;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
  transform: translate(-50%, 100%);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  transform: translate(-50%, 50%);
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  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;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  color: #213063;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #F5F7FD 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #A7C6FC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

/*style the items (options), including the selected item:*/
.select-items div {
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  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;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  color: #213063;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background: #A7C6FC;
}

.select-selected.select-arrow-active {
  border: 1px solid #2B88FF;
}

/*
   * Implementation of themes
   */
/*
 * Actual styles for the app
 */
.theme-plata .ic-theme {
  background-image: url(../img/ic-plata.svg);
}
.theme-oro .ic-theme {
  background-image: url(../img/ic-oro.svg);
}
.theme-platino .ic-theme {
  background-image: url(../img/ic-platino.svg);
}
.theme-plus .ic-theme {
  background-image: url(../img/ic-plus.svg);
}

.theme-plata .dropdown-item:hover, .theme-plata .dropdown-item:focus, .theme-plata .dropdown-item.active, .theme-plata .dropdown-item:active {
  background-color: #B3B2B3;
  color: white;
}
.theme-oro .dropdown-item:hover, .theme-oro .dropdown-item:focus, .theme-oro .dropdown-item.active, .theme-oro .dropdown-item:active {
  background-color: #FBAE29;
  color: white;
}
.theme-platino .dropdown-item:hover, .theme-platino .dropdown-item:focus, .theme-platino .dropdown-item.active, .theme-platino .dropdown-item:active {
  background-color: #6D6E71;
  color: white;
}
.theme-plus .dropdown-item:hover, .theme-plus .dropdown-item:focus, .theme-plus .dropdown-item.active, .theme-plus .dropdown-item:active {
  background-color: #21409A;
  color: white;
}

.theme-plata footer {
  background-color: #B3B2B3;
}
.theme-oro footer {
  background-color: #FBAE29;
}
.theme-platino footer {
  background-color: #6D6E71;
}
.theme-plus footer {
  background-color: #21409A;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213063;
  font-family: "Lato", sans-serif;
}
* * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213063;
  font-family: "Lato", sans-serif;
}

.offcanvas-top {
  top: 185px !important;
  width: 95% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
}

.no-class {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

:root {
  --Blue-Zodiac-950: #0D2242;
  font-family: "Lato", sans-serif;
}

* {
  font-family: "Lato", sans-serif;
}

html,
body {
  min-height: 100vh;
}

.p-5px {
  padding: 5px !important;
}

.text-gris {
  color: #828994;
}

.text-azul {
  color: #398398;
}

li.page-item.active {
  background-color: white;
  color: black;
}

.page-item {
  border: none;
}
.page-item .page-link {
  border: none;
}

.page-item.active .page-link {
  background-color: white;
  color: black;
  border: none;
}

.page-item.active .page-link:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #03C1D5;
  bottom: 3px;
  position: absolute;
  left: auto;
  right: auto;
  transform: translate(50%, -2px);
}

.tab {
  box-shadow: 0px 0px 30px #76818B27;
  color: #04132A;
  padding: 20px 0;
  font-weight: bold;
  font-size: 12px;
  margin: 10px;
}

header .logo {
  display: flex;
  width: 154px;
  height: 56px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  background: url(../img/logos-padel-rush.png) 50%/contain no-repeat;
}

h1, .h1 {
  font-weight: 700;
  font-size: 48px;
}

th {
  white-space: nowrap;
}

.dropdown-menu {
  z-index: 9999;
}

.navbar-head {
  background: transparent linear-gradient(90deg, #2E93AF 0%, #4CBCD0 28%, #3BD6BA 60%, #54D079 82%, #93BC3A 100%) 0% 0% no-repeat padding-box;
  height: 55px;
  color: white;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.navbar {
  box-shadow: 0px 6px 6px #0000000B;
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: #828994;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/02-Login/icn-menu.svg);
  height: 35px;
}

.text-blue {
  color: var(--Blue-Zodiac-950, #0D2242);
}

.bg-navbar {
  background: rgba(17, 24, 39, 0.6);
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #04132A;
  font-weight: 900;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #04132A;
  font-weight: 900;
}

.nav-item {
  position: relative;
}

a.nav-link.active:before, a.nav-link:hover:before {
  display: block;
  content: "";
  background: #03C1D5;
  height: 3px;
  position: absolute;
  width: 100%;
  transform: translate(0, -10px);
  left: 0;
  right: 0;
}

main {
  height: 100vh;
}

.login-logo {
  height: 100vh;
  display: flex;
  padding: 112px 16px 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  /* flex: 1 0 0; */
  background: url(../public/images/colum-bg-img.png) rgba(17, 24, 39, 0.6);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.login {
  height: 100vh;
  display: flex;
  padding: 112px 16px 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  background: url(../public/images/bg-login.png), rgba(17, 24, 39, 0.6);
  background-color: rgba(17, 24, 39, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: scroll;
}

.login-a {
  display: flex;
  width: 410px;
  height: 280px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: url(../public/images/logos-padel-rush-login.png) lightgray 50%/contain no-repeat;
}

.card-login {
  display: flex;
  min-width: 328px;
  max-width: 600px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: center;
  border-radius: 6px;
  border: 1px solid var(--slate-200, #E2E8F0);
  background: #FFF;
}

.card-login-title {
  align-self: stretch;
  color: var(--Blue-Zodiac-950, #0D2242);
  /* h3 */
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.144px;
}

.login-redes {
  width: 100%;
  background: white;
  border-radius: 4px;
  border: 1px #BDC3DB solid;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  margin: 5px 0;
}

.login-redes img {
  width: 40px;
  height: 40px;
}

.login-redes-text {
  flex: 1 1 0;
  text-align: center;
  color: #34446D;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.encabezado {
  background: url(../img/padel-rush.png) rgba(17, 24, 39, 0.6);
  background-color: rgba(17, 24, 39, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 250px;
  padding-top: 100px;
  padding-bottom: 35px;
}

.offcanvas {
  background: #fff;
  width: 100%;
  font-weight: 600;
}

.card-puntos {
  padding: 24px 16px 24px 16px;
  border-radius: 40px;
  gap: 8px;
  background-color: #E2E8F0;
  text-align: center;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.puntos-numero {
  background-color: #0D2242;
  color: white;
  padding: 0px 8px 0px 8px;
  border-radius: 50%;
  width: fit-content;
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #F1F5F9;
}

.table > :not(:first-child) {
  border-top: none;
}

.registraygana {
  background-image: url(../img/textura-banne.png);
  min-height: 230px;
  width: 100%;
  background-size: cover;
  margin-top: 43px;
  position: relative;
  text-align: center;
  color: white;
  align-items: center;
  display: flex;
}

.establecimientos {
  background-color: #E2E8F0;
  padding: 35px 0;
}

.estadodecuenta {
  background-color: #F8FAFC;
}

.preguntas {
  padding: 35px 0;
}

.table {
  background-color: #ffffff;
}

.nav-pills .nav-item {
  background-color: #F1F5F9;
  border: 5px solid #f1f5f9 !important;
}

.nav-pills .nav-link {
  border-radius: 3.25rem;
  color: #334155;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: white;
  color: #DB0A40;
}

.registratucompra {
  background-color: #F8FAFC;
  padding: 50px 0;
}

.calendario {
  background-color: #F8FAFC;
  padding: 50px 0;
}

.calendario .card h5, .calendario .card .h5 {
  color: #0D2242;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.premiobanner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.participaygana {
  background-color: #E2E8F0;
  padding: 50px 0;
  text-align: center;
}

.participaygana .card {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
}

.participaygana .card .card-body {
  border-bottom: 1px solid #CBD5E1;
  width: 100%;
}

.participaygana .card .card-body img {
  width: 100%;
}

.participaygana .card .card-footer, .registratucompra .card .card-footer {
  background-color: transparent;
  border-top: none;
  font-weight: 600;
  font-size: 18px;
  color: #0D2242;
}

.ubicacion .fa-star {
  color: #e7e7e7;
}

.ubicacion .fa-star.checked {
  color: #FDE047;
}

.ubicacion .nombre {
  color: #040C20;
  font-weight: 500;
}

.modal-body p {
  font-size: 14px;
  color: #64748B;
}

.modal-body .card, .registratucompra .card .card {
  border: 1px solid #CBD5E1;
  background: #E2E8F0;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.4s ease-out;
}

.registratucompra .card .card {
  border: 1px solid #CBD5E1;
  background: #F8FAFC;
}

.modal-body .card-footer, .registratucompra .card .card-footer {
  border-top: 1px solid #CBD5E1;
  background: transparent;
  color: #0D2242;
  font-size: 18px;
  font-weight: 600;
}

.modal-body .card:hover, .modal-body .card.active {
  border: 1px solid red;
  box-shadow: 4px 4px 8px 0px #EB134566;
}

.modal-body .card-size {
  display: flex;
  justify-content: space-around;
  background-color: #F1F5F9;
  border-radius: 10px 10px 8px 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  transform: translateY(20px);
  visibility: hidden;
  transition: 0.2s ease-out;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.modal-body .card-size .size {
  aspect-ratio: 1/1;
  width: 30px;
  text-align: center;
  line-height: 1;
  display: flex;
  place-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.modal-body .card-size .size:hover {
  background-color: white;
  color: #DB0A40;
}

.modal-body .card-size .size.active {
  background-color: white;
  color: #DB0A40;
}

.modal-body .card:hover .card-size, .modal-body .card.active .card-size {
  transform: translateY(0px);
  visibility: visible;
  transition: 0.2s ease-out;
}

.card-hero {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 30px 30px #375E6534;
  background-color: white;
  position: absolute;
  top: 10%;
  left: 139px;
  width: 417px;
  height: 422px;
  padding: 35px;
}
.card-hero h2, .card-hero .h2 {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font: normal normal 900 44px/45px Lato;
}
.card-hero h3, .card-hero .h3 {
  font-weight: 900;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font: italic normal 900 44px/45px Lato;
}
.card-hero p {
  font: normal normal 300 27px/28px Lato;
  color: #398398;
  padding-right: 25%;
  padding-top: 5%;
}

.bg-degradado {
  background: transparent linear-gradient(90deg, #2E93AF 0%, #4CDEF8 100%) 0% 0% no-repeat padding-box;
}

.bg-degradado2 {
  background: transparent linear-gradient(255deg, #56BED3 0%, #205073 100%) 0% 0% no-repeat padding-box;
}

.bg-degradado3 {
  background: transparent linear-gradient(28deg, #2E93AF 0%, #4CBCD0 28%, #3BD6BA 60%, #54D079 82%, #93BC3A 100%) 0% 0% no-repeat padding-box;
}

.btn-degradado {
  background: transparent linear-gradient(90deg, #2E93AF 0%, #4CDEF8 100%) 0% 0% no-repeat padding-box;
}

.btn-degradado2 {
  background: transparent linear-gradient(255deg, #56BED3 0%, #205073 100%) 0% 0% no-repeat padding-box;
}

.btn-degradado3 {
  background: transparent linear-gradient(28deg, #2E93AF 0%, #4CBCD0 28%, #3BD6BA 60%, #54D079 82%, #93BC3A 100%) 0% 0% no-repeat padding-box;
}

.progress {
  overflow: visible;
  height: 5px;
}

.progress-bar {
  height: 5px;
  background-color: #144A94;
}

.btn-close {
  background: url(../img/icn-cerrar.svg);
}

.nonparticipating {
  background-image: url(../img/01-Not-participating/img-fondo@2x.png);
  height: 100%;
  padding: 150px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nonparticipating p, .nonparticipating b {
  color: #398398;
}

.objectives {
  background-color: #F8F8F9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.objectives .title {
  color: #398398;
  font: normal normal 900 20px/22px Lato;
}
.objectives p {
  font: normal normal normal 18px/20px Lato;
  letter-spacing: 0px;
  color: #828994;
  margin-bottom: 0;
}
.objectives .number {
  width: 23px;
  height: 23px;
  background: #03C1D5 0% 0% no-repeat padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font: normal normal 900 16px Lato;
  color: white;
  margin-bottom: 0;
}
.objectives .number-text {
  font: normal normal 900 18px/20px Lato;
  letter-spacing: 0px;
  color: #03C1D5;
}

footer {
  background-color: #0C2634;
  padding: 40px;
}

a.nav-link.before-none.active:before::before, a.nav-link.before-none:hover:before::before {
  display: none !important;
}

.before-none::before {
  display: none !important;
}

@media (max-width: 992px) {
  .offcanvas-top {
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }

  li.nav-item {
    border: none !important;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100px;
  }

  a.nav-link {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 100;
    font-size: 24px;
    font-weight: normal;
    opacity: 1;
  }

  a.nav-link.active:before, a.nav-link:hover:before {
    display: none;
  }
}
section {
  padding: 25px 0;
}

.bg-degradado {
  background: transparent linear-gradient(28deg, #2E93AF 0%, #4CBCD0 28%, #3BD6BA 60%, #54D079 82%, #93BC3A 100%) 0% 0% no-repeat padding-box;
}
.bg-degradado * {
  color: white;
  text-align: center;
}
.bg-degradado p {
  font: normal normal normal 18px/20px Lato;
}
.bg-degradado b {
  font: normal normal 900 20px/22px Lato;
}

@media (max-width: 768px) {
  .card-hero {
    left: 36px;
    right: auto;
    width: 268px;
    height: 271px;
    padding: 15px;
  }
  .card-hero h2, .card-hero .h2 {
    font-weight: 900;
    font-family: "Lato", sans-serif;
    font: normal normal 900 27px/28px Lato;
  }
  .card-hero h3, .card-hero .h3 {
    font-weight: 900;
    font-style: italic;
    font-family: "Lato", sans-serif;
    font: italic normal 900 27px/28px Lato;
  }
  .card-hero p {
    font: normal normal 300 17px/18px Lato;
    color: #398398;
    padding-right: 25%;
    padding-top: 5%;
  }
}
@media (max-width: 576px) {
  .nonparticipating {
    padding: 50px 0;
  }

  .hero {
    padding: 25px;
    margin-bottom: 250px;
  }

  .card-hero {
    margin: auto;
    left: 0;
    right: 0;
    width: 90%;
    top: 80%;
  }

  .navbar-brand {
    width: 70%;
  }
  .navbar-brand img {
    width: 100%;
  }
}

/*# sourceMappingURL=vitro.css.map */
.nav-link-footer {
    display: block;
    padding: 0.5rem 1rem;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}