@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --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-black:#000;
  --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:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .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: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.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.33333333%;
}
.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.66666667%;
}
.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: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: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  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: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .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 .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: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: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width: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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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-header,
  .card-group > .card:not(:last-child) > .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-footer,
  .card-group > .card:not(:last-child) > .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) > .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-footer,
  .card-group > .card:not(:first-child) > .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item: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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}
@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% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width:576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  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: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.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%;
}
.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: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .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: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width:575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 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) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  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;
}
.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: .25rem !important;
}
.m-2 {
  margin: .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: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .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: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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: .25rem !important;
}
.mt-2 {
  margin-top: .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: .25rem !important;
}
.me-2 {
  margin-right: .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: .25rem !important;
}
.mb-2 {
  margin-bottom: .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: .25rem !important;
}
.ms-2 {
  margin-left: .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: .25rem !important;
}
.p-2 {
  padding: .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: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .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: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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: .25rem !important;
}
.pt-2 {
  padding-top: .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: .25rem !important;
}
.pe-2 {
  padding-right: .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: .25rem !important;
}
.pb-2 {
  padding-bottom: .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: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-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: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-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-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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;
  }
  .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: .25rem !important;
  }
  .m-sm-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .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: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .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: .25rem !important;
  }
  .p-sm-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: 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;
  }
  .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: .25rem !important;
  }
  .m-md-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .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: .25rem !important;
  }
  .me-md-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .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: .25rem !important;
  }
  .p-md-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: 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;
  }
  .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: .25rem !important;
  }
  .m-lg-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .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: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .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: .25rem !important;
  }
  .p-lg-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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;
  }
  .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: .25rem !important;
  }
  .m-xl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .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: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .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: .25rem !important;
  }
  .p-xl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: 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;
  }
  .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: .25rem !important;
  }
  .m-xxl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .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: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .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: .25rem !important;
  }
  .p-xxl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: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-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* node_modules/bootstrap-icons/font/bootstrap-icons.css */
/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./media/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"), url("./media/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123::before {
  content: "\f67f";
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}
.bi-bank::before {
  content: "\f62e";
}
.bi-bank2::before {
  content: "\f62f";
}
.bi-bell-slash-fill::before {
  content: "\f630";
}
.bi-bell-slash::before {
  content: "\f631";
}
.bi-cash-coin::before {
  content: "\f632";
}
.bi-check-lg::before {
  content: "\f633";
}
.bi-coin::before {
  content: "\f634";
}
.bi-currency-bitcoin::before {
  content: "\f635";
}
.bi-currency-dollar::before {
  content: "\f636";
}
.bi-currency-euro::before {
  content: "\f637";
}
.bi-currency-exchange::before {
  content: "\f638";
}
.bi-currency-pound::before {
  content: "\f639";
}
.bi-currency-yen::before {
  content: "\f63a";
}
.bi-dash-lg::before {
  content: "\f63b";
}
.bi-exclamation-lg::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.bi-file-earmark-pdf::before {
  content: "\f63e";
}
.bi-file-pdf-fill::before {
  content: "\f63f";
}
.bi-file-pdf::before {
  content: "\f640";
}
.bi-gender-ambiguous::before {
  content: "\f641";
}
.bi-gender-female::before {
  content: "\f642";
}
.bi-gender-male::before {
  content: "\f643";
}
.bi-gender-trans::before {
  content: "\f644";
}
.bi-headset-vr::before {
  content: "\f645";
}
.bi-info-lg::before {
  content: "\f646";
}
.bi-mastodon::before {
  content: "\f647";
}
.bi-messenger::before {
  content: "\f648";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-piggy-bank::before {
  content: "\f64a";
}
.bi-pin-map-fill::before {
  content: "\f64b";
}
.bi-pin-map::before {
  content: "\f64c";
}
.bi-plus-lg::before {
  content: "\f64d";
}
.bi-question-lg::before {
  content: "\f64e";
}
.bi-recycle::before {
  content: "\f64f";
}
.bi-reddit::before {
  content: "\f650";
}
.bi-safe-fill::before {
  content: "\f651";
}
.bi-safe2-fill::before {
  content: "\f652";
}
.bi-safe2::before {
  content: "\f653";
}
.bi-sd-card-fill::before {
  content: "\f654";
}
.bi-sd-card::before {
  content: "\f655";
}
.bi-skype::before {
  content: "\f656";
}
.bi-slash-lg::before {
  content: "\f657";
}
.bi-translate::before {
  content: "\f658";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-safe::before {
  content: "\f65a";
}
.bi-apple::before {
  content: "\f65b";
}
.bi-microsoft::before {
  content: "\f65d";
}
.bi-windows::before {
  content: "\f65e";
}
.bi-behance::before {
  content: "\f65c";
}
.bi-dribbble::before {
  content: "\f65f";
}
.bi-line::before {
  content: "\f660";
}
.bi-medium::before {
  content: "\f661";
}
.bi-paypal::before {
  content: "\f662";
}
.bi-pinterest::before {
  content: "\f663";
}
.bi-signal::before {
  content: "\f664";
}
.bi-snapchat::before {
  content: "\f665";
}
.bi-spotify::before {
  content: "\f666";
}
.bi-stack-overflow::before {
  content: "\f667";
}
.bi-strava::before {
  content: "\f668";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-vimeo::before {
  content: "\f66a";
}
.bi-activity::before {
  content: "\f66b";
}
.bi-easel2-fill::before {
  content: "\f66c";
}
.bi-easel2::before {
  content: "\f66d";
}
.bi-easel3-fill::before {
  content: "\f66e";
}
.bi-easel3::before {
  content: "\f66f";
}
.bi-fan::before {
  content: "\f670";
}
.bi-fingerprint::before {
  content: "\f671";
}
.bi-graph-down-arrow::before {
  content: "\f672";
}
.bi-graph-up-arrow::before {
  content: "\f673";
}
.bi-hypnotize::before {
  content: "\f674";
}
.bi-magic::before {
  content: "\f675";
}
.bi-person-rolodex::before {
  content: "\f676";
}
.bi-person-video::before {
  content: "\f677";
}
.bi-person-video2::before {
  content: "\f678";
}
.bi-person-video3::before {
  content: "\f679";
}
.bi-person-workspace::before {
  content: "\f67a";
}
.bi-radioactive::before {
  content: "\f67b";
}
.bi-webcam-fill::before {
  content: "\f67c";
}
.bi-webcam::before {
  content: "\f67d";
}
.bi-yin-yang::before {
  content: "\f67e";
}
.bi-bandaid-fill::before {
  content: "\f680";
}
.bi-bandaid::before {
  content: "\f681";
}
.bi-bluetooth::before {
  content: "\f682";
}
.bi-body-text::before {
  content: "\f683";
}
.bi-boombox::before {
  content: "\f684";
}
.bi-boxes::before {
  content: "\f685";
}
.bi-dpad-fill::before {
  content: "\f686";
}
.bi-dpad::before {
  content: "\f687";
}
.bi-ear-fill::before {
  content: "\f688";
}
.bi-ear::before {
  content: "\f689";
}
.bi-envelope-check-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.bi-envelope-exclamation::before {
  content: "\f692";
}
.bi-envelope-plus-fill::before {
  content: "\f693";
}
.bi-envelope-plus::before {
  content: "\f694";
}
.bi-envelope-slash-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.bi-envelope-x-fill::before {
  content: "\f699";
}
.bi-envelope-x::before {
  content: "\f69a";
}
.bi-explicit-fill::before {
  content: "\f69b";
}
.bi-explicit::before {
  content: "\f69c";
}
.bi-git::before {
  content: "\f69d";
}
.bi-infinity::before {
  content: "\f69e";
}
.bi-list-columns-reverse::before {
  content: "\f69f";
}
.bi-list-columns::before {
  content: "\f6a0";
}
.bi-meta::before {
  content: "\f6a1";
}
.bi-nintendo-switch::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.bi-pc-display::before {
  content: "\f6a6";
}
.bi-pc-horizontal::before {
  content: "\f6a7";
}
.bi-pc::before {
  content: "\f6a8";
}
.bi-playstation::before {
  content: "\f6a9";
}
.bi-plus-slash-minus::before {
  content: "\f6aa";
}
.bi-projector-fill::before {
  content: "\f6ab";
}
.bi-projector::before {
  content: "\f6ac";
}
.bi-qr-code-scan::before {
  content: "\f6ad";
}
.bi-qr-code::before {
  content: "\f6ae";
}
.bi-quora::before {
  content: "\f6af";
}
.bi-quote::before {
  content: "\f6b0";
}
.bi-robot::before {
  content: "\f6b1";
}
.bi-send-check-fill::before {
  content: "\f6b2";
}
.bi-send-check::before {
  content: "\f6b3";
}
.bi-send-dash-fill::before {
  content: "\f6b4";
}
.bi-send-dash::before {
  content: "\f6b5";
}
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.bi-send-exclamation::before {
  content: "\f6b8";
}
.bi-send-fill::before {
  content: "\f6b9";
}
.bi-send-plus-fill::before {
  content: "\f6ba";
}
.bi-send-plus::before {
  content: "\f6bb";
}
.bi-send-slash-fill::before {
  content: "\f6bc";
}
.bi-send-slash::before {
  content: "\f6bd";
}
.bi-send-x-fill::before {
  content: "\f6be";
}
.bi-send-x::before {
  content: "\f6bf";
}
.bi-send::before {
  content: "\f6c0";
}
.bi-steam::before {
  content: "\f6c1";
}
.bi-terminal-dash::before {
  content: "\f6c3";
}
.bi-terminal-plus::before {
  content: "\f6c4";
}
.bi-terminal-split::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.bi-ticket-detailed::before {
  content: "\f6c7";
}
.bi-ticket-fill::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.bi-ticket-perforated::before {
  content: "\f6ca";
}
.bi-ticket::before {
  content: "\f6cb";
}
.bi-tiktok::before {
  content: "\f6cc";
}
.bi-window-dash::before {
  content: "\f6cd";
}
.bi-window-desktop::before {
  content: "\f6ce";
}
.bi-window-fullscreen::before {
  content: "\f6cf";
}
.bi-window-plus::before {
  content: "\f6d0";
}
.bi-window-split::before {
  content: "\f6d1";
}
.bi-window-stack::before {
  content: "\f6d2";
}
.bi-window-x::before {
  content: "\f6d3";
}
.bi-xbox::before {
  content: "\f6d4";
}
.bi-ethernet::before {
  content: "\f6d5";
}
.bi-hdmi-fill::before {
  content: "\f6d6";
}
.bi-hdmi::before {
  content: "\f6d7";
}
.bi-usb-c-fill::before {
  content: "\f6d8";
}
.bi-usb-c::before {
  content: "\f6d9";
}
.bi-usb-fill::before {
  content: "\f6da";
}
.bi-usb-plug-fill::before {
  content: "\f6db";
}
.bi-usb-plug::before {
  content: "\f6dc";
}
.bi-usb-symbol::before {
  content: "\f6dd";
}
.bi-usb::before {
  content: "\f6de";
}
.bi-boombox-fill::before {
  content: "\f6df";
}
.bi-displayport::before {
  content: "\f6e1";
}
.bi-gpu-card::before {
  content: "\f6e2";
}
.bi-memory::before {
  content: "\f6e3";
}
.bi-modem-fill::before {
  content: "\f6e4";
}
.bi-modem::before {
  content: "\f6e5";
}
.bi-motherboard-fill::before {
  content: "\f6e6";
}
.bi-motherboard::before {
  content: "\f6e7";
}
.bi-optical-audio-fill::before {
  content: "\f6e8";
}
.bi-optical-audio::before {
  content: "\f6e9";
}
.bi-pci-card::before {
  content: "\f6ea";
}
.bi-router-fill::before {
  content: "\f6eb";
}
.bi-router::before {
  content: "\f6ec";
}
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.bi-thunderbolt::before {
  content: "\f6f0";
}
.bi-usb-drive-fill::before {
  content: "\f6f1";
}
.bi-usb-drive::before {
  content: "\f6f2";
}
.bi-usb-micro-fill::before {
  content: "\f6f3";
}
.bi-usb-micro::before {
  content: "\f6f4";
}
.bi-usb-mini-fill::before {
  content: "\f6f5";
}
.bi-usb-mini::before {
  content: "\f6f6";
}
.bi-cloud-haze2::before {
  content: "\f6f7";
}
.bi-device-hdd-fill::before {
  content: "\f6f8";
}
.bi-device-hdd::before {
  content: "\f6f9";
}
.bi-device-ssd-fill::before {
  content: "\f6fa";
}
.bi-device-ssd::before {
  content: "\f6fb";
}
.bi-displayport-fill::before {
  content: "\f6fc";
}
.bi-mortarboard-fill::before {
  content: "\f6fd";
}
.bi-mortarboard::before {
  content: "\f6fe";
}
.bi-terminal-x::before {
  content: "\f6ff";
}
.bi-arrow-through-heart-fill::before {
  content: "\f700";
}
.bi-arrow-through-heart::before {
  content: "\f701";
}
.bi-badge-sd-fill::before {
  content: "\f702";
}
.bi-badge-sd::before {
  content: "\f703";
}
.bi-bag-heart-fill::before {
  content: "\f704";
}
.bi-bag-heart::before {
  content: "\f705";
}
.bi-balloon-fill::before {
  content: "\f706";
}
.bi-balloon-heart-fill::before {
  content: "\f707";
}
.bi-balloon-heart::before {
  content: "\f708";
}
.bi-balloon::before {
  content: "\f709";
}
.bi-box2-fill::before {
  content: "\f70a";
}
.bi-box2-heart-fill::before {
  content: "\f70b";
}
.bi-box2-heart::before {
  content: "\f70c";
}
.bi-box2::before {
  content: "\f70d";
}
.bi-braces-asterisk::before {
  content: "\f70e";
}
.bi-calendar-heart-fill::before {
  content: "\f70f";
}
.bi-calendar-heart::before {
  content: "\f710";
}
.bi-calendar2-heart-fill::before {
  content: "\f711";
}
.bi-calendar2-heart::before {
  content: "\f712";
}
.bi-chat-heart-fill::before {
  content: "\f713";
}
.bi-chat-heart::before {
  content: "\f714";
}
.bi-chat-left-heart-fill::before {
  content: "\f715";
}
.bi-chat-left-heart::before {
  content: "\f716";
}
.bi-chat-right-heart-fill::before {
  content: "\f717";
}
.bi-chat-right-heart::before {
  content: "\f718";
}
.bi-chat-square-heart-fill::before {
  content: "\f719";
}
.bi-chat-square-heart::before {
  content: "\f71a";
}
.bi-clipboard-check-fill::before {
  content: "\f71b";
}
.bi-clipboard-data-fill::before {
  content: "\f71c";
}
.bi-clipboard-fill::before {
  content: "\f71d";
}
.bi-clipboard-heart-fill::before {
  content: "\f71e";
}
.bi-clipboard-heart::before {
  content: "\f71f";
}
.bi-clipboard-minus-fill::before {
  content: "\f720";
}
.bi-clipboard-plus-fill::before {
  content: "\f721";
}
.bi-clipboard-pulse::before {
  content: "\f722";
}
.bi-clipboard-x-fill::before {
  content: "\f723";
}
.bi-clipboard2-check-fill::before {
  content: "\f724";
}
.bi-clipboard2-check::before {
  content: "\f725";
}
.bi-clipboard2-data-fill::before {
  content: "\f726";
}
.bi-clipboard2-data::before {
  content: "\f727";
}
.bi-clipboard2-fill::before {
  content: "\f728";
}
.bi-clipboard2-heart-fill::before {
  content: "\f729";
}
.bi-clipboard2-heart::before {
  content: "\f72a";
}
.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}
.bi-clipboard2-minus::before {
  content: "\f72c";
}
.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}
.bi-clipboard2-plus::before {
  content: "\f72e";
}
.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}
.bi-clipboard2-pulse::before {
  content: "\f730";
}
.bi-clipboard2-x-fill::before {
  content: "\f731";
}
.bi-clipboard2-x::before {
  content: "\f732";
}
.bi-clipboard2::before {
  content: "\f733";
}
.bi-emoji-kiss-fill::before {
  content: "\f734";
}
.bi-emoji-kiss::before {
  content: "\f735";
}
.bi-envelope-heart-fill::before {
  content: "\f736";
}
.bi-envelope-heart::before {
  content: "\f737";
}
.bi-envelope-open-heart-fill::before {
  content: "\f738";
}
.bi-envelope-open-heart::before {
  content: "\f739";
}
.bi-envelope-paper-fill::before {
  content: "\f73a";
}
.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}
.bi-envelope-paper-heart::before {
  content: "\f73c";
}
.bi-envelope-paper::before {
  content: "\f73d";
}
.bi-filetype-aac::before {
  content: "\f73e";
}
.bi-filetype-ai::before {
  content: "\f73f";
}
.bi-filetype-bmp::before {
  content: "\f740";
}
.bi-filetype-cs::before {
  content: "\f741";
}
.bi-filetype-css::before {
  content: "\f742";
}
.bi-filetype-csv::before {
  content: "\f743";
}
.bi-filetype-doc::before {
  content: "\f744";
}
.bi-filetype-docx::before {
  content: "\f745";
}
.bi-filetype-exe::before {
  content: "\f746";
}
.bi-filetype-gif::before {
  content: "\f747";
}
.bi-filetype-heic::before {
  content: "\f748";
}
.bi-filetype-html::before {
  content: "\f749";
}
.bi-filetype-java::before {
  content: "\f74a";
}
.bi-filetype-jpg::before {
  content: "\f74b";
}
.bi-filetype-js::before {
  content: "\f74c";
}
.bi-filetype-jsx::before {
  content: "\f74d";
}
.bi-filetype-key::before {
  content: "\f74e";
}
.bi-filetype-m4p::before {
  content: "\f74f";
}
.bi-filetype-md::before {
  content: "\f750";
}
.bi-filetype-mdx::before {
  content: "\f751";
}
.bi-filetype-mov::before {
  content: "\f752";
}
.bi-filetype-mp3::before {
  content: "\f753";
}
.bi-filetype-mp4::before {
  content: "\f754";
}
.bi-filetype-otf::before {
  content: "\f755";
}
.bi-filetype-pdf::before {
  content: "\f756";
}
.bi-filetype-php::before {
  content: "\f757";
}
.bi-filetype-png::before {
  content: "\f758";
}
.bi-filetype-ppt::before {
  content: "\f75a";
}
.bi-filetype-psd::before {
  content: "\f75b";
}
.bi-filetype-py::before {
  content: "\f75c";
}
.bi-filetype-raw::before {
  content: "\f75d";
}
.bi-filetype-rb::before {
  content: "\f75e";
}
.bi-filetype-sass::before {
  content: "\f75f";
}
.bi-filetype-scss::before {
  content: "\f760";
}
.bi-filetype-sh::before {
  content: "\f761";
}
.bi-filetype-svg::before {
  content: "\f762";
}
.bi-filetype-tiff::before {
  content: "\f763";
}
.bi-filetype-tsx::before {
  content: "\f764";
}
.bi-filetype-ttf::before {
  content: "\f765";
}
.bi-filetype-txt::before {
  content: "\f766";
}
.bi-filetype-wav::before {
  content: "\f767";
}
.bi-filetype-woff::before {
  content: "\f768";
}
.bi-filetype-xls::before {
  content: "\f76a";
}
.bi-filetype-xml::before {
  content: "\f76b";
}
.bi-filetype-yml::before {
  content: "\f76c";
}
.bi-heart-arrow::before {
  content: "\f76d";
}
.bi-heart-pulse-fill::before {
  content: "\f76e";
}
.bi-heart-pulse::before {
  content: "\f76f";
}
.bi-heartbreak-fill::before {
  content: "\f770";
}
.bi-heartbreak::before {
  content: "\f771";
}
.bi-hearts::before {
  content: "\f772";
}
.bi-hospital-fill::before {
  content: "\f773";
}
.bi-hospital::before {
  content: "\f774";
}
.bi-house-heart-fill::before {
  content: "\f775";
}
.bi-house-heart::before {
  content: "\f776";
}
.bi-incognito::before {
  content: "\f777";
}
.bi-magnet-fill::before {
  content: "\f778";
}
.bi-magnet::before {
  content: "\f779";
}
.bi-person-heart::before {
  content: "\f77a";
}
.bi-person-hearts::before {
  content: "\f77b";
}
.bi-phone-flip::before {
  content: "\f77c";
}
.bi-plugin::before {
  content: "\f77d";
}
.bi-postage-fill::before {
  content: "\f77e";
}
.bi-postage-heart-fill::before {
  content: "\f77f";
}
.bi-postage-heart::before {
  content: "\f780";
}
.bi-postage::before {
  content: "\f781";
}
.bi-postcard-fill::before {
  content: "\f782";
}
.bi-postcard-heart-fill::before {
  content: "\f783";
}
.bi-postcard-heart::before {
  content: "\f784";
}
.bi-postcard::before {
  content: "\f785";
}
.bi-search-heart-fill::before {
  content: "\f786";
}
.bi-search-heart::before {
  content: "\f787";
}
.bi-sliders2-vertical::before {
  content: "\f788";
}
.bi-sliders2::before {
  content: "\f789";
}
.bi-trash3-fill::before {
  content: "\f78a";
}
.bi-trash3::before {
  content: "\f78b";
}
.bi-valentine::before {
  content: "\f78c";
}
.bi-valentine2::before {
  content: "\f78d";
}
.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}
.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}
.bi-wrench-adjustable::before {
  content: "\f790";
}
.bi-filetype-json::before {
  content: "\f791";
}
.bi-filetype-pptx::before {
  content: "\f792";
}
.bi-filetype-xlsx::before {
  content: "\f793";
}
.bi-1-circle-fill::before {
  content: "\f796";
}
.bi-1-circle::before {
  content: "\f797";
}
.bi-1-square-fill::before {
  content: "\f798";
}
.bi-1-square::before {
  content: "\f799";
}
.bi-2-circle-fill::before {
  content: "\f79c";
}
.bi-2-circle::before {
  content: "\f79d";
}
.bi-2-square-fill::before {
  content: "\f79e";
}
.bi-2-square::before {
  content: "\f79f";
}
.bi-3-circle-fill::before {
  content: "\f7a2";
}
.bi-3-circle::before {
  content: "\f7a3";
}
.bi-3-square-fill::before {
  content: "\f7a4";
}
.bi-3-square::before {
  content: "\f7a5";
}
.bi-4-circle-fill::before {
  content: "\f7a8";
}
.bi-4-circle::before {
  content: "\f7a9";
}
.bi-4-square-fill::before {
  content: "\f7aa";
}
.bi-4-square::before {
  content: "\f7ab";
}
.bi-5-circle-fill::before {
  content: "\f7ae";
}
.bi-5-circle::before {
  content: "\f7af";
}
.bi-5-square-fill::before {
  content: "\f7b0";
}
.bi-5-square::before {
  content: "\f7b1";
}
.bi-6-circle-fill::before {
  content: "\f7b4";
}
.bi-6-circle::before {
  content: "\f7b5";
}
.bi-6-square-fill::before {
  content: "\f7b6";
}
.bi-6-square::before {
  content: "\f7b7";
}
.bi-7-circle-fill::before {
  content: "\f7ba";
}
.bi-7-circle::before {
  content: "\f7bb";
}
.bi-7-square-fill::before {
  content: "\f7bc";
}
.bi-7-square::before {
  content: "\f7bd";
}
.bi-8-circle-fill::before {
  content: "\f7c0";
}
.bi-8-circle::before {
  content: "\f7c1";
}
.bi-8-square-fill::before {
  content: "\f7c2";
}
.bi-8-square::before {
  content: "\f7c3";
}
.bi-9-circle-fill::before {
  content: "\f7c6";
}
.bi-9-circle::before {
  content: "\f7c7";
}
.bi-9-square-fill::before {
  content: "\f7c8";
}
.bi-9-square::before {
  content: "\f7c9";
}
.bi-airplane-engines-fill::before {
  content: "\f7ca";
}
.bi-airplane-engines::before {
  content: "\f7cb";
}
.bi-airplane-fill::before {
  content: "\f7cc";
}
.bi-airplane::before {
  content: "\f7cd";
}
.bi-alexa::before {
  content: "\f7ce";
}
.bi-alipay::before {
  content: "\f7cf";
}
.bi-android::before {
  content: "\f7d0";
}
.bi-android2::before {
  content: "\f7d1";
}
.bi-box-fill::before {
  content: "\f7d2";
}
.bi-box-seam-fill::before {
  content: "\f7d3";
}
.bi-browser-chrome::before {
  content: "\f7d4";
}
.bi-browser-edge::before {
  content: "\f7d5";
}
.bi-browser-firefox::before {
  content: "\f7d6";
}
.bi-browser-safari::before {
  content: "\f7d7";
}
.bi-c-circle-fill::before {
  content: "\f7da";
}
.bi-c-circle::before {
  content: "\f7db";
}
.bi-c-square-fill::before {
  content: "\f7dc";
}
.bi-c-square::before {
  content: "\f7dd";
}
.bi-capsule-pill::before {
  content: "\f7de";
}
.bi-capsule::before {
  content: "\f7df";
}
.bi-car-front-fill::before {
  content: "\f7e0";
}
.bi-car-front::before {
  content: "\f7e1";
}
.bi-cassette-fill::before {
  content: "\f7e2";
}
.bi-cassette::before {
  content: "\f7e3";
}
.bi-cc-circle-fill::before {
  content: "\f7e6";
}
.bi-cc-circle::before {
  content: "\f7e7";
}
.bi-cc-square-fill::before {
  content: "\f7e8";
}
.bi-cc-square::before {
  content: "\f7e9";
}
.bi-cup-hot-fill::before {
  content: "\f7ea";
}
.bi-cup-hot::before {
  content: "\f7eb";
}
.bi-currency-rupee::before {
  content: "\f7ec";
}
.bi-dropbox::before {
  content: "\f7ed";
}
.bi-escape::before {
  content: "\f7ee";
}
.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}
.bi-fast-forward-btn::before {
  content: "\f7f0";
}
.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}
.bi-fast-forward-circle::before {
  content: "\f7f2";
}
.bi-fast-forward-fill::before {
  content: "\f7f3";
}
.bi-fast-forward::before {
  content: "\f7f4";
}
.bi-filetype-sql::before {
  content: "\f7f5";
}
.bi-fire::before {
  content: "\f7f6";
}
.bi-google-play::before {
  content: "\f7f7";
}
.bi-h-circle-fill::before {
  content: "\f7fa";
}
.bi-h-circle::before {
  content: "\f7fb";
}
.bi-h-square-fill::before {
  content: "\f7fc";
}
.bi-h-square::before {
  content: "\f7fd";
}
.bi-indent::before {
  content: "\f7fe";
}
.bi-lungs-fill::before {
  content: "\f7ff";
}
.bi-lungs::before {
  content: "\f800";
}
.bi-microsoft-teams::before {
  content: "\f801";
}
.bi-p-circle-fill::before {
  content: "\f804";
}
.bi-p-circle::before {
  content: "\f805";
}
.bi-p-square-fill::before {
  content: "\f806";
}
.bi-p-square::before {
  content: "\f807";
}
.bi-pass-fill::before {
  content: "\f808";
}
.bi-pass::before {
  content: "\f809";
}
.bi-prescription::before {
  content: "\f80a";
}
.bi-prescription2::before {
  content: "\f80b";
}
.bi-r-circle-fill::before {
  content: "\f80e";
}
.bi-r-circle::before {
  content: "\f80f";
}
.bi-r-square-fill::before {
  content: "\f810";
}
.bi-r-square::before {
  content: "\f811";
}
.bi-repeat-1::before {
  content: "\f812";
}
.bi-repeat::before {
  content: "\f813";
}
.bi-rewind-btn-fill::before {
  content: "\f814";
}
.bi-rewind-btn::before {
  content: "\f815";
}
.bi-rewind-circle-fill::before {
  content: "\f816";
}
.bi-rewind-circle::before {
  content: "\f817";
}
.bi-rewind-fill::before {
  content: "\f818";
}
.bi-rewind::before {
  content: "\f819";
}
.bi-train-freight-front-fill::before {
  content: "\f81a";
}
.bi-train-freight-front::before {
  content: "\f81b";
}
.bi-train-front-fill::before {
  content: "\f81c";
}
.bi-train-front::before {
  content: "\f81d";
}
.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}
.bi-train-lightrail-front::before {
  content: "\f81f";
}
.bi-truck-front-fill::before {
  content: "\f820";
}
.bi-truck-front::before {
  content: "\f821";
}
.bi-ubuntu::before {
  content: "\f822";
}
.bi-unindent::before {
  content: "\f823";
}
.bi-unity::before {
  content: "\f824";
}
.bi-universal-access-circle::before {
  content: "\f825";
}
.bi-universal-access::before {
  content: "\f826";
}
.bi-virus::before {
  content: "\f827";
}
.bi-virus2::before {
  content: "\f828";
}
.bi-wechat::before {
  content: "\f829";
}
.bi-yelp::before {
  content: "\f82a";
}
.bi-sign-stop-fill::before {
  content: "\f82b";
}
.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}
.bi-sign-stop-lights::before {
  content: "\f82d";
}
.bi-sign-stop::before {
  content: "\f82e";
}
.bi-sign-turn-left-fill::before {
  content: "\f82f";
}
.bi-sign-turn-left::before {
  content: "\f830";
}
.bi-sign-turn-right-fill::before {
  content: "\f831";
}
.bi-sign-turn-right::before {
  content: "\f832";
}
.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}
.bi-sign-turn-slight-left::before {
  content: "\f834";
}
.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}
.bi-sign-turn-slight-right::before {
  content: "\f836";
}
.bi-sign-yield-fill::before {
  content: "\f837";
}
.bi-sign-yield::before {
  content: "\f838";
}
.bi-ev-station-fill::before {
  content: "\f839";
}
.bi-ev-station::before {
  content: "\f83a";
}
.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}
.bi-fuel-pump-diesel::before {
  content: "\f83c";
}
.bi-fuel-pump-fill::before {
  content: "\f83d";
}
.bi-fuel-pump::before {
  content: "\f83e";
}
.bi-0-circle-fill::before {
  content: "\f83f";
}
.bi-0-circle::before {
  content: "\f840";
}
.bi-0-square-fill::before {
  content: "\f841";
}
.bi-0-square::before {
  content: "\f842";
}
.bi-rocket-fill::before {
  content: "\f843";
}
.bi-rocket-takeoff-fill::before {
  content: "\f844";
}
.bi-rocket-takeoff::before {
  content: "\f845";
}
.bi-rocket::before {
  content: "\f846";
}
.bi-stripe::before {
  content: "\f847";
}
.bi-subscript::before {
  content: "\f848";
}
.bi-superscript::before {
  content: "\f849";
}
.bi-trello::before {
  content: "\f84a";
}
.bi-envelope-at-fill::before {
  content: "\f84b";
}
.bi-envelope-at::before {
  content: "\f84c";
}
.bi-regex::before {
  content: "\f84d";
}
.bi-text-wrap::before {
  content: "\f84e";
}
.bi-sign-dead-end-fill::before {
  content: "\f84f";
}
.bi-sign-dead-end::before {
  content: "\f850";
}
.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}
.bi-sign-do-not-enter::before {
  content: "\f852";
}
.bi-sign-intersection-fill::before {
  content: "\f853";
}
.bi-sign-intersection-side-fill::before {
  content: "\f854";
}
.bi-sign-intersection-side::before {
  content: "\f855";
}
.bi-sign-intersection-t-fill::before {
  content: "\f856";
}
.bi-sign-intersection-t::before {
  content: "\f857";
}
.bi-sign-intersection-y-fill::before {
  content: "\f858";
}
.bi-sign-intersection-y::before {
  content: "\f859";
}
.bi-sign-intersection::before {
  content: "\f85a";
}
.bi-sign-merge-left-fill::before {
  content: "\f85b";
}
.bi-sign-merge-left::before {
  content: "\f85c";
}
.bi-sign-merge-right-fill::before {
  content: "\f85d";
}
.bi-sign-merge-right::before {
  content: "\f85e";
}
.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}
.bi-sign-no-left-turn::before {
  content: "\f860";
}
.bi-sign-no-parking-fill::before {
  content: "\f861";
}
.bi-sign-no-parking::before {
  content: "\f862";
}
.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}
.bi-sign-no-right-turn::before {
  content: "\f864";
}
.bi-sign-railroad-fill::before {
  content: "\f865";
}
.bi-sign-railroad::before {
  content: "\f866";
}
.bi-building-add::before {
  content: "\f867";
}
.bi-building-check::before {
  content: "\f868";
}
.bi-building-dash::before {
  content: "\f869";
}
.bi-building-down::before {
  content: "\f86a";
}
.bi-building-exclamation::before {
  content: "\f86b";
}
.bi-building-fill-add::before {
  content: "\f86c";
}
.bi-building-fill-check::before {
  content: "\f86d";
}
.bi-building-fill-dash::before {
  content: "\f86e";
}
.bi-building-fill-down::before {
  content: "\f86f";
}
.bi-building-fill-exclamation::before {
  content: "\f870";
}
.bi-building-fill-gear::before {
  content: "\f871";
}
.bi-building-fill-lock::before {
  content: "\f872";
}
.bi-building-fill-slash::before {
  content: "\f873";
}
.bi-building-fill-up::before {
  content: "\f874";
}
.bi-building-fill-x::before {
  content: "\f875";
}
.bi-building-fill::before {
  content: "\f876";
}
.bi-building-gear::before {
  content: "\f877";
}
.bi-building-lock::before {
  content: "\f878";
}
.bi-building-slash::before {
  content: "\f879";
}
.bi-building-up::before {
  content: "\f87a";
}
.bi-building-x::before {
  content: "\f87b";
}
.bi-buildings-fill::before {
  content: "\f87c";
}
.bi-buildings::before {
  content: "\f87d";
}
.bi-bus-front-fill::before {
  content: "\f87e";
}
.bi-bus-front::before {
  content: "\f87f";
}
.bi-ev-front-fill::before {
  content: "\f880";
}
.bi-ev-front::before {
  content: "\f881";
}
.bi-globe-americas::before {
  content: "\f882";
}
.bi-globe-asia-australia::before {
  content: "\f883";
}
.bi-globe-central-south-asia::before {
  content: "\f884";
}
.bi-globe-europe-africa::before {
  content: "\f885";
}
.bi-house-add-fill::before {
  content: "\f886";
}
.bi-house-add::before {
  content: "\f887";
}
.bi-house-check-fill::before {
  content: "\f888";
}
.bi-house-check::before {
  content: "\f889";
}
.bi-house-dash-fill::before {
  content: "\f88a";
}
.bi-house-dash::before {
  content: "\f88b";
}
.bi-house-down-fill::before {
  content: "\f88c";
}
.bi-house-down::before {
  content: "\f88d";
}
.bi-house-exclamation-fill::before {
  content: "\f88e";
}
.bi-house-exclamation::before {
  content: "\f88f";
}
.bi-house-gear-fill::before {
  content: "\f890";
}
.bi-house-gear::before {
  content: "\f891";
}
.bi-house-lock-fill::before {
  content: "\f892";
}
.bi-house-lock::before {
  content: "\f893";
}
.bi-house-slash-fill::before {
  content: "\f894";
}
.bi-house-slash::before {
  content: "\f895";
}
.bi-house-up-fill::before {
  content: "\f896";
}
.bi-house-up::before {
  content: "\f897";
}
.bi-house-x-fill::before {
  content: "\f898";
}
.bi-house-x::before {
  content: "\f899";
}
.bi-person-add::before {
  content: "\f89a";
}
.bi-person-down::before {
  content: "\f89b";
}
.bi-person-exclamation::before {
  content: "\f89c";
}
.bi-person-fill-add::before {
  content: "\f89d";
}
.bi-person-fill-check::before {
  content: "\f89e";
}
.bi-person-fill-dash::before {
  content: "\f89f";
}
.bi-person-fill-down::before {
  content: "\f8a0";
}
.bi-person-fill-exclamation::before {
  content: "\f8a1";
}
.bi-person-fill-gear::before {
  content: "\f8a2";
}
.bi-person-fill-lock::before {
  content: "\f8a3";
}
.bi-person-fill-slash::before {
  content: "\f8a4";
}
.bi-person-fill-up::before {
  content: "\f8a5";
}
.bi-person-fill-x::before {
  content: "\f8a6";
}
.bi-person-gear::before {
  content: "\f8a7";
}
.bi-person-lock::before {
  content: "\f8a8";
}
.bi-person-slash::before {
  content: "\f8a9";
}
.bi-person-up::before {
  content: "\f8aa";
}
.bi-scooter::before {
  content: "\f8ab";
}
.bi-taxi-front-fill::before {
  content: "\f8ac";
}
.bi-taxi-front::before {
  content: "\f8ad";
}
.bi-amd::before {
  content: "\f8ae";
}
.bi-database-add::before {
  content: "\f8af";
}
.bi-database-check::before {
  content: "\f8b0";
}
.bi-database-dash::before {
  content: "\f8b1";
}
.bi-database-down::before {
  content: "\f8b2";
}
.bi-database-exclamation::before {
  content: "\f8b3";
}
.bi-database-fill-add::before {
  content: "\f8b4";
}
.bi-database-fill-check::before {
  content: "\f8b5";
}
.bi-database-fill-dash::before {
  content: "\f8b6";
}
.bi-database-fill-down::before {
  content: "\f8b7";
}
.bi-database-fill-exclamation::before {
  content: "\f8b8";
}
.bi-database-fill-gear::before {
  content: "\f8b9";
}
.bi-database-fill-lock::before {
  content: "\f8ba";
}
.bi-database-fill-slash::before {
  content: "\f8bb";
}
.bi-database-fill-up::before {
  content: "\f8bc";
}
.bi-database-fill-x::before {
  content: "\f8bd";
}
.bi-database-fill::before {
  content: "\f8be";
}
.bi-database-gear::before {
  content: "\f8bf";
}
.bi-database-lock::before {
  content: "\f8c0";
}
.bi-database-slash::before {
  content: "\f8c1";
}
.bi-database-up::before {
  content: "\f8c2";
}
.bi-database-x::before {
  content: "\f8c3";
}
.bi-database::before {
  content: "\f8c4";
}
.bi-houses-fill::before {
  content: "\f8c5";
}
.bi-houses::before {
  content: "\f8c6";
}
.bi-nvidia::before {
  content: "\f8c7";
}
.bi-person-vcard-fill::before {
  content: "\f8c8";
}
.bi-person-vcard::before {
  content: "\f8c9";
}
.bi-sina-weibo::before {
  content: "\f8ca";
}
.bi-tencent-qq::before {
  content: "\f8cb";
}
.bi-wikipedia::before {
  content: "\f8cc";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "\f900";
}
.bi-suitcase2-fill::before {
  content: "\f901";
}
.bi-suitcase2::before {
  content: "\f902";
}
.bi-vignette::before {
  content: "\f903";
}
.bi-bluesky::before {
  content: "\f7f9";
}
.bi-tux::before {
  content: "\f904";
}
.bi-beaker-fill::before {
  content: "\f905";
}
.bi-beaker::before {
  content: "\f906";
}
.bi-flask-fill::before {
  content: "\f907";
}
.bi-flask-florence-fill::before {
  content: "\f908";
}
.bi-flask-florence::before {
  content: "\f909";
}
.bi-flask::before {
  content: "\f90a";
}
.bi-leaf-fill::before {
  content: "\f90b";
}
.bi-leaf::before {
  content: "\f90c";
}
.bi-measuring-cup-fill::before {
  content: "\f90d";
}
.bi-measuring-cup::before {
  content: "\f90e";
}
.bi-unlock2-fill::before {
  content: "\f90f";
}
.bi-unlock2::before {
  content: "\f910";
}
.bi-battery-low::before {
  content: "\f911";
}
.bi-anthropic::before {
  content: "\f912";
}
.bi-apple-music::before {
  content: "\f913";
}
.bi-claude::before {
  content: "\f914";
}
.bi-openai::before {
  content: "\f915";
}
.bi-perplexity::before {
  content: "\f916";
}
.bi-css::before {
  content: "\f917";
}
.bi-javascript::before {
  content: "\f918";
}
.bi-typescript::before {
  content: "\f919";
}
.bi-fork-knife::before {
  content: "\f91a";
}
.bi-globe-americas-fill::before {
  content: "\f91b";
}
.bi-globe-asia-australia-fill::before {
  content: "\f91c";
}
.bi-globe-central-south-asia-fill::before {
  content: "\f91d";
}
.bi-globe-europe-africa-fill::before {
  content: "\f91e";
}

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* src/styles.scss */
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  color-scheme: light;
  background-color: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  margin: 0;
}
html,
body {
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    linear-gradient(
      135deg,
      #f5f6fa 0%,
      #e3e9f7 100%);
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Inter", sans-serif !important;
}
h3 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #687279;
  padding: 0;
  margin: 0;
}
h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #687279;
  padding: 0;
  margin: 0;
}
h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #687279;
  padding: 0;
  margin: 0;
}
.users-list-filters-wrapper {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.snack-success {
  background-color: #4caf50 !important;
  color: white !important;
  font-weight: 500;
}
.snack-error {
  background: #e53935 !important;
  color: white !important;
  font-weight: 500;
}
quill-editor {
  display: block;
  width: 100%;
}
quill-editor .ql-toolbar.ql-snow {
  border: 1px solid #DBE2EA !important;
  border-radius: 8px 8px 0 0 !important;
  font-family: "Inter", sans-serif !important;
  background-color: #FDFEFF !important;
  padding: 8px;
  box-sizing: border-box;
}
quill-editor .ql-container {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  box-sizing: border-box;
}
quill-editor .ql-container.ql-snow {
  border: 1px solid #DBE2EA !important;
  border-top: 0 !important;
  border-radius: 0 0 8px 8px !important;
  background-color: #FDFEFF !important;
}
quill-editor .ql-editor {
  min-height: 200px;
  padding: 12px 15px;
  color: #687279;
  line-height: 1.5;
}
quill-editor .ql-editor.ql-blank::before {
  color: #98A0A5;
  font-style: normal;
}
quill-editor .ql-snow.ql-toolbar button:hover,
quill-editor .ql-snow .ql-toolbar button:hover,
quill-editor .ql-snow.ql-toolbar button:focus,
quill-editor .ql-snow .ql-toolbar button:focus,
quill-editor .ql-snow.ql-toolbar button.ql-active,
quill-editor .ql-snow .ql-toolbar button.ql-active,
quill-editor .ql-snow.ql-toolbar .ql-picker-label:hover,
quill-editor .ql-snow .ql-toolbar .ql-picker-label:hover,
quill-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active,
quill-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active,
quill-editor .ql-snow.ql-toolbar .ql-picker-item:hover,
quill-editor .ql-snow .ql-toolbar .ql-picker-item:hover,
quill-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
quill-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #0a73ca !important;
}
quill-editor .ql-snow.ql-toolbar button:hover .ql-stroke,
quill-editor .ql-snow .ql-toolbar button:hover .ql-stroke,
quill-editor .ql-snow.ql-toolbar button:focus .ql-stroke,
quill-editor .ql-snow .ql-toolbar button:focus .ql-stroke,
quill-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke,
quill-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke,
quill-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
quill-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
quill-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
quill-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
quill-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
quill-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
quill-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
quill-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
quill-editor .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
quill-editor .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
quill-editor .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
quill-editor .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
quill-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
quill-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
quill-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
quill-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
quill-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
quill-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
quill-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
quill-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
quill-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
quill-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #0a73ca !important;
}
quill-editor .ql-snow.ql-toolbar button:hover .ql-fill,
quill-editor .ql-snow .ql-toolbar button:hover .ql-fill,
quill-editor .ql-snow.ql-toolbar button:focus .ql-fill,
quill-editor .ql-snow .ql-toolbar button:focus .ql-fill,
quill-editor .ql-snow.ql-toolbar button.ql-active .ql-fill,
quill-editor .ql-snow .ql-toolbar button.ql-active .ql-fill,
quill-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
quill-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
quill-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
quill-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
quill-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
quill-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
quill-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
quill-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #0a73ca !important;
}
.text-cell-light-color {
  color: #98A0A5;
}
.text-danger {
  color: #FF0000 !important;
}
.text-danger-emphasis {
  color: #FD7D7D !important;
}
.text-success {
  color: #0095a7 !important;
}
.text-disabled {
  color: #B2BCC2 !important;
}
.text-success-emphasis {
  color: #12C5AD !important;
}
.status-process {
  color: #12C5AD;
}
.status-success {
  color: #22B930;
}
.status-pending {
  color: #005082;
}
.status-not-approved {
  color: #FF0000;
}
.bg-warning {
  background-color: #ffda6a !important;
}
.bg-warning-light {
  background-color: #F4FCAB !important;
}
.full-width {
  width: 100% !important;
}
.minW-0 {
  min-width: 0px !important;
}
.minW-1 {
  min-width: 1px !important;
}
.minW-2 {
  min-width: 2px !important;
}
.minW-3 {
  min-width: 3px !important;
}
.minW-4 {
  min-width: 4px !important;
}
.minW-5 {
  min-width: 5px !important;
}
.minW-6 {
  min-width: 6px !important;
}
.minW-7 {
  min-width: 7px !important;
}
.minW-8 {
  min-width: 8px !important;
}
.minW-9 {
  min-width: 9px !important;
}
.minW-10 {
  min-width: 10px !important;
}
.minW-11 {
  min-width: 11px !important;
}
.minW-12 {
  min-width: 12px !important;
}
.minW-13 {
  min-width: 13px !important;
}
.minW-14 {
  min-width: 14px !important;
}
.minW-15 {
  min-width: 15px !important;
}
.minW-16 {
  min-width: 16px !important;
}
.minW-17 {
  min-width: 17px !important;
}
.minW-18 {
  min-width: 18px !important;
}
.minW-19 {
  min-width: 19px !important;
}
.minW-20 {
  min-width: 20px !important;
}
.minW-21 {
  min-width: 21px !important;
}
.minW-22 {
  min-width: 22px !important;
}
.minW-23 {
  min-width: 23px !important;
}
.minW-24 {
  min-width: 24px !important;
}
.minW-25 {
  min-width: 25px !important;
}
.minW-26 {
  min-width: 26px !important;
}
.minW-27 {
  min-width: 27px !important;
}
.minW-28 {
  min-width: 28px !important;
}
.minW-29 {
  min-width: 29px !important;
}
.minW-30 {
  min-width: 30px !important;
}
.minW-31 {
  min-width: 31px !important;
}
.minW-32 {
  min-width: 32px !important;
}
.minW-33 {
  min-width: 33px !important;
}
.minW-34 {
  min-width: 34px !important;
}
.minW-35 {
  min-width: 35px !important;
}
.minW-36 {
  min-width: 36px !important;
}
.minW-37 {
  min-width: 37px !important;
}
.minW-38 {
  min-width: 38px !important;
}
.minW-39 {
  min-width: 39px !important;
}
.minW-40 {
  min-width: 40px !important;
}
.minW-41 {
  min-width: 41px !important;
}
.minW-42 {
  min-width: 42px !important;
}
.minW-43 {
  min-width: 43px !important;
}
.minW-44 {
  min-width: 44px !important;
}
.minW-45 {
  min-width: 45px !important;
}
.minW-46 {
  min-width: 46px !important;
}
.minW-47 {
  min-width: 47px !important;
}
.minW-48 {
  min-width: 48px !important;
}
.minW-49 {
  min-width: 49px !important;
}
.minW-50 {
  min-width: 50px !important;
}
.minW-51 {
  min-width: 51px !important;
}
.minW-52 {
  min-width: 52px !important;
}
.minW-53 {
  min-width: 53px !important;
}
.minW-54 {
  min-width: 54px !important;
}
.minW-55 {
  min-width: 55px !important;
}
.minW-56 {
  min-width: 56px !important;
}
.minW-57 {
  min-width: 57px !important;
}
.minW-58 {
  min-width: 58px !important;
}
.minW-59 {
  min-width: 59px !important;
}
.minW-60 {
  min-width: 60px !important;
}
.minW-61 {
  min-width: 61px !important;
}
.minW-62 {
  min-width: 62px !important;
}
.minW-63 {
  min-width: 63px !important;
}
.minW-64 {
  min-width: 64px !important;
}
.minW-65 {
  min-width: 65px !important;
}
.minW-66 {
  min-width: 66px !important;
}
.minW-67 {
  min-width: 67px !important;
}
.minW-68 {
  min-width: 68px !important;
}
.minW-69 {
  min-width: 69px !important;
}
.minW-70 {
  min-width: 70px !important;
}
.minW-71 {
  min-width: 71px !important;
}
.minW-72 {
  min-width: 72px !important;
}
.minW-73 {
  min-width: 73px !important;
}
.minW-74 {
  min-width: 74px !important;
}
.minW-75 {
  min-width: 75px !important;
}
.minW-76 {
  min-width: 76px !important;
}
.minW-77 {
  min-width: 77px !important;
}
.minW-78 {
  min-width: 78px !important;
}
.minW-79 {
  min-width: 79px !important;
}
.minW-80 {
  min-width: 80px !important;
}
.minW-81 {
  min-width: 81px !important;
}
.minW-82 {
  min-width: 82px !important;
}
.minW-83 {
  min-width: 83px !important;
}
.minW-84 {
  min-width: 84px !important;
}
.minW-85 {
  min-width: 85px !important;
}
.minW-86 {
  min-width: 86px !important;
}
.minW-87 {
  min-width: 87px !important;
}
.minW-88 {
  min-width: 88px !important;
}
.minW-89 {
  min-width: 89px !important;
}
.minW-90 {
  min-width: 90px !important;
}
.minW-91 {
  min-width: 91px !important;
}
.minW-92 {
  min-width: 92px !important;
}
.minW-93 {
  min-width: 93px !important;
}
.minW-94 {
  min-width: 94px !important;
}
.minW-95 {
  min-width: 95px !important;
}
.minW-96 {
  min-width: 96px !important;
}
.minW-97 {
  min-width: 97px !important;
}
.minW-98 {
  min-width: 98px !important;
}
.minW-99 {
  min-width: 99px !important;
}
.minW-100 {
  min-width: 100px !important;
}
.minW-101 {
  min-width: 101px !important;
}
.minW-102 {
  min-width: 102px !important;
}
.minW-103 {
  min-width: 103px !important;
}
.minW-104 {
  min-width: 104px !important;
}
.minW-105 {
  min-width: 105px !important;
}
.minW-106 {
  min-width: 106px !important;
}
.minW-107 {
  min-width: 107px !important;
}
.minW-108 {
  min-width: 108px !important;
}
.minW-109 {
  min-width: 109px !important;
}
.minW-110 {
  min-width: 110px !important;
}
.minW-111 {
  min-width: 111px !important;
}
.minW-112 {
  min-width: 112px !important;
}
.minW-113 {
  min-width: 113px !important;
}
.minW-114 {
  min-width: 114px !important;
}
.minW-115 {
  min-width: 115px !important;
}
.minW-116 {
  min-width: 116px !important;
}
.minW-117 {
  min-width: 117px !important;
}
.minW-118 {
  min-width: 118px !important;
}
.minW-119 {
  min-width: 119px !important;
}
.minW-120 {
  min-width: 120px !important;
}
.minW-121 {
  min-width: 121px !important;
}
.minW-122 {
  min-width: 122px !important;
}
.minW-123 {
  min-width: 123px !important;
}
.minW-124 {
  min-width: 124px !important;
}
.minW-125 {
  min-width: 125px !important;
}
.minW-126 {
  min-width: 126px !important;
}
.minW-127 {
  min-width: 127px !important;
}
.minW-128 {
  min-width: 128px !important;
}
.minW-129 {
  min-width: 129px !important;
}
.minW-130 {
  min-width: 130px !important;
}
.minW-131 {
  min-width: 131px !important;
}
.minW-132 {
  min-width: 132px !important;
}
.minW-133 {
  min-width: 133px !important;
}
.minW-134 {
  min-width: 134px !important;
}
.minW-135 {
  min-width: 135px !important;
}
.minW-136 {
  min-width: 136px !important;
}
.minW-137 {
  min-width: 137px !important;
}
.minW-138 {
  min-width: 138px !important;
}
.minW-139 {
  min-width: 139px !important;
}
.minW-140 {
  min-width: 140px !important;
}
.minW-141 {
  min-width: 141px !important;
}
.minW-142 {
  min-width: 142px !important;
}
.minW-143 {
  min-width: 143px !important;
}
.minW-144 {
  min-width: 144px !important;
}
.minW-145 {
  min-width: 145px !important;
}
.minW-146 {
  min-width: 146px !important;
}
.minW-147 {
  min-width: 147px !important;
}
.minW-148 {
  min-width: 148px !important;
}
.minW-149 {
  min-width: 149px !important;
}
.minW-150 {
  min-width: 150px !important;
}
.minW-151 {
  min-width: 151px !important;
}
.minW-152 {
  min-width: 152px !important;
}
.minW-153 {
  min-width: 153px !important;
}
.minW-154 {
  min-width: 154px !important;
}
.minW-155 {
  min-width: 155px !important;
}
.minW-156 {
  min-width: 156px !important;
}
.minW-157 {
  min-width: 157px !important;
}
.minW-158 {
  min-width: 158px !important;
}
.minW-159 {
  min-width: 159px !important;
}
.minW-160 {
  min-width: 160px !important;
}
.minW-161 {
  min-width: 161px !important;
}
.minW-162 {
  min-width: 162px !important;
}
.minW-163 {
  min-width: 163px !important;
}
.minW-164 {
  min-width: 164px !important;
}
.minW-165 {
  min-width: 165px !important;
}
.minW-166 {
  min-width: 166px !important;
}
.minW-167 {
  min-width: 167px !important;
}
.minW-168 {
  min-width: 168px !important;
}
.minW-169 {
  min-width: 169px !important;
}
.minW-170 {
  min-width: 170px !important;
}
.minW-171 {
  min-width: 171px !important;
}
.minW-172 {
  min-width: 172px !important;
}
.minW-173 {
  min-width: 173px !important;
}
.minW-174 {
  min-width: 174px !important;
}
.minW-175 {
  min-width: 175px !important;
}
.minW-176 {
  min-width: 176px !important;
}
.minW-177 {
  min-width: 177px !important;
}
.minW-178 {
  min-width: 178px !important;
}
.minW-179 {
  min-width: 179px !important;
}
.minW-180 {
  min-width: 180px !important;
}
.minW-181 {
  min-width: 181px !important;
}
.minW-182 {
  min-width: 182px !important;
}
.minW-183 {
  min-width: 183px !important;
}
.minW-184 {
  min-width: 184px !important;
}
.minW-185 {
  min-width: 185px !important;
}
.minW-186 {
  min-width: 186px !important;
}
.minW-187 {
  min-width: 187px !important;
}
.minW-188 {
  min-width: 188px !important;
}
.minW-189 {
  min-width: 189px !important;
}
.minW-190 {
  min-width: 190px !important;
}
.minW-191 {
  min-width: 191px !important;
}
.minW-192 {
  min-width: 192px !important;
}
.minW-193 {
  min-width: 193px !important;
}
.minW-194 {
  min-width: 194px !important;
}
.minW-195 {
  min-width: 195px !important;
}
.minW-196 {
  min-width: 196px !important;
}
.minW-197 {
  min-width: 197px !important;
}
.minW-198 {
  min-width: 198px !important;
}
.minW-199 {
  min-width: 199px !important;
}
.minW-200 {
  min-width: 200px !important;
}
.minW-201 {
  min-width: 201px !important;
}
.minW-202 {
  min-width: 202px !important;
}
.minW-203 {
  min-width: 203px !important;
}
.minW-204 {
  min-width: 204px !important;
}
.minW-205 {
  min-width: 205px !important;
}
.minW-206 {
  min-width: 206px !important;
}
.minW-207 {
  min-width: 207px !important;
}
.minW-208 {
  min-width: 208px !important;
}
.minW-209 {
  min-width: 209px !important;
}
.minW-210 {
  min-width: 210px !important;
}
.minW-211 {
  min-width: 211px !important;
}
.minW-212 {
  min-width: 212px !important;
}
.minW-213 {
  min-width: 213px !important;
}
.minW-214 {
  min-width: 214px !important;
}
.minW-215 {
  min-width: 215px !important;
}
.minW-216 {
  min-width: 216px !important;
}
.minW-217 {
  min-width: 217px !important;
}
.minW-218 {
  min-width: 218px !important;
}
.minW-219 {
  min-width: 219px !important;
}
.minW-220 {
  min-width: 220px !important;
}
.minW-221 {
  min-width: 221px !important;
}
.minW-222 {
  min-width: 222px !important;
}
.minW-223 {
  min-width: 223px !important;
}
.minW-224 {
  min-width: 224px !important;
}
.minW-225 {
  min-width: 225px !important;
}
.minW-226 {
  min-width: 226px !important;
}
.minW-227 {
  min-width: 227px !important;
}
.minW-228 {
  min-width: 228px !important;
}
.minW-229 {
  min-width: 229px !important;
}
.minW-230 {
  min-width: 230px !important;
}
.minW-231 {
  min-width: 231px !important;
}
.minW-232 {
  min-width: 232px !important;
}
.minW-233 {
  min-width: 233px !important;
}
.minW-234 {
  min-width: 234px !important;
}
.minW-235 {
  min-width: 235px !important;
}
.minW-236 {
  min-width: 236px !important;
}
.minW-237 {
  min-width: 237px !important;
}
.minW-238 {
  min-width: 238px !important;
}
.minW-239 {
  min-width: 239px !important;
}
.minW-240 {
  min-width: 240px !important;
}
.minW-241 {
  min-width: 241px !important;
}
.minW-242 {
  min-width: 242px !important;
}
.minW-243 {
  min-width: 243px !important;
}
.minW-244 {
  min-width: 244px !important;
}
.minW-245 {
  min-width: 245px !important;
}
.minW-246 {
  min-width: 246px !important;
}
.minW-247 {
  min-width: 247px !important;
}
.minW-248 {
  min-width: 248px !important;
}
.minW-249 {
  min-width: 249px !important;
}
.minW-250 {
  min-width: 250px !important;
}
.minW-251 {
  min-width: 251px !important;
}
.minW-252 {
  min-width: 252px !important;
}
.minW-253 {
  min-width: 253px !important;
}
.minW-254 {
  min-width: 254px !important;
}
.minW-255 {
  min-width: 255px !important;
}
.minW-256 {
  min-width: 256px !important;
}
.minW-257 {
  min-width: 257px !important;
}
.minW-258 {
  min-width: 258px !important;
}
.minW-259 {
  min-width: 259px !important;
}
.minW-260 {
  min-width: 260px !important;
}
.minW-261 {
  min-width: 261px !important;
}
.minW-262 {
  min-width: 262px !important;
}
.minW-263 {
  min-width: 263px !important;
}
.minW-264 {
  min-width: 264px !important;
}
.minW-265 {
  min-width: 265px !important;
}
.minW-266 {
  min-width: 266px !important;
}
.minW-267 {
  min-width: 267px !important;
}
.minW-268 {
  min-width: 268px !important;
}
.minW-269 {
  min-width: 269px !important;
}
.minW-270 {
  min-width: 270px !important;
}
.minW-271 {
  min-width: 271px !important;
}
.minW-272 {
  min-width: 272px !important;
}
.minW-273 {
  min-width: 273px !important;
}
.minW-274 {
  min-width: 274px !important;
}
.minW-275 {
  min-width: 275px !important;
}
.minW-276 {
  min-width: 276px !important;
}
.minW-277 {
  min-width: 277px !important;
}
.minW-278 {
  min-width: 278px !important;
}
.minW-279 {
  min-width: 279px !important;
}
.minW-280 {
  min-width: 280px !important;
}
.minW-281 {
  min-width: 281px !important;
}
.minW-282 {
  min-width: 282px !important;
}
.minW-283 {
  min-width: 283px !important;
}
.minW-284 {
  min-width: 284px !important;
}
.minW-285 {
  min-width: 285px !important;
}
.minW-286 {
  min-width: 286px !important;
}
.minW-287 {
  min-width: 287px !important;
}
.minW-288 {
  min-width: 288px !important;
}
.minW-289 {
  min-width: 289px !important;
}
.minW-290 {
  min-width: 290px !important;
}
.minW-291 {
  min-width: 291px !important;
}
.minW-292 {
  min-width: 292px !important;
}
.minW-293 {
  min-width: 293px !important;
}
.minW-294 {
  min-width: 294px !important;
}
.minW-295 {
  min-width: 295px !important;
}
.minW-296 {
  min-width: 296px !important;
}
.minW-297 {
  min-width: 297px !important;
}
.minW-298 {
  min-width: 298px !important;
}
.minW-299 {
  min-width: 299px !important;
}
.minW-300 {
  min-width: 300px !important;
}
.minW-301 {
  min-width: 301px !important;
}
.minW-302 {
  min-width: 302px !important;
}
.minW-303 {
  min-width: 303px !important;
}
.minW-304 {
  min-width: 304px !important;
}
.minW-305 {
  min-width: 305px !important;
}
.minW-306 {
  min-width: 306px !important;
}
.minW-307 {
  min-width: 307px !important;
}
.minW-308 {
  min-width: 308px !important;
}
.minW-309 {
  min-width: 309px !important;
}
.minW-310 {
  min-width: 310px !important;
}
.minW-311 {
  min-width: 311px !important;
}
.minW-312 {
  min-width: 312px !important;
}
.minW-313 {
  min-width: 313px !important;
}
.minW-314 {
  min-width: 314px !important;
}
.minW-315 {
  min-width: 315px !important;
}
.minW-316 {
  min-width: 316px !important;
}
.minW-317 {
  min-width: 317px !important;
}
.minW-318 {
  min-width: 318px !important;
}
.minW-319 {
  min-width: 319px !important;
}
.minW-320 {
  min-width: 320px !important;
}
.minW-321 {
  min-width: 321px !important;
}
.minW-322 {
  min-width: 322px !important;
}
.minW-323 {
  min-width: 323px !important;
}
.minW-324 {
  min-width: 324px !important;
}
.minW-325 {
  min-width: 325px !important;
}
.minW-326 {
  min-width: 326px !important;
}
.minW-327 {
  min-width: 327px !important;
}
.minW-328 {
  min-width: 328px !important;
}
.minW-329 {
  min-width: 329px !important;
}
.minW-330 {
  min-width: 330px !important;
}
.minW-331 {
  min-width: 331px !important;
}
.minW-332 {
  min-width: 332px !important;
}
.minW-333 {
  min-width: 333px !important;
}
.minW-334 {
  min-width: 334px !important;
}
.minW-335 {
  min-width: 335px !important;
}
.minW-336 {
  min-width: 336px !important;
}
.minW-337 {
  min-width: 337px !important;
}
.minW-338 {
  min-width: 338px !important;
}
.minW-339 {
  min-width: 339px !important;
}
.minW-340 {
  min-width: 340px !important;
}
.minW-341 {
  min-width: 341px !important;
}
.minW-342 {
  min-width: 342px !important;
}
.minW-343 {
  min-width: 343px !important;
}
.minW-344 {
  min-width: 344px !important;
}
.minW-345 {
  min-width: 345px !important;
}
.minW-346 {
  min-width: 346px !important;
}
.minW-347 {
  min-width: 347px !important;
}
.minW-348 {
  min-width: 348px !important;
}
.minW-349 {
  min-width: 349px !important;
}
.minW-350 {
  min-width: 350px !important;
}
.minW-351 {
  min-width: 351px !important;
}
.minW-352 {
  min-width: 352px !important;
}
.minW-353 {
  min-width: 353px !important;
}
.minW-354 {
  min-width: 354px !important;
}
.minW-355 {
  min-width: 355px !important;
}
.minW-356 {
  min-width: 356px !important;
}
.minW-357 {
  min-width: 357px !important;
}
.minW-358 {
  min-width: 358px !important;
}
.minW-359 {
  min-width: 359px !important;
}
.minW-360 {
  min-width: 360px !important;
}
.minW-361 {
  min-width: 361px !important;
}
.minW-362 {
  min-width: 362px !important;
}
.minW-363 {
  min-width: 363px !important;
}
.minW-364 {
  min-width: 364px !important;
}
.minW-365 {
  min-width: 365px !important;
}
.minW-366 {
  min-width: 366px !important;
}
.minW-367 {
  min-width: 367px !important;
}
.minW-368 {
  min-width: 368px !important;
}
.minW-369 {
  min-width: 369px !important;
}
.minW-370 {
  min-width: 370px !important;
}
.minW-371 {
  min-width: 371px !important;
}
.minW-372 {
  min-width: 372px !important;
}
.minW-373 {
  min-width: 373px !important;
}
.minW-374 {
  min-width: 374px !important;
}
.minW-375 {
  min-width: 375px !important;
}
.minW-376 {
  min-width: 376px !important;
}
.minW-377 {
  min-width: 377px !important;
}
.minW-378 {
  min-width: 378px !important;
}
.minW-379 {
  min-width: 379px !important;
}
.minW-380 {
  min-width: 380px !important;
}
.minW-381 {
  min-width: 381px !important;
}
.minW-382 {
  min-width: 382px !important;
}
.minW-383 {
  min-width: 383px !important;
}
.minW-384 {
  min-width: 384px !important;
}
.minW-385 {
  min-width: 385px !important;
}
.minW-386 {
  min-width: 386px !important;
}
.minW-387 {
  min-width: 387px !important;
}
.minW-388 {
  min-width: 388px !important;
}
.minW-389 {
  min-width: 389px !important;
}
.minW-390 {
  min-width: 390px !important;
}
.minW-391 {
  min-width: 391px !important;
}
.minW-392 {
  min-width: 392px !important;
}
.minW-393 {
  min-width: 393px !important;
}
.minW-394 {
  min-width: 394px !important;
}
.minW-395 {
  min-width: 395px !important;
}
.minW-396 {
  min-width: 396px !important;
}
.minW-397 {
  min-width: 397px !important;
}
.minW-398 {
  min-width: 398px !important;
}
.minW-399 {
  min-width: 399px !important;
}
.minW-400 {
  min-width: 400px !important;
}
.minW-401 {
  min-width: 401px !important;
}
.minW-402 {
  min-width: 402px !important;
}
.minW-403 {
  min-width: 403px !important;
}
.minW-404 {
  min-width: 404px !important;
}
.minW-405 {
  min-width: 405px !important;
}
.minW-406 {
  min-width: 406px !important;
}
.minW-407 {
  min-width: 407px !important;
}
.minW-408 {
  min-width: 408px !important;
}
.minW-409 {
  min-width: 409px !important;
}
.minW-410 {
  min-width: 410px !important;
}
.minW-411 {
  min-width: 411px !important;
}
.minW-412 {
  min-width: 412px !important;
}
.minW-413 {
  min-width: 413px !important;
}
.minW-414 {
  min-width: 414px !important;
}
.minW-415 {
  min-width: 415px !important;
}
.minW-416 {
  min-width: 416px !important;
}
.minW-417 {
  min-width: 417px !important;
}
.minW-418 {
  min-width: 418px !important;
}
.minW-419 {
  min-width: 419px !important;
}
.minW-420 {
  min-width: 420px !important;
}
.minW-421 {
  min-width: 421px !important;
}
.minW-422 {
  min-width: 422px !important;
}
.minW-423 {
  min-width: 423px !important;
}
.minW-424 {
  min-width: 424px !important;
}
.minW-425 {
  min-width: 425px !important;
}
.minW-426 {
  min-width: 426px !important;
}
.minW-427 {
  min-width: 427px !important;
}
.minW-428 {
  min-width: 428px !important;
}
.minW-429 {
  min-width: 429px !important;
}
.minW-430 {
  min-width: 430px !important;
}
.minW-431 {
  min-width: 431px !important;
}
.minW-432 {
  min-width: 432px !important;
}
.minW-433 {
  min-width: 433px !important;
}
.minW-434 {
  min-width: 434px !important;
}
.minW-435 {
  min-width: 435px !important;
}
.minW-436 {
  min-width: 436px !important;
}
.minW-437 {
  min-width: 437px !important;
}
.minW-438 {
  min-width: 438px !important;
}
.minW-439 {
  min-width: 439px !important;
}
.minW-440 {
  min-width: 440px !important;
}
.minW-441 {
  min-width: 441px !important;
}
.minW-442 {
  min-width: 442px !important;
}
.minW-443 {
  min-width: 443px !important;
}
.minW-444 {
  min-width: 444px !important;
}
.minW-445 {
  min-width: 445px !important;
}
.minW-446 {
  min-width: 446px !important;
}
.minW-447 {
  min-width: 447px !important;
}
.minW-448 {
  min-width: 448px !important;
}
.minW-449 {
  min-width: 449px !important;
}
.minW-450 {
  min-width: 450px !important;
}
.minW-451 {
  min-width: 451px !important;
}
.minW-452 {
  min-width: 452px !important;
}
.minW-453 {
  min-width: 453px !important;
}
.minW-454 {
  min-width: 454px !important;
}
.minW-455 {
  min-width: 455px !important;
}
.minW-456 {
  min-width: 456px !important;
}
.minW-457 {
  min-width: 457px !important;
}
.minW-458 {
  min-width: 458px !important;
}
.minW-459 {
  min-width: 459px !important;
}
.minW-460 {
  min-width: 460px !important;
}
.minW-461 {
  min-width: 461px !important;
}
.minW-462 {
  min-width: 462px !important;
}
.minW-463 {
  min-width: 463px !important;
}
.minW-464 {
  min-width: 464px !important;
}
.minW-465 {
  min-width: 465px !important;
}
.minW-466 {
  min-width: 466px !important;
}
.minW-467 {
  min-width: 467px !important;
}
.minW-468 {
  min-width: 468px !important;
}
.minW-469 {
  min-width: 469px !important;
}
.minW-470 {
  min-width: 470px !important;
}
.minW-471 {
  min-width: 471px !important;
}
.minW-472 {
  min-width: 472px !important;
}
.minW-473 {
  min-width: 473px !important;
}
.minW-474 {
  min-width: 474px !important;
}
.minW-475 {
  min-width: 475px !important;
}
.minW-476 {
  min-width: 476px !important;
}
.minW-477 {
  min-width: 477px !important;
}
.minW-478 {
  min-width: 478px !important;
}
.minW-479 {
  min-width: 479px !important;
}
.minW-480 {
  min-width: 480px !important;
}
.minW-481 {
  min-width: 481px !important;
}
.minW-482 {
  min-width: 482px !important;
}
.minW-483 {
  min-width: 483px !important;
}
.minW-484 {
  min-width: 484px !important;
}
.minW-485 {
  min-width: 485px !important;
}
.minW-486 {
  min-width: 486px !important;
}
.minW-487 {
  min-width: 487px !important;
}
.minW-488 {
  min-width: 488px !important;
}
.minW-489 {
  min-width: 489px !important;
}
.minW-490 {
  min-width: 490px !important;
}
.minW-491 {
  min-width: 491px !important;
}
.minW-492 {
  min-width: 492px !important;
}
.minW-493 {
  min-width: 493px !important;
}
.minW-494 {
  min-width: 494px !important;
}
.minW-495 {
  min-width: 495px !important;
}
.minW-496 {
  min-width: 496px !important;
}
.minW-497 {
  min-width: 497px !important;
}
.minW-498 {
  min-width: 498px !important;
}
.minW-499 {
  min-width: 499px !important;
}
.minW-500 {
  min-width: 500px !important;
}
.minW-501 {
  min-width: 501px !important;
}
.minW-502 {
  min-width: 502px !important;
}
.minW-503 {
  min-width: 503px !important;
}
.minW-504 {
  min-width: 504px !important;
}
.minW-505 {
  min-width: 505px !important;
}
.minW-506 {
  min-width: 506px !important;
}
.minW-507 {
  min-width: 507px !important;
}
.minW-508 {
  min-width: 508px !important;
}
.minW-509 {
  min-width: 509px !important;
}
.minW-510 {
  min-width: 510px !important;
}
.minW-511 {
  min-width: 511px !important;
}
.minW-512 {
  min-width: 512px !important;
}
.minW-513 {
  min-width: 513px !important;
}
.minW-514 {
  min-width: 514px !important;
}
.minW-515 {
  min-width: 515px !important;
}
.minW-516 {
  min-width: 516px !important;
}
.minW-517 {
  min-width: 517px !important;
}
.minW-518 {
  min-width: 518px !important;
}
.minW-519 {
  min-width: 519px !important;
}
.minW-520 {
  min-width: 520px !important;
}
.minW-521 {
  min-width: 521px !important;
}
.minW-522 {
  min-width: 522px !important;
}
.minW-523 {
  min-width: 523px !important;
}
.minW-524 {
  min-width: 524px !important;
}
.minW-525 {
  min-width: 525px !important;
}
.minW-526 {
  min-width: 526px !important;
}
.minW-527 {
  min-width: 527px !important;
}
.minW-528 {
  min-width: 528px !important;
}
.minW-529 {
  min-width: 529px !important;
}
.minW-530 {
  min-width: 530px !important;
}
.minW-531 {
  min-width: 531px !important;
}
.minW-532 {
  min-width: 532px !important;
}
.minW-533 {
  min-width: 533px !important;
}
.minW-534 {
  min-width: 534px !important;
}
.minW-535 {
  min-width: 535px !important;
}
.minW-536 {
  min-width: 536px !important;
}
.minW-537 {
  min-width: 537px !important;
}
.minW-538 {
  min-width: 538px !important;
}
.minW-539 {
  min-width: 539px !important;
}
.minW-540 {
  min-width: 540px !important;
}
.minW-541 {
  min-width: 541px !important;
}
.minW-542 {
  min-width: 542px !important;
}
.minW-543 {
  min-width: 543px !important;
}
.minW-544 {
  min-width: 544px !important;
}
.minW-545 {
  min-width: 545px !important;
}
.minW-546 {
  min-width: 546px !important;
}
.minW-547 {
  min-width: 547px !important;
}
.minW-548 {
  min-width: 548px !important;
}
.minW-549 {
  min-width: 549px !important;
}
.minW-550 {
  min-width: 550px !important;
}
.minW-551 {
  min-width: 551px !important;
}
.minW-552 {
  min-width: 552px !important;
}
.minW-553 {
  min-width: 553px !important;
}
.minW-554 {
  min-width: 554px !important;
}
.minW-555 {
  min-width: 555px !important;
}
.minW-556 {
  min-width: 556px !important;
}
.minW-557 {
  min-width: 557px !important;
}
.minW-558 {
  min-width: 558px !important;
}
.minW-559 {
  min-width: 559px !important;
}
.minW-560 {
  min-width: 560px !important;
}
.minW-561 {
  min-width: 561px !important;
}
.minW-562 {
  min-width: 562px !important;
}
.minW-563 {
  min-width: 563px !important;
}
.minW-564 {
  min-width: 564px !important;
}
.minW-565 {
  min-width: 565px !important;
}
.minW-566 {
  min-width: 566px !important;
}
.minW-567 {
  min-width: 567px !important;
}
.minW-568 {
  min-width: 568px !important;
}
.minW-569 {
  min-width: 569px !important;
}
.minW-570 {
  min-width: 570px !important;
}
.minW-571 {
  min-width: 571px !important;
}
.minW-572 {
  min-width: 572px !important;
}
.minW-573 {
  min-width: 573px !important;
}
.minW-574 {
  min-width: 574px !important;
}
.minW-575 {
  min-width: 575px !important;
}
.minW-576 {
  min-width: 576px !important;
}
.minW-577 {
  min-width: 577px !important;
}
.minW-578 {
  min-width: 578px !important;
}
.minW-579 {
  min-width: 579px !important;
}
.minW-580 {
  min-width: 580px !important;
}
.minW-581 {
  min-width: 581px !important;
}
.minW-582 {
  min-width: 582px !important;
}
.minW-583 {
  min-width: 583px !important;
}
.minW-584 {
  min-width: 584px !important;
}
.minW-585 {
  min-width: 585px !important;
}
.minW-586 {
  min-width: 586px !important;
}
.minW-587 {
  min-width: 587px !important;
}
.minW-588 {
  min-width: 588px !important;
}
.minW-589 {
  min-width: 589px !important;
}
.minW-590 {
  min-width: 590px !important;
}
.minW-591 {
  min-width: 591px !important;
}
.minW-592 {
  min-width: 592px !important;
}
.minW-593 {
  min-width: 593px !important;
}
.minW-594 {
  min-width: 594px !important;
}
.minW-595 {
  min-width: 595px !important;
}
.minW-596 {
  min-width: 596px !important;
}
.minW-597 {
  min-width: 597px !important;
}
.minW-598 {
  min-width: 598px !important;
}
.minW-599 {
  min-width: 599px !important;
}
.minW-600 {
  min-width: 600px !important;
}
.minW-601 {
  min-width: 601px !important;
}
.minW-602 {
  min-width: 602px !important;
}
.minW-603 {
  min-width: 603px !important;
}
.minW-604 {
  min-width: 604px !important;
}
.minW-605 {
  min-width: 605px !important;
}
.minW-606 {
  min-width: 606px !important;
}
.minW-607 {
  min-width: 607px !important;
}
.minW-608 {
  min-width: 608px !important;
}
.minW-609 {
  min-width: 609px !important;
}
.minW-610 {
  min-width: 610px !important;
}
.minW-611 {
  min-width: 611px !important;
}
.minW-612 {
  min-width: 612px !important;
}
.minW-613 {
  min-width: 613px !important;
}
.minW-614 {
  min-width: 614px !important;
}
.minW-615 {
  min-width: 615px !important;
}
.minW-616 {
  min-width: 616px !important;
}
.minW-617 {
  min-width: 617px !important;
}
.minW-618 {
  min-width: 618px !important;
}
.minW-619 {
  min-width: 619px !important;
}
.minW-620 {
  min-width: 620px !important;
}
.minW-621 {
  min-width: 621px !important;
}
.minW-622 {
  min-width: 622px !important;
}
.minW-623 {
  min-width: 623px !important;
}
.minW-624 {
  min-width: 624px !important;
}
.minW-625 {
  min-width: 625px !important;
}
.minW-626 {
  min-width: 626px !important;
}
.minW-627 {
  min-width: 627px !important;
}
.minW-628 {
  min-width: 628px !important;
}
.minW-629 {
  min-width: 629px !important;
}
.minW-630 {
  min-width: 630px !important;
}
.minW-631 {
  min-width: 631px !important;
}
.minW-632 {
  min-width: 632px !important;
}
.minW-633 {
  min-width: 633px !important;
}
.minW-634 {
  min-width: 634px !important;
}
.minW-635 {
  min-width: 635px !important;
}
.minW-636 {
  min-width: 636px !important;
}
.minW-637 {
  min-width: 637px !important;
}
.minW-638 {
  min-width: 638px !important;
}
.minW-639 {
  min-width: 639px !important;
}
.minW-640 {
  min-width: 640px !important;
}
.minW-641 {
  min-width: 641px !important;
}
.minW-642 {
  min-width: 642px !important;
}
.minW-643 {
  min-width: 643px !important;
}
.minW-644 {
  min-width: 644px !important;
}
.minW-645 {
  min-width: 645px !important;
}
.minW-646 {
  min-width: 646px !important;
}
.minW-647 {
  min-width: 647px !important;
}
.minW-648 {
  min-width: 648px !important;
}
.minW-649 {
  min-width: 649px !important;
}
.minW-650 {
  min-width: 650px !important;
}
.minW-651 {
  min-width: 651px !important;
}
.minW-652 {
  min-width: 652px !important;
}
.minW-653 {
  min-width: 653px !important;
}
.minW-654 {
  min-width: 654px !important;
}
.minW-655 {
  min-width: 655px !important;
}
.minW-656 {
  min-width: 656px !important;
}
.minW-657 {
  min-width: 657px !important;
}
.minW-658 {
  min-width: 658px !important;
}
.minW-659 {
  min-width: 659px !important;
}
.minW-660 {
  min-width: 660px !important;
}
.minW-661 {
  min-width: 661px !important;
}
.minW-662 {
  min-width: 662px !important;
}
.minW-663 {
  min-width: 663px !important;
}
.minW-664 {
  min-width: 664px !important;
}
.minW-665 {
  min-width: 665px !important;
}
.minW-666 {
  min-width: 666px !important;
}
.minW-667 {
  min-width: 667px !important;
}
.minW-668 {
  min-width: 668px !important;
}
.minW-669 {
  min-width: 669px !important;
}
.minW-670 {
  min-width: 670px !important;
}
.minW-671 {
  min-width: 671px !important;
}
.minW-672 {
  min-width: 672px !important;
}
.minW-673 {
  min-width: 673px !important;
}
.minW-674 {
  min-width: 674px !important;
}
.minW-675 {
  min-width: 675px !important;
}
.minW-676 {
  min-width: 676px !important;
}
.minW-677 {
  min-width: 677px !important;
}
.minW-678 {
  min-width: 678px !important;
}
.minW-679 {
  min-width: 679px !important;
}
.minW-680 {
  min-width: 680px !important;
}
.minW-681 {
  min-width: 681px !important;
}
.minW-682 {
  min-width: 682px !important;
}
.minW-683 {
  min-width: 683px !important;
}
.minW-684 {
  min-width: 684px !important;
}
.minW-685 {
  min-width: 685px !important;
}
.minW-686 {
  min-width: 686px !important;
}
.minW-687 {
  min-width: 687px !important;
}
.minW-688 {
  min-width: 688px !important;
}
.minW-689 {
  min-width: 689px !important;
}
.minW-690 {
  min-width: 690px !important;
}
.minW-691 {
  min-width: 691px !important;
}
.minW-692 {
  min-width: 692px !important;
}
.minW-693 {
  min-width: 693px !important;
}
.minW-694 {
  min-width: 694px !important;
}
.minW-695 {
  min-width: 695px !important;
}
.minW-696 {
  min-width: 696px !important;
}
.minW-697 {
  min-width: 697px !important;
}
.minW-698 {
  min-width: 698px !important;
}
.minW-699 {
  min-width: 699px !important;
}
.minW-700 {
  min-width: 700px !important;
}
.minW-701 {
  min-width: 701px !important;
}
.minW-702 {
  min-width: 702px !important;
}
.minW-703 {
  min-width: 703px !important;
}
.minW-704 {
  min-width: 704px !important;
}
.minW-705 {
  min-width: 705px !important;
}
.minW-706 {
  min-width: 706px !important;
}
.minW-707 {
  min-width: 707px !important;
}
.minW-708 {
  min-width: 708px !important;
}
.minW-709 {
  min-width: 709px !important;
}
.minW-710 {
  min-width: 710px !important;
}
.minW-711 {
  min-width: 711px !important;
}
.minW-712 {
  min-width: 712px !important;
}
.minW-713 {
  min-width: 713px !important;
}
.minW-714 {
  min-width: 714px !important;
}
.minW-715 {
  min-width: 715px !important;
}
.minW-716 {
  min-width: 716px !important;
}
.minW-717 {
  min-width: 717px !important;
}
.minW-718 {
  min-width: 718px !important;
}
.minW-719 {
  min-width: 719px !important;
}
.minW-720 {
  min-width: 720px !important;
}
.minW-721 {
  min-width: 721px !important;
}
.minW-722 {
  min-width: 722px !important;
}
.minW-723 {
  min-width: 723px !important;
}
.minW-724 {
  min-width: 724px !important;
}
.minW-725 {
  min-width: 725px !important;
}
.minW-726 {
  min-width: 726px !important;
}
.minW-727 {
  min-width: 727px !important;
}
.minW-728 {
  min-width: 728px !important;
}
.minW-729 {
  min-width: 729px !important;
}
.minW-730 {
  min-width: 730px !important;
}
.minW-731 {
  min-width: 731px !important;
}
.minW-732 {
  min-width: 732px !important;
}
.minW-733 {
  min-width: 733px !important;
}
.minW-734 {
  min-width: 734px !important;
}
.minW-735 {
  min-width: 735px !important;
}
.minW-736 {
  min-width: 736px !important;
}
.minW-737 {
  min-width: 737px !important;
}
.minW-738 {
  min-width: 738px !important;
}
.minW-739 {
  min-width: 739px !important;
}
.minW-740 {
  min-width: 740px !important;
}
.minW-741 {
  min-width: 741px !important;
}
.minW-742 {
  min-width: 742px !important;
}
.minW-743 {
  min-width: 743px !important;
}
.minW-744 {
  min-width: 744px !important;
}
.minW-745 {
  min-width: 745px !important;
}
.minW-746 {
  min-width: 746px !important;
}
.minW-747 {
  min-width: 747px !important;
}
.minW-748 {
  min-width: 748px !important;
}
.minW-749 {
  min-width: 749px !important;
}
.minW-750 {
  min-width: 750px !important;
}
.minW-751 {
  min-width: 751px !important;
}
.minW-752 {
  min-width: 752px !important;
}
.minW-753 {
  min-width: 753px !important;
}
.minW-754 {
  min-width: 754px !important;
}
.minW-755 {
  min-width: 755px !important;
}
.minW-756 {
  min-width: 756px !important;
}
.minW-757 {
  min-width: 757px !important;
}
.minW-758 {
  min-width: 758px !important;
}
.minW-759 {
  min-width: 759px !important;
}
.minW-760 {
  min-width: 760px !important;
}
.minW-761 {
  min-width: 761px !important;
}
.minW-762 {
  min-width: 762px !important;
}
.minW-763 {
  min-width: 763px !important;
}
.minW-764 {
  min-width: 764px !important;
}
.minW-765 {
  min-width: 765px !important;
}
.minW-766 {
  min-width: 766px !important;
}
.minW-767 {
  min-width: 767px !important;
}
.minW-768 {
  min-width: 768px !important;
}
.minW-769 {
  min-width: 769px !important;
}
.minW-770 {
  min-width: 770px !important;
}
.minW-771 {
  min-width: 771px !important;
}
.minW-772 {
  min-width: 772px !important;
}
.minW-773 {
  min-width: 773px !important;
}
.minW-774 {
  min-width: 774px !important;
}
.minW-775 {
  min-width: 775px !important;
}
.minW-776 {
  min-width: 776px !important;
}
.minW-777 {
  min-width: 777px !important;
}
.minW-778 {
  min-width: 778px !important;
}
.minW-779 {
  min-width: 779px !important;
}
.minW-780 {
  min-width: 780px !important;
}
.minW-781 {
  min-width: 781px !important;
}
.minW-782 {
  min-width: 782px !important;
}
.minW-783 {
  min-width: 783px !important;
}
.minW-784 {
  min-width: 784px !important;
}
.minW-785 {
  min-width: 785px !important;
}
.minW-786 {
  min-width: 786px !important;
}
.minW-787 {
  min-width: 787px !important;
}
.minW-788 {
  min-width: 788px !important;
}
.minW-789 {
  min-width: 789px !important;
}
.minW-790 {
  min-width: 790px !important;
}
.minW-791 {
  min-width: 791px !important;
}
.minW-792 {
  min-width: 792px !important;
}
.minW-793 {
  min-width: 793px !important;
}
.minW-794 {
  min-width: 794px !important;
}
.minW-795 {
  min-width: 795px !important;
}
.minW-796 {
  min-width: 796px !important;
}
.minW-797 {
  min-width: 797px !important;
}
.minW-798 {
  min-width: 798px !important;
}
.minW-799 {
  min-width: 799px !important;
}
.minW-800 {
  min-width: 800px !important;
}
.minW-801 {
  min-width: 801px !important;
}
.minW-802 {
  min-width: 802px !important;
}
.minW-803 {
  min-width: 803px !important;
}
.minW-804 {
  min-width: 804px !important;
}
.minW-805 {
  min-width: 805px !important;
}
.minW-806 {
  min-width: 806px !important;
}
.minW-807 {
  min-width: 807px !important;
}
.minW-808 {
  min-width: 808px !important;
}
.minW-809 {
  min-width: 809px !important;
}
.minW-810 {
  min-width: 810px !important;
}
.minW-811 {
  min-width: 811px !important;
}
.minW-812 {
  min-width: 812px !important;
}
.minW-813 {
  min-width: 813px !important;
}
.minW-814 {
  min-width: 814px !important;
}
.minW-815 {
  min-width: 815px !important;
}
.minW-816 {
  min-width: 816px !important;
}
.minW-817 {
  min-width: 817px !important;
}
.minW-818 {
  min-width: 818px !important;
}
.minW-819 {
  min-width: 819px !important;
}
.minW-820 {
  min-width: 820px !important;
}
.minW-821 {
  min-width: 821px !important;
}
.minW-822 {
  min-width: 822px !important;
}
.minW-823 {
  min-width: 823px !important;
}
.minW-824 {
  min-width: 824px !important;
}
.minW-825 {
  min-width: 825px !important;
}
.minW-826 {
  min-width: 826px !important;
}
.minW-827 {
  min-width: 827px !important;
}
.minW-828 {
  min-width: 828px !important;
}
.minW-829 {
  min-width: 829px !important;
}
.minW-830 {
  min-width: 830px !important;
}
.minW-831 {
  min-width: 831px !important;
}
.minW-832 {
  min-width: 832px !important;
}
.minW-833 {
  min-width: 833px !important;
}
.minW-834 {
  min-width: 834px !important;
}
.minW-835 {
  min-width: 835px !important;
}
.minW-836 {
  min-width: 836px !important;
}
.minW-837 {
  min-width: 837px !important;
}
.minW-838 {
  min-width: 838px !important;
}
.minW-839 {
  min-width: 839px !important;
}
.minW-840 {
  min-width: 840px !important;
}
.minW-841 {
  min-width: 841px !important;
}
.minW-842 {
  min-width: 842px !important;
}
.minW-843 {
  min-width: 843px !important;
}
.minW-844 {
  min-width: 844px !important;
}
.minW-845 {
  min-width: 845px !important;
}
.minW-846 {
  min-width: 846px !important;
}
.minW-847 {
  min-width: 847px !important;
}
.minW-848 {
  min-width: 848px !important;
}
.minW-849 {
  min-width: 849px !important;
}
.minW-850 {
  min-width: 850px !important;
}
.minW-851 {
  min-width: 851px !important;
}
.minW-852 {
  min-width: 852px !important;
}
.minW-853 {
  min-width: 853px !important;
}
.minW-854 {
  min-width: 854px !important;
}
.minW-855 {
  min-width: 855px !important;
}
.minW-856 {
  min-width: 856px !important;
}
.minW-857 {
  min-width: 857px !important;
}
.minW-858 {
  min-width: 858px !important;
}
.minW-859 {
  min-width: 859px !important;
}
.minW-860 {
  min-width: 860px !important;
}
.minW-861 {
  min-width: 861px !important;
}
.minW-862 {
  min-width: 862px !important;
}
.minW-863 {
  min-width: 863px !important;
}
.minW-864 {
  min-width: 864px !important;
}
.minW-865 {
  min-width: 865px !important;
}
.minW-866 {
  min-width: 866px !important;
}
.minW-867 {
  min-width: 867px !important;
}
.minW-868 {
  min-width: 868px !important;
}
.minW-869 {
  min-width: 869px !important;
}
.minW-870 {
  min-width: 870px !important;
}
.minW-871 {
  min-width: 871px !important;
}
.minW-872 {
  min-width: 872px !important;
}
.minW-873 {
  min-width: 873px !important;
}
.minW-874 {
  min-width: 874px !important;
}
.minW-875 {
  min-width: 875px !important;
}
.minW-876 {
  min-width: 876px !important;
}
.minW-877 {
  min-width: 877px !important;
}
.minW-878 {
  min-width: 878px !important;
}
.minW-879 {
  min-width: 879px !important;
}
.minW-880 {
  min-width: 880px !important;
}
.minW-881 {
  min-width: 881px !important;
}
.minW-882 {
  min-width: 882px !important;
}
.minW-883 {
  min-width: 883px !important;
}
.minW-884 {
  min-width: 884px !important;
}
.minW-885 {
  min-width: 885px !important;
}
.minW-886 {
  min-width: 886px !important;
}
.minW-887 {
  min-width: 887px !important;
}
.minW-888 {
  min-width: 888px !important;
}
.minW-889 {
  min-width: 889px !important;
}
.minW-890 {
  min-width: 890px !important;
}
.minW-891 {
  min-width: 891px !important;
}
.minW-892 {
  min-width: 892px !important;
}
.minW-893 {
  min-width: 893px !important;
}
.minW-894 {
  min-width: 894px !important;
}
.minW-895 {
  min-width: 895px !important;
}
.minW-896 {
  min-width: 896px !important;
}
.minW-897 {
  min-width: 897px !important;
}
.minW-898 {
  min-width: 898px !important;
}
.minW-899 {
  min-width: 899px !important;
}
.minW-900 {
  min-width: 900px !important;
}
.minW-901 {
  min-width: 901px !important;
}
.minW-902 {
  min-width: 902px !important;
}
.minW-903 {
  min-width: 903px !important;
}
.minW-904 {
  min-width: 904px !important;
}
.minW-905 {
  min-width: 905px !important;
}
.minW-906 {
  min-width: 906px !important;
}
.minW-907 {
  min-width: 907px !important;
}
.minW-908 {
  min-width: 908px !important;
}
.minW-909 {
  min-width: 909px !important;
}
.minW-910 {
  min-width: 910px !important;
}
.minW-911 {
  min-width: 911px !important;
}
.minW-912 {
  min-width: 912px !important;
}
.minW-913 {
  min-width: 913px !important;
}
.minW-914 {
  min-width: 914px !important;
}
.minW-915 {
  min-width: 915px !important;
}
.minW-916 {
  min-width: 916px !important;
}
.minW-917 {
  min-width: 917px !important;
}
.minW-918 {
  min-width: 918px !important;
}
.minW-919 {
  min-width: 919px !important;
}
.minW-920 {
  min-width: 920px !important;
}
.minW-921 {
  min-width: 921px !important;
}
.minW-922 {
  min-width: 922px !important;
}
.minW-923 {
  min-width: 923px !important;
}
.minW-924 {
  min-width: 924px !important;
}
.minW-925 {
  min-width: 925px !important;
}
.minW-926 {
  min-width: 926px !important;
}
.minW-927 {
  min-width: 927px !important;
}
.minW-928 {
  min-width: 928px !important;
}
.minW-929 {
  min-width: 929px !important;
}
.minW-930 {
  min-width: 930px !important;
}
.minW-931 {
  min-width: 931px !important;
}
.minW-932 {
  min-width: 932px !important;
}
.minW-933 {
  min-width: 933px !important;
}
.minW-934 {
  min-width: 934px !important;
}
.minW-935 {
  min-width: 935px !important;
}
.minW-936 {
  min-width: 936px !important;
}
.minW-937 {
  min-width: 937px !important;
}
.minW-938 {
  min-width: 938px !important;
}
.minW-939 {
  min-width: 939px !important;
}
.minW-940 {
  min-width: 940px !important;
}
.minW-941 {
  min-width: 941px !important;
}
.minW-942 {
  min-width: 942px !important;
}
.minW-943 {
  min-width: 943px !important;
}
.minW-944 {
  min-width: 944px !important;
}
.minW-945 {
  min-width: 945px !important;
}
.minW-946 {
  min-width: 946px !important;
}
.minW-947 {
  min-width: 947px !important;
}
.minW-948 {
  min-width: 948px !important;
}
.minW-949 {
  min-width: 949px !important;
}
.minW-950 {
  min-width: 950px !important;
}
.minW-951 {
  min-width: 951px !important;
}
.minW-952 {
  min-width: 952px !important;
}
.minW-953 {
  min-width: 953px !important;
}
.minW-954 {
  min-width: 954px !important;
}
.minW-955 {
  min-width: 955px !important;
}
.minW-956 {
  min-width: 956px !important;
}
.minW-957 {
  min-width: 957px !important;
}
.minW-958 {
  min-width: 958px !important;
}
.minW-959 {
  min-width: 959px !important;
}
.minW-960 {
  min-width: 960px !important;
}
.minW-961 {
  min-width: 961px !important;
}
.minW-962 {
  min-width: 962px !important;
}
.minW-963 {
  min-width: 963px !important;
}
.minW-964 {
  min-width: 964px !important;
}
.minW-965 {
  min-width: 965px !important;
}
.minW-966 {
  min-width: 966px !important;
}
.minW-967 {
  min-width: 967px !important;
}
.minW-968 {
  min-width: 968px !important;
}
.minW-969 {
  min-width: 969px !important;
}
.minW-970 {
  min-width: 970px !important;
}
.minW-971 {
  min-width: 971px !important;
}
.minW-972 {
  min-width: 972px !important;
}
.minW-973 {
  min-width: 973px !important;
}
.minW-974 {
  min-width: 974px !important;
}
.minW-975 {
  min-width: 975px !important;
}
.minW-976 {
  min-width: 976px !important;
}
.minW-977 {
  min-width: 977px !important;
}
.minW-978 {
  min-width: 978px !important;
}
.minW-979 {
  min-width: 979px !important;
}
.minW-980 {
  min-width: 980px !important;
}
.minW-981 {
  min-width: 981px !important;
}
.minW-982 {
  min-width: 982px !important;
}
.minW-983 {
  min-width: 983px !important;
}
.minW-984 {
  min-width: 984px !important;
}
.minW-985 {
  min-width: 985px !important;
}
.minW-986 {
  min-width: 986px !important;
}
.minW-987 {
  min-width: 987px !important;
}
.minW-988 {
  min-width: 988px !important;
}
.minW-989 {
  min-width: 989px !important;
}
.minW-990 {
  min-width: 990px !important;
}
.minW-991 {
  min-width: 991px !important;
}
.minW-992 {
  min-width: 992px !important;
}
.minW-993 {
  min-width: 993px !important;
}
.minW-994 {
  min-width: 994px !important;
}
.minW-995 {
  min-width: 995px !important;
}
.minW-996 {
  min-width: 996px !important;
}
.minW-997 {
  min-width: 997px !important;
}
.minW-998 {
  min-width: 998px !important;
}
.minW-999 {
  min-width: 999px !important;
}
.minW-1000 {
  min-width: 1000px !important;
}
.minW-1001 {
  min-width: 1001px !important;
}
.minW-1002 {
  min-width: 1002px !important;
}
.minW-1003 {
  min-width: 1003px !important;
}
.minW-1004 {
  min-width: 1004px !important;
}
.minW-1005 {
  min-width: 1005px !important;
}
.minW-1006 {
  min-width: 1006px !important;
}
.minW-1007 {
  min-width: 1007px !important;
}
.minW-1008 {
  min-width: 1008px !important;
}
.minW-1009 {
  min-width: 1009px !important;
}
.minW-1010 {
  min-width: 1010px !important;
}
.minW-1011 {
  min-width: 1011px !important;
}
.minW-1012 {
  min-width: 1012px !important;
}
.minW-1013 {
  min-width: 1013px !important;
}
.minW-1014 {
  min-width: 1014px !important;
}
.minW-1015 {
  min-width: 1015px !important;
}
.minW-1016 {
  min-width: 1016px !important;
}
.minW-1017 {
  min-width: 1017px !important;
}
.minW-1018 {
  min-width: 1018px !important;
}
.minW-1019 {
  min-width: 1019px !important;
}
.minW-1020 {
  min-width: 1020px !important;
}
.minW-1021 {
  min-width: 1021px !important;
}
.minW-1022 {
  min-width: 1022px !important;
}
.minW-1023 {
  min-width: 1023px !important;
}
.minW-1024 {
  min-width: 1024px !important;
}
.maxW-0 {
  max-width: 0px !important;
}
.maxW-1 {
  max-width: 1px !important;
}
.maxW-2 {
  max-width: 2px !important;
}
.maxW-3 {
  max-width: 3px !important;
}
.maxW-4 {
  max-width: 4px !important;
}
.maxW-5 {
  max-width: 5px !important;
}
.maxW-6 {
  max-width: 6px !important;
}
.maxW-7 {
  max-width: 7px !important;
}
.maxW-8 {
  max-width: 8px !important;
}
.maxW-9 {
  max-width: 9px !important;
}
.maxW-10 {
  max-width: 10px !important;
}
.maxW-11 {
  max-width: 11px !important;
}
.maxW-12 {
  max-width: 12px !important;
}
.maxW-13 {
  max-width: 13px !important;
}
.maxW-14 {
  max-width: 14px !important;
}
.maxW-15 {
  max-width: 15px !important;
}
.maxW-16 {
  max-width: 16px !important;
}
.maxW-17 {
  max-width: 17px !important;
}
.maxW-18 {
  max-width: 18px !important;
}
.maxW-19 {
  max-width: 19px !important;
}
.maxW-20 {
  max-width: 20px !important;
}
.maxW-21 {
  max-width: 21px !important;
}
.maxW-22 {
  max-width: 22px !important;
}
.maxW-23 {
  max-width: 23px !important;
}
.maxW-24 {
  max-width: 24px !important;
}
.maxW-25 {
  max-width: 25px !important;
}
.maxW-26 {
  max-width: 26px !important;
}
.maxW-27 {
  max-width: 27px !important;
}
.maxW-28 {
  max-width: 28px !important;
}
.maxW-29 {
  max-width: 29px !important;
}
.maxW-30 {
  max-width: 30px !important;
}
.maxW-31 {
  max-width: 31px !important;
}
.maxW-32 {
  max-width: 32px !important;
}
.maxW-33 {
  max-width: 33px !important;
}
.maxW-34 {
  max-width: 34px !important;
}
.maxW-35 {
  max-width: 35px !important;
}
.maxW-36 {
  max-width: 36px !important;
}
.maxW-37 {
  max-width: 37px !important;
}
.maxW-38 {
  max-width: 38px !important;
}
.maxW-39 {
  max-width: 39px !important;
}
.maxW-40 {
  max-width: 40px !important;
}
.maxW-41 {
  max-width: 41px !important;
}
.maxW-42 {
  max-width: 42px !important;
}
.maxW-43 {
  max-width: 43px !important;
}
.maxW-44 {
  max-width: 44px !important;
}
.maxW-45 {
  max-width: 45px !important;
}
.maxW-46 {
  max-width: 46px !important;
}
.maxW-47 {
  max-width: 47px !important;
}
.maxW-48 {
  max-width: 48px !important;
}
.maxW-49 {
  max-width: 49px !important;
}
.maxW-50 {
  max-width: 50px !important;
}
.maxW-51 {
  max-width: 51px !important;
}
.maxW-52 {
  max-width: 52px !important;
}
.maxW-53 {
  max-width: 53px !important;
}
.maxW-54 {
  max-width: 54px !important;
}
.maxW-55 {
  max-width: 55px !important;
}
.maxW-56 {
  max-width: 56px !important;
}
.maxW-57 {
  max-width: 57px !important;
}
.maxW-58 {
  max-width: 58px !important;
}
.maxW-59 {
  max-width: 59px !important;
}
.maxW-60 {
  max-width: 60px !important;
}
.maxW-61 {
  max-width: 61px !important;
}
.maxW-62 {
  max-width: 62px !important;
}
.maxW-63 {
  max-width: 63px !important;
}
.maxW-64 {
  max-width: 64px !important;
}
.maxW-65 {
  max-width: 65px !important;
}
.maxW-66 {
  max-width: 66px !important;
}
.maxW-67 {
  max-width: 67px !important;
}
.maxW-68 {
  max-width: 68px !important;
}
.maxW-69 {
  max-width: 69px !important;
}
.maxW-70 {
  max-width: 70px !important;
}
.maxW-71 {
  max-width: 71px !important;
}
.maxW-72 {
  max-width: 72px !important;
}
.maxW-73 {
  max-width: 73px !important;
}
.maxW-74 {
  max-width: 74px !important;
}
.maxW-75 {
  max-width: 75px !important;
}
.maxW-76 {
  max-width: 76px !important;
}
.maxW-77 {
  max-width: 77px !important;
}
.maxW-78 {
  max-width: 78px !important;
}
.maxW-79 {
  max-width: 79px !important;
}
.maxW-80 {
  max-width: 80px !important;
}
.maxW-81 {
  max-width: 81px !important;
}
.maxW-82 {
  max-width: 82px !important;
}
.maxW-83 {
  max-width: 83px !important;
}
.maxW-84 {
  max-width: 84px !important;
}
.maxW-85 {
  max-width: 85px !important;
}
.maxW-86 {
  max-width: 86px !important;
}
.maxW-87 {
  max-width: 87px !important;
}
.maxW-88 {
  max-width: 88px !important;
}
.maxW-89 {
  max-width: 89px !important;
}
.maxW-90 {
  max-width: 90px !important;
}
.maxW-91 {
  max-width: 91px !important;
}
.maxW-92 {
  max-width: 92px !important;
}
.maxW-93 {
  max-width: 93px !important;
}
.maxW-94 {
  max-width: 94px !important;
}
.maxW-95 {
  max-width: 95px !important;
}
.maxW-96 {
  max-width: 96px !important;
}
.maxW-97 {
  max-width: 97px !important;
}
.maxW-98 {
  max-width: 98px !important;
}
.maxW-99 {
  max-width: 99px !important;
}
.maxW-100 {
  max-width: 100px !important;
}
.maxW-101 {
  max-width: 101px !important;
}
.maxW-102 {
  max-width: 102px !important;
}
.maxW-103 {
  max-width: 103px !important;
}
.maxW-104 {
  max-width: 104px !important;
}
.maxW-105 {
  max-width: 105px !important;
}
.maxW-106 {
  max-width: 106px !important;
}
.maxW-107 {
  max-width: 107px !important;
}
.maxW-108 {
  max-width: 108px !important;
}
.maxW-109 {
  max-width: 109px !important;
}
.maxW-110 {
  max-width: 110px !important;
}
.maxW-111 {
  max-width: 111px !important;
}
.maxW-112 {
  max-width: 112px !important;
}
.maxW-113 {
  max-width: 113px !important;
}
.maxW-114 {
  max-width: 114px !important;
}
.maxW-115 {
  max-width: 115px !important;
}
.maxW-116 {
  max-width: 116px !important;
}
.maxW-117 {
  max-width: 117px !important;
}
.maxW-118 {
  max-width: 118px !important;
}
.maxW-119 {
  max-width: 119px !important;
}
.maxW-120 {
  max-width: 120px !important;
}
.maxW-121 {
  max-width: 121px !important;
}
.maxW-122 {
  max-width: 122px !important;
}
.maxW-123 {
  max-width: 123px !important;
}
.maxW-124 {
  max-width: 124px !important;
}
.maxW-125 {
  max-width: 125px !important;
}
.maxW-126 {
  max-width: 126px !important;
}
.maxW-127 {
  max-width: 127px !important;
}
.maxW-128 {
  max-width: 128px !important;
}
.maxW-129 {
  max-width: 129px !important;
}
.maxW-130 {
  max-width: 130px !important;
}
.maxW-131 {
  max-width: 131px !important;
}
.maxW-132 {
  max-width: 132px !important;
}
.maxW-133 {
  max-width: 133px !important;
}
.maxW-134 {
  max-width: 134px !important;
}
.maxW-135 {
  max-width: 135px !important;
}
.maxW-136 {
  max-width: 136px !important;
}
.maxW-137 {
  max-width: 137px !important;
}
.maxW-138 {
  max-width: 138px !important;
}
.maxW-139 {
  max-width: 139px !important;
}
.maxW-140 {
  max-width: 140px !important;
}
.maxW-141 {
  max-width: 141px !important;
}
.maxW-142 {
  max-width: 142px !important;
}
.maxW-143 {
  max-width: 143px !important;
}
.maxW-144 {
  max-width: 144px !important;
}
.maxW-145 {
  max-width: 145px !important;
}
.maxW-146 {
  max-width: 146px !important;
}
.maxW-147 {
  max-width: 147px !important;
}
.maxW-148 {
  max-width: 148px !important;
}
.maxW-149 {
  max-width: 149px !important;
}
.maxW-150 {
  max-width: 150px !important;
}
.maxW-151 {
  max-width: 151px !important;
}
.maxW-152 {
  max-width: 152px !important;
}
.maxW-153 {
  max-width: 153px !important;
}
.maxW-154 {
  max-width: 154px !important;
}
.maxW-155 {
  max-width: 155px !important;
}
.maxW-156 {
  max-width: 156px !important;
}
.maxW-157 {
  max-width: 157px !important;
}
.maxW-158 {
  max-width: 158px !important;
}
.maxW-159 {
  max-width: 159px !important;
}
.maxW-160 {
  max-width: 160px !important;
}
.maxW-161 {
  max-width: 161px !important;
}
.maxW-162 {
  max-width: 162px !important;
}
.maxW-163 {
  max-width: 163px !important;
}
.maxW-164 {
  max-width: 164px !important;
}
.maxW-165 {
  max-width: 165px !important;
}
.maxW-166 {
  max-width: 166px !important;
}
.maxW-167 {
  max-width: 167px !important;
}
.maxW-168 {
  max-width: 168px !important;
}
.maxW-169 {
  max-width: 169px !important;
}
.maxW-170 {
  max-width: 170px !important;
}
.maxW-171 {
  max-width: 171px !important;
}
.maxW-172 {
  max-width: 172px !important;
}
.maxW-173 {
  max-width: 173px !important;
}
.maxW-174 {
  max-width: 174px !important;
}
.maxW-175 {
  max-width: 175px !important;
}
.maxW-176 {
  max-width: 176px !important;
}
.maxW-177 {
  max-width: 177px !important;
}
.maxW-178 {
  max-width: 178px !important;
}
.maxW-179 {
  max-width: 179px !important;
}
.maxW-180 {
  max-width: 180px !important;
}
.maxW-181 {
  max-width: 181px !important;
}
.maxW-182 {
  max-width: 182px !important;
}
.maxW-183 {
  max-width: 183px !important;
}
.maxW-184 {
  max-width: 184px !important;
}
.maxW-185 {
  max-width: 185px !important;
}
.maxW-186 {
  max-width: 186px !important;
}
.maxW-187 {
  max-width: 187px !important;
}
.maxW-188 {
  max-width: 188px !important;
}
.maxW-189 {
  max-width: 189px !important;
}
.maxW-190 {
  max-width: 190px !important;
}
.maxW-191 {
  max-width: 191px !important;
}
.maxW-192 {
  max-width: 192px !important;
}
.maxW-193 {
  max-width: 193px !important;
}
.maxW-194 {
  max-width: 194px !important;
}
.maxW-195 {
  max-width: 195px !important;
}
.maxW-196 {
  max-width: 196px !important;
}
.maxW-197 {
  max-width: 197px !important;
}
.maxW-198 {
  max-width: 198px !important;
}
.maxW-199 {
  max-width: 199px !important;
}
.maxW-200 {
  max-width: 200px !important;
}
.maxW-201 {
  max-width: 201px !important;
}
.maxW-202 {
  max-width: 202px !important;
}
.maxW-203 {
  max-width: 203px !important;
}
.maxW-204 {
  max-width: 204px !important;
}
.maxW-205 {
  max-width: 205px !important;
}
.maxW-206 {
  max-width: 206px !important;
}
.maxW-207 {
  max-width: 207px !important;
}
.maxW-208 {
  max-width: 208px !important;
}
.maxW-209 {
  max-width: 209px !important;
}
.maxW-210 {
  max-width: 210px !important;
}
.maxW-211 {
  max-width: 211px !important;
}
.maxW-212 {
  max-width: 212px !important;
}
.maxW-213 {
  max-width: 213px !important;
}
.maxW-214 {
  max-width: 214px !important;
}
.maxW-215 {
  max-width: 215px !important;
}
.maxW-216 {
  max-width: 216px !important;
}
.maxW-217 {
  max-width: 217px !important;
}
.maxW-218 {
  max-width: 218px !important;
}
.maxW-219 {
  max-width: 219px !important;
}
.maxW-220 {
  max-width: 220px !important;
}
.maxW-221 {
  max-width: 221px !important;
}
.maxW-222 {
  max-width: 222px !important;
}
.maxW-223 {
  max-width: 223px !important;
}
.maxW-224 {
  max-width: 224px !important;
}
.maxW-225 {
  max-width: 225px !important;
}
.maxW-226 {
  max-width: 226px !important;
}
.maxW-227 {
  max-width: 227px !important;
}
.maxW-228 {
  max-width: 228px !important;
}
.maxW-229 {
  max-width: 229px !important;
}
.maxW-230 {
  max-width: 230px !important;
}
.maxW-231 {
  max-width: 231px !important;
}
.maxW-232 {
  max-width: 232px !important;
}
.maxW-233 {
  max-width: 233px !important;
}
.maxW-234 {
  max-width: 234px !important;
}
.maxW-235 {
  max-width: 235px !important;
}
.maxW-236 {
  max-width: 236px !important;
}
.maxW-237 {
  max-width: 237px !important;
}
.maxW-238 {
  max-width: 238px !important;
}
.maxW-239 {
  max-width: 239px !important;
}
.maxW-240 {
  max-width: 240px !important;
}
.maxW-241 {
  max-width: 241px !important;
}
.maxW-242 {
  max-width: 242px !important;
}
.maxW-243 {
  max-width: 243px !important;
}
.maxW-244 {
  max-width: 244px !important;
}
.maxW-245 {
  max-width: 245px !important;
}
.maxW-246 {
  max-width: 246px !important;
}
.maxW-247 {
  max-width: 247px !important;
}
.maxW-248 {
  max-width: 248px !important;
}
.maxW-249 {
  max-width: 249px !important;
}
.maxW-250 {
  max-width: 250px !important;
}
.maxW-251 {
  max-width: 251px !important;
}
.maxW-252 {
  max-width: 252px !important;
}
.maxW-253 {
  max-width: 253px !important;
}
.maxW-254 {
  max-width: 254px !important;
}
.maxW-255 {
  max-width: 255px !important;
}
.maxW-256 {
  max-width: 256px !important;
}
.maxW-257 {
  max-width: 257px !important;
}
.maxW-258 {
  max-width: 258px !important;
}
.maxW-259 {
  max-width: 259px !important;
}
.maxW-260 {
  max-width: 260px !important;
}
.maxW-261 {
  max-width: 261px !important;
}
.maxW-262 {
  max-width: 262px !important;
}
.maxW-263 {
  max-width: 263px !important;
}
.maxW-264 {
  max-width: 264px !important;
}
.maxW-265 {
  max-width: 265px !important;
}
.maxW-266 {
  max-width: 266px !important;
}
.maxW-267 {
  max-width: 267px !important;
}
.maxW-268 {
  max-width: 268px !important;
}
.maxW-269 {
  max-width: 269px !important;
}
.maxW-270 {
  max-width: 270px !important;
}
.maxW-271 {
  max-width: 271px !important;
}
.maxW-272 {
  max-width: 272px !important;
}
.maxW-273 {
  max-width: 273px !important;
}
.maxW-274 {
  max-width: 274px !important;
}
.maxW-275 {
  max-width: 275px !important;
}
.maxW-276 {
  max-width: 276px !important;
}
.maxW-277 {
  max-width: 277px !important;
}
.maxW-278 {
  max-width: 278px !important;
}
.maxW-279 {
  max-width: 279px !important;
}
.maxW-280 {
  max-width: 280px !important;
}
.maxW-281 {
  max-width: 281px !important;
}
.maxW-282 {
  max-width: 282px !important;
}
.maxW-283 {
  max-width: 283px !important;
}
.maxW-284 {
  max-width: 284px !important;
}
.maxW-285 {
  max-width: 285px !important;
}
.maxW-286 {
  max-width: 286px !important;
}
.maxW-287 {
  max-width: 287px !important;
}
.maxW-288 {
  max-width: 288px !important;
}
.maxW-289 {
  max-width: 289px !important;
}
.maxW-290 {
  max-width: 290px !important;
}
.maxW-291 {
  max-width: 291px !important;
}
.maxW-292 {
  max-width: 292px !important;
}
.maxW-293 {
  max-width: 293px !important;
}
.maxW-294 {
  max-width: 294px !important;
}
.maxW-295 {
  max-width: 295px !important;
}
.maxW-296 {
  max-width: 296px !important;
}
.maxW-297 {
  max-width: 297px !important;
}
.maxW-298 {
  max-width: 298px !important;
}
.maxW-299 {
  max-width: 299px !important;
}
.maxW-300 {
  max-width: 300px !important;
}
.maxW-301 {
  max-width: 301px !important;
}
.maxW-302 {
  max-width: 302px !important;
}
.maxW-303 {
  max-width: 303px !important;
}
.maxW-304 {
  max-width: 304px !important;
}
.maxW-305 {
  max-width: 305px !important;
}
.maxW-306 {
  max-width: 306px !important;
}
.maxW-307 {
  max-width: 307px !important;
}
.maxW-308 {
  max-width: 308px !important;
}
.maxW-309 {
  max-width: 309px !important;
}
.maxW-310 {
  max-width: 310px !important;
}
.maxW-311 {
  max-width: 311px !important;
}
.maxW-312 {
  max-width: 312px !important;
}
.maxW-313 {
  max-width: 313px !important;
}
.maxW-314 {
  max-width: 314px !important;
}
.maxW-315 {
  max-width: 315px !important;
}
.maxW-316 {
  max-width: 316px !important;
}
.maxW-317 {
  max-width: 317px !important;
}
.maxW-318 {
  max-width: 318px !important;
}
.maxW-319 {
  max-width: 319px !important;
}
.maxW-320 {
  max-width: 320px !important;
}
.maxW-321 {
  max-width: 321px !important;
}
.maxW-322 {
  max-width: 322px !important;
}
.maxW-323 {
  max-width: 323px !important;
}
.maxW-324 {
  max-width: 324px !important;
}
.maxW-325 {
  max-width: 325px !important;
}
.maxW-326 {
  max-width: 326px !important;
}
.maxW-327 {
  max-width: 327px !important;
}
.maxW-328 {
  max-width: 328px !important;
}
.maxW-329 {
  max-width: 329px !important;
}
.maxW-330 {
  max-width: 330px !important;
}
.maxW-331 {
  max-width: 331px !important;
}
.maxW-332 {
  max-width: 332px !important;
}
.maxW-333 {
  max-width: 333px !important;
}
.maxW-334 {
  max-width: 334px !important;
}
.maxW-335 {
  max-width: 335px !important;
}
.maxW-336 {
  max-width: 336px !important;
}
.maxW-337 {
  max-width: 337px !important;
}
.maxW-338 {
  max-width: 338px !important;
}
.maxW-339 {
  max-width: 339px !important;
}
.maxW-340 {
  max-width: 340px !important;
}
.maxW-341 {
  max-width: 341px !important;
}
.maxW-342 {
  max-width: 342px !important;
}
.maxW-343 {
  max-width: 343px !important;
}
.maxW-344 {
  max-width: 344px !important;
}
.maxW-345 {
  max-width: 345px !important;
}
.maxW-346 {
  max-width: 346px !important;
}
.maxW-347 {
  max-width: 347px !important;
}
.maxW-348 {
  max-width: 348px !important;
}
.maxW-349 {
  max-width: 349px !important;
}
.maxW-350 {
  max-width: 350px !important;
}
.maxW-351 {
  max-width: 351px !important;
}
.maxW-352 {
  max-width: 352px !important;
}
.maxW-353 {
  max-width: 353px !important;
}
.maxW-354 {
  max-width: 354px !important;
}
.maxW-355 {
  max-width: 355px !important;
}
.maxW-356 {
  max-width: 356px !important;
}
.maxW-357 {
  max-width: 357px !important;
}
.maxW-358 {
  max-width: 358px !important;
}
.maxW-359 {
  max-width: 359px !important;
}
.maxW-360 {
  max-width: 360px !important;
}
.maxW-361 {
  max-width: 361px !important;
}
.maxW-362 {
  max-width: 362px !important;
}
.maxW-363 {
  max-width: 363px !important;
}
.maxW-364 {
  max-width: 364px !important;
}
.maxW-365 {
  max-width: 365px !important;
}
.maxW-366 {
  max-width: 366px !important;
}
.maxW-367 {
  max-width: 367px !important;
}
.maxW-368 {
  max-width: 368px !important;
}
.maxW-369 {
  max-width: 369px !important;
}
.maxW-370 {
  max-width: 370px !important;
}
.maxW-371 {
  max-width: 371px !important;
}
.maxW-372 {
  max-width: 372px !important;
}
.maxW-373 {
  max-width: 373px !important;
}
.maxW-374 {
  max-width: 374px !important;
}
.maxW-375 {
  max-width: 375px !important;
}
.maxW-376 {
  max-width: 376px !important;
}
.maxW-377 {
  max-width: 377px !important;
}
.maxW-378 {
  max-width: 378px !important;
}
.maxW-379 {
  max-width: 379px !important;
}
.maxW-380 {
  max-width: 380px !important;
}
.maxW-381 {
  max-width: 381px !important;
}
.maxW-382 {
  max-width: 382px !important;
}
.maxW-383 {
  max-width: 383px !important;
}
.maxW-384 {
  max-width: 384px !important;
}
.maxW-385 {
  max-width: 385px !important;
}
.maxW-386 {
  max-width: 386px !important;
}
.maxW-387 {
  max-width: 387px !important;
}
.maxW-388 {
  max-width: 388px !important;
}
.maxW-389 {
  max-width: 389px !important;
}
.maxW-390 {
  max-width: 390px !important;
}
.maxW-391 {
  max-width: 391px !important;
}
.maxW-392 {
  max-width: 392px !important;
}
.maxW-393 {
  max-width: 393px !important;
}
.maxW-394 {
  max-width: 394px !important;
}
.maxW-395 {
  max-width: 395px !important;
}
.maxW-396 {
  max-width: 396px !important;
}
.maxW-397 {
  max-width: 397px !important;
}
.maxW-398 {
  max-width: 398px !important;
}
.maxW-399 {
  max-width: 399px !important;
}
.maxW-400 {
  max-width: 400px !important;
}
.maxW-401 {
  max-width: 401px !important;
}
.maxW-402 {
  max-width: 402px !important;
}
.maxW-403 {
  max-width: 403px !important;
}
.maxW-404 {
  max-width: 404px !important;
}
.maxW-405 {
  max-width: 405px !important;
}
.maxW-406 {
  max-width: 406px !important;
}
.maxW-407 {
  max-width: 407px !important;
}
.maxW-408 {
  max-width: 408px !important;
}
.maxW-409 {
  max-width: 409px !important;
}
.maxW-410 {
  max-width: 410px !important;
}
.maxW-411 {
  max-width: 411px !important;
}
.maxW-412 {
  max-width: 412px !important;
}
.maxW-413 {
  max-width: 413px !important;
}
.maxW-414 {
  max-width: 414px !important;
}
.maxW-415 {
  max-width: 415px !important;
}
.maxW-416 {
  max-width: 416px !important;
}
.maxW-417 {
  max-width: 417px !important;
}
.maxW-418 {
  max-width: 418px !important;
}
.maxW-419 {
  max-width: 419px !important;
}
.maxW-420 {
  max-width: 420px !important;
}
.maxW-421 {
  max-width: 421px !important;
}
.maxW-422 {
  max-width: 422px !important;
}
.maxW-423 {
  max-width: 423px !important;
}
.maxW-424 {
  max-width: 424px !important;
}
.maxW-425 {
  max-width: 425px !important;
}
.maxW-426 {
  max-width: 426px !important;
}
.maxW-427 {
  max-width: 427px !important;
}
.maxW-428 {
  max-width: 428px !important;
}
.maxW-429 {
  max-width: 429px !important;
}
.maxW-430 {
  max-width: 430px !important;
}
.maxW-431 {
  max-width: 431px !important;
}
.maxW-432 {
  max-width: 432px !important;
}
.maxW-433 {
  max-width: 433px !important;
}
.maxW-434 {
  max-width: 434px !important;
}
.maxW-435 {
  max-width: 435px !important;
}
.maxW-436 {
  max-width: 436px !important;
}
.maxW-437 {
  max-width: 437px !important;
}
.maxW-438 {
  max-width: 438px !important;
}
.maxW-439 {
  max-width: 439px !important;
}
.maxW-440 {
  max-width: 440px !important;
}
.maxW-441 {
  max-width: 441px !important;
}
.maxW-442 {
  max-width: 442px !important;
}
.maxW-443 {
  max-width: 443px !important;
}
.maxW-444 {
  max-width: 444px !important;
}
.maxW-445 {
  max-width: 445px !important;
}
.maxW-446 {
  max-width: 446px !important;
}
.maxW-447 {
  max-width: 447px !important;
}
.maxW-448 {
  max-width: 448px !important;
}
.maxW-449 {
  max-width: 449px !important;
}
.maxW-450 {
  max-width: 450px !important;
}
.maxW-451 {
  max-width: 451px !important;
}
.maxW-452 {
  max-width: 452px !important;
}
.maxW-453 {
  max-width: 453px !important;
}
.maxW-454 {
  max-width: 454px !important;
}
.maxW-455 {
  max-width: 455px !important;
}
.maxW-456 {
  max-width: 456px !important;
}
.maxW-457 {
  max-width: 457px !important;
}
.maxW-458 {
  max-width: 458px !important;
}
.maxW-459 {
  max-width: 459px !important;
}
.maxW-460 {
  max-width: 460px !important;
}
.maxW-461 {
  max-width: 461px !important;
}
.maxW-462 {
  max-width: 462px !important;
}
.maxW-463 {
  max-width: 463px !important;
}
.maxW-464 {
  max-width: 464px !important;
}
.maxW-465 {
  max-width: 465px !important;
}
.maxW-466 {
  max-width: 466px !important;
}
.maxW-467 {
  max-width: 467px !important;
}
.maxW-468 {
  max-width: 468px !important;
}
.maxW-469 {
  max-width: 469px !important;
}
.maxW-470 {
  max-width: 470px !important;
}
.maxW-471 {
  max-width: 471px !important;
}
.maxW-472 {
  max-width: 472px !important;
}
.maxW-473 {
  max-width: 473px !important;
}
.maxW-474 {
  max-width: 474px !important;
}
.maxW-475 {
  max-width: 475px !important;
}
.maxW-476 {
  max-width: 476px !important;
}
.maxW-477 {
  max-width: 477px !important;
}
.maxW-478 {
  max-width: 478px !important;
}
.maxW-479 {
  max-width: 479px !important;
}
.maxW-480 {
  max-width: 480px !important;
}
.maxW-481 {
  max-width: 481px !important;
}
.maxW-482 {
  max-width: 482px !important;
}
.maxW-483 {
  max-width: 483px !important;
}
.maxW-484 {
  max-width: 484px !important;
}
.maxW-485 {
  max-width: 485px !important;
}
.maxW-486 {
  max-width: 486px !important;
}
.maxW-487 {
  max-width: 487px !important;
}
.maxW-488 {
  max-width: 488px !important;
}
.maxW-489 {
  max-width: 489px !important;
}
.maxW-490 {
  max-width: 490px !important;
}
.maxW-491 {
  max-width: 491px !important;
}
.maxW-492 {
  max-width: 492px !important;
}
.maxW-493 {
  max-width: 493px !important;
}
.maxW-494 {
  max-width: 494px !important;
}
.maxW-495 {
  max-width: 495px !important;
}
.maxW-496 {
  max-width: 496px !important;
}
.maxW-497 {
  max-width: 497px !important;
}
.maxW-498 {
  max-width: 498px !important;
}
.maxW-499 {
  max-width: 499px !important;
}
.maxW-500 {
  max-width: 500px !important;
}
.maxW-501 {
  max-width: 501px !important;
}
.maxW-502 {
  max-width: 502px !important;
}
.maxW-503 {
  max-width: 503px !important;
}
.maxW-504 {
  max-width: 504px !important;
}
.maxW-505 {
  max-width: 505px !important;
}
.maxW-506 {
  max-width: 506px !important;
}
.maxW-507 {
  max-width: 507px !important;
}
.maxW-508 {
  max-width: 508px !important;
}
.maxW-509 {
  max-width: 509px !important;
}
.maxW-510 {
  max-width: 510px !important;
}
.maxW-511 {
  max-width: 511px !important;
}
.maxW-512 {
  max-width: 512px !important;
}
.maxW-513 {
  max-width: 513px !important;
}
.maxW-514 {
  max-width: 514px !important;
}
.maxW-515 {
  max-width: 515px !important;
}
.maxW-516 {
  max-width: 516px !important;
}
.maxW-517 {
  max-width: 517px !important;
}
.maxW-518 {
  max-width: 518px !important;
}
.maxW-519 {
  max-width: 519px !important;
}
.maxW-520 {
  max-width: 520px !important;
}
.maxW-521 {
  max-width: 521px !important;
}
.maxW-522 {
  max-width: 522px !important;
}
.maxW-523 {
  max-width: 523px !important;
}
.maxW-524 {
  max-width: 524px !important;
}
.maxW-525 {
  max-width: 525px !important;
}
.maxW-526 {
  max-width: 526px !important;
}
.maxW-527 {
  max-width: 527px !important;
}
.maxW-528 {
  max-width: 528px !important;
}
.maxW-529 {
  max-width: 529px !important;
}
.maxW-530 {
  max-width: 530px !important;
}
.maxW-531 {
  max-width: 531px !important;
}
.maxW-532 {
  max-width: 532px !important;
}
.maxW-533 {
  max-width: 533px !important;
}
.maxW-534 {
  max-width: 534px !important;
}
.maxW-535 {
  max-width: 535px !important;
}
.maxW-536 {
  max-width: 536px !important;
}
.maxW-537 {
  max-width: 537px !important;
}
.maxW-538 {
  max-width: 538px !important;
}
.maxW-539 {
  max-width: 539px !important;
}
.maxW-540 {
  max-width: 540px !important;
}
.maxW-541 {
  max-width: 541px !important;
}
.maxW-542 {
  max-width: 542px !important;
}
.maxW-543 {
  max-width: 543px !important;
}
.maxW-544 {
  max-width: 544px !important;
}
.maxW-545 {
  max-width: 545px !important;
}
.maxW-546 {
  max-width: 546px !important;
}
.maxW-547 {
  max-width: 547px !important;
}
.maxW-548 {
  max-width: 548px !important;
}
.maxW-549 {
  max-width: 549px !important;
}
.maxW-550 {
  max-width: 550px !important;
}
.maxW-551 {
  max-width: 551px !important;
}
.maxW-552 {
  max-width: 552px !important;
}
.maxW-553 {
  max-width: 553px !important;
}
.maxW-554 {
  max-width: 554px !important;
}
.maxW-555 {
  max-width: 555px !important;
}
.maxW-556 {
  max-width: 556px !important;
}
.maxW-557 {
  max-width: 557px !important;
}
.maxW-558 {
  max-width: 558px !important;
}
.maxW-559 {
  max-width: 559px !important;
}
.maxW-560 {
  max-width: 560px !important;
}
.maxW-561 {
  max-width: 561px !important;
}
.maxW-562 {
  max-width: 562px !important;
}
.maxW-563 {
  max-width: 563px !important;
}
.maxW-564 {
  max-width: 564px !important;
}
.maxW-565 {
  max-width: 565px !important;
}
.maxW-566 {
  max-width: 566px !important;
}
.maxW-567 {
  max-width: 567px !important;
}
.maxW-568 {
  max-width: 568px !important;
}
.maxW-569 {
  max-width: 569px !important;
}
.maxW-570 {
  max-width: 570px !important;
}
.maxW-571 {
  max-width: 571px !important;
}
.maxW-572 {
  max-width: 572px !important;
}
.maxW-573 {
  max-width: 573px !important;
}
.maxW-574 {
  max-width: 574px !important;
}
.maxW-575 {
  max-width: 575px !important;
}
.maxW-576 {
  max-width: 576px !important;
}
.maxW-577 {
  max-width: 577px !important;
}
.maxW-578 {
  max-width: 578px !important;
}
.maxW-579 {
  max-width: 579px !important;
}
.maxW-580 {
  max-width: 580px !important;
}
.maxW-581 {
  max-width: 581px !important;
}
.maxW-582 {
  max-width: 582px !important;
}
.maxW-583 {
  max-width: 583px !important;
}
.maxW-584 {
  max-width: 584px !important;
}
.maxW-585 {
  max-width: 585px !important;
}
.maxW-586 {
  max-width: 586px !important;
}
.maxW-587 {
  max-width: 587px !important;
}
.maxW-588 {
  max-width: 588px !important;
}
.maxW-589 {
  max-width: 589px !important;
}
.maxW-590 {
  max-width: 590px !important;
}
.maxW-591 {
  max-width: 591px !important;
}
.maxW-592 {
  max-width: 592px !important;
}
.maxW-593 {
  max-width: 593px !important;
}
.maxW-594 {
  max-width: 594px !important;
}
.maxW-595 {
  max-width: 595px !important;
}
.maxW-596 {
  max-width: 596px !important;
}
.maxW-597 {
  max-width: 597px !important;
}
.maxW-598 {
  max-width: 598px !important;
}
.maxW-599 {
  max-width: 599px !important;
}
.maxW-600 {
  max-width: 600px !important;
}
.maxW-601 {
  max-width: 601px !important;
}
.maxW-602 {
  max-width: 602px !important;
}
.maxW-603 {
  max-width: 603px !important;
}
.maxW-604 {
  max-width: 604px !important;
}
.maxW-605 {
  max-width: 605px !important;
}
.maxW-606 {
  max-width: 606px !important;
}
.maxW-607 {
  max-width: 607px !important;
}
.maxW-608 {
  max-width: 608px !important;
}
.maxW-609 {
  max-width: 609px !important;
}
.maxW-610 {
  max-width: 610px !important;
}
.maxW-611 {
  max-width: 611px !important;
}
.maxW-612 {
  max-width: 612px !important;
}
.maxW-613 {
  max-width: 613px !important;
}
.maxW-614 {
  max-width: 614px !important;
}
.maxW-615 {
  max-width: 615px !important;
}
.maxW-616 {
  max-width: 616px !important;
}
.maxW-617 {
  max-width: 617px !important;
}
.maxW-618 {
  max-width: 618px !important;
}
.maxW-619 {
  max-width: 619px !important;
}
.maxW-620 {
  max-width: 620px !important;
}
.maxW-621 {
  max-width: 621px !important;
}
.maxW-622 {
  max-width: 622px !important;
}
.maxW-623 {
  max-width: 623px !important;
}
.maxW-624 {
  max-width: 624px !important;
}
.maxW-625 {
  max-width: 625px !important;
}
.maxW-626 {
  max-width: 626px !important;
}
.maxW-627 {
  max-width: 627px !important;
}
.maxW-628 {
  max-width: 628px !important;
}
.maxW-629 {
  max-width: 629px !important;
}
.maxW-630 {
  max-width: 630px !important;
}
.maxW-631 {
  max-width: 631px !important;
}
.maxW-632 {
  max-width: 632px !important;
}
.maxW-633 {
  max-width: 633px !important;
}
.maxW-634 {
  max-width: 634px !important;
}
.maxW-635 {
  max-width: 635px !important;
}
.maxW-636 {
  max-width: 636px !important;
}
.maxW-637 {
  max-width: 637px !important;
}
.maxW-638 {
  max-width: 638px !important;
}
.maxW-639 {
  max-width: 639px !important;
}
.maxW-640 {
  max-width: 640px !important;
}
.maxW-641 {
  max-width: 641px !important;
}
.maxW-642 {
  max-width: 642px !important;
}
.maxW-643 {
  max-width: 643px !important;
}
.maxW-644 {
  max-width: 644px !important;
}
.maxW-645 {
  max-width: 645px !important;
}
.maxW-646 {
  max-width: 646px !important;
}
.maxW-647 {
  max-width: 647px !important;
}
.maxW-648 {
  max-width: 648px !important;
}
.maxW-649 {
  max-width: 649px !important;
}
.maxW-650 {
  max-width: 650px !important;
}
.maxW-651 {
  max-width: 651px !important;
}
.maxW-652 {
  max-width: 652px !important;
}
.maxW-653 {
  max-width: 653px !important;
}
.maxW-654 {
  max-width: 654px !important;
}
.maxW-655 {
  max-width: 655px !important;
}
.maxW-656 {
  max-width: 656px !important;
}
.maxW-657 {
  max-width: 657px !important;
}
.maxW-658 {
  max-width: 658px !important;
}
.maxW-659 {
  max-width: 659px !important;
}
.maxW-660 {
  max-width: 660px !important;
}
.maxW-661 {
  max-width: 661px !important;
}
.maxW-662 {
  max-width: 662px !important;
}
.maxW-663 {
  max-width: 663px !important;
}
.maxW-664 {
  max-width: 664px !important;
}
.maxW-665 {
  max-width: 665px !important;
}
.maxW-666 {
  max-width: 666px !important;
}
.maxW-667 {
  max-width: 667px !important;
}
.maxW-668 {
  max-width: 668px !important;
}
.maxW-669 {
  max-width: 669px !important;
}
.maxW-670 {
  max-width: 670px !important;
}
.maxW-671 {
  max-width: 671px !important;
}
.maxW-672 {
  max-width: 672px !important;
}
.maxW-673 {
  max-width: 673px !important;
}
.maxW-674 {
  max-width: 674px !important;
}
.maxW-675 {
  max-width: 675px !important;
}
.maxW-676 {
  max-width: 676px !important;
}
.maxW-677 {
  max-width: 677px !important;
}
.maxW-678 {
  max-width: 678px !important;
}
.maxW-679 {
  max-width: 679px !important;
}
.maxW-680 {
  max-width: 680px !important;
}
.maxW-681 {
  max-width: 681px !important;
}
.maxW-682 {
  max-width: 682px !important;
}
.maxW-683 {
  max-width: 683px !important;
}
.maxW-684 {
  max-width: 684px !important;
}
.maxW-685 {
  max-width: 685px !important;
}
.maxW-686 {
  max-width: 686px !important;
}
.maxW-687 {
  max-width: 687px !important;
}
.maxW-688 {
  max-width: 688px !important;
}
.maxW-689 {
  max-width: 689px !important;
}
.maxW-690 {
  max-width: 690px !important;
}
.maxW-691 {
  max-width: 691px !important;
}
.maxW-692 {
  max-width: 692px !important;
}
.maxW-693 {
  max-width: 693px !important;
}
.maxW-694 {
  max-width: 694px !important;
}
.maxW-695 {
  max-width: 695px !important;
}
.maxW-696 {
  max-width: 696px !important;
}
.maxW-697 {
  max-width: 697px !important;
}
.maxW-698 {
  max-width: 698px !important;
}
.maxW-699 {
  max-width: 699px !important;
}
.maxW-700 {
  max-width: 700px !important;
}
.maxW-701 {
  max-width: 701px !important;
}
.maxW-702 {
  max-width: 702px !important;
}
.maxW-703 {
  max-width: 703px !important;
}
.maxW-704 {
  max-width: 704px !important;
}
.maxW-705 {
  max-width: 705px !important;
}
.maxW-706 {
  max-width: 706px !important;
}
.maxW-707 {
  max-width: 707px !important;
}
.maxW-708 {
  max-width: 708px !important;
}
.maxW-709 {
  max-width: 709px !important;
}
.maxW-710 {
  max-width: 710px !important;
}
.maxW-711 {
  max-width: 711px !important;
}
.maxW-712 {
  max-width: 712px !important;
}
.maxW-713 {
  max-width: 713px !important;
}
.maxW-714 {
  max-width: 714px !important;
}
.maxW-715 {
  max-width: 715px !important;
}
.maxW-716 {
  max-width: 716px !important;
}
.maxW-717 {
  max-width: 717px !important;
}
.maxW-718 {
  max-width: 718px !important;
}
.maxW-719 {
  max-width: 719px !important;
}
.maxW-720 {
  max-width: 720px !important;
}
.maxW-721 {
  max-width: 721px !important;
}
.maxW-722 {
  max-width: 722px !important;
}
.maxW-723 {
  max-width: 723px !important;
}
.maxW-724 {
  max-width: 724px !important;
}
.maxW-725 {
  max-width: 725px !important;
}
.maxW-726 {
  max-width: 726px !important;
}
.maxW-727 {
  max-width: 727px !important;
}
.maxW-728 {
  max-width: 728px !important;
}
.maxW-729 {
  max-width: 729px !important;
}
.maxW-730 {
  max-width: 730px !important;
}
.maxW-731 {
  max-width: 731px !important;
}
.maxW-732 {
  max-width: 732px !important;
}
.maxW-733 {
  max-width: 733px !important;
}
.maxW-734 {
  max-width: 734px !important;
}
.maxW-735 {
  max-width: 735px !important;
}
.maxW-736 {
  max-width: 736px !important;
}
.maxW-737 {
  max-width: 737px !important;
}
.maxW-738 {
  max-width: 738px !important;
}
.maxW-739 {
  max-width: 739px !important;
}
.maxW-740 {
  max-width: 740px !important;
}
.maxW-741 {
  max-width: 741px !important;
}
.maxW-742 {
  max-width: 742px !important;
}
.maxW-743 {
  max-width: 743px !important;
}
.maxW-744 {
  max-width: 744px !important;
}
.maxW-745 {
  max-width: 745px !important;
}
.maxW-746 {
  max-width: 746px !important;
}
.maxW-747 {
  max-width: 747px !important;
}
.maxW-748 {
  max-width: 748px !important;
}
.maxW-749 {
  max-width: 749px !important;
}
.maxW-750 {
  max-width: 750px !important;
}
.maxW-751 {
  max-width: 751px !important;
}
.maxW-752 {
  max-width: 752px !important;
}
.maxW-753 {
  max-width: 753px !important;
}
.maxW-754 {
  max-width: 754px !important;
}
.maxW-755 {
  max-width: 755px !important;
}
.maxW-756 {
  max-width: 756px !important;
}
.maxW-757 {
  max-width: 757px !important;
}
.maxW-758 {
  max-width: 758px !important;
}
.maxW-759 {
  max-width: 759px !important;
}
.maxW-760 {
  max-width: 760px !important;
}
.maxW-761 {
  max-width: 761px !important;
}
.maxW-762 {
  max-width: 762px !important;
}
.maxW-763 {
  max-width: 763px !important;
}
.maxW-764 {
  max-width: 764px !important;
}
.maxW-765 {
  max-width: 765px !important;
}
.maxW-766 {
  max-width: 766px !important;
}
.maxW-767 {
  max-width: 767px !important;
}
.maxW-768 {
  max-width: 768px !important;
}
.maxW-769 {
  max-width: 769px !important;
}
.maxW-770 {
  max-width: 770px !important;
}
.maxW-771 {
  max-width: 771px !important;
}
.maxW-772 {
  max-width: 772px !important;
}
.maxW-773 {
  max-width: 773px !important;
}
.maxW-774 {
  max-width: 774px !important;
}
.maxW-775 {
  max-width: 775px !important;
}
.maxW-776 {
  max-width: 776px !important;
}
.maxW-777 {
  max-width: 777px !important;
}
.maxW-778 {
  max-width: 778px !important;
}
.maxW-779 {
  max-width: 779px !important;
}
.maxW-780 {
  max-width: 780px !important;
}
.maxW-781 {
  max-width: 781px !important;
}
.maxW-782 {
  max-width: 782px !important;
}
.maxW-783 {
  max-width: 783px !important;
}
.maxW-784 {
  max-width: 784px !important;
}
.maxW-785 {
  max-width: 785px !important;
}
.maxW-786 {
  max-width: 786px !important;
}
.maxW-787 {
  max-width: 787px !important;
}
.maxW-788 {
  max-width: 788px !important;
}
.maxW-789 {
  max-width: 789px !important;
}
.maxW-790 {
  max-width: 790px !important;
}
.maxW-791 {
  max-width: 791px !important;
}
.maxW-792 {
  max-width: 792px !important;
}
.maxW-793 {
  max-width: 793px !important;
}
.maxW-794 {
  max-width: 794px !important;
}
.maxW-795 {
  max-width: 795px !important;
}
.maxW-796 {
  max-width: 796px !important;
}
.maxW-797 {
  max-width: 797px !important;
}
.maxW-798 {
  max-width: 798px !important;
}
.maxW-799 {
  max-width: 799px !important;
}
.maxW-800 {
  max-width: 800px !important;
}
.maxW-801 {
  max-width: 801px !important;
}
.maxW-802 {
  max-width: 802px !important;
}
.maxW-803 {
  max-width: 803px !important;
}
.maxW-804 {
  max-width: 804px !important;
}
.maxW-805 {
  max-width: 805px !important;
}
.maxW-806 {
  max-width: 806px !important;
}
.maxW-807 {
  max-width: 807px !important;
}
.maxW-808 {
  max-width: 808px !important;
}
.maxW-809 {
  max-width: 809px !important;
}
.maxW-810 {
  max-width: 810px !important;
}
.maxW-811 {
  max-width: 811px !important;
}
.maxW-812 {
  max-width: 812px !important;
}
.maxW-813 {
  max-width: 813px !important;
}
.maxW-814 {
  max-width: 814px !important;
}
.maxW-815 {
  max-width: 815px !important;
}
.maxW-816 {
  max-width: 816px !important;
}
.maxW-817 {
  max-width: 817px !important;
}
.maxW-818 {
  max-width: 818px !important;
}
.maxW-819 {
  max-width: 819px !important;
}
.maxW-820 {
  max-width: 820px !important;
}
.maxW-821 {
  max-width: 821px !important;
}
.maxW-822 {
  max-width: 822px !important;
}
.maxW-823 {
  max-width: 823px !important;
}
.maxW-824 {
  max-width: 824px !important;
}
.maxW-825 {
  max-width: 825px !important;
}
.maxW-826 {
  max-width: 826px !important;
}
.maxW-827 {
  max-width: 827px !important;
}
.maxW-828 {
  max-width: 828px !important;
}
.maxW-829 {
  max-width: 829px !important;
}
.maxW-830 {
  max-width: 830px !important;
}
.maxW-831 {
  max-width: 831px !important;
}
.maxW-832 {
  max-width: 832px !important;
}
.maxW-833 {
  max-width: 833px !important;
}
.maxW-834 {
  max-width: 834px !important;
}
.maxW-835 {
  max-width: 835px !important;
}
.maxW-836 {
  max-width: 836px !important;
}
.maxW-837 {
  max-width: 837px !important;
}
.maxW-838 {
  max-width: 838px !important;
}
.maxW-839 {
  max-width: 839px !important;
}
.maxW-840 {
  max-width: 840px !important;
}
.maxW-841 {
  max-width: 841px !important;
}
.maxW-842 {
  max-width: 842px !important;
}
.maxW-843 {
  max-width: 843px !important;
}
.maxW-844 {
  max-width: 844px !important;
}
.maxW-845 {
  max-width: 845px !important;
}
.maxW-846 {
  max-width: 846px !important;
}
.maxW-847 {
  max-width: 847px !important;
}
.maxW-848 {
  max-width: 848px !important;
}
.maxW-849 {
  max-width: 849px !important;
}
.maxW-850 {
  max-width: 850px !important;
}
.maxW-851 {
  max-width: 851px !important;
}
.maxW-852 {
  max-width: 852px !important;
}
.maxW-853 {
  max-width: 853px !important;
}
.maxW-854 {
  max-width: 854px !important;
}
.maxW-855 {
  max-width: 855px !important;
}
.maxW-856 {
  max-width: 856px !important;
}
.maxW-857 {
  max-width: 857px !important;
}
.maxW-858 {
  max-width: 858px !important;
}
.maxW-859 {
  max-width: 859px !important;
}
.maxW-860 {
  max-width: 860px !important;
}
.maxW-861 {
  max-width: 861px !important;
}
.maxW-862 {
  max-width: 862px !important;
}
.maxW-863 {
  max-width: 863px !important;
}
.maxW-864 {
  max-width: 864px !important;
}
.maxW-865 {
  max-width: 865px !important;
}
.maxW-866 {
  max-width: 866px !important;
}
.maxW-867 {
  max-width: 867px !important;
}
.maxW-868 {
  max-width: 868px !important;
}
.maxW-869 {
  max-width: 869px !important;
}
.maxW-870 {
  max-width: 870px !important;
}
.maxW-871 {
  max-width: 871px !important;
}
.maxW-872 {
  max-width: 872px !important;
}
.maxW-873 {
  max-width: 873px !important;
}
.maxW-874 {
  max-width: 874px !important;
}
.maxW-875 {
  max-width: 875px !important;
}
.maxW-876 {
  max-width: 876px !important;
}
.maxW-877 {
  max-width: 877px !important;
}
.maxW-878 {
  max-width: 878px !important;
}
.maxW-879 {
  max-width: 879px !important;
}
.maxW-880 {
  max-width: 880px !important;
}
.maxW-881 {
  max-width: 881px !important;
}
.maxW-882 {
  max-width: 882px !important;
}
.maxW-883 {
  max-width: 883px !important;
}
.maxW-884 {
  max-width: 884px !important;
}
.maxW-885 {
  max-width: 885px !important;
}
.maxW-886 {
  max-width: 886px !important;
}
.maxW-887 {
  max-width: 887px !important;
}
.maxW-888 {
  max-width: 888px !important;
}
.maxW-889 {
  max-width: 889px !important;
}
.maxW-890 {
  max-width: 890px !important;
}
.maxW-891 {
  max-width: 891px !important;
}
.maxW-892 {
  max-width: 892px !important;
}
.maxW-893 {
  max-width: 893px !important;
}
.maxW-894 {
  max-width: 894px !important;
}
.maxW-895 {
  max-width: 895px !important;
}
.maxW-896 {
  max-width: 896px !important;
}
.maxW-897 {
  max-width: 897px !important;
}
.maxW-898 {
  max-width: 898px !important;
}
.maxW-899 {
  max-width: 899px !important;
}
.maxW-900 {
  max-width: 900px !important;
}
.maxW-901 {
  max-width: 901px !important;
}
.maxW-902 {
  max-width: 902px !important;
}
.maxW-903 {
  max-width: 903px !important;
}
.maxW-904 {
  max-width: 904px !important;
}
.maxW-905 {
  max-width: 905px !important;
}
.maxW-906 {
  max-width: 906px !important;
}
.maxW-907 {
  max-width: 907px !important;
}
.maxW-908 {
  max-width: 908px !important;
}
.maxW-909 {
  max-width: 909px !important;
}
.maxW-910 {
  max-width: 910px !important;
}
.maxW-911 {
  max-width: 911px !important;
}
.maxW-912 {
  max-width: 912px !important;
}
.maxW-913 {
  max-width: 913px !important;
}
.maxW-914 {
  max-width: 914px !important;
}
.maxW-915 {
  max-width: 915px !important;
}
.maxW-916 {
  max-width: 916px !important;
}
.maxW-917 {
  max-width: 917px !important;
}
.maxW-918 {
  max-width: 918px !important;
}
.maxW-919 {
  max-width: 919px !important;
}
.maxW-920 {
  max-width: 920px !important;
}
.maxW-921 {
  max-width: 921px !important;
}
.maxW-922 {
  max-width: 922px !important;
}
.maxW-923 {
  max-width: 923px !important;
}
.maxW-924 {
  max-width: 924px !important;
}
.maxW-925 {
  max-width: 925px !important;
}
.maxW-926 {
  max-width: 926px !important;
}
.maxW-927 {
  max-width: 927px !important;
}
.maxW-928 {
  max-width: 928px !important;
}
.maxW-929 {
  max-width: 929px !important;
}
.maxW-930 {
  max-width: 930px !important;
}
.maxW-931 {
  max-width: 931px !important;
}
.maxW-932 {
  max-width: 932px !important;
}
.maxW-933 {
  max-width: 933px !important;
}
.maxW-934 {
  max-width: 934px !important;
}
.maxW-935 {
  max-width: 935px !important;
}
.maxW-936 {
  max-width: 936px !important;
}
.maxW-937 {
  max-width: 937px !important;
}
.maxW-938 {
  max-width: 938px !important;
}
.maxW-939 {
  max-width: 939px !important;
}
.maxW-940 {
  max-width: 940px !important;
}
.maxW-941 {
  max-width: 941px !important;
}
.maxW-942 {
  max-width: 942px !important;
}
.maxW-943 {
  max-width: 943px !important;
}
.maxW-944 {
  max-width: 944px !important;
}
.maxW-945 {
  max-width: 945px !important;
}
.maxW-946 {
  max-width: 946px !important;
}
.maxW-947 {
  max-width: 947px !important;
}
.maxW-948 {
  max-width: 948px !important;
}
.maxW-949 {
  max-width: 949px !important;
}
.maxW-950 {
  max-width: 950px !important;
}
.maxW-951 {
  max-width: 951px !important;
}
.maxW-952 {
  max-width: 952px !important;
}
.maxW-953 {
  max-width: 953px !important;
}
.maxW-954 {
  max-width: 954px !important;
}
.maxW-955 {
  max-width: 955px !important;
}
.maxW-956 {
  max-width: 956px !important;
}
.maxW-957 {
  max-width: 957px !important;
}
.maxW-958 {
  max-width: 958px !important;
}
.maxW-959 {
  max-width: 959px !important;
}
.maxW-960 {
  max-width: 960px !important;
}
.maxW-961 {
  max-width: 961px !important;
}
.maxW-962 {
  max-width: 962px !important;
}
.maxW-963 {
  max-width: 963px !important;
}
.maxW-964 {
  max-width: 964px !important;
}
.maxW-965 {
  max-width: 965px !important;
}
.maxW-966 {
  max-width: 966px !important;
}
.maxW-967 {
  max-width: 967px !important;
}
.maxW-968 {
  max-width: 968px !important;
}
.maxW-969 {
  max-width: 969px !important;
}
.maxW-970 {
  max-width: 970px !important;
}
.maxW-971 {
  max-width: 971px !important;
}
.maxW-972 {
  max-width: 972px !important;
}
.maxW-973 {
  max-width: 973px !important;
}
.maxW-974 {
  max-width: 974px !important;
}
.maxW-975 {
  max-width: 975px !important;
}
.maxW-976 {
  max-width: 976px !important;
}
.maxW-977 {
  max-width: 977px !important;
}
.maxW-978 {
  max-width: 978px !important;
}
.maxW-979 {
  max-width: 979px !important;
}
.maxW-980 {
  max-width: 980px !important;
}
.maxW-981 {
  max-width: 981px !important;
}
.maxW-982 {
  max-width: 982px !important;
}
.maxW-983 {
  max-width: 983px !important;
}
.maxW-984 {
  max-width: 984px !important;
}
.maxW-985 {
  max-width: 985px !important;
}
.maxW-986 {
  max-width: 986px !important;
}
.maxW-987 {
  max-width: 987px !important;
}
.maxW-988 {
  max-width: 988px !important;
}
.maxW-989 {
  max-width: 989px !important;
}
.maxW-990 {
  max-width: 990px !important;
}
.maxW-991 {
  max-width: 991px !important;
}
.maxW-992 {
  max-width: 992px !important;
}
.maxW-993 {
  max-width: 993px !important;
}
.maxW-994 {
  max-width: 994px !important;
}
.maxW-995 {
  max-width: 995px !important;
}
.maxW-996 {
  max-width: 996px !important;
}
.maxW-997 {
  max-width: 997px !important;
}
.maxW-998 {
  max-width: 998px !important;
}
.maxW-999 {
  max-width: 999px !important;
}
.maxW-1000 {
  max-width: 1000px !important;
}
.maxW-1001 {
  max-width: 1001px !important;
}
.maxW-1002 {
  max-width: 1002px !important;
}
.maxW-1003 {
  max-width: 1003px !important;
}
.maxW-1004 {
  max-width: 1004px !important;
}
.maxW-1005 {
  max-width: 1005px !important;
}
.maxW-1006 {
  max-width: 1006px !important;
}
.maxW-1007 {
  max-width: 1007px !important;
}
.maxW-1008 {
  max-width: 1008px !important;
}
.maxW-1009 {
  max-width: 1009px !important;
}
.maxW-1010 {
  max-width: 1010px !important;
}
.maxW-1011 {
  max-width: 1011px !important;
}
.maxW-1012 {
  max-width: 1012px !important;
}
.maxW-1013 {
  max-width: 1013px !important;
}
.maxW-1014 {
  max-width: 1014px !important;
}
.maxW-1015 {
  max-width: 1015px !important;
}
.maxW-1016 {
  max-width: 1016px !important;
}
.maxW-1017 {
  max-width: 1017px !important;
}
.maxW-1018 {
  max-width: 1018px !important;
}
.maxW-1019 {
  max-width: 1019px !important;
}
.maxW-1020 {
  max-width: 1020px !important;
}
.maxW-1021 {
  max-width: 1021px !important;
}
.maxW-1022 {
  max-width: 1022px !important;
}
.maxW-1023 {
  max-width: 1023px !important;
}
.maxW-1024 {
  max-width: 1024px !important;
}
.width-0 {
  width: 0px !important;
}
.width-1 {
  width: 1px !important;
}
.width-2 {
  width: 2px !important;
}
.width-3 {
  width: 3px !important;
}
.width-4 {
  width: 4px !important;
}
.width-5 {
  width: 5px !important;
}
.width-6 {
  width: 6px !important;
}
.width-7 {
  width: 7px !important;
}
.width-8 {
  width: 8px !important;
}
.width-9 {
  width: 9px !important;
}
.width-10 {
  width: 10px !important;
}
.width-11 {
  width: 11px !important;
}
.width-12 {
  width: 12px !important;
}
.width-13 {
  width: 13px !important;
}
.width-14 {
  width: 14px !important;
}
.width-15 {
  width: 15px !important;
}
.width-16 {
  width: 16px !important;
}
.width-17 {
  width: 17px !important;
}
.width-18 {
  width: 18px !important;
}
.width-19 {
  width: 19px !important;
}
.width-20 {
  width: 20px !important;
}
.width-21 {
  width: 21px !important;
}
.width-22 {
  width: 22px !important;
}
.width-23 {
  width: 23px !important;
}
.width-24 {
  width: 24px !important;
}
.width-25 {
  width: 25px !important;
}
.width-26 {
  width: 26px !important;
}
.width-27 {
  width: 27px !important;
}
.width-28 {
  width: 28px !important;
}
.width-29 {
  width: 29px !important;
}
.width-30 {
  width: 30px !important;
}
.width-31 {
  width: 31px !important;
}
.width-32 {
  width: 32px !important;
}
.width-33 {
  width: 33px !important;
}
.width-34 {
  width: 34px !important;
}
.width-35 {
  width: 35px !important;
}
.width-36 {
  width: 36px !important;
}
.width-37 {
  width: 37px !important;
}
.width-38 {
  width: 38px !important;
}
.width-39 {
  width: 39px !important;
}
.width-40 {
  width: 40px !important;
}
.width-41 {
  width: 41px !important;
}
.width-42 {
  width: 42px !important;
}
.width-43 {
  width: 43px !important;
}
.width-44 {
  width: 44px !important;
}
.width-45 {
  width: 45px !important;
}
.width-46 {
  width: 46px !important;
}
.width-47 {
  width: 47px !important;
}
.width-48 {
  width: 48px !important;
}
.width-49 {
  width: 49px !important;
}
.width-50 {
  width: 50px !important;
}
.width-51 {
  width: 51px !important;
}
.width-52 {
  width: 52px !important;
}
.width-53 {
  width: 53px !important;
}
.width-54 {
  width: 54px !important;
}
.width-55 {
  width: 55px !important;
}
.width-56 {
  width: 56px !important;
}
.width-57 {
  width: 57px !important;
}
.width-58 {
  width: 58px !important;
}
.width-59 {
  width: 59px !important;
}
.width-60 {
  width: 60px !important;
}
.width-61 {
  width: 61px !important;
}
.width-62 {
  width: 62px !important;
}
.width-63 {
  width: 63px !important;
}
.width-64 {
  width: 64px !important;
}
.width-65 {
  width: 65px !important;
}
.width-66 {
  width: 66px !important;
}
.width-67 {
  width: 67px !important;
}
.width-68 {
  width: 68px !important;
}
.width-69 {
  width: 69px !important;
}
.width-70 {
  width: 70px !important;
}
.width-71 {
  width: 71px !important;
}
.width-72 {
  width: 72px !important;
}
.width-73 {
  width: 73px !important;
}
.width-74 {
  width: 74px !important;
}
.width-75 {
  width: 75px !important;
}
.width-76 {
  width: 76px !important;
}
.width-77 {
  width: 77px !important;
}
.width-78 {
  width: 78px !important;
}
.width-79 {
  width: 79px !important;
}
.width-80 {
  width: 80px !important;
}
.width-81 {
  width: 81px !important;
}
.width-82 {
  width: 82px !important;
}
.width-83 {
  width: 83px !important;
}
.width-84 {
  width: 84px !important;
}
.width-85 {
  width: 85px !important;
}
.width-86 {
  width: 86px !important;
}
.width-87 {
  width: 87px !important;
}
.width-88 {
  width: 88px !important;
}
.width-89 {
  width: 89px !important;
}
.width-90 {
  width: 90px !important;
}
.width-91 {
  width: 91px !important;
}
.width-92 {
  width: 92px !important;
}
.width-93 {
  width: 93px !important;
}
.width-94 {
  width: 94px !important;
}
.width-95 {
  width: 95px !important;
}
.width-96 {
  width: 96px !important;
}
.width-97 {
  width: 97px !important;
}
.width-98 {
  width: 98px !important;
}
.width-99 {
  width: 99px !important;
}
.width-100 {
  width: 100px !important;
}
.width-101 {
  width: 101px !important;
}
.width-102 {
  width: 102px !important;
}
.width-103 {
  width: 103px !important;
}
.width-104 {
  width: 104px !important;
}
.width-105 {
  width: 105px !important;
}
.width-106 {
  width: 106px !important;
}
.width-107 {
  width: 107px !important;
}
.width-108 {
  width: 108px !important;
}
.width-109 {
  width: 109px !important;
}
.width-110 {
  width: 110px !important;
}
.width-111 {
  width: 111px !important;
}
.width-112 {
  width: 112px !important;
}
.width-113 {
  width: 113px !important;
}
.width-114 {
  width: 114px !important;
}
.width-115 {
  width: 115px !important;
}
.width-116 {
  width: 116px !important;
}
.width-117 {
  width: 117px !important;
}
.width-118 {
  width: 118px !important;
}
.width-119 {
  width: 119px !important;
}
.width-120 {
  width: 120px !important;
}
.width-121 {
  width: 121px !important;
}
.width-122 {
  width: 122px !important;
}
.width-123 {
  width: 123px !important;
}
.width-124 {
  width: 124px !important;
}
.width-125 {
  width: 125px !important;
}
.width-126 {
  width: 126px !important;
}
.width-127 {
  width: 127px !important;
}
.width-128 {
  width: 128px !important;
}
.width-129 {
  width: 129px !important;
}
.width-130 {
  width: 130px !important;
}
.width-131 {
  width: 131px !important;
}
.width-132 {
  width: 132px !important;
}
.width-133 {
  width: 133px !important;
}
.width-134 {
  width: 134px !important;
}
.width-135 {
  width: 135px !important;
}
.width-136 {
  width: 136px !important;
}
.width-137 {
  width: 137px !important;
}
.width-138 {
  width: 138px !important;
}
.width-139 {
  width: 139px !important;
}
.width-140 {
  width: 140px !important;
}
.width-141 {
  width: 141px !important;
}
.width-142 {
  width: 142px !important;
}
.width-143 {
  width: 143px !important;
}
.width-144 {
  width: 144px !important;
}
.width-145 {
  width: 145px !important;
}
.width-146 {
  width: 146px !important;
}
.width-147 {
  width: 147px !important;
}
.width-148 {
  width: 148px !important;
}
.width-149 {
  width: 149px !important;
}
.width-150 {
  width: 150px !important;
}
.width-151 {
  width: 151px !important;
}
.width-152 {
  width: 152px !important;
}
.width-153 {
  width: 153px !important;
}
.width-154 {
  width: 154px !important;
}
.width-155 {
  width: 155px !important;
}
.width-156 {
  width: 156px !important;
}
.width-157 {
  width: 157px !important;
}
.width-158 {
  width: 158px !important;
}
.width-159 {
  width: 159px !important;
}
.width-160 {
  width: 160px !important;
}
.width-161 {
  width: 161px !important;
}
.width-162 {
  width: 162px !important;
}
.width-163 {
  width: 163px !important;
}
.width-164 {
  width: 164px !important;
}
.width-165 {
  width: 165px !important;
}
.width-166 {
  width: 166px !important;
}
.width-167 {
  width: 167px !important;
}
.width-168 {
  width: 168px !important;
}
.width-169 {
  width: 169px !important;
}
.width-170 {
  width: 170px !important;
}
.width-171 {
  width: 171px !important;
}
.width-172 {
  width: 172px !important;
}
.width-173 {
  width: 173px !important;
}
.width-174 {
  width: 174px !important;
}
.width-175 {
  width: 175px !important;
}
.width-176 {
  width: 176px !important;
}
.width-177 {
  width: 177px !important;
}
.width-178 {
  width: 178px !important;
}
.width-179 {
  width: 179px !important;
}
.width-180 {
  width: 180px !important;
}
.width-181 {
  width: 181px !important;
}
.width-182 {
  width: 182px !important;
}
.width-183 {
  width: 183px !important;
}
.width-184 {
  width: 184px !important;
}
.width-185 {
  width: 185px !important;
}
.width-186 {
  width: 186px !important;
}
.width-187 {
  width: 187px !important;
}
.width-188 {
  width: 188px !important;
}
.width-189 {
  width: 189px !important;
}
.width-190 {
  width: 190px !important;
}
.width-191 {
  width: 191px !important;
}
.width-192 {
  width: 192px !important;
}
.width-193 {
  width: 193px !important;
}
.width-194 {
  width: 194px !important;
}
.width-195 {
  width: 195px !important;
}
.width-196 {
  width: 196px !important;
}
.width-197 {
  width: 197px !important;
}
.width-198 {
  width: 198px !important;
}
.width-199 {
  width: 199px !important;
}
.width-200 {
  width: 200px !important;
}
.width-201 {
  width: 201px !important;
}
.width-202 {
  width: 202px !important;
}
.width-203 {
  width: 203px !important;
}
.width-204 {
  width: 204px !important;
}
.width-205 {
  width: 205px !important;
}
.width-206 {
  width: 206px !important;
}
.width-207 {
  width: 207px !important;
}
.width-208 {
  width: 208px !important;
}
.width-209 {
  width: 209px !important;
}
.width-210 {
  width: 210px !important;
}
.width-211 {
  width: 211px !important;
}
.width-212 {
  width: 212px !important;
}
.width-213 {
  width: 213px !important;
}
.width-214 {
  width: 214px !important;
}
.width-215 {
  width: 215px !important;
}
.width-216 {
  width: 216px !important;
}
.width-217 {
  width: 217px !important;
}
.width-218 {
  width: 218px !important;
}
.width-219 {
  width: 219px !important;
}
.width-220 {
  width: 220px !important;
}
.width-221 {
  width: 221px !important;
}
.width-222 {
  width: 222px !important;
}
.width-223 {
  width: 223px !important;
}
.width-224 {
  width: 224px !important;
}
.width-225 {
  width: 225px !important;
}
.width-226 {
  width: 226px !important;
}
.width-227 {
  width: 227px !important;
}
.width-228 {
  width: 228px !important;
}
.width-229 {
  width: 229px !important;
}
.width-230 {
  width: 230px !important;
}
.width-231 {
  width: 231px !important;
}
.width-232 {
  width: 232px !important;
}
.width-233 {
  width: 233px !important;
}
.width-234 {
  width: 234px !important;
}
.width-235 {
  width: 235px !important;
}
.width-236 {
  width: 236px !important;
}
.width-237 {
  width: 237px !important;
}
.width-238 {
  width: 238px !important;
}
.width-239 {
  width: 239px !important;
}
.width-240 {
  width: 240px !important;
}
.width-241 {
  width: 241px !important;
}
.width-242 {
  width: 242px !important;
}
.width-243 {
  width: 243px !important;
}
.width-244 {
  width: 244px !important;
}
.width-245 {
  width: 245px !important;
}
.width-246 {
  width: 246px !important;
}
.width-247 {
  width: 247px !important;
}
.width-248 {
  width: 248px !important;
}
.width-249 {
  width: 249px !important;
}
.width-250 {
  width: 250px !important;
}
.width-251 {
  width: 251px !important;
}
.width-252 {
  width: 252px !important;
}
.width-253 {
  width: 253px !important;
}
.width-254 {
  width: 254px !important;
}
.width-255 {
  width: 255px !important;
}
.width-256 {
  width: 256px !important;
}
.width-257 {
  width: 257px !important;
}
.width-258 {
  width: 258px !important;
}
.width-259 {
  width: 259px !important;
}
.width-260 {
  width: 260px !important;
}
.width-261 {
  width: 261px !important;
}
.width-262 {
  width: 262px !important;
}
.width-263 {
  width: 263px !important;
}
.width-264 {
  width: 264px !important;
}
.width-265 {
  width: 265px !important;
}
.width-266 {
  width: 266px !important;
}
.width-267 {
  width: 267px !important;
}
.width-268 {
  width: 268px !important;
}
.width-269 {
  width: 269px !important;
}
.width-270 {
  width: 270px !important;
}
.width-271 {
  width: 271px !important;
}
.width-272 {
  width: 272px !important;
}
.width-273 {
  width: 273px !important;
}
.width-274 {
  width: 274px !important;
}
.width-275 {
  width: 275px !important;
}
.width-276 {
  width: 276px !important;
}
.width-277 {
  width: 277px !important;
}
.width-278 {
  width: 278px !important;
}
.width-279 {
  width: 279px !important;
}
.width-280 {
  width: 280px !important;
}
.width-281 {
  width: 281px !important;
}
.width-282 {
  width: 282px !important;
}
.width-283 {
  width: 283px !important;
}
.width-284 {
  width: 284px !important;
}
.width-285 {
  width: 285px !important;
}
.width-286 {
  width: 286px !important;
}
.width-287 {
  width: 287px !important;
}
.width-288 {
  width: 288px !important;
}
.width-289 {
  width: 289px !important;
}
.width-290 {
  width: 290px !important;
}
.width-291 {
  width: 291px !important;
}
.width-292 {
  width: 292px !important;
}
.width-293 {
  width: 293px !important;
}
.width-294 {
  width: 294px !important;
}
.width-295 {
  width: 295px !important;
}
.width-296 {
  width: 296px !important;
}
.width-297 {
  width: 297px !important;
}
.width-298 {
  width: 298px !important;
}
.width-299 {
  width: 299px !important;
}
.width-300 {
  width: 300px !important;
}
.width-301 {
  width: 301px !important;
}
.width-302 {
  width: 302px !important;
}
.width-303 {
  width: 303px !important;
}
.width-304 {
  width: 304px !important;
}
.width-305 {
  width: 305px !important;
}
.width-306 {
  width: 306px !important;
}
.width-307 {
  width: 307px !important;
}
.width-308 {
  width: 308px !important;
}
.width-309 {
  width: 309px !important;
}
.width-310 {
  width: 310px !important;
}
.width-311 {
  width: 311px !important;
}
.width-312 {
  width: 312px !important;
}
.width-313 {
  width: 313px !important;
}
.width-314 {
  width: 314px !important;
}
.width-315 {
  width: 315px !important;
}
.width-316 {
  width: 316px !important;
}
.width-317 {
  width: 317px !important;
}
.width-318 {
  width: 318px !important;
}
.width-319 {
  width: 319px !important;
}
.width-320 {
  width: 320px !important;
}
.width-321 {
  width: 321px !important;
}
.width-322 {
  width: 322px !important;
}
.width-323 {
  width: 323px !important;
}
.width-324 {
  width: 324px !important;
}
.width-325 {
  width: 325px !important;
}
.width-326 {
  width: 326px !important;
}
.width-327 {
  width: 327px !important;
}
.width-328 {
  width: 328px !important;
}
.width-329 {
  width: 329px !important;
}
.width-330 {
  width: 330px !important;
}
.width-331 {
  width: 331px !important;
}
.width-332 {
  width: 332px !important;
}
.width-333 {
  width: 333px !important;
}
.width-334 {
  width: 334px !important;
}
.width-335 {
  width: 335px !important;
}
.width-336 {
  width: 336px !important;
}
.width-337 {
  width: 337px !important;
}
.width-338 {
  width: 338px !important;
}
.width-339 {
  width: 339px !important;
}
.width-340 {
  width: 340px !important;
}
.width-341 {
  width: 341px !important;
}
.width-342 {
  width: 342px !important;
}
.width-343 {
  width: 343px !important;
}
.width-344 {
  width: 344px !important;
}
.width-345 {
  width: 345px !important;
}
.width-346 {
  width: 346px !important;
}
.width-347 {
  width: 347px !important;
}
.width-348 {
  width: 348px !important;
}
.width-349 {
  width: 349px !important;
}
.width-350 {
  width: 350px !important;
}
.width-351 {
  width: 351px !important;
}
.width-352 {
  width: 352px !important;
}
.width-353 {
  width: 353px !important;
}
.width-354 {
  width: 354px !important;
}
.width-355 {
  width: 355px !important;
}
.width-356 {
  width: 356px !important;
}
.width-357 {
  width: 357px !important;
}
.width-358 {
  width: 358px !important;
}
.width-359 {
  width: 359px !important;
}
.width-360 {
  width: 360px !important;
}
.width-361 {
  width: 361px !important;
}
.width-362 {
  width: 362px !important;
}
.width-363 {
  width: 363px !important;
}
.width-364 {
  width: 364px !important;
}
.width-365 {
  width: 365px !important;
}
.width-366 {
  width: 366px !important;
}
.width-367 {
  width: 367px !important;
}
.width-368 {
  width: 368px !important;
}
.width-369 {
  width: 369px !important;
}
.width-370 {
  width: 370px !important;
}
.width-371 {
  width: 371px !important;
}
.width-372 {
  width: 372px !important;
}
.width-373 {
  width: 373px !important;
}
.width-374 {
  width: 374px !important;
}
.width-375 {
  width: 375px !important;
}
.width-376 {
  width: 376px !important;
}
.width-377 {
  width: 377px !important;
}
.width-378 {
  width: 378px !important;
}
.width-379 {
  width: 379px !important;
}
.width-380 {
  width: 380px !important;
}
.width-381 {
  width: 381px !important;
}
.width-382 {
  width: 382px !important;
}
.width-383 {
  width: 383px !important;
}
.width-384 {
  width: 384px !important;
}
.width-385 {
  width: 385px !important;
}
.width-386 {
  width: 386px !important;
}
.width-387 {
  width: 387px !important;
}
.width-388 {
  width: 388px !important;
}
.width-389 {
  width: 389px !important;
}
.width-390 {
  width: 390px !important;
}
.width-391 {
  width: 391px !important;
}
.width-392 {
  width: 392px !important;
}
.width-393 {
  width: 393px !important;
}
.width-394 {
  width: 394px !important;
}
.width-395 {
  width: 395px !important;
}
.width-396 {
  width: 396px !important;
}
.width-397 {
  width: 397px !important;
}
.width-398 {
  width: 398px !important;
}
.width-399 {
  width: 399px !important;
}
.width-400 {
  width: 400px !important;
}
.width-401 {
  width: 401px !important;
}
.width-402 {
  width: 402px !important;
}
.width-403 {
  width: 403px !important;
}
.width-404 {
  width: 404px !important;
}
.width-405 {
  width: 405px !important;
}
.width-406 {
  width: 406px !important;
}
.width-407 {
  width: 407px !important;
}
.width-408 {
  width: 408px !important;
}
.width-409 {
  width: 409px !important;
}
.width-410 {
  width: 410px !important;
}
.width-411 {
  width: 411px !important;
}
.width-412 {
  width: 412px !important;
}
.width-413 {
  width: 413px !important;
}
.width-414 {
  width: 414px !important;
}
.width-415 {
  width: 415px !important;
}
.width-416 {
  width: 416px !important;
}
.width-417 {
  width: 417px !important;
}
.width-418 {
  width: 418px !important;
}
.width-419 {
  width: 419px !important;
}
.width-420 {
  width: 420px !important;
}
.width-421 {
  width: 421px !important;
}
.width-422 {
  width: 422px !important;
}
.width-423 {
  width: 423px !important;
}
.width-424 {
  width: 424px !important;
}
.width-425 {
  width: 425px !important;
}
.width-426 {
  width: 426px !important;
}
.width-427 {
  width: 427px !important;
}
.width-428 {
  width: 428px !important;
}
.width-429 {
  width: 429px !important;
}
.width-430 {
  width: 430px !important;
}
.width-431 {
  width: 431px !important;
}
.width-432 {
  width: 432px !important;
}
.width-433 {
  width: 433px !important;
}
.width-434 {
  width: 434px !important;
}
.width-435 {
  width: 435px !important;
}
.width-436 {
  width: 436px !important;
}
.width-437 {
  width: 437px !important;
}
.width-438 {
  width: 438px !important;
}
.width-439 {
  width: 439px !important;
}
.width-440 {
  width: 440px !important;
}
.width-441 {
  width: 441px !important;
}
.width-442 {
  width: 442px !important;
}
.width-443 {
  width: 443px !important;
}
.width-444 {
  width: 444px !important;
}
.width-445 {
  width: 445px !important;
}
.width-446 {
  width: 446px !important;
}
.width-447 {
  width: 447px !important;
}
.width-448 {
  width: 448px !important;
}
.width-449 {
  width: 449px !important;
}
.width-450 {
  width: 450px !important;
}
.width-451 {
  width: 451px !important;
}
.width-452 {
  width: 452px !important;
}
.width-453 {
  width: 453px !important;
}
.width-454 {
  width: 454px !important;
}
.width-455 {
  width: 455px !important;
}
.width-456 {
  width: 456px !important;
}
.width-457 {
  width: 457px !important;
}
.width-458 {
  width: 458px !important;
}
.width-459 {
  width: 459px !important;
}
.width-460 {
  width: 460px !important;
}
.width-461 {
  width: 461px !important;
}
.width-462 {
  width: 462px !important;
}
.width-463 {
  width: 463px !important;
}
.width-464 {
  width: 464px !important;
}
.width-465 {
  width: 465px !important;
}
.width-466 {
  width: 466px !important;
}
.width-467 {
  width: 467px !important;
}
.width-468 {
  width: 468px !important;
}
.width-469 {
  width: 469px !important;
}
.width-470 {
  width: 470px !important;
}
.width-471 {
  width: 471px !important;
}
.width-472 {
  width: 472px !important;
}
.width-473 {
  width: 473px !important;
}
.width-474 {
  width: 474px !important;
}
.width-475 {
  width: 475px !important;
}
.width-476 {
  width: 476px !important;
}
.width-477 {
  width: 477px !important;
}
.width-478 {
  width: 478px !important;
}
.width-479 {
  width: 479px !important;
}
.width-480 {
  width: 480px !important;
}
.width-481 {
  width: 481px !important;
}
.width-482 {
  width: 482px !important;
}
.width-483 {
  width: 483px !important;
}
.width-484 {
  width: 484px !important;
}
.width-485 {
  width: 485px !important;
}
.width-486 {
  width: 486px !important;
}
.width-487 {
  width: 487px !important;
}
.width-488 {
  width: 488px !important;
}
.width-489 {
  width: 489px !important;
}
.width-490 {
  width: 490px !important;
}
.width-491 {
  width: 491px !important;
}
.width-492 {
  width: 492px !important;
}
.width-493 {
  width: 493px !important;
}
.width-494 {
  width: 494px !important;
}
.width-495 {
  width: 495px !important;
}
.width-496 {
  width: 496px !important;
}
.width-497 {
  width: 497px !important;
}
.width-498 {
  width: 498px !important;
}
.width-499 {
  width: 499px !important;
}
.width-500 {
  width: 500px !important;
}
.width-501 {
  width: 501px !important;
}
.width-502 {
  width: 502px !important;
}
.width-503 {
  width: 503px !important;
}
.width-504 {
  width: 504px !important;
}
.width-505 {
  width: 505px !important;
}
.width-506 {
  width: 506px !important;
}
.width-507 {
  width: 507px !important;
}
.width-508 {
  width: 508px !important;
}
.width-509 {
  width: 509px !important;
}
.width-510 {
  width: 510px !important;
}
.width-511 {
  width: 511px !important;
}
.width-512 {
  width: 512px !important;
}
.width-513 {
  width: 513px !important;
}
.width-514 {
  width: 514px !important;
}
.width-515 {
  width: 515px !important;
}
.width-516 {
  width: 516px !important;
}
.width-517 {
  width: 517px !important;
}
.width-518 {
  width: 518px !important;
}
.width-519 {
  width: 519px !important;
}
.width-520 {
  width: 520px !important;
}
.width-521 {
  width: 521px !important;
}
.width-522 {
  width: 522px !important;
}
.width-523 {
  width: 523px !important;
}
.width-524 {
  width: 524px !important;
}
.width-525 {
  width: 525px !important;
}
.width-526 {
  width: 526px !important;
}
.width-527 {
  width: 527px !important;
}
.width-528 {
  width: 528px !important;
}
.width-529 {
  width: 529px !important;
}
.width-530 {
  width: 530px !important;
}
.width-531 {
  width: 531px !important;
}
.width-532 {
  width: 532px !important;
}
.width-533 {
  width: 533px !important;
}
.width-534 {
  width: 534px !important;
}
.width-535 {
  width: 535px !important;
}
.width-536 {
  width: 536px !important;
}
.width-537 {
  width: 537px !important;
}
.width-538 {
  width: 538px !important;
}
.width-539 {
  width: 539px !important;
}
.width-540 {
  width: 540px !important;
}
.width-541 {
  width: 541px !important;
}
.width-542 {
  width: 542px !important;
}
.width-543 {
  width: 543px !important;
}
.width-544 {
  width: 544px !important;
}
.width-545 {
  width: 545px !important;
}
.width-546 {
  width: 546px !important;
}
.width-547 {
  width: 547px !important;
}
.width-548 {
  width: 548px !important;
}
.width-549 {
  width: 549px !important;
}
.width-550 {
  width: 550px !important;
}
.width-551 {
  width: 551px !important;
}
.width-552 {
  width: 552px !important;
}
.width-553 {
  width: 553px !important;
}
.width-554 {
  width: 554px !important;
}
.width-555 {
  width: 555px !important;
}
.width-556 {
  width: 556px !important;
}
.width-557 {
  width: 557px !important;
}
.width-558 {
  width: 558px !important;
}
.width-559 {
  width: 559px !important;
}
.width-560 {
  width: 560px !important;
}
.width-561 {
  width: 561px !important;
}
.width-562 {
  width: 562px !important;
}
.width-563 {
  width: 563px !important;
}
.width-564 {
  width: 564px !important;
}
.width-565 {
  width: 565px !important;
}
.width-566 {
  width: 566px !important;
}
.width-567 {
  width: 567px !important;
}
.width-568 {
  width: 568px !important;
}
.width-569 {
  width: 569px !important;
}
.width-570 {
  width: 570px !important;
}
.width-571 {
  width: 571px !important;
}
.width-572 {
  width: 572px !important;
}
.width-573 {
  width: 573px !important;
}
.width-574 {
  width: 574px !important;
}
.width-575 {
  width: 575px !important;
}
.width-576 {
  width: 576px !important;
}
.width-577 {
  width: 577px !important;
}
.width-578 {
  width: 578px !important;
}
.width-579 {
  width: 579px !important;
}
.width-580 {
  width: 580px !important;
}
.width-581 {
  width: 581px !important;
}
.width-582 {
  width: 582px !important;
}
.width-583 {
  width: 583px !important;
}
.width-584 {
  width: 584px !important;
}
.width-585 {
  width: 585px !important;
}
.width-586 {
  width: 586px !important;
}
.width-587 {
  width: 587px !important;
}
.width-588 {
  width: 588px !important;
}
.width-589 {
  width: 589px !important;
}
.width-590 {
  width: 590px !important;
}
.width-591 {
  width: 591px !important;
}
.width-592 {
  width: 592px !important;
}
.width-593 {
  width: 593px !important;
}
.width-594 {
  width: 594px !important;
}
.width-595 {
  width: 595px !important;
}
.width-596 {
  width: 596px !important;
}
.width-597 {
  width: 597px !important;
}
.width-598 {
  width: 598px !important;
}
.width-599 {
  width: 599px !important;
}
.width-600 {
  width: 600px !important;
}
.width-601 {
  width: 601px !important;
}
.width-602 {
  width: 602px !important;
}
.width-603 {
  width: 603px !important;
}
.width-604 {
  width: 604px !important;
}
.width-605 {
  width: 605px !important;
}
.width-606 {
  width: 606px !important;
}
.width-607 {
  width: 607px !important;
}
.width-608 {
  width: 608px !important;
}
.width-609 {
  width: 609px !important;
}
.width-610 {
  width: 610px !important;
}
.width-611 {
  width: 611px !important;
}
.width-612 {
  width: 612px !important;
}
.width-613 {
  width: 613px !important;
}
.width-614 {
  width: 614px !important;
}
.width-615 {
  width: 615px !important;
}
.width-616 {
  width: 616px !important;
}
.width-617 {
  width: 617px !important;
}
.width-618 {
  width: 618px !important;
}
.width-619 {
  width: 619px !important;
}
.width-620 {
  width: 620px !important;
}
.width-621 {
  width: 621px !important;
}
.width-622 {
  width: 622px !important;
}
.width-623 {
  width: 623px !important;
}
.width-624 {
  width: 624px !important;
}
.width-625 {
  width: 625px !important;
}
.width-626 {
  width: 626px !important;
}
.width-627 {
  width: 627px !important;
}
.width-628 {
  width: 628px !important;
}
.width-629 {
  width: 629px !important;
}
.width-630 {
  width: 630px !important;
}
.width-631 {
  width: 631px !important;
}
.width-632 {
  width: 632px !important;
}
.width-633 {
  width: 633px !important;
}
.width-634 {
  width: 634px !important;
}
.width-635 {
  width: 635px !important;
}
.width-636 {
  width: 636px !important;
}
.width-637 {
  width: 637px !important;
}
.width-638 {
  width: 638px !important;
}
.width-639 {
  width: 639px !important;
}
.width-640 {
  width: 640px !important;
}
.width-641 {
  width: 641px !important;
}
.width-642 {
  width: 642px !important;
}
.width-643 {
  width: 643px !important;
}
.width-644 {
  width: 644px !important;
}
.width-645 {
  width: 645px !important;
}
.width-646 {
  width: 646px !important;
}
.width-647 {
  width: 647px !important;
}
.width-648 {
  width: 648px !important;
}
.width-649 {
  width: 649px !important;
}
.width-650 {
  width: 650px !important;
}
.width-651 {
  width: 651px !important;
}
.width-652 {
  width: 652px !important;
}
.width-653 {
  width: 653px !important;
}
.width-654 {
  width: 654px !important;
}
.width-655 {
  width: 655px !important;
}
.width-656 {
  width: 656px !important;
}
.width-657 {
  width: 657px !important;
}
.width-658 {
  width: 658px !important;
}
.width-659 {
  width: 659px !important;
}
.width-660 {
  width: 660px !important;
}
.width-661 {
  width: 661px !important;
}
.width-662 {
  width: 662px !important;
}
.width-663 {
  width: 663px !important;
}
.width-664 {
  width: 664px !important;
}
.width-665 {
  width: 665px !important;
}
.width-666 {
  width: 666px !important;
}
.width-667 {
  width: 667px !important;
}
.width-668 {
  width: 668px !important;
}
.width-669 {
  width: 669px !important;
}
.width-670 {
  width: 670px !important;
}
.width-671 {
  width: 671px !important;
}
.width-672 {
  width: 672px !important;
}
.width-673 {
  width: 673px !important;
}
.width-674 {
  width: 674px !important;
}
.width-675 {
  width: 675px !important;
}
.width-676 {
  width: 676px !important;
}
.width-677 {
  width: 677px !important;
}
.width-678 {
  width: 678px !important;
}
.width-679 {
  width: 679px !important;
}
.width-680 {
  width: 680px !important;
}
.width-681 {
  width: 681px !important;
}
.width-682 {
  width: 682px !important;
}
.width-683 {
  width: 683px !important;
}
.width-684 {
  width: 684px !important;
}
.width-685 {
  width: 685px !important;
}
.width-686 {
  width: 686px !important;
}
.width-687 {
  width: 687px !important;
}
.width-688 {
  width: 688px !important;
}
.width-689 {
  width: 689px !important;
}
.width-690 {
  width: 690px !important;
}
.width-691 {
  width: 691px !important;
}
.width-692 {
  width: 692px !important;
}
.width-693 {
  width: 693px !important;
}
.width-694 {
  width: 694px !important;
}
.width-695 {
  width: 695px !important;
}
.width-696 {
  width: 696px !important;
}
.width-697 {
  width: 697px !important;
}
.width-698 {
  width: 698px !important;
}
.width-699 {
  width: 699px !important;
}
.width-700 {
  width: 700px !important;
}
.width-701 {
  width: 701px !important;
}
.width-702 {
  width: 702px !important;
}
.width-703 {
  width: 703px !important;
}
.width-704 {
  width: 704px !important;
}
.width-705 {
  width: 705px !important;
}
.width-706 {
  width: 706px !important;
}
.width-707 {
  width: 707px !important;
}
.width-708 {
  width: 708px !important;
}
.width-709 {
  width: 709px !important;
}
.width-710 {
  width: 710px !important;
}
.width-711 {
  width: 711px !important;
}
.width-712 {
  width: 712px !important;
}
.width-713 {
  width: 713px !important;
}
.width-714 {
  width: 714px !important;
}
.width-715 {
  width: 715px !important;
}
.width-716 {
  width: 716px !important;
}
.width-717 {
  width: 717px !important;
}
.width-718 {
  width: 718px !important;
}
.width-719 {
  width: 719px !important;
}
.width-720 {
  width: 720px !important;
}
.width-721 {
  width: 721px !important;
}
.width-722 {
  width: 722px !important;
}
.width-723 {
  width: 723px !important;
}
.width-724 {
  width: 724px !important;
}
.width-725 {
  width: 725px !important;
}
.width-726 {
  width: 726px !important;
}
.width-727 {
  width: 727px !important;
}
.width-728 {
  width: 728px !important;
}
.width-729 {
  width: 729px !important;
}
.width-730 {
  width: 730px !important;
}
.width-731 {
  width: 731px !important;
}
.width-732 {
  width: 732px !important;
}
.width-733 {
  width: 733px !important;
}
.width-734 {
  width: 734px !important;
}
.width-735 {
  width: 735px !important;
}
.width-736 {
  width: 736px !important;
}
.width-737 {
  width: 737px !important;
}
.width-738 {
  width: 738px !important;
}
.width-739 {
  width: 739px !important;
}
.width-740 {
  width: 740px !important;
}
.width-741 {
  width: 741px !important;
}
.width-742 {
  width: 742px !important;
}
.width-743 {
  width: 743px !important;
}
.width-744 {
  width: 744px !important;
}
.width-745 {
  width: 745px !important;
}
.width-746 {
  width: 746px !important;
}
.width-747 {
  width: 747px !important;
}
.width-748 {
  width: 748px !important;
}
.width-749 {
  width: 749px !important;
}
.width-750 {
  width: 750px !important;
}
.width-751 {
  width: 751px !important;
}
.width-752 {
  width: 752px !important;
}
.width-753 {
  width: 753px !important;
}
.width-754 {
  width: 754px !important;
}
.width-755 {
  width: 755px !important;
}
.width-756 {
  width: 756px !important;
}
.width-757 {
  width: 757px !important;
}
.width-758 {
  width: 758px !important;
}
.width-759 {
  width: 759px !important;
}
.width-760 {
  width: 760px !important;
}
.width-761 {
  width: 761px !important;
}
.width-762 {
  width: 762px !important;
}
.width-763 {
  width: 763px !important;
}
.width-764 {
  width: 764px !important;
}
.width-765 {
  width: 765px !important;
}
.width-766 {
  width: 766px !important;
}
.width-767 {
  width: 767px !important;
}
.width-768 {
  width: 768px !important;
}
.width-769 {
  width: 769px !important;
}
.width-770 {
  width: 770px !important;
}
.width-771 {
  width: 771px !important;
}
.width-772 {
  width: 772px !important;
}
.width-773 {
  width: 773px !important;
}
.width-774 {
  width: 774px !important;
}
.width-775 {
  width: 775px !important;
}
.width-776 {
  width: 776px !important;
}
.width-777 {
  width: 777px !important;
}
.width-778 {
  width: 778px !important;
}
.width-779 {
  width: 779px !important;
}
.width-780 {
  width: 780px !important;
}
.width-781 {
  width: 781px !important;
}
.width-782 {
  width: 782px !important;
}
.width-783 {
  width: 783px !important;
}
.width-784 {
  width: 784px !important;
}
.width-785 {
  width: 785px !important;
}
.width-786 {
  width: 786px !important;
}
.width-787 {
  width: 787px !important;
}
.width-788 {
  width: 788px !important;
}
.width-789 {
  width: 789px !important;
}
.width-790 {
  width: 790px !important;
}
.width-791 {
  width: 791px !important;
}
.width-792 {
  width: 792px !important;
}
.width-793 {
  width: 793px !important;
}
.width-794 {
  width: 794px !important;
}
.width-795 {
  width: 795px !important;
}
.width-796 {
  width: 796px !important;
}
.width-797 {
  width: 797px !important;
}
.width-798 {
  width: 798px !important;
}
.width-799 {
  width: 799px !important;
}
.width-800 {
  width: 800px !important;
}
.width-801 {
  width: 801px !important;
}
.width-802 {
  width: 802px !important;
}
.width-803 {
  width: 803px !important;
}
.width-804 {
  width: 804px !important;
}
.width-805 {
  width: 805px !important;
}
.width-806 {
  width: 806px !important;
}
.width-807 {
  width: 807px !important;
}
.width-808 {
  width: 808px !important;
}
.width-809 {
  width: 809px !important;
}
.width-810 {
  width: 810px !important;
}
.width-811 {
  width: 811px !important;
}
.width-812 {
  width: 812px !important;
}
.width-813 {
  width: 813px !important;
}
.width-814 {
  width: 814px !important;
}
.width-815 {
  width: 815px !important;
}
.width-816 {
  width: 816px !important;
}
.width-817 {
  width: 817px !important;
}
.width-818 {
  width: 818px !important;
}
.width-819 {
  width: 819px !important;
}
.width-820 {
  width: 820px !important;
}
.width-821 {
  width: 821px !important;
}
.width-822 {
  width: 822px !important;
}
.width-823 {
  width: 823px !important;
}
.width-824 {
  width: 824px !important;
}
.width-825 {
  width: 825px !important;
}
.width-826 {
  width: 826px !important;
}
.width-827 {
  width: 827px !important;
}
.width-828 {
  width: 828px !important;
}
.width-829 {
  width: 829px !important;
}
.width-830 {
  width: 830px !important;
}
.width-831 {
  width: 831px !important;
}
.width-832 {
  width: 832px !important;
}
.width-833 {
  width: 833px !important;
}
.width-834 {
  width: 834px !important;
}
.width-835 {
  width: 835px !important;
}
.width-836 {
  width: 836px !important;
}
.width-837 {
  width: 837px !important;
}
.width-838 {
  width: 838px !important;
}
.width-839 {
  width: 839px !important;
}
.width-840 {
  width: 840px !important;
}
.width-841 {
  width: 841px !important;
}
.width-842 {
  width: 842px !important;
}
.width-843 {
  width: 843px !important;
}
.width-844 {
  width: 844px !important;
}
.width-845 {
  width: 845px !important;
}
.width-846 {
  width: 846px !important;
}
.width-847 {
  width: 847px !important;
}
.width-848 {
  width: 848px !important;
}
.width-849 {
  width: 849px !important;
}
.width-850 {
  width: 850px !important;
}
.width-851 {
  width: 851px !important;
}
.width-852 {
  width: 852px !important;
}
.width-853 {
  width: 853px !important;
}
.width-854 {
  width: 854px !important;
}
.width-855 {
  width: 855px !important;
}
.width-856 {
  width: 856px !important;
}
.width-857 {
  width: 857px !important;
}
.width-858 {
  width: 858px !important;
}
.width-859 {
  width: 859px !important;
}
.width-860 {
  width: 860px !important;
}
.width-861 {
  width: 861px !important;
}
.width-862 {
  width: 862px !important;
}
.width-863 {
  width: 863px !important;
}
.width-864 {
  width: 864px !important;
}
.width-865 {
  width: 865px !important;
}
.width-866 {
  width: 866px !important;
}
.width-867 {
  width: 867px !important;
}
.width-868 {
  width: 868px !important;
}
.width-869 {
  width: 869px !important;
}
.width-870 {
  width: 870px !important;
}
.width-871 {
  width: 871px !important;
}
.width-872 {
  width: 872px !important;
}
.width-873 {
  width: 873px !important;
}
.width-874 {
  width: 874px !important;
}
.width-875 {
  width: 875px !important;
}
.width-876 {
  width: 876px !important;
}
.width-877 {
  width: 877px !important;
}
.width-878 {
  width: 878px !important;
}
.width-879 {
  width: 879px !important;
}
.width-880 {
  width: 880px !important;
}
.width-881 {
  width: 881px !important;
}
.width-882 {
  width: 882px !important;
}
.width-883 {
  width: 883px !important;
}
.width-884 {
  width: 884px !important;
}
.width-885 {
  width: 885px !important;
}
.width-886 {
  width: 886px !important;
}
.width-887 {
  width: 887px !important;
}
.width-888 {
  width: 888px !important;
}
.width-889 {
  width: 889px !important;
}
.width-890 {
  width: 890px !important;
}
.width-891 {
  width: 891px !important;
}
.width-892 {
  width: 892px !important;
}
.width-893 {
  width: 893px !important;
}
.width-894 {
  width: 894px !important;
}
.width-895 {
  width: 895px !important;
}
.width-896 {
  width: 896px !important;
}
.width-897 {
  width: 897px !important;
}
.width-898 {
  width: 898px !important;
}
.width-899 {
  width: 899px !important;
}
.width-900 {
  width: 900px !important;
}
.width-901 {
  width: 901px !important;
}
.width-902 {
  width: 902px !important;
}
.width-903 {
  width: 903px !important;
}
.width-904 {
  width: 904px !important;
}
.width-905 {
  width: 905px !important;
}
.width-906 {
  width: 906px !important;
}
.width-907 {
  width: 907px !important;
}
.width-908 {
  width: 908px !important;
}
.width-909 {
  width: 909px !important;
}
.width-910 {
  width: 910px !important;
}
.width-911 {
  width: 911px !important;
}
.width-912 {
  width: 912px !important;
}
.width-913 {
  width: 913px !important;
}
.width-914 {
  width: 914px !important;
}
.width-915 {
  width: 915px !important;
}
.width-916 {
  width: 916px !important;
}
.width-917 {
  width: 917px !important;
}
.width-918 {
  width: 918px !important;
}
.width-919 {
  width: 919px !important;
}
.width-920 {
  width: 920px !important;
}
.width-921 {
  width: 921px !important;
}
.width-922 {
  width: 922px !important;
}
.width-923 {
  width: 923px !important;
}
.width-924 {
  width: 924px !important;
}
.width-925 {
  width: 925px !important;
}
.width-926 {
  width: 926px !important;
}
.width-927 {
  width: 927px !important;
}
.width-928 {
  width: 928px !important;
}
.width-929 {
  width: 929px !important;
}
.width-930 {
  width: 930px !important;
}
.width-931 {
  width: 931px !important;
}
.width-932 {
  width: 932px !important;
}
.width-933 {
  width: 933px !important;
}
.width-934 {
  width: 934px !important;
}
.width-935 {
  width: 935px !important;
}
.width-936 {
  width: 936px !important;
}
.width-937 {
  width: 937px !important;
}
.width-938 {
  width: 938px !important;
}
.width-939 {
  width: 939px !important;
}
.width-940 {
  width: 940px !important;
}
.width-941 {
  width: 941px !important;
}
.width-942 {
  width: 942px !important;
}
.width-943 {
  width: 943px !important;
}
.width-944 {
  width: 944px !important;
}
.width-945 {
  width: 945px !important;
}
.width-946 {
  width: 946px !important;
}
.width-947 {
  width: 947px !important;
}
.width-948 {
  width: 948px !important;
}
.width-949 {
  width: 949px !important;
}
.width-950 {
  width: 950px !important;
}
.width-951 {
  width: 951px !important;
}
.width-952 {
  width: 952px !important;
}
.width-953 {
  width: 953px !important;
}
.width-954 {
  width: 954px !important;
}
.width-955 {
  width: 955px !important;
}
.width-956 {
  width: 956px !important;
}
.width-957 {
  width: 957px !important;
}
.width-958 {
  width: 958px !important;
}
.width-959 {
  width: 959px !important;
}
.width-960 {
  width: 960px !important;
}
.width-961 {
  width: 961px !important;
}
.width-962 {
  width: 962px !important;
}
.width-963 {
  width: 963px !important;
}
.width-964 {
  width: 964px !important;
}
.width-965 {
  width: 965px !important;
}
.width-966 {
  width: 966px !important;
}
.width-967 {
  width: 967px !important;
}
.width-968 {
  width: 968px !important;
}
.width-969 {
  width: 969px !important;
}
.width-970 {
  width: 970px !important;
}
.width-971 {
  width: 971px !important;
}
.width-972 {
  width: 972px !important;
}
.width-973 {
  width: 973px !important;
}
.width-974 {
  width: 974px !important;
}
.width-975 {
  width: 975px !important;
}
.width-976 {
  width: 976px !important;
}
.width-977 {
  width: 977px !important;
}
.width-978 {
  width: 978px !important;
}
.width-979 {
  width: 979px !important;
}
.width-980 {
  width: 980px !important;
}
.width-981 {
  width: 981px !important;
}
.width-982 {
  width: 982px !important;
}
.width-983 {
  width: 983px !important;
}
.width-984 {
  width: 984px !important;
}
.width-985 {
  width: 985px !important;
}
.width-986 {
  width: 986px !important;
}
.width-987 {
  width: 987px !important;
}
.width-988 {
  width: 988px !important;
}
.width-989 {
  width: 989px !important;
}
.width-990 {
  width: 990px !important;
}
.width-991 {
  width: 991px !important;
}
.width-992 {
  width: 992px !important;
}
.width-993 {
  width: 993px !important;
}
.width-994 {
  width: 994px !important;
}
.width-995 {
  width: 995px !important;
}
.width-996 {
  width: 996px !important;
}
.width-997 {
  width: 997px !important;
}
.width-998 {
  width: 998px !important;
}
.width-999 {
  width: 999px !important;
}
.width-1000 {
  width: 1000px !important;
}
.width-1001 {
  width: 1001px !important;
}
.width-1002 {
  width: 1002px !important;
}
.width-1003 {
  width: 1003px !important;
}
.width-1004 {
  width: 1004px !important;
}
.width-1005 {
  width: 1005px !important;
}
.width-1006 {
  width: 1006px !important;
}
.width-1007 {
  width: 1007px !important;
}
.width-1008 {
  width: 1008px !important;
}
.width-1009 {
  width: 1009px !important;
}
.width-1010 {
  width: 1010px !important;
}
.width-1011 {
  width: 1011px !important;
}
.width-1012 {
  width: 1012px !important;
}
.width-1013 {
  width: 1013px !important;
}
.width-1014 {
  width: 1014px !important;
}
.width-1015 {
  width: 1015px !important;
}
.width-1016 {
  width: 1016px !important;
}
.width-1017 {
  width: 1017px !important;
}
.width-1018 {
  width: 1018px !important;
}
.width-1019 {
  width: 1019px !important;
}
.width-1020 {
  width: 1020px !important;
}
.width-1021 {
  width: 1021px !important;
}
.width-1022 {
  width: 1022px !important;
}
.width-1023 {
  width: 1023px !important;
}
.width-1024 {
  width: 1024px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-11 {
  margin-top: 11px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-13 {
  margin-top: 13px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-17 {
  margin-top: 17px !important;
}
.mt-18 {
  margin-top: 18px !important;
}
.mt-19 {
  margin-top: 19px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-21 {
  margin-top: 21px !important;
}
.mt-22 {
  margin-top: 22px !important;
}
.mt-23 {
  margin-top: 23px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-26 {
  margin-top: 26px !important;
}
.mt-27 {
  margin-top: 27px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mt-29 {
  margin-top: 29px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-31 {
  margin-top: 31px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-33 {
  margin-top: 33px !important;
}
.mt-34 {
  margin-top: 34px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mt-37 {
  margin-top: 37px !important;
}
.mt-38 {
  margin-top: 38px !important;
}
.mt-39 {
  margin-top: 39px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-41 {
  margin-top: 41px !important;
}
.mt-42 {
  margin-top: 42px !important;
}
.mt-43 {
  margin-top: 43px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-46 {
  margin-top: 46px !important;
}
.mt-47 {
  margin-top: 47px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-49 {
  margin-top: 49px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-51 {
  margin-top: 51px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mt-53 {
  margin-top: 53px !important;
}
.mt-54 {
  margin-top: 54px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mt-57 {
  margin-top: 57px !important;
}
.mt-58 {
  margin-top: 58px !important;
}
.mt-59 {
  margin-top: 59px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-61 {
  margin-top: 61px !important;
}
.mt-62 {
  margin-top: 62px !important;
}
.mt-63 {
  margin-top: 63px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-66 {
  margin-top: 66px !important;
}
.mt-67 {
  margin-top: 67px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mt-69 {
  margin-top: 69px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-71 {
  margin-top: 71px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mt-73 {
  margin-top: 73px !important;
}
.mt-74 {
  margin-top: 74px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mt-77 {
  margin-top: 77px !important;
}
.mt-78 {
  margin-top: 78px !important;
}
.mt-79 {
  margin-top: 79px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-81 {
  margin-top: 81px !important;
}
.mt-82 {
  margin-top: 82px !important;
}
.mt-83 {
  margin-top: 83px !important;
}
.mt-84 {
  margin-top: 84px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-86 {
  margin-top: 86px !important;
}
.mt-87 {
  margin-top: 87px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mt-89 {
  margin-top: 89px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-91 {
  margin-top: 91px !important;
}
.mt-92 {
  margin-top: 92px !important;
}
.mt-93 {
  margin-top: 93px !important;
}
.mt-94 {
  margin-top: 94px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mt-97 {
  margin-top: 97px !important;
}
.mt-98 {
  margin-top: 98px !important;
}
.mt-99 {
  margin-top: 99px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-101 {
  margin-top: 101px !important;
}
.mt-102 {
  margin-top: 102px !important;
}
.mt-103 {
  margin-top: 103px !important;
}
.mt-104 {
  margin-top: 104px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-106 {
  margin-top: 106px !important;
}
.mt-107 {
  margin-top: 107px !important;
}
.mt-108 {
  margin-top: 108px !important;
}
.mt-109 {
  margin-top: 109px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-111 {
  margin-top: 111px !important;
}
.mt-112 {
  margin-top: 112px !important;
}
.mt-113 {
  margin-top: 113px !important;
}
.mt-114 {
  margin-top: 114px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-116 {
  margin-top: 116px !important;
}
.mt-117 {
  margin-top: 117px !important;
}
.mt-118 {
  margin-top: 118px !important;
}
.mt-119 {
  margin-top: 119px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-121 {
  margin-top: 121px !important;
}
.mt-122 {
  margin-top: 122px !important;
}
.mt-123 {
  margin-top: 123px !important;
}
.mt-124 {
  margin-top: 124px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-126 {
  margin-top: 126px !important;
}
.mt-127 {
  margin-top: 127px !important;
}
.mt-128 {
  margin-top: 128px !important;
}
.mt-129 {
  margin-top: 129px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-131 {
  margin-top: 131px !important;
}
.mt-132 {
  margin-top: 132px !important;
}
.mt-133 {
  margin-top: 133px !important;
}
.mt-134 {
  margin-top: 134px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-136 {
  margin-top: 136px !important;
}
.mt-137 {
  margin-top: 137px !important;
}
.mt-138 {
  margin-top: 138px !important;
}
.mt-139 {
  margin-top: 139px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-141 {
  margin-top: 141px !important;
}
.mt-142 {
  margin-top: 142px !important;
}
.mt-143 {
  margin-top: 143px !important;
}
.mt-144 {
  margin-top: 144px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-146 {
  margin-top: 146px !important;
}
.mt-147 {
  margin-top: 147px !important;
}
.mt-148 {
  margin-top: 148px !important;
}
.mt-149 {
  margin-top: 149px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-151 {
  margin-top: 151px !important;
}
.mt-152 {
  margin-top: 152px !important;
}
.mt-153 {
  margin-top: 153px !important;
}
.mt-154 {
  margin-top: 154px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mt-156 {
  margin-top: 156px !important;
}
.mt-157 {
  margin-top: 157px !important;
}
.mt-158 {
  margin-top: 158px !important;
}
.mt-159 {
  margin-top: 159px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-161 {
  margin-top: 161px !important;
}
.mt-162 {
  margin-top: 162px !important;
}
.mt-163 {
  margin-top: 163px !important;
}
.mt-164 {
  margin-top: 164px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mt-166 {
  margin-top: 166px !important;
}
.mt-167 {
  margin-top: 167px !important;
}
.mt-168 {
  margin-top: 168px !important;
}
.mt-169 {
  margin-top: 169px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-171 {
  margin-top: 171px !important;
}
.mt-172 {
  margin-top: 172px !important;
}
.mt-173 {
  margin-top: 173px !important;
}
.mt-174 {
  margin-top: 174px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mt-176 {
  margin-top: 176px !important;
}
.mt-177 {
  margin-top: 177px !important;
}
.mt-178 {
  margin-top: 178px !important;
}
.mt-179 {
  margin-top: 179px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-181 {
  margin-top: 181px !important;
}
.mt-182 {
  margin-top: 182px !important;
}
.mt-183 {
  margin-top: 183px !important;
}
.mt-184 {
  margin-top: 184px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mt-186 {
  margin-top: 186px !important;
}
.mt-187 {
  margin-top: 187px !important;
}
.mt-188 {
  margin-top: 188px !important;
}
.mt-189 {
  margin-top: 189px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-191 {
  margin-top: 191px !important;
}
.mt-192 {
  margin-top: 192px !important;
}
.mt-193 {
  margin-top: 193px !important;
}
.mt-194 {
  margin-top: 194px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mt-196 {
  margin-top: 196px !important;
}
.mt-197 {
  margin-top: 197px !important;
}
.mt-198 {
  margin-top: 198px !important;
}
.mt-199 {
  margin-top: 199px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mt-201 {
  margin-top: 201px !important;
}
.mt-202 {
  margin-top: 202px !important;
}
.mt-203 {
  margin-top: 203px !important;
}
.mt-204 {
  margin-top: 204px !important;
}
.mt-205 {
  margin-top: 205px !important;
}
.mt-206 {
  margin-top: 206px !important;
}
.mt-207 {
  margin-top: 207px !important;
}
.mt-208 {
  margin-top: 208px !important;
}
.mt-209 {
  margin-top: 209px !important;
}
.mt-210 {
  margin-top: 210px !important;
}
.mt-211 {
  margin-top: 211px !important;
}
.mt-212 {
  margin-top: 212px !important;
}
.mt-213 {
  margin-top: 213px !important;
}
.mt-214 {
  margin-top: 214px !important;
}
.mt-215 {
  margin-top: 215px !important;
}
.mt-216 {
  margin-top: 216px !important;
}
.mt-217 {
  margin-top: 217px !important;
}
.mt-218 {
  margin-top: 218px !important;
}
.mt-219 {
  margin-top: 219px !important;
}
.mt-220 {
  margin-top: 220px !important;
}
.mt-221 {
  margin-top: 221px !important;
}
.mt-222 {
  margin-top: 222px !important;
}
.mt-223 {
  margin-top: 223px !important;
}
.mt-224 {
  margin-top: 224px !important;
}
.mt-225 {
  margin-top: 225px !important;
}
.mt-226 {
  margin-top: 226px !important;
}
.mt-227 {
  margin-top: 227px !important;
}
.mt-228 {
  margin-top: 228px !important;
}
.mt-229 {
  margin-top: 229px !important;
}
.mt-230 {
  margin-top: 230px !important;
}
.mt-231 {
  margin-top: 231px !important;
}
.mt-232 {
  margin-top: 232px !important;
}
.mt-233 {
  margin-top: 233px !important;
}
.mt-234 {
  margin-top: 234px !important;
}
.mt-235 {
  margin-top: 235px !important;
}
.mt-236 {
  margin-top: 236px !important;
}
.mt-237 {
  margin-top: 237px !important;
}
.mt-238 {
  margin-top: 238px !important;
}
.mt-239 {
  margin-top: 239px !important;
}
.mt-240 {
  margin-top: 240px !important;
}
.mt-241 {
  margin-top: 241px !important;
}
.mt-242 {
  margin-top: 242px !important;
}
.mt-243 {
  margin-top: 243px !important;
}
.mt-244 {
  margin-top: 244px !important;
}
.mt-245 {
  margin-top: 245px !important;
}
.mt-246 {
  margin-top: 246px !important;
}
.mt-247 {
  margin-top: 247px !important;
}
.mt-248 {
  margin-top: 248px !important;
}
.mt-249 {
  margin-top: 249px !important;
}
.mt-250 {
  margin-top: 250px !important;
}
.mt-251 {
  margin-top: 251px !important;
}
.mt-252 {
  margin-top: 252px !important;
}
.mt-253 {
  margin-top: 253px !important;
}
.mt-254 {
  margin-top: 254px !important;
}
.mt-255 {
  margin-top: 255px !important;
}
.mt-256 {
  margin-top: 256px !important;
}
.mt-257 {
  margin-top: 257px !important;
}
.mt-258 {
  margin-top: 258px !important;
}
.mt-259 {
  margin-top: 259px !important;
}
.mt-260 {
  margin-top: 260px !important;
}
.mt-261 {
  margin-top: 261px !important;
}
.mt-262 {
  margin-top: 262px !important;
}
.mt-263 {
  margin-top: 263px !important;
}
.mt-264 {
  margin-top: 264px !important;
}
.mt-265 {
  margin-top: 265px !important;
}
.mt-266 {
  margin-top: 266px !important;
}
.mt-267 {
  margin-top: 267px !important;
}
.mt-268 {
  margin-top: 268px !important;
}
.mt-269 {
  margin-top: 269px !important;
}
.mt-270 {
  margin-top: 270px !important;
}
.mt-271 {
  margin-top: 271px !important;
}
.mt-272 {
  margin-top: 272px !important;
}
.mt-273 {
  margin-top: 273px !important;
}
.mt-274 {
  margin-top: 274px !important;
}
.mt-275 {
  margin-top: 275px !important;
}
.mt-276 {
  margin-top: 276px !important;
}
.mt-277 {
  margin-top: 277px !important;
}
.mt-278 {
  margin-top: 278px !important;
}
.mt-279 {
  margin-top: 279px !important;
}
.mt-280 {
  margin-top: 280px !important;
}
.mt-281 {
  margin-top: 281px !important;
}
.mt-282 {
  margin-top: 282px !important;
}
.mt-283 {
  margin-top: 283px !important;
}
.mt-284 {
  margin-top: 284px !important;
}
.mt-285 {
  margin-top: 285px !important;
}
.mt-286 {
  margin-top: 286px !important;
}
.mt-287 {
  margin-top: 287px !important;
}
.mt-288 {
  margin-top: 288px !important;
}
.mt-289 {
  margin-top: 289px !important;
}
.mt-290 {
  margin-top: 290px !important;
}
.mt-291 {
  margin-top: 291px !important;
}
.mt-292 {
  margin-top: 292px !important;
}
.mt-293 {
  margin-top: 293px !important;
}
.mt-294 {
  margin-top: 294px !important;
}
.mt-295 {
  margin-top: 295px !important;
}
.mt-296 {
  margin-top: 296px !important;
}
.mt-297 {
  margin-top: 297px !important;
}
.mt-298 {
  margin-top: 298px !important;
}
.mt-299 {
  margin-top: 299px !important;
}
.mt-300 {
  margin-top: 300px !important;
}
.mt-301 {
  margin-top: 301px !important;
}
.mt-302 {
  margin-top: 302px !important;
}
.mt-303 {
  margin-top: 303px !important;
}
.mt-304 {
  margin-top: 304px !important;
}
.mt-305 {
  margin-top: 305px !important;
}
.mt-306 {
  margin-top: 306px !important;
}
.mt-307 {
  margin-top: 307px !important;
}
.mt-308 {
  margin-top: 308px !important;
}
.mt-309 {
  margin-top: 309px !important;
}
.mt-310 {
  margin-top: 310px !important;
}
.mt-311 {
  margin-top: 311px !important;
}
.mt-312 {
  margin-top: 312px !important;
}
.mt-313 {
  margin-top: 313px !important;
}
.mt-314 {
  margin-top: 314px !important;
}
.mt-315 {
  margin-top: 315px !important;
}
.mt-316 {
  margin-top: 316px !important;
}
.mt-317 {
  margin-top: 317px !important;
}
.mt-318 {
  margin-top: 318px !important;
}
.mt-319 {
  margin-top: 319px !important;
}
.mt-320 {
  margin-top: 320px !important;
}
.mt-321 {
  margin-top: 321px !important;
}
.mt-322 {
  margin-top: 322px !important;
}
.mt-323 {
  margin-top: 323px !important;
}
.mt-324 {
  margin-top: 324px !important;
}
.mt-325 {
  margin-top: 325px !important;
}
.mt-326 {
  margin-top: 326px !important;
}
.mt-327 {
  margin-top: 327px !important;
}
.mt-328 {
  margin-top: 328px !important;
}
.mt-329 {
  margin-top: 329px !important;
}
.mt-330 {
  margin-top: 330px !important;
}
.mt-331 {
  margin-top: 331px !important;
}
.mt-332 {
  margin-top: 332px !important;
}
.mt-333 {
  margin-top: 333px !important;
}
.mt-334 {
  margin-top: 334px !important;
}
.mt-335 {
  margin-top: 335px !important;
}
.mt-336 {
  margin-top: 336px !important;
}
.mt-337 {
  margin-top: 337px !important;
}
.mt-338 {
  margin-top: 338px !important;
}
.mt-339 {
  margin-top: 339px !important;
}
.mt-340 {
  margin-top: 340px !important;
}
.mt-341 {
  margin-top: 341px !important;
}
.mt-342 {
  margin-top: 342px !important;
}
.mt-343 {
  margin-top: 343px !important;
}
.mt-344 {
  margin-top: 344px !important;
}
.mt-345 {
  margin-top: 345px !important;
}
.mt-346 {
  margin-top: 346px !important;
}
.mt-347 {
  margin-top: 347px !important;
}
.mt-348 {
  margin-top: 348px !important;
}
.mt-349 {
  margin-top: 349px !important;
}
.mt-350 {
  margin-top: 350px !important;
}
.mt-351 {
  margin-top: 351px !important;
}
.mt-352 {
  margin-top: 352px !important;
}
.mt-353 {
  margin-top: 353px !important;
}
.mt-354 {
  margin-top: 354px !important;
}
.mt-355 {
  margin-top: 355px !important;
}
.mt-356 {
  margin-top: 356px !important;
}
.mt-357 {
  margin-top: 357px !important;
}
.mt-358 {
  margin-top: 358px !important;
}
.mt-359 {
  margin-top: 359px !important;
}
.mt-360 {
  margin-top: 360px !important;
}
.mt-361 {
  margin-top: 361px !important;
}
.mt-362 {
  margin-top: 362px !important;
}
.mt-363 {
  margin-top: 363px !important;
}
.mt-364 {
  margin-top: 364px !important;
}
.mt-365 {
  margin-top: 365px !important;
}
.mt-366 {
  margin-top: 366px !important;
}
.mt-367 {
  margin-top: 367px !important;
}
.mt-368 {
  margin-top: 368px !important;
}
.mt-369 {
  margin-top: 369px !important;
}
.mt-370 {
  margin-top: 370px !important;
}
.mt-371 {
  margin-top: 371px !important;
}
.mt-372 {
  margin-top: 372px !important;
}
.mt-373 {
  margin-top: 373px !important;
}
.mt-374 {
  margin-top: 374px !important;
}
.mt-375 {
  margin-top: 375px !important;
}
.mt-376 {
  margin-top: 376px !important;
}
.mt-377 {
  margin-top: 377px !important;
}
.mt-378 {
  margin-top: 378px !important;
}
.mt-379 {
  margin-top: 379px !important;
}
.mt-380 {
  margin-top: 380px !important;
}
.mt-381 {
  margin-top: 381px !important;
}
.mt-382 {
  margin-top: 382px !important;
}
.mt-383 {
  margin-top: 383px !important;
}
.mt-384 {
  margin-top: 384px !important;
}
.mt-385 {
  margin-top: 385px !important;
}
.mt-386 {
  margin-top: 386px !important;
}
.mt-387 {
  margin-top: 387px !important;
}
.mt-388 {
  margin-top: 388px !important;
}
.mt-389 {
  margin-top: 389px !important;
}
.mt-390 {
  margin-top: 390px !important;
}
.mt-391 {
  margin-top: 391px !important;
}
.mt-392 {
  margin-top: 392px !important;
}
.mt-393 {
  margin-top: 393px !important;
}
.mt-394 {
  margin-top: 394px !important;
}
.mt-395 {
  margin-top: 395px !important;
}
.mt-396 {
  margin-top: 396px !important;
}
.mt-397 {
  margin-top: 397px !important;
}
.mt-398 {
  margin-top: 398px !important;
}
.mt-399 {
  margin-top: 399px !important;
}
.mt-400 {
  margin-top: 400px !important;
}
.mt-401 {
  margin-top: 401px !important;
}
.mt-402 {
  margin-top: 402px !important;
}
.mt-403 {
  margin-top: 403px !important;
}
.mt-404 {
  margin-top: 404px !important;
}
.mt-405 {
  margin-top: 405px !important;
}
.mt-406 {
  margin-top: 406px !important;
}
.mt-407 {
  margin-top: 407px !important;
}
.mt-408 {
  margin-top: 408px !important;
}
.mt-409 {
  margin-top: 409px !important;
}
.mt-410 {
  margin-top: 410px !important;
}
.mt-411 {
  margin-top: 411px !important;
}
.mt-412 {
  margin-top: 412px !important;
}
.mt-413 {
  margin-top: 413px !important;
}
.mt-414 {
  margin-top: 414px !important;
}
.mt-415 {
  margin-top: 415px !important;
}
.mt-416 {
  margin-top: 416px !important;
}
.mt-417 {
  margin-top: 417px !important;
}
.mt-418 {
  margin-top: 418px !important;
}
.mt-419 {
  margin-top: 419px !important;
}
.mt-420 {
  margin-top: 420px !important;
}
.mt-421 {
  margin-top: 421px !important;
}
.mt-422 {
  margin-top: 422px !important;
}
.mt-423 {
  margin-top: 423px !important;
}
.mt-424 {
  margin-top: 424px !important;
}
.mt-425 {
  margin-top: 425px !important;
}
.mt-426 {
  margin-top: 426px !important;
}
.mt-427 {
  margin-top: 427px !important;
}
.mt-428 {
  margin-top: 428px !important;
}
.mt-429 {
  margin-top: 429px !important;
}
.mt-430 {
  margin-top: 430px !important;
}
.mt-431 {
  margin-top: 431px !important;
}
.mt-432 {
  margin-top: 432px !important;
}
.mt-433 {
  margin-top: 433px !important;
}
.mt-434 {
  margin-top: 434px !important;
}
.mt-435 {
  margin-top: 435px !important;
}
.mt-436 {
  margin-top: 436px !important;
}
.mt-437 {
  margin-top: 437px !important;
}
.mt-438 {
  margin-top: 438px !important;
}
.mt-439 {
  margin-top: 439px !important;
}
.mt-440 {
  margin-top: 440px !important;
}
.mt-441 {
  margin-top: 441px !important;
}
.mt-442 {
  margin-top: 442px !important;
}
.mt-443 {
  margin-top: 443px !important;
}
.mt-444 {
  margin-top: 444px !important;
}
.mt-445 {
  margin-top: 445px !important;
}
.mt-446 {
  margin-top: 446px !important;
}
.mt-447 {
  margin-top: 447px !important;
}
.mt-448 {
  margin-top: 448px !important;
}
.mt-449 {
  margin-top: 449px !important;
}
.mt-450 {
  margin-top: 450px !important;
}
.mt-451 {
  margin-top: 451px !important;
}
.mt-452 {
  margin-top: 452px !important;
}
.mt-453 {
  margin-top: 453px !important;
}
.mt-454 {
  margin-top: 454px !important;
}
.mt-455 {
  margin-top: 455px !important;
}
.mt-456 {
  margin-top: 456px !important;
}
.mt-457 {
  margin-top: 457px !important;
}
.mt-458 {
  margin-top: 458px !important;
}
.mt-459 {
  margin-top: 459px !important;
}
.mt-460 {
  margin-top: 460px !important;
}
.mt-461 {
  margin-top: 461px !important;
}
.mt-462 {
  margin-top: 462px !important;
}
.mt-463 {
  margin-top: 463px !important;
}
.mt-464 {
  margin-top: 464px !important;
}
.mt-465 {
  margin-top: 465px !important;
}
.mt-466 {
  margin-top: 466px !important;
}
.mt-467 {
  margin-top: 467px !important;
}
.mt-468 {
  margin-top: 468px !important;
}
.mt-469 {
  margin-top: 469px !important;
}
.mt-470 {
  margin-top: 470px !important;
}
.mt-471 {
  margin-top: 471px !important;
}
.mt-472 {
  margin-top: 472px !important;
}
.mt-473 {
  margin-top: 473px !important;
}
.mt-474 {
  margin-top: 474px !important;
}
.mt-475 {
  margin-top: 475px !important;
}
.mt-476 {
  margin-top: 476px !important;
}
.mt-477 {
  margin-top: 477px !important;
}
.mt-478 {
  margin-top: 478px !important;
}
.mt-479 {
  margin-top: 479px !important;
}
.mt-480 {
  margin-top: 480px !important;
}
.mt-481 {
  margin-top: 481px !important;
}
.mt-482 {
  margin-top: 482px !important;
}
.mt-483 {
  margin-top: 483px !important;
}
.mt-484 {
  margin-top: 484px !important;
}
.mt-485 {
  margin-top: 485px !important;
}
.mt-486 {
  margin-top: 486px !important;
}
.mt-487 {
  margin-top: 487px !important;
}
.mt-488 {
  margin-top: 488px !important;
}
.mt-489 {
  margin-top: 489px !important;
}
.mt-490 {
  margin-top: 490px !important;
}
.mt-491 {
  margin-top: 491px !important;
}
.mt-492 {
  margin-top: 492px !important;
}
.mt-493 {
  margin-top: 493px !important;
}
.mt-494 {
  margin-top: 494px !important;
}
.mt-495 {
  margin-top: 495px !important;
}
.mt-496 {
  margin-top: 496px !important;
}
.mt-497 {
  margin-top: 497px !important;
}
.mt-498 {
  margin-top: 498px !important;
}
.mt-499 {
  margin-top: 499px !important;
}
.mt-500 {
  margin-top: 500px !important;
}
.mt-501 {
  margin-top: 501px !important;
}
.mt-502 {
  margin-top: 502px !important;
}
.mt-503 {
  margin-top: 503px !important;
}
.mt-504 {
  margin-top: 504px !important;
}
.mt-505 {
  margin-top: 505px !important;
}
.mt-506 {
  margin-top: 506px !important;
}
.mt-507 {
  margin-top: 507px !important;
}
.mt-508 {
  margin-top: 508px !important;
}
.mt-509 {
  margin-top: 509px !important;
}
.mt-510 {
  margin-top: 510px !important;
}
.mt-511 {
  margin-top: 511px !important;
}
.mt-512 {
  margin-top: 512px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-6 {
  margin-bottom: 6px !important;
}
.mb-7 {
  margin-bottom: 7px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-9 {
  margin-bottom: 9px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-11 {
  margin-bottom: 11px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-17 {
  margin-bottom: 17px !important;
}
.mb-18 {
  margin-bottom: 18px !important;
}
.mb-19 {
  margin-bottom: 19px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-21 {
  margin-bottom: 21px !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.mb-23 {
  margin-bottom: 23px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-26 {
  margin-bottom: 26px !important;
}
.mb-27 {
  margin-bottom: 27px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.mb-29 {
  margin-bottom: 29px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-31 {
  margin-bottom: 31px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-33 {
  margin-bottom: 33px !important;
}
.mb-34 {
  margin-bottom: 34px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.mb-37 {
  margin-bottom: 37px !important;
}
.mb-38 {
  margin-bottom: 38px !important;
}
.mb-39 {
  margin-bottom: 39px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-41 {
  margin-bottom: 41px !important;
}
.mb-42 {
  margin-bottom: 42px !important;
}
.mb-43 {
  margin-bottom: 43px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-46 {
  margin-bottom: 46px !important;
}
.mb-47 {
  margin-bottom: 47px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-49 {
  margin-bottom: 49px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-51 {
  margin-bottom: 51px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.mb-53 {
  margin-bottom: 53px !important;
}
.mb-54 {
  margin-bottom: 54px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-57 {
  margin-bottom: 57px !important;
}
.mb-58 {
  margin-bottom: 58px !important;
}
.mb-59 {
  margin-bottom: 59px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-61 {
  margin-bottom: 61px !important;
}
.mb-62 {
  margin-bottom: 62px !important;
}
.mb-63 {
  margin-bottom: 63px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-66 {
  margin-bottom: 66px !important;
}
.mb-67 {
  margin-bottom: 67px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.mb-69 {
  margin-bottom: 69px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-71 {
  margin-bottom: 71px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-73 {
  margin-bottom: 73px !important;
}
.mb-74 {
  margin-bottom: 74px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.mb-77 {
  margin-bottom: 77px !important;
}
.mb-78 {
  margin-bottom: 78px !important;
}
.mb-79 {
  margin-bottom: 79px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-81 {
  margin-bottom: 81px !important;
}
.mb-82 {
  margin-bottom: 82px !important;
}
.mb-83 {
  margin-bottom: 83px !important;
}
.mb-84 {
  margin-bottom: 84px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-86 {
  margin-bottom: 86px !important;
}
.mb-87 {
  margin-bottom: 87px !important;
}
.mb-88 {
  margin-bottom: 88px !important;
}
.mb-89 {
  margin-bottom: 89px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-91 {
  margin-bottom: 91px !important;
}
.mb-92 {
  margin-bottom: 92px !important;
}
.mb-93 {
  margin-bottom: 93px !important;
}
.mb-94 {
  margin-bottom: 94px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.mb-97 {
  margin-bottom: 97px !important;
}
.mb-98 {
  margin-bottom: 98px !important;
}
.mb-99 {
  margin-bottom: 99px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-101 {
  margin-bottom: 101px !important;
}
.mb-102 {
  margin-bottom: 102px !important;
}
.mb-103 {
  margin-bottom: 103px !important;
}
.mb-104 {
  margin-bottom: 104px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mb-106 {
  margin-bottom: 106px !important;
}
.mb-107 {
  margin-bottom: 107px !important;
}
.mb-108 {
  margin-bottom: 108px !important;
}
.mb-109 {
  margin-bottom: 109px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-111 {
  margin-bottom: 111px !important;
}
.mb-112 {
  margin-bottom: 112px !important;
}
.mb-113 {
  margin-bottom: 113px !important;
}
.mb-114 {
  margin-bottom: 114px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-116 {
  margin-bottom: 116px !important;
}
.mb-117 {
  margin-bottom: 117px !important;
}
.mb-118 {
  margin-bottom: 118px !important;
}
.mb-119 {
  margin-bottom: 119px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-121 {
  margin-bottom: 121px !important;
}
.mb-122 {
  margin-bottom: 122px !important;
}
.mb-123 {
  margin-bottom: 123px !important;
}
.mb-124 {
  margin-bottom: 124px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mb-126 {
  margin-bottom: 126px !important;
}
.mb-127 {
  margin-bottom: 127px !important;
}
.mb-128 {
  margin-bottom: 128px !important;
}
.mb-129 {
  margin-bottom: 129px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-131 {
  margin-bottom: 131px !important;
}
.mb-132 {
  margin-bottom: 132px !important;
}
.mb-133 {
  margin-bottom: 133px !important;
}
.mb-134 {
  margin-bottom: 134px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mb-136 {
  margin-bottom: 136px !important;
}
.mb-137 {
  margin-bottom: 137px !important;
}
.mb-138 {
  margin-bottom: 138px !important;
}
.mb-139 {
  margin-bottom: 139px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-141 {
  margin-bottom: 141px !important;
}
.mb-142 {
  margin-bottom: 142px !important;
}
.mb-143 {
  margin-bottom: 143px !important;
}
.mb-144 {
  margin-bottom: 144px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mb-146 {
  margin-bottom: 146px !important;
}
.mb-147 {
  margin-bottom: 147px !important;
}
.mb-148 {
  margin-bottom: 148px !important;
}
.mb-149 {
  margin-bottom: 149px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-151 {
  margin-bottom: 151px !important;
}
.mb-152 {
  margin-bottom: 152px !important;
}
.mb-153 {
  margin-bottom: 153px !important;
}
.mb-154 {
  margin-bottom: 154px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mb-156 {
  margin-bottom: 156px !important;
}
.mb-157 {
  margin-bottom: 157px !important;
}
.mb-158 {
  margin-bottom: 158px !important;
}
.mb-159 {
  margin-bottom: 159px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-161 {
  margin-bottom: 161px !important;
}
.mb-162 {
  margin-bottom: 162px !important;
}
.mb-163 {
  margin-bottom: 163px !important;
}
.mb-164 {
  margin-bottom: 164px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mb-166 {
  margin-bottom: 166px !important;
}
.mb-167 {
  margin-bottom: 167px !important;
}
.mb-168 {
  margin-bottom: 168px !important;
}
.mb-169 {
  margin-bottom: 169px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-171 {
  margin-bottom: 171px !important;
}
.mb-172 {
  margin-bottom: 172px !important;
}
.mb-173 {
  margin-bottom: 173px !important;
}
.mb-174 {
  margin-bottom: 174px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mb-176 {
  margin-bottom: 176px !important;
}
.mb-177 {
  margin-bottom: 177px !important;
}
.mb-178 {
  margin-bottom: 178px !important;
}
.mb-179 {
  margin-bottom: 179px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-181 {
  margin-bottom: 181px !important;
}
.mb-182 {
  margin-bottom: 182px !important;
}
.mb-183 {
  margin-bottom: 183px !important;
}
.mb-184 {
  margin-bottom: 184px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mb-186 {
  margin-bottom: 186px !important;
}
.mb-187 {
  margin-bottom: 187px !important;
}
.mb-188 {
  margin-bottom: 188px !important;
}
.mb-189 {
  margin-bottom: 189px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-191 {
  margin-bottom: 191px !important;
}
.mb-192 {
  margin-bottom: 192px !important;
}
.mb-193 {
  margin-bottom: 193px !important;
}
.mb-194 {
  margin-bottom: 194px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mb-196 {
  margin-bottom: 196px !important;
}
.mb-197 {
  margin-bottom: 197px !important;
}
.mb-198 {
  margin-bottom: 198px !important;
}
.mb-199 {
  margin-bottom: 199px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.mb-201 {
  margin-bottom: 201px !important;
}
.mb-202 {
  margin-bottom: 202px !important;
}
.mb-203 {
  margin-bottom: 203px !important;
}
.mb-204 {
  margin-bottom: 204px !important;
}
.mb-205 {
  margin-bottom: 205px !important;
}
.mb-206 {
  margin-bottom: 206px !important;
}
.mb-207 {
  margin-bottom: 207px !important;
}
.mb-208 {
  margin-bottom: 208px !important;
}
.mb-209 {
  margin-bottom: 209px !important;
}
.mb-210 {
  margin-bottom: 210px !important;
}
.mb-211 {
  margin-bottom: 211px !important;
}
.mb-212 {
  margin-bottom: 212px !important;
}
.mb-213 {
  margin-bottom: 213px !important;
}
.mb-214 {
  margin-bottom: 214px !important;
}
.mb-215 {
  margin-bottom: 215px !important;
}
.mb-216 {
  margin-bottom: 216px !important;
}
.mb-217 {
  margin-bottom: 217px !important;
}
.mb-218 {
  margin-bottom: 218px !important;
}
.mb-219 {
  margin-bottom: 219px !important;
}
.mb-220 {
  margin-bottom: 220px !important;
}
.mb-221 {
  margin-bottom: 221px !important;
}
.mb-222 {
  margin-bottom: 222px !important;
}
.mb-223 {
  margin-bottom: 223px !important;
}
.mb-224 {
  margin-bottom: 224px !important;
}
.mb-225 {
  margin-bottom: 225px !important;
}
.mb-226 {
  margin-bottom: 226px !important;
}
.mb-227 {
  margin-bottom: 227px !important;
}
.mb-228 {
  margin-bottom: 228px !important;
}
.mb-229 {
  margin-bottom: 229px !important;
}
.mb-230 {
  margin-bottom: 230px !important;
}
.mb-231 {
  margin-bottom: 231px !important;
}
.mb-232 {
  margin-bottom: 232px !important;
}
.mb-233 {
  margin-bottom: 233px !important;
}
.mb-234 {
  margin-bottom: 234px !important;
}
.mb-235 {
  margin-bottom: 235px !important;
}
.mb-236 {
  margin-bottom: 236px !important;
}
.mb-237 {
  margin-bottom: 237px !important;
}
.mb-238 {
  margin-bottom: 238px !important;
}
.mb-239 {
  margin-bottom: 239px !important;
}
.mb-240 {
  margin-bottom: 240px !important;
}
.mb-241 {
  margin-bottom: 241px !important;
}
.mb-242 {
  margin-bottom: 242px !important;
}
.mb-243 {
  margin-bottom: 243px !important;
}
.mb-244 {
  margin-bottom: 244px !important;
}
.mb-245 {
  margin-bottom: 245px !important;
}
.mb-246 {
  margin-bottom: 246px !important;
}
.mb-247 {
  margin-bottom: 247px !important;
}
.mb-248 {
  margin-bottom: 248px !important;
}
.mb-249 {
  margin-bottom: 249px !important;
}
.mb-250 {
  margin-bottom: 250px !important;
}
.mb-251 {
  margin-bottom: 251px !important;
}
.mb-252 {
  margin-bottom: 252px !important;
}
.mb-253 {
  margin-bottom: 253px !important;
}
.mb-254 {
  margin-bottom: 254px !important;
}
.mb-255 {
  margin-bottom: 255px !important;
}
.mb-256 {
  margin-bottom: 256px !important;
}
.mb-257 {
  margin-bottom: 257px !important;
}
.mb-258 {
  margin-bottom: 258px !important;
}
.mb-259 {
  margin-bottom: 259px !important;
}
.mb-260 {
  margin-bottom: 260px !important;
}
.mb-261 {
  margin-bottom: 261px !important;
}
.mb-262 {
  margin-bottom: 262px !important;
}
.mb-263 {
  margin-bottom: 263px !important;
}
.mb-264 {
  margin-bottom: 264px !important;
}
.mb-265 {
  margin-bottom: 265px !important;
}
.mb-266 {
  margin-bottom: 266px !important;
}
.mb-267 {
  margin-bottom: 267px !important;
}
.mb-268 {
  margin-bottom: 268px !important;
}
.mb-269 {
  margin-bottom: 269px !important;
}
.mb-270 {
  margin-bottom: 270px !important;
}
.mb-271 {
  margin-bottom: 271px !important;
}
.mb-272 {
  margin-bottom: 272px !important;
}
.mb-273 {
  margin-bottom: 273px !important;
}
.mb-274 {
  margin-bottom: 274px !important;
}
.mb-275 {
  margin-bottom: 275px !important;
}
.mb-276 {
  margin-bottom: 276px !important;
}
.mb-277 {
  margin-bottom: 277px !important;
}
.mb-278 {
  margin-bottom: 278px !important;
}
.mb-279 {
  margin-bottom: 279px !important;
}
.mb-280 {
  margin-bottom: 280px !important;
}
.mb-281 {
  margin-bottom: 281px !important;
}
.mb-282 {
  margin-bottom: 282px !important;
}
.mb-283 {
  margin-bottom: 283px !important;
}
.mb-284 {
  margin-bottom: 284px !important;
}
.mb-285 {
  margin-bottom: 285px !important;
}
.mb-286 {
  margin-bottom: 286px !important;
}
.mb-287 {
  margin-bottom: 287px !important;
}
.mb-288 {
  margin-bottom: 288px !important;
}
.mb-289 {
  margin-bottom: 289px !important;
}
.mb-290 {
  margin-bottom: 290px !important;
}
.mb-291 {
  margin-bottom: 291px !important;
}
.mb-292 {
  margin-bottom: 292px !important;
}
.mb-293 {
  margin-bottom: 293px !important;
}
.mb-294 {
  margin-bottom: 294px !important;
}
.mb-295 {
  margin-bottom: 295px !important;
}
.mb-296 {
  margin-bottom: 296px !important;
}
.mb-297 {
  margin-bottom: 297px !important;
}
.mb-298 {
  margin-bottom: 298px !important;
}
.mb-299 {
  margin-bottom: 299px !important;
}
.mb-300 {
  margin-bottom: 300px !important;
}
.mb-301 {
  margin-bottom: 301px !important;
}
.mb-302 {
  margin-bottom: 302px !important;
}
.mb-303 {
  margin-bottom: 303px !important;
}
.mb-304 {
  margin-bottom: 304px !important;
}
.mb-305 {
  margin-bottom: 305px !important;
}
.mb-306 {
  margin-bottom: 306px !important;
}
.mb-307 {
  margin-bottom: 307px !important;
}
.mb-308 {
  margin-bottom: 308px !important;
}
.mb-309 {
  margin-bottom: 309px !important;
}
.mb-310 {
  margin-bottom: 310px !important;
}
.mb-311 {
  margin-bottom: 311px !important;
}
.mb-312 {
  margin-bottom: 312px !important;
}
.mb-313 {
  margin-bottom: 313px !important;
}
.mb-314 {
  margin-bottom: 314px !important;
}
.mb-315 {
  margin-bottom: 315px !important;
}
.mb-316 {
  margin-bottom: 316px !important;
}
.mb-317 {
  margin-bottom: 317px !important;
}
.mb-318 {
  margin-bottom: 318px !important;
}
.mb-319 {
  margin-bottom: 319px !important;
}
.mb-320 {
  margin-bottom: 320px !important;
}
.mb-321 {
  margin-bottom: 321px !important;
}
.mb-322 {
  margin-bottom: 322px !important;
}
.mb-323 {
  margin-bottom: 323px !important;
}
.mb-324 {
  margin-bottom: 324px !important;
}
.mb-325 {
  margin-bottom: 325px !important;
}
.mb-326 {
  margin-bottom: 326px !important;
}
.mb-327 {
  margin-bottom: 327px !important;
}
.mb-328 {
  margin-bottom: 328px !important;
}
.mb-329 {
  margin-bottom: 329px !important;
}
.mb-330 {
  margin-bottom: 330px !important;
}
.mb-331 {
  margin-bottom: 331px !important;
}
.mb-332 {
  margin-bottom: 332px !important;
}
.mb-333 {
  margin-bottom: 333px !important;
}
.mb-334 {
  margin-bottom: 334px !important;
}
.mb-335 {
  margin-bottom: 335px !important;
}
.mb-336 {
  margin-bottom: 336px !important;
}
.mb-337 {
  margin-bottom: 337px !important;
}
.mb-338 {
  margin-bottom: 338px !important;
}
.mb-339 {
  margin-bottom: 339px !important;
}
.mb-340 {
  margin-bottom: 340px !important;
}
.mb-341 {
  margin-bottom: 341px !important;
}
.mb-342 {
  margin-bottom: 342px !important;
}
.mb-343 {
  margin-bottom: 343px !important;
}
.mb-344 {
  margin-bottom: 344px !important;
}
.mb-345 {
  margin-bottom: 345px !important;
}
.mb-346 {
  margin-bottom: 346px !important;
}
.mb-347 {
  margin-bottom: 347px !important;
}
.mb-348 {
  margin-bottom: 348px !important;
}
.mb-349 {
  margin-bottom: 349px !important;
}
.mb-350 {
  margin-bottom: 350px !important;
}
.mb-351 {
  margin-bottom: 351px !important;
}
.mb-352 {
  margin-bottom: 352px !important;
}
.mb-353 {
  margin-bottom: 353px !important;
}
.mb-354 {
  margin-bottom: 354px !important;
}
.mb-355 {
  margin-bottom: 355px !important;
}
.mb-356 {
  margin-bottom: 356px !important;
}
.mb-357 {
  margin-bottom: 357px !important;
}
.mb-358 {
  margin-bottom: 358px !important;
}
.mb-359 {
  margin-bottom: 359px !important;
}
.mb-360 {
  margin-bottom: 360px !important;
}
.mb-361 {
  margin-bottom: 361px !important;
}
.mb-362 {
  margin-bottom: 362px !important;
}
.mb-363 {
  margin-bottom: 363px !important;
}
.mb-364 {
  margin-bottom: 364px !important;
}
.mb-365 {
  margin-bottom: 365px !important;
}
.mb-366 {
  margin-bottom: 366px !important;
}
.mb-367 {
  margin-bottom: 367px !important;
}
.mb-368 {
  margin-bottom: 368px !important;
}
.mb-369 {
  margin-bottom: 369px !important;
}
.mb-370 {
  margin-bottom: 370px !important;
}
.mb-371 {
  margin-bottom: 371px !important;
}
.mb-372 {
  margin-bottom: 372px !important;
}
.mb-373 {
  margin-bottom: 373px !important;
}
.mb-374 {
  margin-bottom: 374px !important;
}
.mb-375 {
  margin-bottom: 375px !important;
}
.mb-376 {
  margin-bottom: 376px !important;
}
.mb-377 {
  margin-bottom: 377px !important;
}
.mb-378 {
  margin-bottom: 378px !important;
}
.mb-379 {
  margin-bottom: 379px !important;
}
.mb-380 {
  margin-bottom: 380px !important;
}
.mb-381 {
  margin-bottom: 381px !important;
}
.mb-382 {
  margin-bottom: 382px !important;
}
.mb-383 {
  margin-bottom: 383px !important;
}
.mb-384 {
  margin-bottom: 384px !important;
}
.mb-385 {
  margin-bottom: 385px !important;
}
.mb-386 {
  margin-bottom: 386px !important;
}
.mb-387 {
  margin-bottom: 387px !important;
}
.mb-388 {
  margin-bottom: 388px !important;
}
.mb-389 {
  margin-bottom: 389px !important;
}
.mb-390 {
  margin-bottom: 390px !important;
}
.mb-391 {
  margin-bottom: 391px !important;
}
.mb-392 {
  margin-bottom: 392px !important;
}
.mb-393 {
  margin-bottom: 393px !important;
}
.mb-394 {
  margin-bottom: 394px !important;
}
.mb-395 {
  margin-bottom: 395px !important;
}
.mb-396 {
  margin-bottom: 396px !important;
}
.mb-397 {
  margin-bottom: 397px !important;
}
.mb-398 {
  margin-bottom: 398px !important;
}
.mb-399 {
  margin-bottom: 399px !important;
}
.mb-400 {
  margin-bottom: 400px !important;
}
.mb-401 {
  margin-bottom: 401px !important;
}
.mb-402 {
  margin-bottom: 402px !important;
}
.mb-403 {
  margin-bottom: 403px !important;
}
.mb-404 {
  margin-bottom: 404px !important;
}
.mb-405 {
  margin-bottom: 405px !important;
}
.mb-406 {
  margin-bottom: 406px !important;
}
.mb-407 {
  margin-bottom: 407px !important;
}
.mb-408 {
  margin-bottom: 408px !important;
}
.mb-409 {
  margin-bottom: 409px !important;
}
.mb-410 {
  margin-bottom: 410px !important;
}
.mb-411 {
  margin-bottom: 411px !important;
}
.mb-412 {
  margin-bottom: 412px !important;
}
.mb-413 {
  margin-bottom: 413px !important;
}
.mb-414 {
  margin-bottom: 414px !important;
}
.mb-415 {
  margin-bottom: 415px !important;
}
.mb-416 {
  margin-bottom: 416px !important;
}
.mb-417 {
  margin-bottom: 417px !important;
}
.mb-418 {
  margin-bottom: 418px !important;
}
.mb-419 {
  margin-bottom: 419px !important;
}
.mb-420 {
  margin-bottom: 420px !important;
}
.mb-421 {
  margin-bottom: 421px !important;
}
.mb-422 {
  margin-bottom: 422px !important;
}
.mb-423 {
  margin-bottom: 423px !important;
}
.mb-424 {
  margin-bottom: 424px !important;
}
.mb-425 {
  margin-bottom: 425px !important;
}
.mb-426 {
  margin-bottom: 426px !important;
}
.mb-427 {
  margin-bottom: 427px !important;
}
.mb-428 {
  margin-bottom: 428px !important;
}
.mb-429 {
  margin-bottom: 429px !important;
}
.mb-430 {
  margin-bottom: 430px !important;
}
.mb-431 {
  margin-bottom: 431px !important;
}
.mb-432 {
  margin-bottom: 432px !important;
}
.mb-433 {
  margin-bottom: 433px !important;
}
.mb-434 {
  margin-bottom: 434px !important;
}
.mb-435 {
  margin-bottom: 435px !important;
}
.mb-436 {
  margin-bottom: 436px !important;
}
.mb-437 {
  margin-bottom: 437px !important;
}
.mb-438 {
  margin-bottom: 438px !important;
}
.mb-439 {
  margin-bottom: 439px !important;
}
.mb-440 {
  margin-bottom: 440px !important;
}
.mb-441 {
  margin-bottom: 441px !important;
}
.mb-442 {
  margin-bottom: 442px !important;
}
.mb-443 {
  margin-bottom: 443px !important;
}
.mb-444 {
  margin-bottom: 444px !important;
}
.mb-445 {
  margin-bottom: 445px !important;
}
.mb-446 {
  margin-bottom: 446px !important;
}
.mb-447 {
  margin-bottom: 447px !important;
}
.mb-448 {
  margin-bottom: 448px !important;
}
.mb-449 {
  margin-bottom: 449px !important;
}
.mb-450 {
  margin-bottom: 450px !important;
}
.mb-451 {
  margin-bottom: 451px !important;
}
.mb-452 {
  margin-bottom: 452px !important;
}
.mb-453 {
  margin-bottom: 453px !important;
}
.mb-454 {
  margin-bottom: 454px !important;
}
.mb-455 {
  margin-bottom: 455px !important;
}
.mb-456 {
  margin-bottom: 456px !important;
}
.mb-457 {
  margin-bottom: 457px !important;
}
.mb-458 {
  margin-bottom: 458px !important;
}
.mb-459 {
  margin-bottom: 459px !important;
}
.mb-460 {
  margin-bottom: 460px !important;
}
.mb-461 {
  margin-bottom: 461px !important;
}
.mb-462 {
  margin-bottom: 462px !important;
}
.mb-463 {
  margin-bottom: 463px !important;
}
.mb-464 {
  margin-bottom: 464px !important;
}
.mb-465 {
  margin-bottom: 465px !important;
}
.mb-466 {
  margin-bottom: 466px !important;
}
.mb-467 {
  margin-bottom: 467px !important;
}
.mb-468 {
  margin-bottom: 468px !important;
}
.mb-469 {
  margin-bottom: 469px !important;
}
.mb-470 {
  margin-bottom: 470px !important;
}
.mb-471 {
  margin-bottom: 471px !important;
}
.mb-472 {
  margin-bottom: 472px !important;
}
.mb-473 {
  margin-bottom: 473px !important;
}
.mb-474 {
  margin-bottom: 474px !important;
}
.mb-475 {
  margin-bottom: 475px !important;
}
.mb-476 {
  margin-bottom: 476px !important;
}
.mb-477 {
  margin-bottom: 477px !important;
}
.mb-478 {
  margin-bottom: 478px !important;
}
.mb-479 {
  margin-bottom: 479px !important;
}
.mb-480 {
  margin-bottom: 480px !important;
}
.mb-481 {
  margin-bottom: 481px !important;
}
.mb-482 {
  margin-bottom: 482px !important;
}
.mb-483 {
  margin-bottom: 483px !important;
}
.mb-484 {
  margin-bottom: 484px !important;
}
.mb-485 {
  margin-bottom: 485px !important;
}
.mb-486 {
  margin-bottom: 486px !important;
}
.mb-487 {
  margin-bottom: 487px !important;
}
.mb-488 {
  margin-bottom: 488px !important;
}
.mb-489 {
  margin-bottom: 489px !important;
}
.mb-490 {
  margin-bottom: 490px !important;
}
.mb-491 {
  margin-bottom: 491px !important;
}
.mb-492 {
  margin-bottom: 492px !important;
}
.mb-493 {
  margin-bottom: 493px !important;
}
.mb-494 {
  margin-bottom: 494px !important;
}
.mb-495 {
  margin-bottom: 495px !important;
}
.mb-496 {
  margin-bottom: 496px !important;
}
.mb-497 {
  margin-bottom: 497px !important;
}
.mb-498 {
  margin-bottom: 498px !important;
}
.mb-499 {
  margin-bottom: 499px !important;
}
.mb-500 {
  margin-bottom: 500px !important;
}
.mb-501 {
  margin-bottom: 501px !important;
}
.mb-502 {
  margin-bottom: 502px !important;
}
.mb-503 {
  margin-bottom: 503px !important;
}
.mb-504 {
  margin-bottom: 504px !important;
}
.mb-505 {
  margin-bottom: 505px !important;
}
.mb-506 {
  margin-bottom: 506px !important;
}
.mb-507 {
  margin-bottom: 507px !important;
}
.mb-508 {
  margin-bottom: 508px !important;
}
.mb-509 {
  margin-bottom: 509px !important;
}
.mb-510 {
  margin-bottom: 510px !important;
}
.mb-511 {
  margin-bottom: 511px !important;
}
.mb-512 {
  margin-bottom: 512px !important;
}
.me-0 {
  margin-right: 0px !important;
}
.me-1 {
  margin-right: 1px !important;
}
.me-2 {
  margin-right: 2px !important;
}
.me-3 {
  margin-right: 3px !important;
}
.me-4 {
  margin-right: 4px !important;
}
.me-5 {
  margin-right: 5px !important;
}
.me-6 {
  margin-right: 6px !important;
}
.me-7 {
  margin-right: 7px !important;
}
.me-8 {
  margin-right: 8px !important;
}
.me-9 {
  margin-right: 9px !important;
}
.me-10 {
  margin-right: 10px !important;
}
.me-11 {
  margin-right: 11px !important;
}
.me-12 {
  margin-right: 12px !important;
}
.me-13 {
  margin-right: 13px !important;
}
.me-14 {
  margin-right: 14px !important;
}
.me-15 {
  margin-right: 15px !important;
}
.me-16 {
  margin-right: 16px !important;
}
.me-17 {
  margin-right: 17px !important;
}
.me-18 {
  margin-right: 18px !important;
}
.me-19 {
  margin-right: 19px !important;
}
.me-20 {
  margin-right: 20px !important;
}
.me-21 {
  margin-right: 21px !important;
}
.me-22 {
  margin-right: 22px !important;
}
.me-23 {
  margin-right: 23px !important;
}
.me-24 {
  margin-right: 24px !important;
}
.me-25 {
  margin-right: 25px !important;
}
.me-26 {
  margin-right: 26px !important;
}
.me-27 {
  margin-right: 27px !important;
}
.me-28 {
  margin-right: 28px !important;
}
.me-29 {
  margin-right: 29px !important;
}
.me-30 {
  margin-right: 30px !important;
}
.me-31 {
  margin-right: 31px !important;
}
.me-32 {
  margin-right: 32px !important;
}
.me-33 {
  margin-right: 33px !important;
}
.me-34 {
  margin-right: 34px !important;
}
.me-35 {
  margin-right: 35px !important;
}
.me-36 {
  margin-right: 36px !important;
}
.me-37 {
  margin-right: 37px !important;
}
.me-38 {
  margin-right: 38px !important;
}
.me-39 {
  margin-right: 39px !important;
}
.me-40 {
  margin-right: 40px !important;
}
.me-41 {
  margin-right: 41px !important;
}
.me-42 {
  margin-right: 42px !important;
}
.me-43 {
  margin-right: 43px !important;
}
.me-44 {
  margin-right: 44px !important;
}
.me-45 {
  margin-right: 45px !important;
}
.me-46 {
  margin-right: 46px !important;
}
.me-47 {
  margin-right: 47px !important;
}
.me-48 {
  margin-right: 48px !important;
}
.me-49 {
  margin-right: 49px !important;
}
.me-50 {
  margin-right: 50px !important;
}
.me-51 {
  margin-right: 51px !important;
}
.me-52 {
  margin-right: 52px !important;
}
.me-53 {
  margin-right: 53px !important;
}
.me-54 {
  margin-right: 54px !important;
}
.me-55 {
  margin-right: 55px !important;
}
.me-56 {
  margin-right: 56px !important;
}
.me-57 {
  margin-right: 57px !important;
}
.me-58 {
  margin-right: 58px !important;
}
.me-59 {
  margin-right: 59px !important;
}
.me-60 {
  margin-right: 60px !important;
}
.me-61 {
  margin-right: 61px !important;
}
.me-62 {
  margin-right: 62px !important;
}
.me-63 {
  margin-right: 63px !important;
}
.me-64 {
  margin-right: 64px !important;
}
.me-65 {
  margin-right: 65px !important;
}
.me-66 {
  margin-right: 66px !important;
}
.me-67 {
  margin-right: 67px !important;
}
.me-68 {
  margin-right: 68px !important;
}
.me-69 {
  margin-right: 69px !important;
}
.me-70 {
  margin-right: 70px !important;
}
.me-71 {
  margin-right: 71px !important;
}
.me-72 {
  margin-right: 72px !important;
}
.me-73 {
  margin-right: 73px !important;
}
.me-74 {
  margin-right: 74px !important;
}
.me-75 {
  margin-right: 75px !important;
}
.me-76 {
  margin-right: 76px !important;
}
.me-77 {
  margin-right: 77px !important;
}
.me-78 {
  margin-right: 78px !important;
}
.me-79 {
  margin-right: 79px !important;
}
.me-80 {
  margin-right: 80px !important;
}
.me-81 {
  margin-right: 81px !important;
}
.me-82 {
  margin-right: 82px !important;
}
.me-83 {
  margin-right: 83px !important;
}
.me-84 {
  margin-right: 84px !important;
}
.me-85 {
  margin-right: 85px !important;
}
.me-86 {
  margin-right: 86px !important;
}
.me-87 {
  margin-right: 87px !important;
}
.me-88 {
  margin-right: 88px !important;
}
.me-89 {
  margin-right: 89px !important;
}
.me-90 {
  margin-right: 90px !important;
}
.me-91 {
  margin-right: 91px !important;
}
.me-92 {
  margin-right: 92px !important;
}
.me-93 {
  margin-right: 93px !important;
}
.me-94 {
  margin-right: 94px !important;
}
.me-95 {
  margin-right: 95px !important;
}
.me-96 {
  margin-right: 96px !important;
}
.me-97 {
  margin-right: 97px !important;
}
.me-98 {
  margin-right: 98px !important;
}
.me-99 {
  margin-right: 99px !important;
}
.me-100 {
  margin-right: 100px !important;
}
.me-101 {
  margin-right: 101px !important;
}
.me-102 {
  margin-right: 102px !important;
}
.me-103 {
  margin-right: 103px !important;
}
.me-104 {
  margin-right: 104px !important;
}
.me-105 {
  margin-right: 105px !important;
}
.me-106 {
  margin-right: 106px !important;
}
.me-107 {
  margin-right: 107px !important;
}
.me-108 {
  margin-right: 108px !important;
}
.me-109 {
  margin-right: 109px !important;
}
.me-110 {
  margin-right: 110px !important;
}
.me-111 {
  margin-right: 111px !important;
}
.me-112 {
  margin-right: 112px !important;
}
.me-113 {
  margin-right: 113px !important;
}
.me-114 {
  margin-right: 114px !important;
}
.me-115 {
  margin-right: 115px !important;
}
.me-116 {
  margin-right: 116px !important;
}
.me-117 {
  margin-right: 117px !important;
}
.me-118 {
  margin-right: 118px !important;
}
.me-119 {
  margin-right: 119px !important;
}
.me-120 {
  margin-right: 120px !important;
}
.me-121 {
  margin-right: 121px !important;
}
.me-122 {
  margin-right: 122px !important;
}
.me-123 {
  margin-right: 123px !important;
}
.me-124 {
  margin-right: 124px !important;
}
.me-125 {
  margin-right: 125px !important;
}
.me-126 {
  margin-right: 126px !important;
}
.me-127 {
  margin-right: 127px !important;
}
.me-128 {
  margin-right: 128px !important;
}
.me-129 {
  margin-right: 129px !important;
}
.me-130 {
  margin-right: 130px !important;
}
.me-131 {
  margin-right: 131px !important;
}
.me-132 {
  margin-right: 132px !important;
}
.me-133 {
  margin-right: 133px !important;
}
.me-134 {
  margin-right: 134px !important;
}
.me-135 {
  margin-right: 135px !important;
}
.me-136 {
  margin-right: 136px !important;
}
.me-137 {
  margin-right: 137px !important;
}
.me-138 {
  margin-right: 138px !important;
}
.me-139 {
  margin-right: 139px !important;
}
.me-140 {
  margin-right: 140px !important;
}
.me-141 {
  margin-right: 141px !important;
}
.me-142 {
  margin-right: 142px !important;
}
.me-143 {
  margin-right: 143px !important;
}
.me-144 {
  margin-right: 144px !important;
}
.me-145 {
  margin-right: 145px !important;
}
.me-146 {
  margin-right: 146px !important;
}
.me-147 {
  margin-right: 147px !important;
}
.me-148 {
  margin-right: 148px !important;
}
.me-149 {
  margin-right: 149px !important;
}
.me-150 {
  margin-right: 150px !important;
}
.me-151 {
  margin-right: 151px !important;
}
.me-152 {
  margin-right: 152px !important;
}
.me-153 {
  margin-right: 153px !important;
}
.me-154 {
  margin-right: 154px !important;
}
.me-155 {
  margin-right: 155px !important;
}
.me-156 {
  margin-right: 156px !important;
}
.me-157 {
  margin-right: 157px !important;
}
.me-158 {
  margin-right: 158px !important;
}
.me-159 {
  margin-right: 159px !important;
}
.me-160 {
  margin-right: 160px !important;
}
.me-161 {
  margin-right: 161px !important;
}
.me-162 {
  margin-right: 162px !important;
}
.me-163 {
  margin-right: 163px !important;
}
.me-164 {
  margin-right: 164px !important;
}
.me-165 {
  margin-right: 165px !important;
}
.me-166 {
  margin-right: 166px !important;
}
.me-167 {
  margin-right: 167px !important;
}
.me-168 {
  margin-right: 168px !important;
}
.me-169 {
  margin-right: 169px !important;
}
.me-170 {
  margin-right: 170px !important;
}
.me-171 {
  margin-right: 171px !important;
}
.me-172 {
  margin-right: 172px !important;
}
.me-173 {
  margin-right: 173px !important;
}
.me-174 {
  margin-right: 174px !important;
}
.me-175 {
  margin-right: 175px !important;
}
.me-176 {
  margin-right: 176px !important;
}
.me-177 {
  margin-right: 177px !important;
}
.me-178 {
  margin-right: 178px !important;
}
.me-179 {
  margin-right: 179px !important;
}
.me-180 {
  margin-right: 180px !important;
}
.me-181 {
  margin-right: 181px !important;
}
.me-182 {
  margin-right: 182px !important;
}
.me-183 {
  margin-right: 183px !important;
}
.me-184 {
  margin-right: 184px !important;
}
.me-185 {
  margin-right: 185px !important;
}
.me-186 {
  margin-right: 186px !important;
}
.me-187 {
  margin-right: 187px !important;
}
.me-188 {
  margin-right: 188px !important;
}
.me-189 {
  margin-right: 189px !important;
}
.me-190 {
  margin-right: 190px !important;
}
.me-191 {
  margin-right: 191px !important;
}
.me-192 {
  margin-right: 192px !important;
}
.me-193 {
  margin-right: 193px !important;
}
.me-194 {
  margin-right: 194px !important;
}
.me-195 {
  margin-right: 195px !important;
}
.me-196 {
  margin-right: 196px !important;
}
.me-197 {
  margin-right: 197px !important;
}
.me-198 {
  margin-right: 198px !important;
}
.me-199 {
  margin-right: 199px !important;
}
.me-200 {
  margin-right: 200px !important;
}
.me-201 {
  margin-right: 201px !important;
}
.me-202 {
  margin-right: 202px !important;
}
.me-203 {
  margin-right: 203px !important;
}
.me-204 {
  margin-right: 204px !important;
}
.me-205 {
  margin-right: 205px !important;
}
.me-206 {
  margin-right: 206px !important;
}
.me-207 {
  margin-right: 207px !important;
}
.me-208 {
  margin-right: 208px !important;
}
.me-209 {
  margin-right: 209px !important;
}
.me-210 {
  margin-right: 210px !important;
}
.me-211 {
  margin-right: 211px !important;
}
.me-212 {
  margin-right: 212px !important;
}
.me-213 {
  margin-right: 213px !important;
}
.me-214 {
  margin-right: 214px !important;
}
.me-215 {
  margin-right: 215px !important;
}
.me-216 {
  margin-right: 216px !important;
}
.me-217 {
  margin-right: 217px !important;
}
.me-218 {
  margin-right: 218px !important;
}
.me-219 {
  margin-right: 219px !important;
}
.me-220 {
  margin-right: 220px !important;
}
.me-221 {
  margin-right: 221px !important;
}
.me-222 {
  margin-right: 222px !important;
}
.me-223 {
  margin-right: 223px !important;
}
.me-224 {
  margin-right: 224px !important;
}
.me-225 {
  margin-right: 225px !important;
}
.me-226 {
  margin-right: 226px !important;
}
.me-227 {
  margin-right: 227px !important;
}
.me-228 {
  margin-right: 228px !important;
}
.me-229 {
  margin-right: 229px !important;
}
.me-230 {
  margin-right: 230px !important;
}
.me-231 {
  margin-right: 231px !important;
}
.me-232 {
  margin-right: 232px !important;
}
.me-233 {
  margin-right: 233px !important;
}
.me-234 {
  margin-right: 234px !important;
}
.me-235 {
  margin-right: 235px !important;
}
.me-236 {
  margin-right: 236px !important;
}
.me-237 {
  margin-right: 237px !important;
}
.me-238 {
  margin-right: 238px !important;
}
.me-239 {
  margin-right: 239px !important;
}
.me-240 {
  margin-right: 240px !important;
}
.me-241 {
  margin-right: 241px !important;
}
.me-242 {
  margin-right: 242px !important;
}
.me-243 {
  margin-right: 243px !important;
}
.me-244 {
  margin-right: 244px !important;
}
.me-245 {
  margin-right: 245px !important;
}
.me-246 {
  margin-right: 246px !important;
}
.me-247 {
  margin-right: 247px !important;
}
.me-248 {
  margin-right: 248px !important;
}
.me-249 {
  margin-right: 249px !important;
}
.me-250 {
  margin-right: 250px !important;
}
.me-251 {
  margin-right: 251px !important;
}
.me-252 {
  margin-right: 252px !important;
}
.me-253 {
  margin-right: 253px !important;
}
.me-254 {
  margin-right: 254px !important;
}
.me-255 {
  margin-right: 255px !important;
}
.me-256 {
  margin-right: 256px !important;
}
.me-257 {
  margin-right: 257px !important;
}
.me-258 {
  margin-right: 258px !important;
}
.me-259 {
  margin-right: 259px !important;
}
.me-260 {
  margin-right: 260px !important;
}
.me-261 {
  margin-right: 261px !important;
}
.me-262 {
  margin-right: 262px !important;
}
.me-263 {
  margin-right: 263px !important;
}
.me-264 {
  margin-right: 264px !important;
}
.me-265 {
  margin-right: 265px !important;
}
.me-266 {
  margin-right: 266px !important;
}
.me-267 {
  margin-right: 267px !important;
}
.me-268 {
  margin-right: 268px !important;
}
.me-269 {
  margin-right: 269px !important;
}
.me-270 {
  margin-right: 270px !important;
}
.me-271 {
  margin-right: 271px !important;
}
.me-272 {
  margin-right: 272px !important;
}
.me-273 {
  margin-right: 273px !important;
}
.me-274 {
  margin-right: 274px !important;
}
.me-275 {
  margin-right: 275px !important;
}
.me-276 {
  margin-right: 276px !important;
}
.me-277 {
  margin-right: 277px !important;
}
.me-278 {
  margin-right: 278px !important;
}
.me-279 {
  margin-right: 279px !important;
}
.me-280 {
  margin-right: 280px !important;
}
.me-281 {
  margin-right: 281px !important;
}
.me-282 {
  margin-right: 282px !important;
}
.me-283 {
  margin-right: 283px !important;
}
.me-284 {
  margin-right: 284px !important;
}
.me-285 {
  margin-right: 285px !important;
}
.me-286 {
  margin-right: 286px !important;
}
.me-287 {
  margin-right: 287px !important;
}
.me-288 {
  margin-right: 288px !important;
}
.me-289 {
  margin-right: 289px !important;
}
.me-290 {
  margin-right: 290px !important;
}
.me-291 {
  margin-right: 291px !important;
}
.me-292 {
  margin-right: 292px !important;
}
.me-293 {
  margin-right: 293px !important;
}
.me-294 {
  margin-right: 294px !important;
}
.me-295 {
  margin-right: 295px !important;
}
.me-296 {
  margin-right: 296px !important;
}
.me-297 {
  margin-right: 297px !important;
}
.me-298 {
  margin-right: 298px !important;
}
.me-299 {
  margin-right: 299px !important;
}
.me-300 {
  margin-right: 300px !important;
}
.me-301 {
  margin-right: 301px !important;
}
.me-302 {
  margin-right: 302px !important;
}
.me-303 {
  margin-right: 303px !important;
}
.me-304 {
  margin-right: 304px !important;
}
.me-305 {
  margin-right: 305px !important;
}
.me-306 {
  margin-right: 306px !important;
}
.me-307 {
  margin-right: 307px !important;
}
.me-308 {
  margin-right: 308px !important;
}
.me-309 {
  margin-right: 309px !important;
}
.me-310 {
  margin-right: 310px !important;
}
.me-311 {
  margin-right: 311px !important;
}
.me-312 {
  margin-right: 312px !important;
}
.me-313 {
  margin-right: 313px !important;
}
.me-314 {
  margin-right: 314px !important;
}
.me-315 {
  margin-right: 315px !important;
}
.me-316 {
  margin-right: 316px !important;
}
.me-317 {
  margin-right: 317px !important;
}
.me-318 {
  margin-right: 318px !important;
}
.me-319 {
  margin-right: 319px !important;
}
.me-320 {
  margin-right: 320px !important;
}
.me-321 {
  margin-right: 321px !important;
}
.me-322 {
  margin-right: 322px !important;
}
.me-323 {
  margin-right: 323px !important;
}
.me-324 {
  margin-right: 324px !important;
}
.me-325 {
  margin-right: 325px !important;
}
.me-326 {
  margin-right: 326px !important;
}
.me-327 {
  margin-right: 327px !important;
}
.me-328 {
  margin-right: 328px !important;
}
.me-329 {
  margin-right: 329px !important;
}
.me-330 {
  margin-right: 330px !important;
}
.me-331 {
  margin-right: 331px !important;
}
.me-332 {
  margin-right: 332px !important;
}
.me-333 {
  margin-right: 333px !important;
}
.me-334 {
  margin-right: 334px !important;
}
.me-335 {
  margin-right: 335px !important;
}
.me-336 {
  margin-right: 336px !important;
}
.me-337 {
  margin-right: 337px !important;
}
.me-338 {
  margin-right: 338px !important;
}
.me-339 {
  margin-right: 339px !important;
}
.me-340 {
  margin-right: 340px !important;
}
.me-341 {
  margin-right: 341px !important;
}
.me-342 {
  margin-right: 342px !important;
}
.me-343 {
  margin-right: 343px !important;
}
.me-344 {
  margin-right: 344px !important;
}
.me-345 {
  margin-right: 345px !important;
}
.me-346 {
  margin-right: 346px !important;
}
.me-347 {
  margin-right: 347px !important;
}
.me-348 {
  margin-right: 348px !important;
}
.me-349 {
  margin-right: 349px !important;
}
.me-350 {
  margin-right: 350px !important;
}
.me-351 {
  margin-right: 351px !important;
}
.me-352 {
  margin-right: 352px !important;
}
.me-353 {
  margin-right: 353px !important;
}
.me-354 {
  margin-right: 354px !important;
}
.me-355 {
  margin-right: 355px !important;
}
.me-356 {
  margin-right: 356px !important;
}
.me-357 {
  margin-right: 357px !important;
}
.me-358 {
  margin-right: 358px !important;
}
.me-359 {
  margin-right: 359px !important;
}
.me-360 {
  margin-right: 360px !important;
}
.me-361 {
  margin-right: 361px !important;
}
.me-362 {
  margin-right: 362px !important;
}
.me-363 {
  margin-right: 363px !important;
}
.me-364 {
  margin-right: 364px !important;
}
.me-365 {
  margin-right: 365px !important;
}
.me-366 {
  margin-right: 366px !important;
}
.me-367 {
  margin-right: 367px !important;
}
.me-368 {
  margin-right: 368px !important;
}
.me-369 {
  margin-right: 369px !important;
}
.me-370 {
  margin-right: 370px !important;
}
.me-371 {
  margin-right: 371px !important;
}
.me-372 {
  margin-right: 372px !important;
}
.me-373 {
  margin-right: 373px !important;
}
.me-374 {
  margin-right: 374px !important;
}
.me-375 {
  margin-right: 375px !important;
}
.me-376 {
  margin-right: 376px !important;
}
.me-377 {
  margin-right: 377px !important;
}
.me-378 {
  margin-right: 378px !important;
}
.me-379 {
  margin-right: 379px !important;
}
.me-380 {
  margin-right: 380px !important;
}
.me-381 {
  margin-right: 381px !important;
}
.me-382 {
  margin-right: 382px !important;
}
.me-383 {
  margin-right: 383px !important;
}
.me-384 {
  margin-right: 384px !important;
}
.me-385 {
  margin-right: 385px !important;
}
.me-386 {
  margin-right: 386px !important;
}
.me-387 {
  margin-right: 387px !important;
}
.me-388 {
  margin-right: 388px !important;
}
.me-389 {
  margin-right: 389px !important;
}
.me-390 {
  margin-right: 390px !important;
}
.me-391 {
  margin-right: 391px !important;
}
.me-392 {
  margin-right: 392px !important;
}
.me-393 {
  margin-right: 393px !important;
}
.me-394 {
  margin-right: 394px !important;
}
.me-395 {
  margin-right: 395px !important;
}
.me-396 {
  margin-right: 396px !important;
}
.me-397 {
  margin-right: 397px !important;
}
.me-398 {
  margin-right: 398px !important;
}
.me-399 {
  margin-right: 399px !important;
}
.me-400 {
  margin-right: 400px !important;
}
.me-401 {
  margin-right: 401px !important;
}
.me-402 {
  margin-right: 402px !important;
}
.me-403 {
  margin-right: 403px !important;
}
.me-404 {
  margin-right: 404px !important;
}
.me-405 {
  margin-right: 405px !important;
}
.me-406 {
  margin-right: 406px !important;
}
.me-407 {
  margin-right: 407px !important;
}
.me-408 {
  margin-right: 408px !important;
}
.me-409 {
  margin-right: 409px !important;
}
.me-410 {
  margin-right: 410px !important;
}
.me-411 {
  margin-right: 411px !important;
}
.me-412 {
  margin-right: 412px !important;
}
.me-413 {
  margin-right: 413px !important;
}
.me-414 {
  margin-right: 414px !important;
}
.me-415 {
  margin-right: 415px !important;
}
.me-416 {
  margin-right: 416px !important;
}
.me-417 {
  margin-right: 417px !important;
}
.me-418 {
  margin-right: 418px !important;
}
.me-419 {
  margin-right: 419px !important;
}
.me-420 {
  margin-right: 420px !important;
}
.me-421 {
  margin-right: 421px !important;
}
.me-422 {
  margin-right: 422px !important;
}
.me-423 {
  margin-right: 423px !important;
}
.me-424 {
  margin-right: 424px !important;
}
.me-425 {
  margin-right: 425px !important;
}
.me-426 {
  margin-right: 426px !important;
}
.me-427 {
  margin-right: 427px !important;
}
.me-428 {
  margin-right: 428px !important;
}
.me-429 {
  margin-right: 429px !important;
}
.me-430 {
  margin-right: 430px !important;
}
.me-431 {
  margin-right: 431px !important;
}
.me-432 {
  margin-right: 432px !important;
}
.me-433 {
  margin-right: 433px !important;
}
.me-434 {
  margin-right: 434px !important;
}
.me-435 {
  margin-right: 435px !important;
}
.me-436 {
  margin-right: 436px !important;
}
.me-437 {
  margin-right: 437px !important;
}
.me-438 {
  margin-right: 438px !important;
}
.me-439 {
  margin-right: 439px !important;
}
.me-440 {
  margin-right: 440px !important;
}
.me-441 {
  margin-right: 441px !important;
}
.me-442 {
  margin-right: 442px !important;
}
.me-443 {
  margin-right: 443px !important;
}
.me-444 {
  margin-right: 444px !important;
}
.me-445 {
  margin-right: 445px !important;
}
.me-446 {
  margin-right: 446px !important;
}
.me-447 {
  margin-right: 447px !important;
}
.me-448 {
  margin-right: 448px !important;
}
.me-449 {
  margin-right: 449px !important;
}
.me-450 {
  margin-right: 450px !important;
}
.me-451 {
  margin-right: 451px !important;
}
.me-452 {
  margin-right: 452px !important;
}
.me-453 {
  margin-right: 453px !important;
}
.me-454 {
  margin-right: 454px !important;
}
.me-455 {
  margin-right: 455px !important;
}
.me-456 {
  margin-right: 456px !important;
}
.me-457 {
  margin-right: 457px !important;
}
.me-458 {
  margin-right: 458px !important;
}
.me-459 {
  margin-right: 459px !important;
}
.me-460 {
  margin-right: 460px !important;
}
.me-461 {
  margin-right: 461px !important;
}
.me-462 {
  margin-right: 462px !important;
}
.me-463 {
  margin-right: 463px !important;
}
.me-464 {
  margin-right: 464px !important;
}
.me-465 {
  margin-right: 465px !important;
}
.me-466 {
  margin-right: 466px !important;
}
.me-467 {
  margin-right: 467px !important;
}
.me-468 {
  margin-right: 468px !important;
}
.me-469 {
  margin-right: 469px !important;
}
.me-470 {
  margin-right: 470px !important;
}
.me-471 {
  margin-right: 471px !important;
}
.me-472 {
  margin-right: 472px !important;
}
.me-473 {
  margin-right: 473px !important;
}
.me-474 {
  margin-right: 474px !important;
}
.me-475 {
  margin-right: 475px !important;
}
.me-476 {
  margin-right: 476px !important;
}
.me-477 {
  margin-right: 477px !important;
}
.me-478 {
  margin-right: 478px !important;
}
.me-479 {
  margin-right: 479px !important;
}
.me-480 {
  margin-right: 480px !important;
}
.me-481 {
  margin-right: 481px !important;
}
.me-482 {
  margin-right: 482px !important;
}
.me-483 {
  margin-right: 483px !important;
}
.me-484 {
  margin-right: 484px !important;
}
.me-485 {
  margin-right: 485px !important;
}
.me-486 {
  margin-right: 486px !important;
}
.me-487 {
  margin-right: 487px !important;
}
.me-488 {
  margin-right: 488px !important;
}
.me-489 {
  margin-right: 489px !important;
}
.me-490 {
  margin-right: 490px !important;
}
.me-491 {
  margin-right: 491px !important;
}
.me-492 {
  margin-right: 492px !important;
}
.me-493 {
  margin-right: 493px !important;
}
.me-494 {
  margin-right: 494px !important;
}
.me-495 {
  margin-right: 495px !important;
}
.me-496 {
  margin-right: 496px !important;
}
.me-497 {
  margin-right: 497px !important;
}
.me-498 {
  margin-right: 498px !important;
}
.me-499 {
  margin-right: 499px !important;
}
.me-500 {
  margin-right: 500px !important;
}
.me-501 {
  margin-right: 501px !important;
}
.me-502 {
  margin-right: 502px !important;
}
.me-503 {
  margin-right: 503px !important;
}
.me-504 {
  margin-right: 504px !important;
}
.me-505 {
  margin-right: 505px !important;
}
.me-506 {
  margin-right: 506px !important;
}
.me-507 {
  margin-right: 507px !important;
}
.me-508 {
  margin-right: 508px !important;
}
.me-509 {
  margin-right: 509px !important;
}
.me-510 {
  margin-right: 510px !important;
}
.me-511 {
  margin-right: 511px !important;
}
.me-512 {
  margin-right: 512px !important;
}
.ms-0 {
  margin-left: 0px !important;
}
.ms-1 {
  margin-left: 1px !important;
}
.ms-2 {
  margin-left: 2px !important;
}
.ms-3 {
  margin-left: 3px !important;
}
.ms-4 {
  margin-left: 4px !important;
}
.ms-5 {
  margin-left: 5px !important;
}
.ms-6 {
  margin-left: 6px !important;
}
.ms-7 {
  margin-left: 7px !important;
}
.ms-8 {
  margin-left: 8px !important;
}
.ms-9 {
  margin-left: 9px !important;
}
.ms-10 {
  margin-left: 10px !important;
}
.ms-11 {
  margin-left: 11px !important;
}
.ms-12 {
  margin-left: 12px !important;
}
.ms-13 {
  margin-left: 13px !important;
}
.ms-14 {
  margin-left: 14px !important;
}
.ms-15 {
  margin-left: 15px !important;
}
.ms-16 {
  margin-left: 16px !important;
}
.ms-17 {
  margin-left: 17px !important;
}
.ms-18 {
  margin-left: 18px !important;
}
.ms-19 {
  margin-left: 19px !important;
}
.ms-20 {
  margin-left: 20px !important;
}
.ms-21 {
  margin-left: 21px !important;
}
.ms-22 {
  margin-left: 22px !important;
}
.ms-23 {
  margin-left: 23px !important;
}
.ms-24 {
  margin-left: 24px !important;
}
.ms-25 {
  margin-left: 25px !important;
}
.ms-26 {
  margin-left: 26px !important;
}
.ms-27 {
  margin-left: 27px !important;
}
.ms-28 {
  margin-left: 28px !important;
}
.ms-29 {
  margin-left: 29px !important;
}
.ms-30 {
  margin-left: 30px !important;
}
.ms-31 {
  margin-left: 31px !important;
}
.ms-32 {
  margin-left: 32px !important;
}
.ms-33 {
  margin-left: 33px !important;
}
.ms-34 {
  margin-left: 34px !important;
}
.ms-35 {
  margin-left: 35px !important;
}
.ms-36 {
  margin-left: 36px !important;
}
.ms-37 {
  margin-left: 37px !important;
}
.ms-38 {
  margin-left: 38px !important;
}
.ms-39 {
  margin-left: 39px !important;
}
.ms-40 {
  margin-left: 40px !important;
}
.ms-41 {
  margin-left: 41px !important;
}
.ms-42 {
  margin-left: 42px !important;
}
.ms-43 {
  margin-left: 43px !important;
}
.ms-44 {
  margin-left: 44px !important;
}
.ms-45 {
  margin-left: 45px !important;
}
.ms-46 {
  margin-left: 46px !important;
}
.ms-47 {
  margin-left: 47px !important;
}
.ms-48 {
  margin-left: 48px !important;
}
.ms-49 {
  margin-left: 49px !important;
}
.ms-50 {
  margin-left: 50px !important;
}
.ms-51 {
  margin-left: 51px !important;
}
.ms-52 {
  margin-left: 52px !important;
}
.ms-53 {
  margin-left: 53px !important;
}
.ms-54 {
  margin-left: 54px !important;
}
.ms-55 {
  margin-left: 55px !important;
}
.ms-56 {
  margin-left: 56px !important;
}
.ms-57 {
  margin-left: 57px !important;
}
.ms-58 {
  margin-left: 58px !important;
}
.ms-59 {
  margin-left: 59px !important;
}
.ms-60 {
  margin-left: 60px !important;
}
.ms-61 {
  margin-left: 61px !important;
}
.ms-62 {
  margin-left: 62px !important;
}
.ms-63 {
  margin-left: 63px !important;
}
.ms-64 {
  margin-left: 64px !important;
}
.ms-65 {
  margin-left: 65px !important;
}
.ms-66 {
  margin-left: 66px !important;
}
.ms-67 {
  margin-left: 67px !important;
}
.ms-68 {
  margin-left: 68px !important;
}
.ms-69 {
  margin-left: 69px !important;
}
.ms-70 {
  margin-left: 70px !important;
}
.ms-71 {
  margin-left: 71px !important;
}
.ms-72 {
  margin-left: 72px !important;
}
.ms-73 {
  margin-left: 73px !important;
}
.ms-74 {
  margin-left: 74px !important;
}
.ms-75 {
  margin-left: 75px !important;
}
.ms-76 {
  margin-left: 76px !important;
}
.ms-77 {
  margin-left: 77px !important;
}
.ms-78 {
  margin-left: 78px !important;
}
.ms-79 {
  margin-left: 79px !important;
}
.ms-80 {
  margin-left: 80px !important;
}
.ms-81 {
  margin-left: 81px !important;
}
.ms-82 {
  margin-left: 82px !important;
}
.ms-83 {
  margin-left: 83px !important;
}
.ms-84 {
  margin-left: 84px !important;
}
.ms-85 {
  margin-left: 85px !important;
}
.ms-86 {
  margin-left: 86px !important;
}
.ms-87 {
  margin-left: 87px !important;
}
.ms-88 {
  margin-left: 88px !important;
}
.ms-89 {
  margin-left: 89px !important;
}
.ms-90 {
  margin-left: 90px !important;
}
.ms-91 {
  margin-left: 91px !important;
}
.ms-92 {
  margin-left: 92px !important;
}
.ms-93 {
  margin-left: 93px !important;
}
.ms-94 {
  margin-left: 94px !important;
}
.ms-95 {
  margin-left: 95px !important;
}
.ms-96 {
  margin-left: 96px !important;
}
.ms-97 {
  margin-left: 97px !important;
}
.ms-98 {
  margin-left: 98px !important;
}
.ms-99 {
  margin-left: 99px !important;
}
.ms-100 {
  margin-left: 100px !important;
}
.ms-101 {
  margin-left: 101px !important;
}
.ms-102 {
  margin-left: 102px !important;
}
.ms-103 {
  margin-left: 103px !important;
}
.ms-104 {
  margin-left: 104px !important;
}
.ms-105 {
  margin-left: 105px !important;
}
.ms-106 {
  margin-left: 106px !important;
}
.ms-107 {
  margin-left: 107px !important;
}
.ms-108 {
  margin-left: 108px !important;
}
.ms-109 {
  margin-left: 109px !important;
}
.ms-110 {
  margin-left: 110px !important;
}
.ms-111 {
  margin-left: 111px !important;
}
.ms-112 {
  margin-left: 112px !important;
}
.ms-113 {
  margin-left: 113px !important;
}
.ms-114 {
  margin-left: 114px !important;
}
.ms-115 {
  margin-left: 115px !important;
}
.ms-116 {
  margin-left: 116px !important;
}
.ms-117 {
  margin-left: 117px !important;
}
.ms-118 {
  margin-left: 118px !important;
}
.ms-119 {
  margin-left: 119px !important;
}
.ms-120 {
  margin-left: 120px !important;
}
.ms-121 {
  margin-left: 121px !important;
}
.ms-122 {
  margin-left: 122px !important;
}
.ms-123 {
  margin-left: 123px !important;
}
.ms-124 {
  margin-left: 124px !important;
}
.ms-125 {
  margin-left: 125px !important;
}
.ms-126 {
  margin-left: 126px !important;
}
.ms-127 {
  margin-left: 127px !important;
}
.ms-128 {
  margin-left: 128px !important;
}
.ms-129 {
  margin-left: 129px !important;
}
.ms-130 {
  margin-left: 130px !important;
}
.ms-131 {
  margin-left: 131px !important;
}
.ms-132 {
  margin-left: 132px !important;
}
.ms-133 {
  margin-left: 133px !important;
}
.ms-134 {
  margin-left: 134px !important;
}
.ms-135 {
  margin-left: 135px !important;
}
.ms-136 {
  margin-left: 136px !important;
}
.ms-137 {
  margin-left: 137px !important;
}
.ms-138 {
  margin-left: 138px !important;
}
.ms-139 {
  margin-left: 139px !important;
}
.ms-140 {
  margin-left: 140px !important;
}
.ms-141 {
  margin-left: 141px !important;
}
.ms-142 {
  margin-left: 142px !important;
}
.ms-143 {
  margin-left: 143px !important;
}
.ms-144 {
  margin-left: 144px !important;
}
.ms-145 {
  margin-left: 145px !important;
}
.ms-146 {
  margin-left: 146px !important;
}
.ms-147 {
  margin-left: 147px !important;
}
.ms-148 {
  margin-left: 148px !important;
}
.ms-149 {
  margin-left: 149px !important;
}
.ms-150 {
  margin-left: 150px !important;
}
.ms-151 {
  margin-left: 151px !important;
}
.ms-152 {
  margin-left: 152px !important;
}
.ms-153 {
  margin-left: 153px !important;
}
.ms-154 {
  margin-left: 154px !important;
}
.ms-155 {
  margin-left: 155px !important;
}
.ms-156 {
  margin-left: 156px !important;
}
.ms-157 {
  margin-left: 157px !important;
}
.ms-158 {
  margin-left: 158px !important;
}
.ms-159 {
  margin-left: 159px !important;
}
.ms-160 {
  margin-left: 160px !important;
}
.ms-161 {
  margin-left: 161px !important;
}
.ms-162 {
  margin-left: 162px !important;
}
.ms-163 {
  margin-left: 163px !important;
}
.ms-164 {
  margin-left: 164px !important;
}
.ms-165 {
  margin-left: 165px !important;
}
.ms-166 {
  margin-left: 166px !important;
}
.ms-167 {
  margin-left: 167px !important;
}
.ms-168 {
  margin-left: 168px !important;
}
.ms-169 {
  margin-left: 169px !important;
}
.ms-170 {
  margin-left: 170px !important;
}
.ms-171 {
  margin-left: 171px !important;
}
.ms-172 {
  margin-left: 172px !important;
}
.ms-173 {
  margin-left: 173px !important;
}
.ms-174 {
  margin-left: 174px !important;
}
.ms-175 {
  margin-left: 175px !important;
}
.ms-176 {
  margin-left: 176px !important;
}
.ms-177 {
  margin-left: 177px !important;
}
.ms-178 {
  margin-left: 178px !important;
}
.ms-179 {
  margin-left: 179px !important;
}
.ms-180 {
  margin-left: 180px !important;
}
.ms-181 {
  margin-left: 181px !important;
}
.ms-182 {
  margin-left: 182px !important;
}
.ms-183 {
  margin-left: 183px !important;
}
.ms-184 {
  margin-left: 184px !important;
}
.ms-185 {
  margin-left: 185px !important;
}
.ms-186 {
  margin-left: 186px !important;
}
.ms-187 {
  margin-left: 187px !important;
}
.ms-188 {
  margin-left: 188px !important;
}
.ms-189 {
  margin-left: 189px !important;
}
.ms-190 {
  margin-left: 190px !important;
}
.ms-191 {
  margin-left: 191px !important;
}
.ms-192 {
  margin-left: 192px !important;
}
.ms-193 {
  margin-left: 193px !important;
}
.ms-194 {
  margin-left: 194px !important;
}
.ms-195 {
  margin-left: 195px !important;
}
.ms-196 {
  margin-left: 196px !important;
}
.ms-197 {
  margin-left: 197px !important;
}
.ms-198 {
  margin-left: 198px !important;
}
.ms-199 {
  margin-left: 199px !important;
}
.ms-200 {
  margin-left: 200px !important;
}
.ms-201 {
  margin-left: 201px !important;
}
.ms-202 {
  margin-left: 202px !important;
}
.ms-203 {
  margin-left: 203px !important;
}
.ms-204 {
  margin-left: 204px !important;
}
.ms-205 {
  margin-left: 205px !important;
}
.ms-206 {
  margin-left: 206px !important;
}
.ms-207 {
  margin-left: 207px !important;
}
.ms-208 {
  margin-left: 208px !important;
}
.ms-209 {
  margin-left: 209px !important;
}
.ms-210 {
  margin-left: 210px !important;
}
.ms-211 {
  margin-left: 211px !important;
}
.ms-212 {
  margin-left: 212px !important;
}
.ms-213 {
  margin-left: 213px !important;
}
.ms-214 {
  margin-left: 214px !important;
}
.ms-215 {
  margin-left: 215px !important;
}
.ms-216 {
  margin-left: 216px !important;
}
.ms-217 {
  margin-left: 217px !important;
}
.ms-218 {
  margin-left: 218px !important;
}
.ms-219 {
  margin-left: 219px !important;
}
.ms-220 {
  margin-left: 220px !important;
}
.ms-221 {
  margin-left: 221px !important;
}
.ms-222 {
  margin-left: 222px !important;
}
.ms-223 {
  margin-left: 223px !important;
}
.ms-224 {
  margin-left: 224px !important;
}
.ms-225 {
  margin-left: 225px !important;
}
.ms-226 {
  margin-left: 226px !important;
}
.ms-227 {
  margin-left: 227px !important;
}
.ms-228 {
  margin-left: 228px !important;
}
.ms-229 {
  margin-left: 229px !important;
}
.ms-230 {
  margin-left: 230px !important;
}
.ms-231 {
  margin-left: 231px !important;
}
.ms-232 {
  margin-left: 232px !important;
}
.ms-233 {
  margin-left: 233px !important;
}
.ms-234 {
  margin-left: 234px !important;
}
.ms-235 {
  margin-left: 235px !important;
}
.ms-236 {
  margin-left: 236px !important;
}
.ms-237 {
  margin-left: 237px !important;
}
.ms-238 {
  margin-left: 238px !important;
}
.ms-239 {
  margin-left: 239px !important;
}
.ms-240 {
  margin-left: 240px !important;
}
.ms-241 {
  margin-left: 241px !important;
}
.ms-242 {
  margin-left: 242px !important;
}
.ms-243 {
  margin-left: 243px !important;
}
.ms-244 {
  margin-left: 244px !important;
}
.ms-245 {
  margin-left: 245px !important;
}
.ms-246 {
  margin-left: 246px !important;
}
.ms-247 {
  margin-left: 247px !important;
}
.ms-248 {
  margin-left: 248px !important;
}
.ms-249 {
  margin-left: 249px !important;
}
.ms-250 {
  margin-left: 250px !important;
}
.ms-251 {
  margin-left: 251px !important;
}
.ms-252 {
  margin-left: 252px !important;
}
.ms-253 {
  margin-left: 253px !important;
}
.ms-254 {
  margin-left: 254px !important;
}
.ms-255 {
  margin-left: 255px !important;
}
.ms-256 {
  margin-left: 256px !important;
}
.ms-257 {
  margin-left: 257px !important;
}
.ms-258 {
  margin-left: 258px !important;
}
.ms-259 {
  margin-left: 259px !important;
}
.ms-260 {
  margin-left: 260px !important;
}
.ms-261 {
  margin-left: 261px !important;
}
.ms-262 {
  margin-left: 262px !important;
}
.ms-263 {
  margin-left: 263px !important;
}
.ms-264 {
  margin-left: 264px !important;
}
.ms-265 {
  margin-left: 265px !important;
}
.ms-266 {
  margin-left: 266px !important;
}
.ms-267 {
  margin-left: 267px !important;
}
.ms-268 {
  margin-left: 268px !important;
}
.ms-269 {
  margin-left: 269px !important;
}
.ms-270 {
  margin-left: 270px !important;
}
.ms-271 {
  margin-left: 271px !important;
}
.ms-272 {
  margin-left: 272px !important;
}
.ms-273 {
  margin-left: 273px !important;
}
.ms-274 {
  margin-left: 274px !important;
}
.ms-275 {
  margin-left: 275px !important;
}
.ms-276 {
  margin-left: 276px !important;
}
.ms-277 {
  margin-left: 277px !important;
}
.ms-278 {
  margin-left: 278px !important;
}
.ms-279 {
  margin-left: 279px !important;
}
.ms-280 {
  margin-left: 280px !important;
}
.ms-281 {
  margin-left: 281px !important;
}
.ms-282 {
  margin-left: 282px !important;
}
.ms-283 {
  margin-left: 283px !important;
}
.ms-284 {
  margin-left: 284px !important;
}
.ms-285 {
  margin-left: 285px !important;
}
.ms-286 {
  margin-left: 286px !important;
}
.ms-287 {
  margin-left: 287px !important;
}
.ms-288 {
  margin-left: 288px !important;
}
.ms-289 {
  margin-left: 289px !important;
}
.ms-290 {
  margin-left: 290px !important;
}
.ms-291 {
  margin-left: 291px !important;
}
.ms-292 {
  margin-left: 292px !important;
}
.ms-293 {
  margin-left: 293px !important;
}
.ms-294 {
  margin-left: 294px !important;
}
.ms-295 {
  margin-left: 295px !important;
}
.ms-296 {
  margin-left: 296px !important;
}
.ms-297 {
  margin-left: 297px !important;
}
.ms-298 {
  margin-left: 298px !important;
}
.ms-299 {
  margin-left: 299px !important;
}
.ms-300 {
  margin-left: 300px !important;
}
.ms-301 {
  margin-left: 301px !important;
}
.ms-302 {
  margin-left: 302px !important;
}
.ms-303 {
  margin-left: 303px !important;
}
.ms-304 {
  margin-left: 304px !important;
}
.ms-305 {
  margin-left: 305px !important;
}
.ms-306 {
  margin-left: 306px !important;
}
.ms-307 {
  margin-left: 307px !important;
}
.ms-308 {
  margin-left: 308px !important;
}
.ms-309 {
  margin-left: 309px !important;
}
.ms-310 {
  margin-left: 310px !important;
}
.ms-311 {
  margin-left: 311px !important;
}
.ms-312 {
  margin-left: 312px !important;
}
.ms-313 {
  margin-left: 313px !important;
}
.ms-314 {
  margin-left: 314px !important;
}
.ms-315 {
  margin-left: 315px !important;
}
.ms-316 {
  margin-left: 316px !important;
}
.ms-317 {
  margin-left: 317px !important;
}
.ms-318 {
  margin-left: 318px !important;
}
.ms-319 {
  margin-left: 319px !important;
}
.ms-320 {
  margin-left: 320px !important;
}
.ms-321 {
  margin-left: 321px !important;
}
.ms-322 {
  margin-left: 322px !important;
}
.ms-323 {
  margin-left: 323px !important;
}
.ms-324 {
  margin-left: 324px !important;
}
.ms-325 {
  margin-left: 325px !important;
}
.ms-326 {
  margin-left: 326px !important;
}
.ms-327 {
  margin-left: 327px !important;
}
.ms-328 {
  margin-left: 328px !important;
}
.ms-329 {
  margin-left: 329px !important;
}
.ms-330 {
  margin-left: 330px !important;
}
.ms-331 {
  margin-left: 331px !important;
}
.ms-332 {
  margin-left: 332px !important;
}
.ms-333 {
  margin-left: 333px !important;
}
.ms-334 {
  margin-left: 334px !important;
}
.ms-335 {
  margin-left: 335px !important;
}
.ms-336 {
  margin-left: 336px !important;
}
.ms-337 {
  margin-left: 337px !important;
}
.ms-338 {
  margin-left: 338px !important;
}
.ms-339 {
  margin-left: 339px !important;
}
.ms-340 {
  margin-left: 340px !important;
}
.ms-341 {
  margin-left: 341px !important;
}
.ms-342 {
  margin-left: 342px !important;
}
.ms-343 {
  margin-left: 343px !important;
}
.ms-344 {
  margin-left: 344px !important;
}
.ms-345 {
  margin-left: 345px !important;
}
.ms-346 {
  margin-left: 346px !important;
}
.ms-347 {
  margin-left: 347px !important;
}
.ms-348 {
  margin-left: 348px !important;
}
.ms-349 {
  margin-left: 349px !important;
}
.ms-350 {
  margin-left: 350px !important;
}
.ms-351 {
  margin-left: 351px !important;
}
.ms-352 {
  margin-left: 352px !important;
}
.ms-353 {
  margin-left: 353px !important;
}
.ms-354 {
  margin-left: 354px !important;
}
.ms-355 {
  margin-left: 355px !important;
}
.ms-356 {
  margin-left: 356px !important;
}
.ms-357 {
  margin-left: 357px !important;
}
.ms-358 {
  margin-left: 358px !important;
}
.ms-359 {
  margin-left: 359px !important;
}
.ms-360 {
  margin-left: 360px !important;
}
.ms-361 {
  margin-left: 361px !important;
}
.ms-362 {
  margin-left: 362px !important;
}
.ms-363 {
  margin-left: 363px !important;
}
.ms-364 {
  margin-left: 364px !important;
}
.ms-365 {
  margin-left: 365px !important;
}
.ms-366 {
  margin-left: 366px !important;
}
.ms-367 {
  margin-left: 367px !important;
}
.ms-368 {
  margin-left: 368px !important;
}
.ms-369 {
  margin-left: 369px !important;
}
.ms-370 {
  margin-left: 370px !important;
}
.ms-371 {
  margin-left: 371px !important;
}
.ms-372 {
  margin-left: 372px !important;
}
.ms-373 {
  margin-left: 373px !important;
}
.ms-374 {
  margin-left: 374px !important;
}
.ms-375 {
  margin-left: 375px !important;
}
.ms-376 {
  margin-left: 376px !important;
}
.ms-377 {
  margin-left: 377px !important;
}
.ms-378 {
  margin-left: 378px !important;
}
.ms-379 {
  margin-left: 379px !important;
}
.ms-380 {
  margin-left: 380px !important;
}
.ms-381 {
  margin-left: 381px !important;
}
.ms-382 {
  margin-left: 382px !important;
}
.ms-383 {
  margin-left: 383px !important;
}
.ms-384 {
  margin-left: 384px !important;
}
.ms-385 {
  margin-left: 385px !important;
}
.ms-386 {
  margin-left: 386px !important;
}
.ms-387 {
  margin-left: 387px !important;
}
.ms-388 {
  margin-left: 388px !important;
}
.ms-389 {
  margin-left: 389px !important;
}
.ms-390 {
  margin-left: 390px !important;
}
.ms-391 {
  margin-left: 391px !important;
}
.ms-392 {
  margin-left: 392px !important;
}
.ms-393 {
  margin-left: 393px !important;
}
.ms-394 {
  margin-left: 394px !important;
}
.ms-395 {
  margin-left: 395px !important;
}
.ms-396 {
  margin-left: 396px !important;
}
.ms-397 {
  margin-left: 397px !important;
}
.ms-398 {
  margin-left: 398px !important;
}
.ms-399 {
  margin-left: 399px !important;
}
.ms-400 {
  margin-left: 400px !important;
}
.ms-401 {
  margin-left: 401px !important;
}
.ms-402 {
  margin-left: 402px !important;
}
.ms-403 {
  margin-left: 403px !important;
}
.ms-404 {
  margin-left: 404px !important;
}
.ms-405 {
  margin-left: 405px !important;
}
.ms-406 {
  margin-left: 406px !important;
}
.ms-407 {
  margin-left: 407px !important;
}
.ms-408 {
  margin-left: 408px !important;
}
.ms-409 {
  margin-left: 409px !important;
}
.ms-410 {
  margin-left: 410px !important;
}
.ms-411 {
  margin-left: 411px !important;
}
.ms-412 {
  margin-left: 412px !important;
}
.ms-413 {
  margin-left: 413px !important;
}
.ms-414 {
  margin-left: 414px !important;
}
.ms-415 {
  margin-left: 415px !important;
}
.ms-416 {
  margin-left: 416px !important;
}
.ms-417 {
  margin-left: 417px !important;
}
.ms-418 {
  margin-left: 418px !important;
}
.ms-419 {
  margin-left: 419px !important;
}
.ms-420 {
  margin-left: 420px !important;
}
.ms-421 {
  margin-left: 421px !important;
}
.ms-422 {
  margin-left: 422px !important;
}
.ms-423 {
  margin-left: 423px !important;
}
.ms-424 {
  margin-left: 424px !important;
}
.ms-425 {
  margin-left: 425px !important;
}
.ms-426 {
  margin-left: 426px !important;
}
.ms-427 {
  margin-left: 427px !important;
}
.ms-428 {
  margin-left: 428px !important;
}
.ms-429 {
  margin-left: 429px !important;
}
.ms-430 {
  margin-left: 430px !important;
}
.ms-431 {
  margin-left: 431px !important;
}
.ms-432 {
  margin-left: 432px !important;
}
.ms-433 {
  margin-left: 433px !important;
}
.ms-434 {
  margin-left: 434px !important;
}
.ms-435 {
  margin-left: 435px !important;
}
.ms-436 {
  margin-left: 436px !important;
}
.ms-437 {
  margin-left: 437px !important;
}
.ms-438 {
  margin-left: 438px !important;
}
.ms-439 {
  margin-left: 439px !important;
}
.ms-440 {
  margin-left: 440px !important;
}
.ms-441 {
  margin-left: 441px !important;
}
.ms-442 {
  margin-left: 442px !important;
}
.ms-443 {
  margin-left: 443px !important;
}
.ms-444 {
  margin-left: 444px !important;
}
.ms-445 {
  margin-left: 445px !important;
}
.ms-446 {
  margin-left: 446px !important;
}
.ms-447 {
  margin-left: 447px !important;
}
.ms-448 {
  margin-left: 448px !important;
}
.ms-449 {
  margin-left: 449px !important;
}
.ms-450 {
  margin-left: 450px !important;
}
.ms-451 {
  margin-left: 451px !important;
}
.ms-452 {
  margin-left: 452px !important;
}
.ms-453 {
  margin-left: 453px !important;
}
.ms-454 {
  margin-left: 454px !important;
}
.ms-455 {
  margin-left: 455px !important;
}
.ms-456 {
  margin-left: 456px !important;
}
.ms-457 {
  margin-left: 457px !important;
}
.ms-458 {
  margin-left: 458px !important;
}
.ms-459 {
  margin-left: 459px !important;
}
.ms-460 {
  margin-left: 460px !important;
}
.ms-461 {
  margin-left: 461px !important;
}
.ms-462 {
  margin-left: 462px !important;
}
.ms-463 {
  margin-left: 463px !important;
}
.ms-464 {
  margin-left: 464px !important;
}
.ms-465 {
  margin-left: 465px !important;
}
.ms-466 {
  margin-left: 466px !important;
}
.ms-467 {
  margin-left: 467px !important;
}
.ms-468 {
  margin-left: 468px !important;
}
.ms-469 {
  margin-left: 469px !important;
}
.ms-470 {
  margin-left: 470px !important;
}
.ms-471 {
  margin-left: 471px !important;
}
.ms-472 {
  margin-left: 472px !important;
}
.ms-473 {
  margin-left: 473px !important;
}
.ms-474 {
  margin-left: 474px !important;
}
.ms-475 {
  margin-left: 475px !important;
}
.ms-476 {
  margin-left: 476px !important;
}
.ms-477 {
  margin-left: 477px !important;
}
.ms-478 {
  margin-left: 478px !important;
}
.ms-479 {
  margin-left: 479px !important;
}
.ms-480 {
  margin-left: 480px !important;
}
.ms-481 {
  margin-left: 481px !important;
}
.ms-482 {
  margin-left: 482px !important;
}
.ms-483 {
  margin-left: 483px !important;
}
.ms-484 {
  margin-left: 484px !important;
}
.ms-485 {
  margin-left: 485px !important;
}
.ms-486 {
  margin-left: 486px !important;
}
.ms-487 {
  margin-left: 487px !important;
}
.ms-488 {
  margin-left: 488px !important;
}
.ms-489 {
  margin-left: 489px !important;
}
.ms-490 {
  margin-left: 490px !important;
}
.ms-491 {
  margin-left: 491px !important;
}
.ms-492 {
  margin-left: 492px !important;
}
.ms-493 {
  margin-left: 493px !important;
}
.ms-494 {
  margin-left: 494px !important;
}
.ms-495 {
  margin-left: 495px !important;
}
.ms-496 {
  margin-left: 496px !important;
}
.ms-497 {
  margin-left: 497px !important;
}
.ms-498 {
  margin-left: 498px !important;
}
.ms-499 {
  margin-left: 499px !important;
}
.ms-500 {
  margin-left: 500px !important;
}
.ms-501 {
  margin-left: 501px !important;
}
.ms-502 {
  margin-left: 502px !important;
}
.ms-503 {
  margin-left: 503px !important;
}
.ms-504 {
  margin-left: 504px !important;
}
.ms-505 {
  margin-left: 505px !important;
}
.ms-506 {
  margin-left: 506px !important;
}
.ms-507 {
  margin-left: 507px !important;
}
.ms-508 {
  margin-left: 508px !important;
}
.ms-509 {
  margin-left: 509px !important;
}
.ms-510 {
  margin-left: 510px !important;
}
.ms-511 {
  margin-left: 511px !important;
}
.ms-512 {
  margin-left: 512px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 1px !important;
}
.p-2 {
  padding: 2px !important;
}
.p-3 {
  padding: 3px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-6 {
  padding: 6px !important;
}
.p-7 {
  padding: 7px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-9 {
  padding: 9px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-11 {
  padding: 11px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-13 {
  padding: 13px !important;
}
.p-14 {
  padding: 14px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-17 {
  padding: 17px !important;
}
.p-18 {
  padding: 18px !important;
}
.p-19 {
  padding: 19px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-21 {
  padding: 21px !important;
}
.p-22 {
  padding: 22px !important;
}
.p-23 {
  padding: 23px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-26 {
  padding: 26px !important;
}
.p-27 {
  padding: 27px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-29 {
  padding: 29px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-31 {
  padding: 31px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-33 {
  padding: 33px !important;
}
.p-34 {
  padding: 34px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-37 {
  padding: 37px !important;
}
.p-38 {
  padding: 38px !important;
}
.p-39 {
  padding: 39px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-41 {
  padding: 41px !important;
}
.p-42 {
  padding: 42px !important;
}
.p-43 {
  padding: 43px !important;
}
.p-44 {
  padding: 44px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-46 {
  padding: 46px !important;
}
.p-47 {
  padding: 47px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-49 {
  padding: 49px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-51 {
  padding: 51px !important;
}
.p-52 {
  padding: 52px !important;
}
.p-53 {
  padding: 53px !important;
}
.p-54 {
  padding: 54px !important;
}
.p-55 {
  padding: 55px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-57 {
  padding: 57px !important;
}
.p-58 {
  padding: 58px !important;
}
.p-59 {
  padding: 59px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-61 {
  padding: 61px !important;
}
.p-62 {
  padding: 62px !important;
}
.p-63 {
  padding: 63px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-65 {
  padding: 65px !important;
}
.p-66 {
  padding: 66px !important;
}
.p-67 {
  padding: 67px !important;
}
.p-68 {
  padding: 68px !important;
}
.p-69 {
  padding: 69px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-71 {
  padding: 71px !important;
}
.p-72 {
  padding: 72px !important;
}
.p-73 {
  padding: 73px !important;
}
.p-74 {
  padding: 74px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-76 {
  padding: 76px !important;
}
.p-77 {
  padding: 77px !important;
}
.p-78 {
  padding: 78px !important;
}
.p-79 {
  padding: 79px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-81 {
  padding: 81px !important;
}
.p-82 {
  padding: 82px !important;
}
.p-83 {
  padding: 83px !important;
}
.p-84 {
  padding: 84px !important;
}
.p-85 {
  padding: 85px !important;
}
.p-86 {
  padding: 86px !important;
}
.p-87 {
  padding: 87px !important;
}
.p-88 {
  padding: 88px !important;
}
.p-89 {
  padding: 89px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-91 {
  padding: 91px !important;
}
.p-92 {
  padding: 92px !important;
}
.p-93 {
  padding: 93px !important;
}
.p-94 {
  padding: 94px !important;
}
.p-95 {
  padding: 95px !important;
}
.p-96 {
  padding: 96px !important;
}
.p-97 {
  padding: 97px !important;
}
.p-98 {
  padding: 98px !important;
}
.p-99 {
  padding: 99px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-101 {
  padding: 101px !important;
}
.p-102 {
  padding: 102px !important;
}
.p-103 {
  padding: 103px !important;
}
.p-104 {
  padding: 104px !important;
}
.p-105 {
  padding: 105px !important;
}
.p-106 {
  padding: 106px !important;
}
.p-107 {
  padding: 107px !important;
}
.p-108 {
  padding: 108px !important;
}
.p-109 {
  padding: 109px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-111 {
  padding: 111px !important;
}
.p-112 {
  padding: 112px !important;
}
.p-113 {
  padding: 113px !important;
}
.p-114 {
  padding: 114px !important;
}
.p-115 {
  padding: 115px !important;
}
.p-116 {
  padding: 116px !important;
}
.p-117 {
  padding: 117px !important;
}
.p-118 {
  padding: 118px !important;
}
.p-119 {
  padding: 119px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-121 {
  padding: 121px !important;
}
.p-122 {
  padding: 122px !important;
}
.p-123 {
  padding: 123px !important;
}
.p-124 {
  padding: 124px !important;
}
.p-125 {
  padding: 125px !important;
}
.p-126 {
  padding: 126px !important;
}
.p-127 {
  padding: 127px !important;
}
.p-128 {
  padding: 128px !important;
}
.p-129 {
  padding: 129px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-131 {
  padding: 131px !important;
}
.p-132 {
  padding: 132px !important;
}
.p-133 {
  padding: 133px !important;
}
.p-134 {
  padding: 134px !important;
}
.p-135 {
  padding: 135px !important;
}
.p-136 {
  padding: 136px !important;
}
.p-137 {
  padding: 137px !important;
}
.p-138 {
  padding: 138px !important;
}
.p-139 {
  padding: 139px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-141 {
  padding: 141px !important;
}
.p-142 {
  padding: 142px !important;
}
.p-143 {
  padding: 143px !important;
}
.p-144 {
  padding: 144px !important;
}
.p-145 {
  padding: 145px !important;
}
.p-146 {
  padding: 146px !important;
}
.p-147 {
  padding: 147px !important;
}
.p-148 {
  padding: 148px !important;
}
.p-149 {
  padding: 149px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-151 {
  padding: 151px !important;
}
.p-152 {
  padding: 152px !important;
}
.p-153 {
  padding: 153px !important;
}
.p-154 {
  padding: 154px !important;
}
.p-155 {
  padding: 155px !important;
}
.p-156 {
  padding: 156px !important;
}
.p-157 {
  padding: 157px !important;
}
.p-158 {
  padding: 158px !important;
}
.p-159 {
  padding: 159px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-161 {
  padding: 161px !important;
}
.p-162 {
  padding: 162px !important;
}
.p-163 {
  padding: 163px !important;
}
.p-164 {
  padding: 164px !important;
}
.p-165 {
  padding: 165px !important;
}
.p-166 {
  padding: 166px !important;
}
.p-167 {
  padding: 167px !important;
}
.p-168 {
  padding: 168px !important;
}
.p-169 {
  padding: 169px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-171 {
  padding: 171px !important;
}
.p-172 {
  padding: 172px !important;
}
.p-173 {
  padding: 173px !important;
}
.p-174 {
  padding: 174px !important;
}
.p-175 {
  padding: 175px !important;
}
.p-176 {
  padding: 176px !important;
}
.p-177 {
  padding: 177px !important;
}
.p-178 {
  padding: 178px !important;
}
.p-179 {
  padding: 179px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-181 {
  padding: 181px !important;
}
.p-182 {
  padding: 182px !important;
}
.p-183 {
  padding: 183px !important;
}
.p-184 {
  padding: 184px !important;
}
.p-185 {
  padding: 185px !important;
}
.p-186 {
  padding: 186px !important;
}
.p-187 {
  padding: 187px !important;
}
.p-188 {
  padding: 188px !important;
}
.p-189 {
  padding: 189px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-191 {
  padding: 191px !important;
}
.p-192 {
  padding: 192px !important;
}
.p-193 {
  padding: 193px !important;
}
.p-194 {
  padding: 194px !important;
}
.p-195 {
  padding: 195px !important;
}
.p-196 {
  padding: 196px !important;
}
.p-197 {
  padding: 197px !important;
}
.p-198 {
  padding: 198px !important;
}
.p-199 {
  padding: 199px !important;
}
.p-200 {
  padding: 200px !important;
}
.p-201 {
  padding: 201px !important;
}
.p-202 {
  padding: 202px !important;
}
.p-203 {
  padding: 203px !important;
}
.p-204 {
  padding: 204px !important;
}
.p-205 {
  padding: 205px !important;
}
.p-206 {
  padding: 206px !important;
}
.p-207 {
  padding: 207px !important;
}
.p-208 {
  padding: 208px !important;
}
.p-209 {
  padding: 209px !important;
}
.p-210 {
  padding: 210px !important;
}
.p-211 {
  padding: 211px !important;
}
.p-212 {
  padding: 212px !important;
}
.p-213 {
  padding: 213px !important;
}
.p-214 {
  padding: 214px !important;
}
.p-215 {
  padding: 215px !important;
}
.p-216 {
  padding: 216px !important;
}
.p-217 {
  padding: 217px !important;
}
.p-218 {
  padding: 218px !important;
}
.p-219 {
  padding: 219px !important;
}
.p-220 {
  padding: 220px !important;
}
.p-221 {
  padding: 221px !important;
}
.p-222 {
  padding: 222px !important;
}
.p-223 {
  padding: 223px !important;
}
.p-224 {
  padding: 224px !important;
}
.p-225 {
  padding: 225px !important;
}
.p-226 {
  padding: 226px !important;
}
.p-227 {
  padding: 227px !important;
}
.p-228 {
  padding: 228px !important;
}
.p-229 {
  padding: 229px !important;
}
.p-230 {
  padding: 230px !important;
}
.p-231 {
  padding: 231px !important;
}
.p-232 {
  padding: 232px !important;
}
.p-233 {
  padding: 233px !important;
}
.p-234 {
  padding: 234px !important;
}
.p-235 {
  padding: 235px !important;
}
.p-236 {
  padding: 236px !important;
}
.p-237 {
  padding: 237px !important;
}
.p-238 {
  padding: 238px !important;
}
.p-239 {
  padding: 239px !important;
}
.p-240 {
  padding: 240px !important;
}
.p-241 {
  padding: 241px !important;
}
.p-242 {
  padding: 242px !important;
}
.p-243 {
  padding: 243px !important;
}
.p-244 {
  padding: 244px !important;
}
.p-245 {
  padding: 245px !important;
}
.p-246 {
  padding: 246px !important;
}
.p-247 {
  padding: 247px !important;
}
.p-248 {
  padding: 248px !important;
}
.p-249 {
  padding: 249px !important;
}
.p-250 {
  padding: 250px !important;
}
.p-251 {
  padding: 251px !important;
}
.p-252 {
  padding: 252px !important;
}
.p-253 {
  padding: 253px !important;
}
.p-254 {
  padding: 254px !important;
}
.p-255 {
  padding: 255px !important;
}
.p-256 {
  padding: 256px !important;
}
.p-257 {
  padding: 257px !important;
}
.p-258 {
  padding: 258px !important;
}
.p-259 {
  padding: 259px !important;
}
.p-260 {
  padding: 260px !important;
}
.p-261 {
  padding: 261px !important;
}
.p-262 {
  padding: 262px !important;
}
.p-263 {
  padding: 263px !important;
}
.p-264 {
  padding: 264px !important;
}
.p-265 {
  padding: 265px !important;
}
.p-266 {
  padding: 266px !important;
}
.p-267 {
  padding: 267px !important;
}
.p-268 {
  padding: 268px !important;
}
.p-269 {
  padding: 269px !important;
}
.p-270 {
  padding: 270px !important;
}
.p-271 {
  padding: 271px !important;
}
.p-272 {
  padding: 272px !important;
}
.p-273 {
  padding: 273px !important;
}
.p-274 {
  padding: 274px !important;
}
.p-275 {
  padding: 275px !important;
}
.p-276 {
  padding: 276px !important;
}
.p-277 {
  padding: 277px !important;
}
.p-278 {
  padding: 278px !important;
}
.p-279 {
  padding: 279px !important;
}
.p-280 {
  padding: 280px !important;
}
.p-281 {
  padding: 281px !important;
}
.p-282 {
  padding: 282px !important;
}
.p-283 {
  padding: 283px !important;
}
.p-284 {
  padding: 284px !important;
}
.p-285 {
  padding: 285px !important;
}
.p-286 {
  padding: 286px !important;
}
.p-287 {
  padding: 287px !important;
}
.p-288 {
  padding: 288px !important;
}
.p-289 {
  padding: 289px !important;
}
.p-290 {
  padding: 290px !important;
}
.p-291 {
  padding: 291px !important;
}
.p-292 {
  padding: 292px !important;
}
.p-293 {
  padding: 293px !important;
}
.p-294 {
  padding: 294px !important;
}
.p-295 {
  padding: 295px !important;
}
.p-296 {
  padding: 296px !important;
}
.p-297 {
  padding: 297px !important;
}
.p-298 {
  padding: 298px !important;
}
.p-299 {
  padding: 299px !important;
}
.p-300 {
  padding: 300px !important;
}
.p-301 {
  padding: 301px !important;
}
.p-302 {
  padding: 302px !important;
}
.p-303 {
  padding: 303px !important;
}
.p-304 {
  padding: 304px !important;
}
.p-305 {
  padding: 305px !important;
}
.p-306 {
  padding: 306px !important;
}
.p-307 {
  padding: 307px !important;
}
.p-308 {
  padding: 308px !important;
}
.p-309 {
  padding: 309px !important;
}
.p-310 {
  padding: 310px !important;
}
.p-311 {
  padding: 311px !important;
}
.p-312 {
  padding: 312px !important;
}
.p-313 {
  padding: 313px !important;
}
.p-314 {
  padding: 314px !important;
}
.p-315 {
  padding: 315px !important;
}
.p-316 {
  padding: 316px !important;
}
.p-317 {
  padding: 317px !important;
}
.p-318 {
  padding: 318px !important;
}
.p-319 {
  padding: 319px !important;
}
.p-320 {
  padding: 320px !important;
}
.p-321 {
  padding: 321px !important;
}
.p-322 {
  padding: 322px !important;
}
.p-323 {
  padding: 323px !important;
}
.p-324 {
  padding: 324px !important;
}
.p-325 {
  padding: 325px !important;
}
.p-326 {
  padding: 326px !important;
}
.p-327 {
  padding: 327px !important;
}
.p-328 {
  padding: 328px !important;
}
.p-329 {
  padding: 329px !important;
}
.p-330 {
  padding: 330px !important;
}
.p-331 {
  padding: 331px !important;
}
.p-332 {
  padding: 332px !important;
}
.p-333 {
  padding: 333px !important;
}
.p-334 {
  padding: 334px !important;
}
.p-335 {
  padding: 335px !important;
}
.p-336 {
  padding: 336px !important;
}
.p-337 {
  padding: 337px !important;
}
.p-338 {
  padding: 338px !important;
}
.p-339 {
  padding: 339px !important;
}
.p-340 {
  padding: 340px !important;
}
.p-341 {
  padding: 341px !important;
}
.p-342 {
  padding: 342px !important;
}
.p-343 {
  padding: 343px !important;
}
.p-344 {
  padding: 344px !important;
}
.p-345 {
  padding: 345px !important;
}
.p-346 {
  padding: 346px !important;
}
.p-347 {
  padding: 347px !important;
}
.p-348 {
  padding: 348px !important;
}
.p-349 {
  padding: 349px !important;
}
.p-350 {
  padding: 350px !important;
}
.p-351 {
  padding: 351px !important;
}
.p-352 {
  padding: 352px !important;
}
.p-353 {
  padding: 353px !important;
}
.p-354 {
  padding: 354px !important;
}
.p-355 {
  padding: 355px !important;
}
.p-356 {
  padding: 356px !important;
}
.p-357 {
  padding: 357px !important;
}
.p-358 {
  padding: 358px !important;
}
.p-359 {
  padding: 359px !important;
}
.p-360 {
  padding: 360px !important;
}
.p-361 {
  padding: 361px !important;
}
.p-362 {
  padding: 362px !important;
}
.p-363 {
  padding: 363px !important;
}
.p-364 {
  padding: 364px !important;
}
.p-365 {
  padding: 365px !important;
}
.p-366 {
  padding: 366px !important;
}
.p-367 {
  padding: 367px !important;
}
.p-368 {
  padding: 368px !important;
}
.p-369 {
  padding: 369px !important;
}
.p-370 {
  padding: 370px !important;
}
.p-371 {
  padding: 371px !important;
}
.p-372 {
  padding: 372px !important;
}
.p-373 {
  padding: 373px !important;
}
.p-374 {
  padding: 374px !important;
}
.p-375 {
  padding: 375px !important;
}
.p-376 {
  padding: 376px !important;
}
.p-377 {
  padding: 377px !important;
}
.p-378 {
  padding: 378px !important;
}
.p-379 {
  padding: 379px !important;
}
.p-380 {
  padding: 380px !important;
}
.p-381 {
  padding: 381px !important;
}
.p-382 {
  padding: 382px !important;
}
.p-383 {
  padding: 383px !important;
}
.p-384 {
  padding: 384px !important;
}
.p-385 {
  padding: 385px !important;
}
.p-386 {
  padding: 386px !important;
}
.p-387 {
  padding: 387px !important;
}
.p-388 {
  padding: 388px !important;
}
.p-389 {
  padding: 389px !important;
}
.p-390 {
  padding: 390px !important;
}
.p-391 {
  padding: 391px !important;
}
.p-392 {
  padding: 392px !important;
}
.p-393 {
  padding: 393px !important;
}
.p-394 {
  padding: 394px !important;
}
.p-395 {
  padding: 395px !important;
}
.p-396 {
  padding: 396px !important;
}
.p-397 {
  padding: 397px !important;
}
.p-398 {
  padding: 398px !important;
}
.p-399 {
  padding: 399px !important;
}
.p-400 {
  padding: 400px !important;
}
.p-401 {
  padding: 401px !important;
}
.p-402 {
  padding: 402px !important;
}
.p-403 {
  padding: 403px !important;
}
.p-404 {
  padding: 404px !important;
}
.p-405 {
  padding: 405px !important;
}
.p-406 {
  padding: 406px !important;
}
.p-407 {
  padding: 407px !important;
}
.p-408 {
  padding: 408px !important;
}
.p-409 {
  padding: 409px !important;
}
.p-410 {
  padding: 410px !important;
}
.p-411 {
  padding: 411px !important;
}
.p-412 {
  padding: 412px !important;
}
.p-413 {
  padding: 413px !important;
}
.p-414 {
  padding: 414px !important;
}
.p-415 {
  padding: 415px !important;
}
.p-416 {
  padding: 416px !important;
}
.p-417 {
  padding: 417px !important;
}
.p-418 {
  padding: 418px !important;
}
.p-419 {
  padding: 419px !important;
}
.p-420 {
  padding: 420px !important;
}
.p-421 {
  padding: 421px !important;
}
.p-422 {
  padding: 422px !important;
}
.p-423 {
  padding: 423px !important;
}
.p-424 {
  padding: 424px !important;
}
.p-425 {
  padding: 425px !important;
}
.p-426 {
  padding: 426px !important;
}
.p-427 {
  padding: 427px !important;
}
.p-428 {
  padding: 428px !important;
}
.p-429 {
  padding: 429px !important;
}
.p-430 {
  padding: 430px !important;
}
.p-431 {
  padding: 431px !important;
}
.p-432 {
  padding: 432px !important;
}
.p-433 {
  padding: 433px !important;
}
.p-434 {
  padding: 434px !important;
}
.p-435 {
  padding: 435px !important;
}
.p-436 {
  padding: 436px !important;
}
.p-437 {
  padding: 437px !important;
}
.p-438 {
  padding: 438px !important;
}
.p-439 {
  padding: 439px !important;
}
.p-440 {
  padding: 440px !important;
}
.p-441 {
  padding: 441px !important;
}
.p-442 {
  padding: 442px !important;
}
.p-443 {
  padding: 443px !important;
}
.p-444 {
  padding: 444px !important;
}
.p-445 {
  padding: 445px !important;
}
.p-446 {
  padding: 446px !important;
}
.p-447 {
  padding: 447px !important;
}
.p-448 {
  padding: 448px !important;
}
.p-449 {
  padding: 449px !important;
}
.p-450 {
  padding: 450px !important;
}
.p-451 {
  padding: 451px !important;
}
.p-452 {
  padding: 452px !important;
}
.p-453 {
  padding: 453px !important;
}
.p-454 {
  padding: 454px !important;
}
.p-455 {
  padding: 455px !important;
}
.p-456 {
  padding: 456px !important;
}
.p-457 {
  padding: 457px !important;
}
.p-458 {
  padding: 458px !important;
}
.p-459 {
  padding: 459px !important;
}
.p-460 {
  padding: 460px !important;
}
.p-461 {
  padding: 461px !important;
}
.p-462 {
  padding: 462px !important;
}
.p-463 {
  padding: 463px !important;
}
.p-464 {
  padding: 464px !important;
}
.p-465 {
  padding: 465px !important;
}
.p-466 {
  padding: 466px !important;
}
.p-467 {
  padding: 467px !important;
}
.p-468 {
  padding: 468px !important;
}
.p-469 {
  padding: 469px !important;
}
.p-470 {
  padding: 470px !important;
}
.p-471 {
  padding: 471px !important;
}
.p-472 {
  padding: 472px !important;
}
.p-473 {
  padding: 473px !important;
}
.p-474 {
  padding: 474px !important;
}
.p-475 {
  padding: 475px !important;
}
.p-476 {
  padding: 476px !important;
}
.p-477 {
  padding: 477px !important;
}
.p-478 {
  padding: 478px !important;
}
.p-479 {
  padding: 479px !important;
}
.p-480 {
  padding: 480px !important;
}
.p-481 {
  padding: 481px !important;
}
.p-482 {
  padding: 482px !important;
}
.p-483 {
  padding: 483px !important;
}
.p-484 {
  padding: 484px !important;
}
.p-485 {
  padding: 485px !important;
}
.p-486 {
  padding: 486px !important;
}
.p-487 {
  padding: 487px !important;
}
.p-488 {
  padding: 488px !important;
}
.p-489 {
  padding: 489px !important;
}
.p-490 {
  padding: 490px !important;
}
.p-491 {
  padding: 491px !important;
}
.p-492 {
  padding: 492px !important;
}
.p-493 {
  padding: 493px !important;
}
.p-494 {
  padding: 494px !important;
}
.p-495 {
  padding: 495px !important;
}
.p-496 {
  padding: 496px !important;
}
.p-497 {
  padding: 497px !important;
}
.p-498 {
  padding: 498px !important;
}
.p-499 {
  padding: 499px !important;
}
.p-500 {
  padding: 500px !important;
}
.p-501 {
  padding: 501px !important;
}
.p-502 {
  padding: 502px !important;
}
.p-503 {
  padding: 503px !important;
}
.p-504 {
  padding: 504px !important;
}
.p-505 {
  padding: 505px !important;
}
.p-506 {
  padding: 506px !important;
}
.p-507 {
  padding: 507px !important;
}
.p-508 {
  padding: 508px !important;
}
.p-509 {
  padding: 509px !important;
}
.p-510 {
  padding: 510px !important;
}
.p-511 {
  padding: 511px !important;
}
.p-512 {
  padding: 512px !important;
}
.pT-0 {
  padding-top: 0px !important;
}
.pT-1 {
  padding-top: 1px !important;
}
.pT-2 {
  padding-top: 2px !important;
}
.pT-3 {
  padding-top: 3px !important;
}
.pT-4 {
  padding-top: 4px !important;
}
.pT-5 {
  padding-top: 5px !important;
}
.pT-6 {
  padding-top: 6px !important;
}
.pT-7 {
  padding-top: 7px !important;
}
.pT-8 {
  padding-top: 8px !important;
}
.pT-9 {
  padding-top: 9px !important;
}
.pT-10 {
  padding-top: 10px !important;
}
.pT-11 {
  padding-top: 11px !important;
}
.pT-12 {
  padding-top: 12px !important;
}
.pT-13 {
  padding-top: 13px !important;
}
.pT-14 {
  padding-top: 14px !important;
}
.pT-15 {
  padding-top: 15px !important;
}
.pT-16 {
  padding-top: 16px !important;
}
.pT-17 {
  padding-top: 17px !important;
}
.pT-18 {
  padding-top: 18px !important;
}
.pT-19 {
  padding-top: 19px !important;
}
.pT-20 {
  padding-top: 20px !important;
}
.pT-21 {
  padding-top: 21px !important;
}
.pT-22 {
  padding-top: 22px !important;
}
.pT-23 {
  padding-top: 23px !important;
}
.pT-24 {
  padding-top: 24px !important;
}
.pT-25 {
  padding-top: 25px !important;
}
.pT-26 {
  padding-top: 26px !important;
}
.pT-27 {
  padding-top: 27px !important;
}
.pT-28 {
  padding-top: 28px !important;
}
.pT-29 {
  padding-top: 29px !important;
}
.pT-30 {
  padding-top: 30px !important;
}
.pT-31 {
  padding-top: 31px !important;
}
.pT-32 {
  padding-top: 32px !important;
}
.pT-33 {
  padding-top: 33px !important;
}
.pT-34 {
  padding-top: 34px !important;
}
.pT-35 {
  padding-top: 35px !important;
}
.pT-36 {
  padding-top: 36px !important;
}
.pT-37 {
  padding-top: 37px !important;
}
.pT-38 {
  padding-top: 38px !important;
}
.pT-39 {
  padding-top: 39px !important;
}
.pT-40 {
  padding-top: 40px !important;
}
.pT-41 {
  padding-top: 41px !important;
}
.pT-42 {
  padding-top: 42px !important;
}
.pT-43 {
  padding-top: 43px !important;
}
.pT-44 {
  padding-top: 44px !important;
}
.pT-45 {
  padding-top: 45px !important;
}
.pT-46 {
  padding-top: 46px !important;
}
.pT-47 {
  padding-top: 47px !important;
}
.pT-48 {
  padding-top: 48px !important;
}
.pT-49 {
  padding-top: 49px !important;
}
.pT-50 {
  padding-top: 50px !important;
}
.pT-51 {
  padding-top: 51px !important;
}
.pT-52 {
  padding-top: 52px !important;
}
.pT-53 {
  padding-top: 53px !important;
}
.pT-54 {
  padding-top: 54px !important;
}
.pT-55 {
  padding-top: 55px !important;
}
.pT-56 {
  padding-top: 56px !important;
}
.pT-57 {
  padding-top: 57px !important;
}
.pT-58 {
  padding-top: 58px !important;
}
.pT-59 {
  padding-top: 59px !important;
}
.pT-60 {
  padding-top: 60px !important;
}
.pT-61 {
  padding-top: 61px !important;
}
.pT-62 {
  padding-top: 62px !important;
}
.pT-63 {
  padding-top: 63px !important;
}
.pT-64 {
  padding-top: 64px !important;
}
.pT-65 {
  padding-top: 65px !important;
}
.pT-66 {
  padding-top: 66px !important;
}
.pT-67 {
  padding-top: 67px !important;
}
.pT-68 {
  padding-top: 68px !important;
}
.pT-69 {
  padding-top: 69px !important;
}
.pT-70 {
  padding-top: 70px !important;
}
.pT-71 {
  padding-top: 71px !important;
}
.pT-72 {
  padding-top: 72px !important;
}
.pT-73 {
  padding-top: 73px !important;
}
.pT-74 {
  padding-top: 74px !important;
}
.pT-75 {
  padding-top: 75px !important;
}
.pT-76 {
  padding-top: 76px !important;
}
.pT-77 {
  padding-top: 77px !important;
}
.pT-78 {
  padding-top: 78px !important;
}
.pT-79 {
  padding-top: 79px !important;
}
.pT-80 {
  padding-top: 80px !important;
}
.pT-81 {
  padding-top: 81px !important;
}
.pT-82 {
  padding-top: 82px !important;
}
.pT-83 {
  padding-top: 83px !important;
}
.pT-84 {
  padding-top: 84px !important;
}
.pT-85 {
  padding-top: 85px !important;
}
.pT-86 {
  padding-top: 86px !important;
}
.pT-87 {
  padding-top: 87px !important;
}
.pT-88 {
  padding-top: 88px !important;
}
.pT-89 {
  padding-top: 89px !important;
}
.pT-90 {
  padding-top: 90px !important;
}
.pT-91 {
  padding-top: 91px !important;
}
.pT-92 {
  padding-top: 92px !important;
}
.pT-93 {
  padding-top: 93px !important;
}
.pT-94 {
  padding-top: 94px !important;
}
.pT-95 {
  padding-top: 95px !important;
}
.pT-96 {
  padding-top: 96px !important;
}
.pT-97 {
  padding-top: 97px !important;
}
.pT-98 {
  padding-top: 98px !important;
}
.pT-99 {
  padding-top: 99px !important;
}
.pT-100 {
  padding-top: 100px !important;
}
.pT-101 {
  padding-top: 101px !important;
}
.pT-102 {
  padding-top: 102px !important;
}
.pT-103 {
  padding-top: 103px !important;
}
.pT-104 {
  padding-top: 104px !important;
}
.pT-105 {
  padding-top: 105px !important;
}
.pT-106 {
  padding-top: 106px !important;
}
.pT-107 {
  padding-top: 107px !important;
}
.pT-108 {
  padding-top: 108px !important;
}
.pT-109 {
  padding-top: 109px !important;
}
.pT-110 {
  padding-top: 110px !important;
}
.pT-111 {
  padding-top: 111px !important;
}
.pT-112 {
  padding-top: 112px !important;
}
.pT-113 {
  padding-top: 113px !important;
}
.pT-114 {
  padding-top: 114px !important;
}
.pT-115 {
  padding-top: 115px !important;
}
.pT-116 {
  padding-top: 116px !important;
}
.pT-117 {
  padding-top: 117px !important;
}
.pT-118 {
  padding-top: 118px !important;
}
.pT-119 {
  padding-top: 119px !important;
}
.pT-120 {
  padding-top: 120px !important;
}
.pT-121 {
  padding-top: 121px !important;
}
.pT-122 {
  padding-top: 122px !important;
}
.pT-123 {
  padding-top: 123px !important;
}
.pT-124 {
  padding-top: 124px !important;
}
.pT-125 {
  padding-top: 125px !important;
}
.pT-126 {
  padding-top: 126px !important;
}
.pT-127 {
  padding-top: 127px !important;
}
.pT-128 {
  padding-top: 128px !important;
}
.pT-129 {
  padding-top: 129px !important;
}
.pT-130 {
  padding-top: 130px !important;
}
.pT-131 {
  padding-top: 131px !important;
}
.pT-132 {
  padding-top: 132px !important;
}
.pT-133 {
  padding-top: 133px !important;
}
.pT-134 {
  padding-top: 134px !important;
}
.pT-135 {
  padding-top: 135px !important;
}
.pT-136 {
  padding-top: 136px !important;
}
.pT-137 {
  padding-top: 137px !important;
}
.pT-138 {
  padding-top: 138px !important;
}
.pT-139 {
  padding-top: 139px !important;
}
.pT-140 {
  padding-top: 140px !important;
}
.pT-141 {
  padding-top: 141px !important;
}
.pT-142 {
  padding-top: 142px !important;
}
.pT-143 {
  padding-top: 143px !important;
}
.pT-144 {
  padding-top: 144px !important;
}
.pT-145 {
  padding-top: 145px !important;
}
.pT-146 {
  padding-top: 146px !important;
}
.pT-147 {
  padding-top: 147px !important;
}
.pT-148 {
  padding-top: 148px !important;
}
.pT-149 {
  padding-top: 149px !important;
}
.pT-150 {
  padding-top: 150px !important;
}
.pT-151 {
  padding-top: 151px !important;
}
.pT-152 {
  padding-top: 152px !important;
}
.pT-153 {
  padding-top: 153px !important;
}
.pT-154 {
  padding-top: 154px !important;
}
.pT-155 {
  padding-top: 155px !important;
}
.pT-156 {
  padding-top: 156px !important;
}
.pT-157 {
  padding-top: 157px !important;
}
.pT-158 {
  padding-top: 158px !important;
}
.pT-159 {
  padding-top: 159px !important;
}
.pT-160 {
  padding-top: 160px !important;
}
.pT-161 {
  padding-top: 161px !important;
}
.pT-162 {
  padding-top: 162px !important;
}
.pT-163 {
  padding-top: 163px !important;
}
.pT-164 {
  padding-top: 164px !important;
}
.pT-165 {
  padding-top: 165px !important;
}
.pT-166 {
  padding-top: 166px !important;
}
.pT-167 {
  padding-top: 167px !important;
}
.pT-168 {
  padding-top: 168px !important;
}
.pT-169 {
  padding-top: 169px !important;
}
.pT-170 {
  padding-top: 170px !important;
}
.pT-171 {
  padding-top: 171px !important;
}
.pT-172 {
  padding-top: 172px !important;
}
.pT-173 {
  padding-top: 173px !important;
}
.pT-174 {
  padding-top: 174px !important;
}
.pT-175 {
  padding-top: 175px !important;
}
.pT-176 {
  padding-top: 176px !important;
}
.pT-177 {
  padding-top: 177px !important;
}
.pT-178 {
  padding-top: 178px !important;
}
.pT-179 {
  padding-top: 179px !important;
}
.pT-180 {
  padding-top: 180px !important;
}
.pT-181 {
  padding-top: 181px !important;
}
.pT-182 {
  padding-top: 182px !important;
}
.pT-183 {
  padding-top: 183px !important;
}
.pT-184 {
  padding-top: 184px !important;
}
.pT-185 {
  padding-top: 185px !important;
}
.pT-186 {
  padding-top: 186px !important;
}
.pT-187 {
  padding-top: 187px !important;
}
.pT-188 {
  padding-top: 188px !important;
}
.pT-189 {
  padding-top: 189px !important;
}
.pT-190 {
  padding-top: 190px !important;
}
.pT-191 {
  padding-top: 191px !important;
}
.pT-192 {
  padding-top: 192px !important;
}
.pT-193 {
  padding-top: 193px !important;
}
.pT-194 {
  padding-top: 194px !important;
}
.pT-195 {
  padding-top: 195px !important;
}
.pT-196 {
  padding-top: 196px !important;
}
.pT-197 {
  padding-top: 197px !important;
}
.pT-198 {
  padding-top: 198px !important;
}
.pT-199 {
  padding-top: 199px !important;
}
.pT-200 {
  padding-top: 200px !important;
}
.pT-201 {
  padding-top: 201px !important;
}
.pT-202 {
  padding-top: 202px !important;
}
.pT-203 {
  padding-top: 203px !important;
}
.pT-204 {
  padding-top: 204px !important;
}
.pT-205 {
  padding-top: 205px !important;
}
.pT-206 {
  padding-top: 206px !important;
}
.pT-207 {
  padding-top: 207px !important;
}
.pT-208 {
  padding-top: 208px !important;
}
.pT-209 {
  padding-top: 209px !important;
}
.pT-210 {
  padding-top: 210px !important;
}
.pT-211 {
  padding-top: 211px !important;
}
.pT-212 {
  padding-top: 212px !important;
}
.pT-213 {
  padding-top: 213px !important;
}
.pT-214 {
  padding-top: 214px !important;
}
.pT-215 {
  padding-top: 215px !important;
}
.pT-216 {
  padding-top: 216px !important;
}
.pT-217 {
  padding-top: 217px !important;
}
.pT-218 {
  padding-top: 218px !important;
}
.pT-219 {
  padding-top: 219px !important;
}
.pT-220 {
  padding-top: 220px !important;
}
.pT-221 {
  padding-top: 221px !important;
}
.pT-222 {
  padding-top: 222px !important;
}
.pT-223 {
  padding-top: 223px !important;
}
.pT-224 {
  padding-top: 224px !important;
}
.pT-225 {
  padding-top: 225px !important;
}
.pT-226 {
  padding-top: 226px !important;
}
.pT-227 {
  padding-top: 227px !important;
}
.pT-228 {
  padding-top: 228px !important;
}
.pT-229 {
  padding-top: 229px !important;
}
.pT-230 {
  padding-top: 230px !important;
}
.pT-231 {
  padding-top: 231px !important;
}
.pT-232 {
  padding-top: 232px !important;
}
.pT-233 {
  padding-top: 233px !important;
}
.pT-234 {
  padding-top: 234px !important;
}
.pT-235 {
  padding-top: 235px !important;
}
.pT-236 {
  padding-top: 236px !important;
}
.pT-237 {
  padding-top: 237px !important;
}
.pT-238 {
  padding-top: 238px !important;
}
.pT-239 {
  padding-top: 239px !important;
}
.pT-240 {
  padding-top: 240px !important;
}
.pT-241 {
  padding-top: 241px !important;
}
.pT-242 {
  padding-top: 242px !important;
}
.pT-243 {
  padding-top: 243px !important;
}
.pT-244 {
  padding-top: 244px !important;
}
.pT-245 {
  padding-top: 245px !important;
}
.pT-246 {
  padding-top: 246px !important;
}
.pT-247 {
  padding-top: 247px !important;
}
.pT-248 {
  padding-top: 248px !important;
}
.pT-249 {
  padding-top: 249px !important;
}
.pT-250 {
  padding-top: 250px !important;
}
.pT-251 {
  padding-top: 251px !important;
}
.pT-252 {
  padding-top: 252px !important;
}
.pT-253 {
  padding-top: 253px !important;
}
.pT-254 {
  padding-top: 254px !important;
}
.pT-255 {
  padding-top: 255px !important;
}
.pT-256 {
  padding-top: 256px !important;
}
.pT-257 {
  padding-top: 257px !important;
}
.pT-258 {
  padding-top: 258px !important;
}
.pT-259 {
  padding-top: 259px !important;
}
.pT-260 {
  padding-top: 260px !important;
}
.pT-261 {
  padding-top: 261px !important;
}
.pT-262 {
  padding-top: 262px !important;
}
.pT-263 {
  padding-top: 263px !important;
}
.pT-264 {
  padding-top: 264px !important;
}
.pT-265 {
  padding-top: 265px !important;
}
.pT-266 {
  padding-top: 266px !important;
}
.pT-267 {
  padding-top: 267px !important;
}
.pT-268 {
  padding-top: 268px !important;
}
.pT-269 {
  padding-top: 269px !important;
}
.pT-270 {
  padding-top: 270px !important;
}
.pT-271 {
  padding-top: 271px !important;
}
.pT-272 {
  padding-top: 272px !important;
}
.pT-273 {
  padding-top: 273px !important;
}
.pT-274 {
  padding-top: 274px !important;
}
.pT-275 {
  padding-top: 275px !important;
}
.pT-276 {
  padding-top: 276px !important;
}
.pT-277 {
  padding-top: 277px !important;
}
.pT-278 {
  padding-top: 278px !important;
}
.pT-279 {
  padding-top: 279px !important;
}
.pT-280 {
  padding-top: 280px !important;
}
.pT-281 {
  padding-top: 281px !important;
}
.pT-282 {
  padding-top: 282px !important;
}
.pT-283 {
  padding-top: 283px !important;
}
.pT-284 {
  padding-top: 284px !important;
}
.pT-285 {
  padding-top: 285px !important;
}
.pT-286 {
  padding-top: 286px !important;
}
.pT-287 {
  padding-top: 287px !important;
}
.pT-288 {
  padding-top: 288px !important;
}
.pT-289 {
  padding-top: 289px !important;
}
.pT-290 {
  padding-top: 290px !important;
}
.pT-291 {
  padding-top: 291px !important;
}
.pT-292 {
  padding-top: 292px !important;
}
.pT-293 {
  padding-top: 293px !important;
}
.pT-294 {
  padding-top: 294px !important;
}
.pT-295 {
  padding-top: 295px !important;
}
.pT-296 {
  padding-top: 296px !important;
}
.pT-297 {
  padding-top: 297px !important;
}
.pT-298 {
  padding-top: 298px !important;
}
.pT-299 {
  padding-top: 299px !important;
}
.pT-300 {
  padding-top: 300px !important;
}
.pT-301 {
  padding-top: 301px !important;
}
.pT-302 {
  padding-top: 302px !important;
}
.pT-303 {
  padding-top: 303px !important;
}
.pT-304 {
  padding-top: 304px !important;
}
.pT-305 {
  padding-top: 305px !important;
}
.pT-306 {
  padding-top: 306px !important;
}
.pT-307 {
  padding-top: 307px !important;
}
.pT-308 {
  padding-top: 308px !important;
}
.pT-309 {
  padding-top: 309px !important;
}
.pT-310 {
  padding-top: 310px !important;
}
.pT-311 {
  padding-top: 311px !important;
}
.pT-312 {
  padding-top: 312px !important;
}
.pT-313 {
  padding-top: 313px !important;
}
.pT-314 {
  padding-top: 314px !important;
}
.pT-315 {
  padding-top: 315px !important;
}
.pT-316 {
  padding-top: 316px !important;
}
.pT-317 {
  padding-top: 317px !important;
}
.pT-318 {
  padding-top: 318px !important;
}
.pT-319 {
  padding-top: 319px !important;
}
.pT-320 {
  padding-top: 320px !important;
}
.pT-321 {
  padding-top: 321px !important;
}
.pT-322 {
  padding-top: 322px !important;
}
.pT-323 {
  padding-top: 323px !important;
}
.pT-324 {
  padding-top: 324px !important;
}
.pT-325 {
  padding-top: 325px !important;
}
.pT-326 {
  padding-top: 326px !important;
}
.pT-327 {
  padding-top: 327px !important;
}
.pT-328 {
  padding-top: 328px !important;
}
.pT-329 {
  padding-top: 329px !important;
}
.pT-330 {
  padding-top: 330px !important;
}
.pT-331 {
  padding-top: 331px !important;
}
.pT-332 {
  padding-top: 332px !important;
}
.pT-333 {
  padding-top: 333px !important;
}
.pT-334 {
  padding-top: 334px !important;
}
.pT-335 {
  padding-top: 335px !important;
}
.pT-336 {
  padding-top: 336px !important;
}
.pT-337 {
  padding-top: 337px !important;
}
.pT-338 {
  padding-top: 338px !important;
}
.pT-339 {
  padding-top: 339px !important;
}
.pT-340 {
  padding-top: 340px !important;
}
.pT-341 {
  padding-top: 341px !important;
}
.pT-342 {
  padding-top: 342px !important;
}
.pT-343 {
  padding-top: 343px !important;
}
.pT-344 {
  padding-top: 344px !important;
}
.pT-345 {
  padding-top: 345px !important;
}
.pT-346 {
  padding-top: 346px !important;
}
.pT-347 {
  padding-top: 347px !important;
}
.pT-348 {
  padding-top: 348px !important;
}
.pT-349 {
  padding-top: 349px !important;
}
.pT-350 {
  padding-top: 350px !important;
}
.pT-351 {
  padding-top: 351px !important;
}
.pT-352 {
  padding-top: 352px !important;
}
.pT-353 {
  padding-top: 353px !important;
}
.pT-354 {
  padding-top: 354px !important;
}
.pT-355 {
  padding-top: 355px !important;
}
.pT-356 {
  padding-top: 356px !important;
}
.pT-357 {
  padding-top: 357px !important;
}
.pT-358 {
  padding-top: 358px !important;
}
.pT-359 {
  padding-top: 359px !important;
}
.pT-360 {
  padding-top: 360px !important;
}
.pT-361 {
  padding-top: 361px !important;
}
.pT-362 {
  padding-top: 362px !important;
}
.pT-363 {
  padding-top: 363px !important;
}
.pT-364 {
  padding-top: 364px !important;
}
.pT-365 {
  padding-top: 365px !important;
}
.pT-366 {
  padding-top: 366px !important;
}
.pT-367 {
  padding-top: 367px !important;
}
.pT-368 {
  padding-top: 368px !important;
}
.pT-369 {
  padding-top: 369px !important;
}
.pT-370 {
  padding-top: 370px !important;
}
.pT-371 {
  padding-top: 371px !important;
}
.pT-372 {
  padding-top: 372px !important;
}
.pT-373 {
  padding-top: 373px !important;
}
.pT-374 {
  padding-top: 374px !important;
}
.pT-375 {
  padding-top: 375px !important;
}
.pT-376 {
  padding-top: 376px !important;
}
.pT-377 {
  padding-top: 377px !important;
}
.pT-378 {
  padding-top: 378px !important;
}
.pT-379 {
  padding-top: 379px !important;
}
.pT-380 {
  padding-top: 380px !important;
}
.pT-381 {
  padding-top: 381px !important;
}
.pT-382 {
  padding-top: 382px !important;
}
.pT-383 {
  padding-top: 383px !important;
}
.pT-384 {
  padding-top: 384px !important;
}
.pT-385 {
  padding-top: 385px !important;
}
.pT-386 {
  padding-top: 386px !important;
}
.pT-387 {
  padding-top: 387px !important;
}
.pT-388 {
  padding-top: 388px !important;
}
.pT-389 {
  padding-top: 389px !important;
}
.pT-390 {
  padding-top: 390px !important;
}
.pT-391 {
  padding-top: 391px !important;
}
.pT-392 {
  padding-top: 392px !important;
}
.pT-393 {
  padding-top: 393px !important;
}
.pT-394 {
  padding-top: 394px !important;
}
.pT-395 {
  padding-top: 395px !important;
}
.pT-396 {
  padding-top: 396px !important;
}
.pT-397 {
  padding-top: 397px !important;
}
.pT-398 {
  padding-top: 398px !important;
}
.pT-399 {
  padding-top: 399px !important;
}
.pT-400 {
  padding-top: 400px !important;
}
.pT-401 {
  padding-top: 401px !important;
}
.pT-402 {
  padding-top: 402px !important;
}
.pT-403 {
  padding-top: 403px !important;
}
.pT-404 {
  padding-top: 404px !important;
}
.pT-405 {
  padding-top: 405px !important;
}
.pT-406 {
  padding-top: 406px !important;
}
.pT-407 {
  padding-top: 407px !important;
}
.pT-408 {
  padding-top: 408px !important;
}
.pT-409 {
  padding-top: 409px !important;
}
.pT-410 {
  padding-top: 410px !important;
}
.pT-411 {
  padding-top: 411px !important;
}
.pT-412 {
  padding-top: 412px !important;
}
.pT-413 {
  padding-top: 413px !important;
}
.pT-414 {
  padding-top: 414px !important;
}
.pT-415 {
  padding-top: 415px !important;
}
.pT-416 {
  padding-top: 416px !important;
}
.pT-417 {
  padding-top: 417px !important;
}
.pT-418 {
  padding-top: 418px !important;
}
.pT-419 {
  padding-top: 419px !important;
}
.pT-420 {
  padding-top: 420px !important;
}
.pT-421 {
  padding-top: 421px !important;
}
.pT-422 {
  padding-top: 422px !important;
}
.pT-423 {
  padding-top: 423px !important;
}
.pT-424 {
  padding-top: 424px !important;
}
.pT-425 {
  padding-top: 425px !important;
}
.pT-426 {
  padding-top: 426px !important;
}
.pT-427 {
  padding-top: 427px !important;
}
.pT-428 {
  padding-top: 428px !important;
}
.pT-429 {
  padding-top: 429px !important;
}
.pT-430 {
  padding-top: 430px !important;
}
.pT-431 {
  padding-top: 431px !important;
}
.pT-432 {
  padding-top: 432px !important;
}
.pT-433 {
  padding-top: 433px !important;
}
.pT-434 {
  padding-top: 434px !important;
}
.pT-435 {
  padding-top: 435px !important;
}
.pT-436 {
  padding-top: 436px !important;
}
.pT-437 {
  padding-top: 437px !important;
}
.pT-438 {
  padding-top: 438px !important;
}
.pT-439 {
  padding-top: 439px !important;
}
.pT-440 {
  padding-top: 440px !important;
}
.pT-441 {
  padding-top: 441px !important;
}
.pT-442 {
  padding-top: 442px !important;
}
.pT-443 {
  padding-top: 443px !important;
}
.pT-444 {
  padding-top: 444px !important;
}
.pT-445 {
  padding-top: 445px !important;
}
.pT-446 {
  padding-top: 446px !important;
}
.pT-447 {
  padding-top: 447px !important;
}
.pT-448 {
  padding-top: 448px !important;
}
.pT-449 {
  padding-top: 449px !important;
}
.pT-450 {
  padding-top: 450px !important;
}
.pT-451 {
  padding-top: 451px !important;
}
.pT-452 {
  padding-top: 452px !important;
}
.pT-453 {
  padding-top: 453px !important;
}
.pT-454 {
  padding-top: 454px !important;
}
.pT-455 {
  padding-top: 455px !important;
}
.pT-456 {
  padding-top: 456px !important;
}
.pT-457 {
  padding-top: 457px !important;
}
.pT-458 {
  padding-top: 458px !important;
}
.pT-459 {
  padding-top: 459px !important;
}
.pT-460 {
  padding-top: 460px !important;
}
.pT-461 {
  padding-top: 461px !important;
}
.pT-462 {
  padding-top: 462px !important;
}
.pT-463 {
  padding-top: 463px !important;
}
.pT-464 {
  padding-top: 464px !important;
}
.pT-465 {
  padding-top: 465px !important;
}
.pT-466 {
  padding-top: 466px !important;
}
.pT-467 {
  padding-top: 467px !important;
}
.pT-468 {
  padding-top: 468px !important;
}
.pT-469 {
  padding-top: 469px !important;
}
.pT-470 {
  padding-top: 470px !important;
}
.pT-471 {
  padding-top: 471px !important;
}
.pT-472 {
  padding-top: 472px !important;
}
.pT-473 {
  padding-top: 473px !important;
}
.pT-474 {
  padding-top: 474px !important;
}
.pT-475 {
  padding-top: 475px !important;
}
.pT-476 {
  padding-top: 476px !important;
}
.pT-477 {
  padding-top: 477px !important;
}
.pT-478 {
  padding-top: 478px !important;
}
.pT-479 {
  padding-top: 479px !important;
}
.pT-480 {
  padding-top: 480px !important;
}
.pT-481 {
  padding-top: 481px !important;
}
.pT-482 {
  padding-top: 482px !important;
}
.pT-483 {
  padding-top: 483px !important;
}
.pT-484 {
  padding-top: 484px !important;
}
.pT-485 {
  padding-top: 485px !important;
}
.pT-486 {
  padding-top: 486px !important;
}
.pT-487 {
  padding-top: 487px !important;
}
.pT-488 {
  padding-top: 488px !important;
}
.pT-489 {
  padding-top: 489px !important;
}
.pT-490 {
  padding-top: 490px !important;
}
.pT-491 {
  padding-top: 491px !important;
}
.pT-492 {
  padding-top: 492px !important;
}
.pT-493 {
  padding-top: 493px !important;
}
.pT-494 {
  padding-top: 494px !important;
}
.pT-495 {
  padding-top: 495px !important;
}
.pT-496 {
  padding-top: 496px !important;
}
.pT-497 {
  padding-top: 497px !important;
}
.pT-498 {
  padding-top: 498px !important;
}
.pT-499 {
  padding-top: 499px !important;
}
.pT-500 {
  padding-top: 500px !important;
}
.pT-501 {
  padding-top: 501px !important;
}
.pT-502 {
  padding-top: 502px !important;
}
.pT-503 {
  padding-top: 503px !important;
}
.pT-504 {
  padding-top: 504px !important;
}
.pT-505 {
  padding-top: 505px !important;
}
.pT-506 {
  padding-top: 506px !important;
}
.pT-507 {
  padding-top: 507px !important;
}
.pT-508 {
  padding-top: 508px !important;
}
.pT-509 {
  padding-top: 509px !important;
}
.pT-510 {
  padding-top: 510px !important;
}
.pT-511 {
  padding-top: 511px !important;
}
.pT-512 {
  padding-top: 512px !important;
}
.pB-0 {
  padding-bottom: 0px !important;
}
.pB-1 {
  padding-bottom: 1px !important;
}
.pB-2 {
  padding-bottom: 2px !important;
}
.pB-3 {
  padding-bottom: 3px !important;
}
.pB-4 {
  padding-bottom: 4px !important;
}
.pB-5 {
  padding-bottom: 5px !important;
}
.pB-6 {
  padding-bottom: 6px !important;
}
.pB-7 {
  padding-bottom: 7px !important;
}
.pB-8 {
  padding-bottom: 8px !important;
}
.pB-9 {
  padding-bottom: 9px !important;
}
.pB-10 {
  padding-bottom: 10px !important;
}
.pB-11 {
  padding-bottom: 11px !important;
}
.pB-12 {
  padding-bottom: 12px !important;
}
.pB-13 {
  padding-bottom: 13px !important;
}
.pB-14 {
  padding-bottom: 14px !important;
}
.pB-15 {
  padding-bottom: 15px !important;
}
.pB-16 {
  padding-bottom: 16px !important;
}
.pB-17 {
  padding-bottom: 17px !important;
}
.pB-18 {
  padding-bottom: 18px !important;
}
.pB-19 {
  padding-bottom: 19px !important;
}
.pB-20 {
  padding-bottom: 20px !important;
}
.pB-21 {
  padding-bottom: 21px !important;
}
.pB-22 {
  padding-bottom: 22px !important;
}
.pB-23 {
  padding-bottom: 23px !important;
}
.pB-24 {
  padding-bottom: 24px !important;
}
.pB-25 {
  padding-bottom: 25px !important;
}
.pB-26 {
  padding-bottom: 26px !important;
}
.pB-27 {
  padding-bottom: 27px !important;
}
.pB-28 {
  padding-bottom: 28px !important;
}
.pB-29 {
  padding-bottom: 29px !important;
}
.pB-30 {
  padding-bottom: 30px !important;
}
.pB-31 {
  padding-bottom: 31px !important;
}
.pB-32 {
  padding-bottom: 32px !important;
}
.pB-33 {
  padding-bottom: 33px !important;
}
.pB-34 {
  padding-bottom: 34px !important;
}
.pB-35 {
  padding-bottom: 35px !important;
}
.pB-36 {
  padding-bottom: 36px !important;
}
.pB-37 {
  padding-bottom: 37px !important;
}
.pB-38 {
  padding-bottom: 38px !important;
}
.pB-39 {
  padding-bottom: 39px !important;
}
.pB-40 {
  padding-bottom: 40px !important;
}
.pB-41 {
  padding-bottom: 41px !important;
}
.pB-42 {
  padding-bottom: 42px !important;
}
.pB-43 {
  padding-bottom: 43px !important;
}
.pB-44 {
  padding-bottom: 44px !important;
}
.pB-45 {
  padding-bottom: 45px !important;
}
.pB-46 {
  padding-bottom: 46px !important;
}
.pB-47 {
  padding-bottom: 47px !important;
}
.pB-48 {
  padding-bottom: 48px !important;
}
.pB-49 {
  padding-bottom: 49px !important;
}
.pB-50 {
  padding-bottom: 50px !important;
}
.pB-51 {
  padding-bottom: 51px !important;
}
.pB-52 {
  padding-bottom: 52px !important;
}
.pB-53 {
  padding-bottom: 53px !important;
}
.pB-54 {
  padding-bottom: 54px !important;
}
.pB-55 {
  padding-bottom: 55px !important;
}
.pB-56 {
  padding-bottom: 56px !important;
}
.pB-57 {
  padding-bottom: 57px !important;
}
.pB-58 {
  padding-bottom: 58px !important;
}
.pB-59 {
  padding-bottom: 59px !important;
}
.pB-60 {
  padding-bottom: 60px !important;
}
.pB-61 {
  padding-bottom: 61px !important;
}
.pB-62 {
  padding-bottom: 62px !important;
}
.pB-63 {
  padding-bottom: 63px !important;
}
.pB-64 {
  padding-bottom: 64px !important;
}
.pB-65 {
  padding-bottom: 65px !important;
}
.pB-66 {
  padding-bottom: 66px !important;
}
.pB-67 {
  padding-bottom: 67px !important;
}
.pB-68 {
  padding-bottom: 68px !important;
}
.pB-69 {
  padding-bottom: 69px !important;
}
.pB-70 {
  padding-bottom: 70px !important;
}
.pB-71 {
  padding-bottom: 71px !important;
}
.pB-72 {
  padding-bottom: 72px !important;
}
.pB-73 {
  padding-bottom: 73px !important;
}
.pB-74 {
  padding-bottom: 74px !important;
}
.pB-75 {
  padding-bottom: 75px !important;
}
.pB-76 {
  padding-bottom: 76px !important;
}
.pB-77 {
  padding-bottom: 77px !important;
}
.pB-78 {
  padding-bottom: 78px !important;
}
.pB-79 {
  padding-bottom: 79px !important;
}
.pB-80 {
  padding-bottom: 80px !important;
}
.pB-81 {
  padding-bottom: 81px !important;
}
.pB-82 {
  padding-bottom: 82px !important;
}
.pB-83 {
  padding-bottom: 83px !important;
}
.pB-84 {
  padding-bottom: 84px !important;
}
.pB-85 {
  padding-bottom: 85px !important;
}
.pB-86 {
  padding-bottom: 86px !important;
}
.pB-87 {
  padding-bottom: 87px !important;
}
.pB-88 {
  padding-bottom: 88px !important;
}
.pB-89 {
  padding-bottom: 89px !important;
}
.pB-90 {
  padding-bottom: 90px !important;
}
.pB-91 {
  padding-bottom: 91px !important;
}
.pB-92 {
  padding-bottom: 92px !important;
}
.pB-93 {
  padding-bottom: 93px !important;
}
.pB-94 {
  padding-bottom: 94px !important;
}
.pB-95 {
  padding-bottom: 95px !important;
}
.pB-96 {
  padding-bottom: 96px !important;
}
.pB-97 {
  padding-bottom: 97px !important;
}
.pB-98 {
  padding-bottom: 98px !important;
}
.pB-99 {
  padding-bottom: 99px !important;
}
.pB-100 {
  padding-bottom: 100px !important;
}
.pB-101 {
  padding-bottom: 101px !important;
}
.pB-102 {
  padding-bottom: 102px !important;
}
.pB-103 {
  padding-bottom: 103px !important;
}
.pB-104 {
  padding-bottom: 104px !important;
}
.pB-105 {
  padding-bottom: 105px !important;
}
.pB-106 {
  padding-bottom: 106px !important;
}
.pB-107 {
  padding-bottom: 107px !important;
}
.pB-108 {
  padding-bottom: 108px !important;
}
.pB-109 {
  padding-bottom: 109px !important;
}
.pB-110 {
  padding-bottom: 110px !important;
}
.pB-111 {
  padding-bottom: 111px !important;
}
.pB-112 {
  padding-bottom: 112px !important;
}
.pB-113 {
  padding-bottom: 113px !important;
}
.pB-114 {
  padding-bottom: 114px !important;
}
.pB-115 {
  padding-bottom: 115px !important;
}
.pB-116 {
  padding-bottom: 116px !important;
}
.pB-117 {
  padding-bottom: 117px !important;
}
.pB-118 {
  padding-bottom: 118px !important;
}
.pB-119 {
  padding-bottom: 119px !important;
}
.pB-120 {
  padding-bottom: 120px !important;
}
.pB-121 {
  padding-bottom: 121px !important;
}
.pB-122 {
  padding-bottom: 122px !important;
}
.pB-123 {
  padding-bottom: 123px !important;
}
.pB-124 {
  padding-bottom: 124px !important;
}
.pB-125 {
  padding-bottom: 125px !important;
}
.pB-126 {
  padding-bottom: 126px !important;
}
.pB-127 {
  padding-bottom: 127px !important;
}
.pB-128 {
  padding-bottom: 128px !important;
}
.pB-129 {
  padding-bottom: 129px !important;
}
.pB-130 {
  padding-bottom: 130px !important;
}
.pB-131 {
  padding-bottom: 131px !important;
}
.pB-132 {
  padding-bottom: 132px !important;
}
.pB-133 {
  padding-bottom: 133px !important;
}
.pB-134 {
  padding-bottom: 134px !important;
}
.pB-135 {
  padding-bottom: 135px !important;
}
.pB-136 {
  padding-bottom: 136px !important;
}
.pB-137 {
  padding-bottom: 137px !important;
}
.pB-138 {
  padding-bottom: 138px !important;
}
.pB-139 {
  padding-bottom: 139px !important;
}
.pB-140 {
  padding-bottom: 140px !important;
}
.pB-141 {
  padding-bottom: 141px !important;
}
.pB-142 {
  padding-bottom: 142px !important;
}
.pB-143 {
  padding-bottom: 143px !important;
}
.pB-144 {
  padding-bottom: 144px !important;
}
.pB-145 {
  padding-bottom: 145px !important;
}
.pB-146 {
  padding-bottom: 146px !important;
}
.pB-147 {
  padding-bottom: 147px !important;
}
.pB-148 {
  padding-bottom: 148px !important;
}
.pB-149 {
  padding-bottom: 149px !important;
}
.pB-150 {
  padding-bottom: 150px !important;
}
.pB-151 {
  padding-bottom: 151px !important;
}
.pB-152 {
  padding-bottom: 152px !important;
}
.pB-153 {
  padding-bottom: 153px !important;
}
.pB-154 {
  padding-bottom: 154px !important;
}
.pB-155 {
  padding-bottom: 155px !important;
}
.pB-156 {
  padding-bottom: 156px !important;
}
.pB-157 {
  padding-bottom: 157px !important;
}
.pB-158 {
  padding-bottom: 158px !important;
}
.pB-159 {
  padding-bottom: 159px !important;
}
.pB-160 {
  padding-bottom: 160px !important;
}
.pB-161 {
  padding-bottom: 161px !important;
}
.pB-162 {
  padding-bottom: 162px !important;
}
.pB-163 {
  padding-bottom: 163px !important;
}
.pB-164 {
  padding-bottom: 164px !important;
}
.pB-165 {
  padding-bottom: 165px !important;
}
.pB-166 {
  padding-bottom: 166px !important;
}
.pB-167 {
  padding-bottom: 167px !important;
}
.pB-168 {
  padding-bottom: 168px !important;
}
.pB-169 {
  padding-bottom: 169px !important;
}
.pB-170 {
  padding-bottom: 170px !important;
}
.pB-171 {
  padding-bottom: 171px !important;
}
.pB-172 {
  padding-bottom: 172px !important;
}
.pB-173 {
  padding-bottom: 173px !important;
}
.pB-174 {
  padding-bottom: 174px !important;
}
.pB-175 {
  padding-bottom: 175px !important;
}
.pB-176 {
  padding-bottom: 176px !important;
}
.pB-177 {
  padding-bottom: 177px !important;
}
.pB-178 {
  padding-bottom: 178px !important;
}
.pB-179 {
  padding-bottom: 179px !important;
}
.pB-180 {
  padding-bottom: 180px !important;
}
.pB-181 {
  padding-bottom: 181px !important;
}
.pB-182 {
  padding-bottom: 182px !important;
}
.pB-183 {
  padding-bottom: 183px !important;
}
.pB-184 {
  padding-bottom: 184px !important;
}
.pB-185 {
  padding-bottom: 185px !important;
}
.pB-186 {
  padding-bottom: 186px !important;
}
.pB-187 {
  padding-bottom: 187px !important;
}
.pB-188 {
  padding-bottom: 188px !important;
}
.pB-189 {
  padding-bottom: 189px !important;
}
.pB-190 {
  padding-bottom: 190px !important;
}
.pB-191 {
  padding-bottom: 191px !important;
}
.pB-192 {
  padding-bottom: 192px !important;
}
.pB-193 {
  padding-bottom: 193px !important;
}
.pB-194 {
  padding-bottom: 194px !important;
}
.pB-195 {
  padding-bottom: 195px !important;
}
.pB-196 {
  padding-bottom: 196px !important;
}
.pB-197 {
  padding-bottom: 197px !important;
}
.pB-198 {
  padding-bottom: 198px !important;
}
.pB-199 {
  padding-bottom: 199px !important;
}
.pB-200 {
  padding-bottom: 200px !important;
}
.pB-201 {
  padding-bottom: 201px !important;
}
.pB-202 {
  padding-bottom: 202px !important;
}
.pB-203 {
  padding-bottom: 203px !important;
}
.pB-204 {
  padding-bottom: 204px !important;
}
.pB-205 {
  padding-bottom: 205px !important;
}
.pB-206 {
  padding-bottom: 206px !important;
}
.pB-207 {
  padding-bottom: 207px !important;
}
.pB-208 {
  padding-bottom: 208px !important;
}
.pB-209 {
  padding-bottom: 209px !important;
}
.pB-210 {
  padding-bottom: 210px !important;
}
.pB-211 {
  padding-bottom: 211px !important;
}
.pB-212 {
  padding-bottom: 212px !important;
}
.pB-213 {
  padding-bottom: 213px !important;
}
.pB-214 {
  padding-bottom: 214px !important;
}
.pB-215 {
  padding-bottom: 215px !important;
}
.pB-216 {
  padding-bottom: 216px !important;
}
.pB-217 {
  padding-bottom: 217px !important;
}
.pB-218 {
  padding-bottom: 218px !important;
}
.pB-219 {
  padding-bottom: 219px !important;
}
.pB-220 {
  padding-bottom: 220px !important;
}
.pB-221 {
  padding-bottom: 221px !important;
}
.pB-222 {
  padding-bottom: 222px !important;
}
.pB-223 {
  padding-bottom: 223px !important;
}
.pB-224 {
  padding-bottom: 224px !important;
}
.pB-225 {
  padding-bottom: 225px !important;
}
.pB-226 {
  padding-bottom: 226px !important;
}
.pB-227 {
  padding-bottom: 227px !important;
}
.pB-228 {
  padding-bottom: 228px !important;
}
.pB-229 {
  padding-bottom: 229px !important;
}
.pB-230 {
  padding-bottom: 230px !important;
}
.pB-231 {
  padding-bottom: 231px !important;
}
.pB-232 {
  padding-bottom: 232px !important;
}
.pB-233 {
  padding-bottom: 233px !important;
}
.pB-234 {
  padding-bottom: 234px !important;
}
.pB-235 {
  padding-bottom: 235px !important;
}
.pB-236 {
  padding-bottom: 236px !important;
}
.pB-237 {
  padding-bottom: 237px !important;
}
.pB-238 {
  padding-bottom: 238px !important;
}
.pB-239 {
  padding-bottom: 239px !important;
}
.pB-240 {
  padding-bottom: 240px !important;
}
.pB-241 {
  padding-bottom: 241px !important;
}
.pB-242 {
  padding-bottom: 242px !important;
}
.pB-243 {
  padding-bottom: 243px !important;
}
.pB-244 {
  padding-bottom: 244px !important;
}
.pB-245 {
  padding-bottom: 245px !important;
}
.pB-246 {
  padding-bottom: 246px !important;
}
.pB-247 {
  padding-bottom: 247px !important;
}
.pB-248 {
  padding-bottom: 248px !important;
}
.pB-249 {
  padding-bottom: 249px !important;
}
.pB-250 {
  padding-bottom: 250px !important;
}
.pB-251 {
  padding-bottom: 251px !important;
}
.pB-252 {
  padding-bottom: 252px !important;
}
.pB-253 {
  padding-bottom: 253px !important;
}
.pB-254 {
  padding-bottom: 254px !important;
}
.pB-255 {
  padding-bottom: 255px !important;
}
.pB-256 {
  padding-bottom: 256px !important;
}
.pB-257 {
  padding-bottom: 257px !important;
}
.pB-258 {
  padding-bottom: 258px !important;
}
.pB-259 {
  padding-bottom: 259px !important;
}
.pB-260 {
  padding-bottom: 260px !important;
}
.pB-261 {
  padding-bottom: 261px !important;
}
.pB-262 {
  padding-bottom: 262px !important;
}
.pB-263 {
  padding-bottom: 263px !important;
}
.pB-264 {
  padding-bottom: 264px !important;
}
.pB-265 {
  padding-bottom: 265px !important;
}
.pB-266 {
  padding-bottom: 266px !important;
}
.pB-267 {
  padding-bottom: 267px !important;
}
.pB-268 {
  padding-bottom: 268px !important;
}
.pB-269 {
  padding-bottom: 269px !important;
}
.pB-270 {
  padding-bottom: 270px !important;
}
.pB-271 {
  padding-bottom: 271px !important;
}
.pB-272 {
  padding-bottom: 272px !important;
}
.pB-273 {
  padding-bottom: 273px !important;
}
.pB-274 {
  padding-bottom: 274px !important;
}
.pB-275 {
  padding-bottom: 275px !important;
}
.pB-276 {
  padding-bottom: 276px !important;
}
.pB-277 {
  padding-bottom: 277px !important;
}
.pB-278 {
  padding-bottom: 278px !important;
}
.pB-279 {
  padding-bottom: 279px !important;
}
.pB-280 {
  padding-bottom: 280px !important;
}
.pB-281 {
  padding-bottom: 281px !important;
}
.pB-282 {
  padding-bottom: 282px !important;
}
.pB-283 {
  padding-bottom: 283px !important;
}
.pB-284 {
  padding-bottom: 284px !important;
}
.pB-285 {
  padding-bottom: 285px !important;
}
.pB-286 {
  padding-bottom: 286px !important;
}
.pB-287 {
  padding-bottom: 287px !important;
}
.pB-288 {
  padding-bottom: 288px !important;
}
.pB-289 {
  padding-bottom: 289px !important;
}
.pB-290 {
  padding-bottom: 290px !important;
}
.pB-291 {
  padding-bottom: 291px !important;
}
.pB-292 {
  padding-bottom: 292px !important;
}
.pB-293 {
  padding-bottom: 293px !important;
}
.pB-294 {
  padding-bottom: 294px !important;
}
.pB-295 {
  padding-bottom: 295px !important;
}
.pB-296 {
  padding-bottom: 296px !important;
}
.pB-297 {
  padding-bottom: 297px !important;
}
.pB-298 {
  padding-bottom: 298px !important;
}
.pB-299 {
  padding-bottom: 299px !important;
}
.pB-300 {
  padding-bottom: 300px !important;
}
.pB-301 {
  padding-bottom: 301px !important;
}
.pB-302 {
  padding-bottom: 302px !important;
}
.pB-303 {
  padding-bottom: 303px !important;
}
.pB-304 {
  padding-bottom: 304px !important;
}
.pB-305 {
  padding-bottom: 305px !important;
}
.pB-306 {
  padding-bottom: 306px !important;
}
.pB-307 {
  padding-bottom: 307px !important;
}
.pB-308 {
  padding-bottom: 308px !important;
}
.pB-309 {
  padding-bottom: 309px !important;
}
.pB-310 {
  padding-bottom: 310px !important;
}
.pB-311 {
  padding-bottom: 311px !important;
}
.pB-312 {
  padding-bottom: 312px !important;
}
.pB-313 {
  padding-bottom: 313px !important;
}
.pB-314 {
  padding-bottom: 314px !important;
}
.pB-315 {
  padding-bottom: 315px !important;
}
.pB-316 {
  padding-bottom: 316px !important;
}
.pB-317 {
  padding-bottom: 317px !important;
}
.pB-318 {
  padding-bottom: 318px !important;
}
.pB-319 {
  padding-bottom: 319px !important;
}
.pB-320 {
  padding-bottom: 320px !important;
}
.pB-321 {
  padding-bottom: 321px !important;
}
.pB-322 {
  padding-bottom: 322px !important;
}
.pB-323 {
  padding-bottom: 323px !important;
}
.pB-324 {
  padding-bottom: 324px !important;
}
.pB-325 {
  padding-bottom: 325px !important;
}
.pB-326 {
  padding-bottom: 326px !important;
}
.pB-327 {
  padding-bottom: 327px !important;
}
.pB-328 {
  padding-bottom: 328px !important;
}
.pB-329 {
  padding-bottom: 329px !important;
}
.pB-330 {
  padding-bottom: 330px !important;
}
.pB-331 {
  padding-bottom: 331px !important;
}
.pB-332 {
  padding-bottom: 332px !important;
}
.pB-333 {
  padding-bottom: 333px !important;
}
.pB-334 {
  padding-bottom: 334px !important;
}
.pB-335 {
  padding-bottom: 335px !important;
}
.pB-336 {
  padding-bottom: 336px !important;
}
.pB-337 {
  padding-bottom: 337px !important;
}
.pB-338 {
  padding-bottom: 338px !important;
}
.pB-339 {
  padding-bottom: 339px !important;
}
.pB-340 {
  padding-bottom: 340px !important;
}
.pB-341 {
  padding-bottom: 341px !important;
}
.pB-342 {
  padding-bottom: 342px !important;
}
.pB-343 {
  padding-bottom: 343px !important;
}
.pB-344 {
  padding-bottom: 344px !important;
}
.pB-345 {
  padding-bottom: 345px !important;
}
.pB-346 {
  padding-bottom: 346px !important;
}
.pB-347 {
  padding-bottom: 347px !important;
}
.pB-348 {
  padding-bottom: 348px !important;
}
.pB-349 {
  padding-bottom: 349px !important;
}
.pB-350 {
  padding-bottom: 350px !important;
}
.pB-351 {
  padding-bottom: 351px !important;
}
.pB-352 {
  padding-bottom: 352px !important;
}
.pB-353 {
  padding-bottom: 353px !important;
}
.pB-354 {
  padding-bottom: 354px !important;
}
.pB-355 {
  padding-bottom: 355px !important;
}
.pB-356 {
  padding-bottom: 356px !important;
}
.pB-357 {
  padding-bottom: 357px !important;
}
.pB-358 {
  padding-bottom: 358px !important;
}
.pB-359 {
  padding-bottom: 359px !important;
}
.pB-360 {
  padding-bottom: 360px !important;
}
.pB-361 {
  padding-bottom: 361px !important;
}
.pB-362 {
  padding-bottom: 362px !important;
}
.pB-363 {
  padding-bottom: 363px !important;
}
.pB-364 {
  padding-bottom: 364px !important;
}
.pB-365 {
  padding-bottom: 365px !important;
}
.pB-366 {
  padding-bottom: 366px !important;
}
.pB-367 {
  padding-bottom: 367px !important;
}
.pB-368 {
  padding-bottom: 368px !important;
}
.pB-369 {
  padding-bottom: 369px !important;
}
.pB-370 {
  padding-bottom: 370px !important;
}
.pB-371 {
  padding-bottom: 371px !important;
}
.pB-372 {
  padding-bottom: 372px !important;
}
.pB-373 {
  padding-bottom: 373px !important;
}
.pB-374 {
  padding-bottom: 374px !important;
}
.pB-375 {
  padding-bottom: 375px !important;
}
.pB-376 {
  padding-bottom: 376px !important;
}
.pB-377 {
  padding-bottom: 377px !important;
}
.pB-378 {
  padding-bottom: 378px !important;
}
.pB-379 {
  padding-bottom: 379px !important;
}
.pB-380 {
  padding-bottom: 380px !important;
}
.pB-381 {
  padding-bottom: 381px !important;
}
.pB-382 {
  padding-bottom: 382px !important;
}
.pB-383 {
  padding-bottom: 383px !important;
}
.pB-384 {
  padding-bottom: 384px !important;
}
.pB-385 {
  padding-bottom: 385px !important;
}
.pB-386 {
  padding-bottom: 386px !important;
}
.pB-387 {
  padding-bottom: 387px !important;
}
.pB-388 {
  padding-bottom: 388px !important;
}
.pB-389 {
  padding-bottom: 389px !important;
}
.pB-390 {
  padding-bottom: 390px !important;
}
.pB-391 {
  padding-bottom: 391px !important;
}
.pB-392 {
  padding-bottom: 392px !important;
}
.pB-393 {
  padding-bottom: 393px !important;
}
.pB-394 {
  padding-bottom: 394px !important;
}
.pB-395 {
  padding-bottom: 395px !important;
}
.pB-396 {
  padding-bottom: 396px !important;
}
.pB-397 {
  padding-bottom: 397px !important;
}
.pB-398 {
  padding-bottom: 398px !important;
}
.pB-399 {
  padding-bottom: 399px !important;
}
.pB-400 {
  padding-bottom: 400px !important;
}
.pB-401 {
  padding-bottom: 401px !important;
}
.pB-402 {
  padding-bottom: 402px !important;
}
.pB-403 {
  padding-bottom: 403px !important;
}
.pB-404 {
  padding-bottom: 404px !important;
}
.pB-405 {
  padding-bottom: 405px !important;
}
.pB-406 {
  padding-bottom: 406px !important;
}
.pB-407 {
  padding-bottom: 407px !important;
}
.pB-408 {
  padding-bottom: 408px !important;
}
.pB-409 {
  padding-bottom: 409px !important;
}
.pB-410 {
  padding-bottom: 410px !important;
}
.pB-411 {
  padding-bottom: 411px !important;
}
.pB-412 {
  padding-bottom: 412px !important;
}
.pB-413 {
  padding-bottom: 413px !important;
}
.pB-414 {
  padding-bottom: 414px !important;
}
.pB-415 {
  padding-bottom: 415px !important;
}
.pB-416 {
  padding-bottom: 416px !important;
}
.pB-417 {
  padding-bottom: 417px !important;
}
.pB-418 {
  padding-bottom: 418px !important;
}
.pB-419 {
  padding-bottom: 419px !important;
}
.pB-420 {
  padding-bottom: 420px !important;
}
.pB-421 {
  padding-bottom: 421px !important;
}
.pB-422 {
  padding-bottom: 422px !important;
}
.pB-423 {
  padding-bottom: 423px !important;
}
.pB-424 {
  padding-bottom: 424px !important;
}
.pB-425 {
  padding-bottom: 425px !important;
}
.pB-426 {
  padding-bottom: 426px !important;
}
.pB-427 {
  padding-bottom: 427px !important;
}
.pB-428 {
  padding-bottom: 428px !important;
}
.pB-429 {
  padding-bottom: 429px !important;
}
.pB-430 {
  padding-bottom: 430px !important;
}
.pB-431 {
  padding-bottom: 431px !important;
}
.pB-432 {
  padding-bottom: 432px !important;
}
.pB-433 {
  padding-bottom: 433px !important;
}
.pB-434 {
  padding-bottom: 434px !important;
}
.pB-435 {
  padding-bottom: 435px !important;
}
.pB-436 {
  padding-bottom: 436px !important;
}
.pB-437 {
  padding-bottom: 437px !important;
}
.pB-438 {
  padding-bottom: 438px !important;
}
.pB-439 {
  padding-bottom: 439px !important;
}
.pB-440 {
  padding-bottom: 440px !important;
}
.pB-441 {
  padding-bottom: 441px !important;
}
.pB-442 {
  padding-bottom: 442px !important;
}
.pB-443 {
  padding-bottom: 443px !important;
}
.pB-444 {
  padding-bottom: 444px !important;
}
.pB-445 {
  padding-bottom: 445px !important;
}
.pB-446 {
  padding-bottom: 446px !important;
}
.pB-447 {
  padding-bottom: 447px !important;
}
.pB-448 {
  padding-bottom: 448px !important;
}
.pB-449 {
  padding-bottom: 449px !important;
}
.pB-450 {
  padding-bottom: 450px !important;
}
.pB-451 {
  padding-bottom: 451px !important;
}
.pB-452 {
  padding-bottom: 452px !important;
}
.pB-453 {
  padding-bottom: 453px !important;
}
.pB-454 {
  padding-bottom: 454px !important;
}
.pB-455 {
  padding-bottom: 455px !important;
}
.pB-456 {
  padding-bottom: 456px !important;
}
.pB-457 {
  padding-bottom: 457px !important;
}
.pB-458 {
  padding-bottom: 458px !important;
}
.pB-459 {
  padding-bottom: 459px !important;
}
.pB-460 {
  padding-bottom: 460px !important;
}
.pB-461 {
  padding-bottom: 461px !important;
}
.pB-462 {
  padding-bottom: 462px !important;
}
.pB-463 {
  padding-bottom: 463px !important;
}
.pB-464 {
  padding-bottom: 464px !important;
}
.pB-465 {
  padding-bottom: 465px !important;
}
.pB-466 {
  padding-bottom: 466px !important;
}
.pB-467 {
  padding-bottom: 467px !important;
}
.pB-468 {
  padding-bottom: 468px !important;
}
.pB-469 {
  padding-bottom: 469px !important;
}
.pB-470 {
  padding-bottom: 470px !important;
}
.pB-471 {
  padding-bottom: 471px !important;
}
.pB-472 {
  padding-bottom: 472px !important;
}
.pB-473 {
  padding-bottom: 473px !important;
}
.pB-474 {
  padding-bottom: 474px !important;
}
.pB-475 {
  padding-bottom: 475px !important;
}
.pB-476 {
  padding-bottom: 476px !important;
}
.pB-477 {
  padding-bottom: 477px !important;
}
.pB-478 {
  padding-bottom: 478px !important;
}
.pB-479 {
  padding-bottom: 479px !important;
}
.pB-480 {
  padding-bottom: 480px !important;
}
.pB-481 {
  padding-bottom: 481px !important;
}
.pB-482 {
  padding-bottom: 482px !important;
}
.pB-483 {
  padding-bottom: 483px !important;
}
.pB-484 {
  padding-bottom: 484px !important;
}
.pB-485 {
  padding-bottom: 485px !important;
}
.pB-486 {
  padding-bottom: 486px !important;
}
.pB-487 {
  padding-bottom: 487px !important;
}
.pB-488 {
  padding-bottom: 488px !important;
}
.pB-489 {
  padding-bottom: 489px !important;
}
.pB-490 {
  padding-bottom: 490px !important;
}
.pB-491 {
  padding-bottom: 491px !important;
}
.pB-492 {
  padding-bottom: 492px !important;
}
.pB-493 {
  padding-bottom: 493px !important;
}
.pB-494 {
  padding-bottom: 494px !important;
}
.pB-495 {
  padding-bottom: 495px !important;
}
.pB-496 {
  padding-bottom: 496px !important;
}
.pB-497 {
  padding-bottom: 497px !important;
}
.pB-498 {
  padding-bottom: 498px !important;
}
.pB-499 {
  padding-bottom: 499px !important;
}
.pB-500 {
  padding-bottom: 500px !important;
}
.pB-501 {
  padding-bottom: 501px !important;
}
.pB-502 {
  padding-bottom: 502px !important;
}
.pB-503 {
  padding-bottom: 503px !important;
}
.pB-504 {
  padding-bottom: 504px !important;
}
.pB-505 {
  padding-bottom: 505px !important;
}
.pB-506 {
  padding-bottom: 506px !important;
}
.pB-507 {
  padding-bottom: 507px !important;
}
.pB-508 {
  padding-bottom: 508px !important;
}
.pB-509 {
  padding-bottom: 509px !important;
}
.pB-510 {
  padding-bottom: 510px !important;
}
.pB-511 {
  padding-bottom: 511px !important;
}
.pB-512 {
  padding-bottom: 512px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pl-3 {
  padding-left: 3px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-6 {
  padding-left: 6px !important;
}
.pl-7 {
  padding-left: 7px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pl-9 {
  padding-left: 9px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-11 {
  padding-left: 11px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pl-13 {
  padding-left: 13px !important;
}
.pl-14 {
  padding-left: 14px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pl-17 {
  padding-left: 17px !important;
}
.pl-18 {
  padding-left: 18px !important;
}
.pl-19 {
  padding-left: 19px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-21 {
  padding-left: 21px !important;
}
.pl-22 {
  padding-left: 22px !important;
}
.pl-23 {
  padding-left: 23px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-26 {
  padding-left: 26px !important;
}
.pl-27 {
  padding-left: 27px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pl-29 {
  padding-left: 29px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-31 {
  padding-left: 31px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pl-33 {
  padding-left: 33px !important;
}
.pl-34 {
  padding-left: 34px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pl-37 {
  padding-left: 37px !important;
}
.pl-38 {
  padding-left: 38px !important;
}
.pl-39 {
  padding-left: 39px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-41 {
  padding-left: 41px !important;
}
.pl-42 {
  padding-left: 42px !important;
}
.pl-43 {
  padding-left: 43px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-46 {
  padding-left: 46px !important;
}
.pl-47 {
  padding-left: 47px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pl-49 {
  padding-left: 49px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-51 {
  padding-left: 51px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pl-53 {
  padding-left: 53px !important;
}
.pl-54 {
  padding-left: 54px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pl-57 {
  padding-left: 57px !important;
}
.pl-58 {
  padding-left: 58px !important;
}
.pl-59 {
  padding-left: 59px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-61 {
  padding-left: 61px !important;
}
.pl-62 {
  padding-left: 62px !important;
}
.pl-63 {
  padding-left: 63px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pl-66 {
  padding-left: 66px !important;
}
.pl-67 {
  padding-left: 67px !important;
}
.pl-68 {
  padding-left: 68px !important;
}
.pl-69 {
  padding-left: 69px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-71 {
  padding-left: 71px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pl-73 {
  padding-left: 73px !important;
}
.pl-74 {
  padding-left: 74px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pl-77 {
  padding-left: 77px !important;
}
.pl-78 {
  padding-left: 78px !important;
}
.pl-79 {
  padding-left: 79px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-81 {
  padding-left: 81px !important;
}
.pl-82 {
  padding-left: 82px !important;
}
.pl-83 {
  padding-left: 83px !important;
}
.pl-84 {
  padding-left: 84px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pl-86 {
  padding-left: 86px !important;
}
.pl-87 {
  padding-left: 87px !important;
}
.pl-88 {
  padding-left: 88px !important;
}
.pl-89 {
  padding-left: 89px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-91 {
  padding-left: 91px !important;
}
.pl-92 {
  padding-left: 92px !important;
}
.pl-93 {
  padding-left: 93px !important;
}
.pl-94 {
  padding-left: 94px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pl-96 {
  padding-left: 96px !important;
}
.pl-97 {
  padding-left: 97px !important;
}
.pl-98 {
  padding-left: 98px !important;
}
.pl-99 {
  padding-left: 99px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-101 {
  padding-left: 101px !important;
}
.pl-102 {
  padding-left: 102px !important;
}
.pl-103 {
  padding-left: 103px !important;
}
.pl-104 {
  padding-left: 104px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.pl-106 {
  padding-left: 106px !important;
}
.pl-107 {
  padding-left: 107px !important;
}
.pl-108 {
  padding-left: 108px !important;
}
.pl-109 {
  padding-left: 109px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-111 {
  padding-left: 111px !important;
}
.pl-112 {
  padding-left: 112px !important;
}
.pl-113 {
  padding-left: 113px !important;
}
.pl-114 {
  padding-left: 114px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.pl-116 {
  padding-left: 116px !important;
}
.pl-117 {
  padding-left: 117px !important;
}
.pl-118 {
  padding-left: 118px !important;
}
.pl-119 {
  padding-left: 119px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-121 {
  padding-left: 121px !important;
}
.pl-122 {
  padding-left: 122px !important;
}
.pl-123 {
  padding-left: 123px !important;
}
.pl-124 {
  padding-left: 124px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.pl-126 {
  padding-left: 126px !important;
}
.pl-127 {
  padding-left: 127px !important;
}
.pl-128 {
  padding-left: 128px !important;
}
.pl-129 {
  padding-left: 129px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-131 {
  padding-left: 131px !important;
}
.pl-132 {
  padding-left: 132px !important;
}
.pl-133 {
  padding-left: 133px !important;
}
.pl-134 {
  padding-left: 134px !important;
}
.pl-135 {
  padding-left: 135px !important;
}
.pl-136 {
  padding-left: 136px !important;
}
.pl-137 {
  padding-left: 137px !important;
}
.pl-138 {
  padding-left: 138px !important;
}
.pl-139 {
  padding-left: 139px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-141 {
  padding-left: 141px !important;
}
.pl-142 {
  padding-left: 142px !important;
}
.pl-143 {
  padding-left: 143px !important;
}
.pl-144 {
  padding-left: 144px !important;
}
.pl-145 {
  padding-left: 145px !important;
}
.pl-146 {
  padding-left: 146px !important;
}
.pl-147 {
  padding-left: 147px !important;
}
.pl-148 {
  padding-left: 148px !important;
}
.pl-149 {
  padding-left: 149px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-151 {
  padding-left: 151px !important;
}
.pl-152 {
  padding-left: 152px !important;
}
.pl-153 {
  padding-left: 153px !important;
}
.pl-154 {
  padding-left: 154px !important;
}
.pl-155 {
  padding-left: 155px !important;
}
.pl-156 {
  padding-left: 156px !important;
}
.pl-157 {
  padding-left: 157px !important;
}
.pl-158 {
  padding-left: 158px !important;
}
.pl-159 {
  padding-left: 159px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-161 {
  padding-left: 161px !important;
}
.pl-162 {
  padding-left: 162px !important;
}
.pl-163 {
  padding-left: 163px !important;
}
.pl-164 {
  padding-left: 164px !important;
}
.pl-165 {
  padding-left: 165px !important;
}
.pl-166 {
  padding-left: 166px !important;
}
.pl-167 {
  padding-left: 167px !important;
}
.pl-168 {
  padding-left: 168px !important;
}
.pl-169 {
  padding-left: 169px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-171 {
  padding-left: 171px !important;
}
.pl-172 {
  padding-left: 172px !important;
}
.pl-173 {
  padding-left: 173px !important;
}
.pl-174 {
  padding-left: 174px !important;
}
.pl-175 {
  padding-left: 175px !important;
}
.pl-176 {
  padding-left: 176px !important;
}
.pl-177 {
  padding-left: 177px !important;
}
.pl-178 {
  padding-left: 178px !important;
}
.pl-179 {
  padding-left: 179px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-181 {
  padding-left: 181px !important;
}
.pl-182 {
  padding-left: 182px !important;
}
.pl-183 {
  padding-left: 183px !important;
}
.pl-184 {
  padding-left: 184px !important;
}
.pl-185 {
  padding-left: 185px !important;
}
.pl-186 {
  padding-left: 186px !important;
}
.pl-187 {
  padding-left: 187px !important;
}
.pl-188 {
  padding-left: 188px !important;
}
.pl-189 {
  padding-left: 189px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-191 {
  padding-left: 191px !important;
}
.pl-192 {
  padding-left: 192px !important;
}
.pl-193 {
  padding-left: 193px !important;
}
.pl-194 {
  padding-left: 194px !important;
}
.pl-195 {
  padding-left: 195px !important;
}
.pl-196 {
  padding-left: 196px !important;
}
.pl-197 {
  padding-left: 197px !important;
}
.pl-198 {
  padding-left: 198px !important;
}
.pl-199 {
  padding-left: 199px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pl-201 {
  padding-left: 201px !important;
}
.pl-202 {
  padding-left: 202px !important;
}
.pl-203 {
  padding-left: 203px !important;
}
.pl-204 {
  padding-left: 204px !important;
}
.pl-205 {
  padding-left: 205px !important;
}
.pl-206 {
  padding-left: 206px !important;
}
.pl-207 {
  padding-left: 207px !important;
}
.pl-208 {
  padding-left: 208px !important;
}
.pl-209 {
  padding-left: 209px !important;
}
.pl-210 {
  padding-left: 210px !important;
}
.pl-211 {
  padding-left: 211px !important;
}
.pl-212 {
  padding-left: 212px !important;
}
.pl-213 {
  padding-left: 213px !important;
}
.pl-214 {
  padding-left: 214px !important;
}
.pl-215 {
  padding-left: 215px !important;
}
.pl-216 {
  padding-left: 216px !important;
}
.pl-217 {
  padding-left: 217px !important;
}
.pl-218 {
  padding-left: 218px !important;
}
.pl-219 {
  padding-left: 219px !important;
}
.pl-220 {
  padding-left: 220px !important;
}
.pl-221 {
  padding-left: 221px !important;
}
.pl-222 {
  padding-left: 222px !important;
}
.pl-223 {
  padding-left: 223px !important;
}
.pl-224 {
  padding-left: 224px !important;
}
.pl-225 {
  padding-left: 225px !important;
}
.pl-226 {
  padding-left: 226px !important;
}
.pl-227 {
  padding-left: 227px !important;
}
.pl-228 {
  padding-left: 228px !important;
}
.pl-229 {
  padding-left: 229px !important;
}
.pl-230 {
  padding-left: 230px !important;
}
.pl-231 {
  padding-left: 231px !important;
}
.pl-232 {
  padding-left: 232px !important;
}
.pl-233 {
  padding-left: 233px !important;
}
.pl-234 {
  padding-left: 234px !important;
}
.pl-235 {
  padding-left: 235px !important;
}
.pl-236 {
  padding-left: 236px !important;
}
.pl-237 {
  padding-left: 237px !important;
}
.pl-238 {
  padding-left: 238px !important;
}
.pl-239 {
  padding-left: 239px !important;
}
.pl-240 {
  padding-left: 240px !important;
}
.pl-241 {
  padding-left: 241px !important;
}
.pl-242 {
  padding-left: 242px !important;
}
.pl-243 {
  padding-left: 243px !important;
}
.pl-244 {
  padding-left: 244px !important;
}
.pl-245 {
  padding-left: 245px !important;
}
.pl-246 {
  padding-left: 246px !important;
}
.pl-247 {
  padding-left: 247px !important;
}
.pl-248 {
  padding-left: 248px !important;
}
.pl-249 {
  padding-left: 249px !important;
}
.pl-250 {
  padding-left: 250px !important;
}
.pl-251 {
  padding-left: 251px !important;
}
.pl-252 {
  padding-left: 252px !important;
}
.pl-253 {
  padding-left: 253px !important;
}
.pl-254 {
  padding-left: 254px !important;
}
.pl-255 {
  padding-left: 255px !important;
}
.pl-256 {
  padding-left: 256px !important;
}
.pl-257 {
  padding-left: 257px !important;
}
.pl-258 {
  padding-left: 258px !important;
}
.pl-259 {
  padding-left: 259px !important;
}
.pl-260 {
  padding-left: 260px !important;
}
.pl-261 {
  padding-left: 261px !important;
}
.pl-262 {
  padding-left: 262px !important;
}
.pl-263 {
  padding-left: 263px !important;
}
.pl-264 {
  padding-left: 264px !important;
}
.pl-265 {
  padding-left: 265px !important;
}
.pl-266 {
  padding-left: 266px !important;
}
.pl-267 {
  padding-left: 267px !important;
}
.pl-268 {
  padding-left: 268px !important;
}
.pl-269 {
  padding-left: 269px !important;
}
.pl-270 {
  padding-left: 270px !important;
}
.pl-271 {
  padding-left: 271px !important;
}
.pl-272 {
  padding-left: 272px !important;
}
.pl-273 {
  padding-left: 273px !important;
}
.pl-274 {
  padding-left: 274px !important;
}
.pl-275 {
  padding-left: 275px !important;
}
.pl-276 {
  padding-left: 276px !important;
}
.pl-277 {
  padding-left: 277px !important;
}
.pl-278 {
  padding-left: 278px !important;
}
.pl-279 {
  padding-left: 279px !important;
}
.pl-280 {
  padding-left: 280px !important;
}
.pl-281 {
  padding-left: 281px !important;
}
.pl-282 {
  padding-left: 282px !important;
}
.pl-283 {
  padding-left: 283px !important;
}
.pl-284 {
  padding-left: 284px !important;
}
.pl-285 {
  padding-left: 285px !important;
}
.pl-286 {
  padding-left: 286px !important;
}
.pl-287 {
  padding-left: 287px !important;
}
.pl-288 {
  padding-left: 288px !important;
}
.pl-289 {
  padding-left: 289px !important;
}
.pl-290 {
  padding-left: 290px !important;
}
.pl-291 {
  padding-left: 291px !important;
}
.pl-292 {
  padding-left: 292px !important;
}
.pl-293 {
  padding-left: 293px !important;
}
.pl-294 {
  padding-left: 294px !important;
}
.pl-295 {
  padding-left: 295px !important;
}
.pl-296 {
  padding-left: 296px !important;
}
.pl-297 {
  padding-left: 297px !important;
}
.pl-298 {
  padding-left: 298px !important;
}
.pl-299 {
  padding-left: 299px !important;
}
.pl-300 {
  padding-left: 300px !important;
}
.pl-301 {
  padding-left: 301px !important;
}
.pl-302 {
  padding-left: 302px !important;
}
.pl-303 {
  padding-left: 303px !important;
}
.pl-304 {
  padding-left: 304px !important;
}
.pl-305 {
  padding-left: 305px !important;
}
.pl-306 {
  padding-left: 306px !important;
}
.pl-307 {
  padding-left: 307px !important;
}
.pl-308 {
  padding-left: 308px !important;
}
.pl-309 {
  padding-left: 309px !important;
}
.pl-310 {
  padding-left: 310px !important;
}
.pl-311 {
  padding-left: 311px !important;
}
.pl-312 {
  padding-left: 312px !important;
}
.pl-313 {
  padding-left: 313px !important;
}
.pl-314 {
  padding-left: 314px !important;
}
.pl-315 {
  padding-left: 315px !important;
}
.pl-316 {
  padding-left: 316px !important;
}
.pl-317 {
  padding-left: 317px !important;
}
.pl-318 {
  padding-left: 318px !important;
}
.pl-319 {
  padding-left: 319px !important;
}
.pl-320 {
  padding-left: 320px !important;
}
.pl-321 {
  padding-left: 321px !important;
}
.pl-322 {
  padding-left: 322px !important;
}
.pl-323 {
  padding-left: 323px !important;
}
.pl-324 {
  padding-left: 324px !important;
}
.pl-325 {
  padding-left: 325px !important;
}
.pl-326 {
  padding-left: 326px !important;
}
.pl-327 {
  padding-left: 327px !important;
}
.pl-328 {
  padding-left: 328px !important;
}
.pl-329 {
  padding-left: 329px !important;
}
.pl-330 {
  padding-left: 330px !important;
}
.pl-331 {
  padding-left: 331px !important;
}
.pl-332 {
  padding-left: 332px !important;
}
.pl-333 {
  padding-left: 333px !important;
}
.pl-334 {
  padding-left: 334px !important;
}
.pl-335 {
  padding-left: 335px !important;
}
.pl-336 {
  padding-left: 336px !important;
}
.pl-337 {
  padding-left: 337px !important;
}
.pl-338 {
  padding-left: 338px !important;
}
.pl-339 {
  padding-left: 339px !important;
}
.pl-340 {
  padding-left: 340px !important;
}
.pl-341 {
  padding-left: 341px !important;
}
.pl-342 {
  padding-left: 342px !important;
}
.pl-343 {
  padding-left: 343px !important;
}
.pl-344 {
  padding-left: 344px !important;
}
.pl-345 {
  padding-left: 345px !important;
}
.pl-346 {
  padding-left: 346px !important;
}
.pl-347 {
  padding-left: 347px !important;
}
.pl-348 {
  padding-left: 348px !important;
}
.pl-349 {
  padding-left: 349px !important;
}
.pl-350 {
  padding-left: 350px !important;
}
.pl-351 {
  padding-left: 351px !important;
}
.pl-352 {
  padding-left: 352px !important;
}
.pl-353 {
  padding-left: 353px !important;
}
.pl-354 {
  padding-left: 354px !important;
}
.pl-355 {
  padding-left: 355px !important;
}
.pl-356 {
  padding-left: 356px !important;
}
.pl-357 {
  padding-left: 357px !important;
}
.pl-358 {
  padding-left: 358px !important;
}
.pl-359 {
  padding-left: 359px !important;
}
.pl-360 {
  padding-left: 360px !important;
}
.pl-361 {
  padding-left: 361px !important;
}
.pl-362 {
  padding-left: 362px !important;
}
.pl-363 {
  padding-left: 363px !important;
}
.pl-364 {
  padding-left: 364px !important;
}
.pl-365 {
  padding-left: 365px !important;
}
.pl-366 {
  padding-left: 366px !important;
}
.pl-367 {
  padding-left: 367px !important;
}
.pl-368 {
  padding-left: 368px !important;
}
.pl-369 {
  padding-left: 369px !important;
}
.pl-370 {
  padding-left: 370px !important;
}
.pl-371 {
  padding-left: 371px !important;
}
.pl-372 {
  padding-left: 372px !important;
}
.pl-373 {
  padding-left: 373px !important;
}
.pl-374 {
  padding-left: 374px !important;
}
.pl-375 {
  padding-left: 375px !important;
}
.pl-376 {
  padding-left: 376px !important;
}
.pl-377 {
  padding-left: 377px !important;
}
.pl-378 {
  padding-left: 378px !important;
}
.pl-379 {
  padding-left: 379px !important;
}
.pl-380 {
  padding-left: 380px !important;
}
.pl-381 {
  padding-left: 381px !important;
}
.pl-382 {
  padding-left: 382px !important;
}
.pl-383 {
  padding-left: 383px !important;
}
.pl-384 {
  padding-left: 384px !important;
}
.pl-385 {
  padding-left: 385px !important;
}
.pl-386 {
  padding-left: 386px !important;
}
.pl-387 {
  padding-left: 387px !important;
}
.pl-388 {
  padding-left: 388px !important;
}
.pl-389 {
  padding-left: 389px !important;
}
.pl-390 {
  padding-left: 390px !important;
}
.pl-391 {
  padding-left: 391px !important;
}
.pl-392 {
  padding-left: 392px !important;
}
.pl-393 {
  padding-left: 393px !important;
}
.pl-394 {
  padding-left: 394px !important;
}
.pl-395 {
  padding-left: 395px !important;
}
.pl-396 {
  padding-left: 396px !important;
}
.pl-397 {
  padding-left: 397px !important;
}
.pl-398 {
  padding-left: 398px !important;
}
.pl-399 {
  padding-left: 399px !important;
}
.pl-400 {
  padding-left: 400px !important;
}
.pl-401 {
  padding-left: 401px !important;
}
.pl-402 {
  padding-left: 402px !important;
}
.pl-403 {
  padding-left: 403px !important;
}
.pl-404 {
  padding-left: 404px !important;
}
.pl-405 {
  padding-left: 405px !important;
}
.pl-406 {
  padding-left: 406px !important;
}
.pl-407 {
  padding-left: 407px !important;
}
.pl-408 {
  padding-left: 408px !important;
}
.pl-409 {
  padding-left: 409px !important;
}
.pl-410 {
  padding-left: 410px !important;
}
.pl-411 {
  padding-left: 411px !important;
}
.pl-412 {
  padding-left: 412px !important;
}
.pl-413 {
  padding-left: 413px !important;
}
.pl-414 {
  padding-left: 414px !important;
}
.pl-415 {
  padding-left: 415px !important;
}
.pl-416 {
  padding-left: 416px !important;
}
.pl-417 {
  padding-left: 417px !important;
}
.pl-418 {
  padding-left: 418px !important;
}
.pl-419 {
  padding-left: 419px !important;
}
.pl-420 {
  padding-left: 420px !important;
}
.pl-421 {
  padding-left: 421px !important;
}
.pl-422 {
  padding-left: 422px !important;
}
.pl-423 {
  padding-left: 423px !important;
}
.pl-424 {
  padding-left: 424px !important;
}
.pl-425 {
  padding-left: 425px !important;
}
.pl-426 {
  padding-left: 426px !important;
}
.pl-427 {
  padding-left: 427px !important;
}
.pl-428 {
  padding-left: 428px !important;
}
.pl-429 {
  padding-left: 429px !important;
}
.pl-430 {
  padding-left: 430px !important;
}
.pl-431 {
  padding-left: 431px !important;
}
.pl-432 {
  padding-left: 432px !important;
}
.pl-433 {
  padding-left: 433px !important;
}
.pl-434 {
  padding-left: 434px !important;
}
.pl-435 {
  padding-left: 435px !important;
}
.pl-436 {
  padding-left: 436px !important;
}
.pl-437 {
  padding-left: 437px !important;
}
.pl-438 {
  padding-left: 438px !important;
}
.pl-439 {
  padding-left: 439px !important;
}
.pl-440 {
  padding-left: 440px !important;
}
.pl-441 {
  padding-left: 441px !important;
}
.pl-442 {
  padding-left: 442px !important;
}
.pl-443 {
  padding-left: 443px !important;
}
.pl-444 {
  padding-left: 444px !important;
}
.pl-445 {
  padding-left: 445px !important;
}
.pl-446 {
  padding-left: 446px !important;
}
.pl-447 {
  padding-left: 447px !important;
}
.pl-448 {
  padding-left: 448px !important;
}
.pl-449 {
  padding-left: 449px !important;
}
.pl-450 {
  padding-left: 450px !important;
}
.pl-451 {
  padding-left: 451px !important;
}
.pl-452 {
  padding-left: 452px !important;
}
.pl-453 {
  padding-left: 453px !important;
}
.pl-454 {
  padding-left: 454px !important;
}
.pl-455 {
  padding-left: 455px !important;
}
.pl-456 {
  padding-left: 456px !important;
}
.pl-457 {
  padding-left: 457px !important;
}
.pl-458 {
  padding-left: 458px !important;
}
.pl-459 {
  padding-left: 459px !important;
}
.pl-460 {
  padding-left: 460px !important;
}
.pl-461 {
  padding-left: 461px !important;
}
.pl-462 {
  padding-left: 462px !important;
}
.pl-463 {
  padding-left: 463px !important;
}
.pl-464 {
  padding-left: 464px !important;
}
.pl-465 {
  padding-left: 465px !important;
}
.pl-466 {
  padding-left: 466px !important;
}
.pl-467 {
  padding-left: 467px !important;
}
.pl-468 {
  padding-left: 468px !important;
}
.pl-469 {
  padding-left: 469px !important;
}
.pl-470 {
  padding-left: 470px !important;
}
.pl-471 {
  padding-left: 471px !important;
}
.pl-472 {
  padding-left: 472px !important;
}
.pl-473 {
  padding-left: 473px !important;
}
.pl-474 {
  padding-left: 474px !important;
}
.pl-475 {
  padding-left: 475px !important;
}
.pl-476 {
  padding-left: 476px !important;
}
.pl-477 {
  padding-left: 477px !important;
}
.pl-478 {
  padding-left: 478px !important;
}
.pl-479 {
  padding-left: 479px !important;
}
.pl-480 {
  padding-left: 480px !important;
}
.pl-481 {
  padding-left: 481px !important;
}
.pl-482 {
  padding-left: 482px !important;
}
.pl-483 {
  padding-left: 483px !important;
}
.pl-484 {
  padding-left: 484px !important;
}
.pl-485 {
  padding-left: 485px !important;
}
.pl-486 {
  padding-left: 486px !important;
}
.pl-487 {
  padding-left: 487px !important;
}
.pl-488 {
  padding-left: 488px !important;
}
.pl-489 {
  padding-left: 489px !important;
}
.pl-490 {
  padding-left: 490px !important;
}
.pl-491 {
  padding-left: 491px !important;
}
.pl-492 {
  padding-left: 492px !important;
}
.pl-493 {
  padding-left: 493px !important;
}
.pl-494 {
  padding-left: 494px !important;
}
.pl-495 {
  padding-left: 495px !important;
}
.pl-496 {
  padding-left: 496px !important;
}
.pl-497 {
  padding-left: 497px !important;
}
.pl-498 {
  padding-left: 498px !important;
}
.pl-499 {
  padding-left: 499px !important;
}
.pl-500 {
  padding-left: 500px !important;
}
.pl-501 {
  padding-left: 501px !important;
}
.pl-502 {
  padding-left: 502px !important;
}
.pl-503 {
  padding-left: 503px !important;
}
.pl-504 {
  padding-left: 504px !important;
}
.pl-505 {
  padding-left: 505px !important;
}
.pl-506 {
  padding-left: 506px !important;
}
.pl-507 {
  padding-left: 507px !important;
}
.pl-508 {
  padding-left: 508px !important;
}
.pl-509 {
  padding-left: 509px !important;
}
.pl-510 {
  padding-left: 510px !important;
}
.pl-511 {
  padding-left: 511px !important;
}
.pl-512 {
  padding-left: 512px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.pr-2 {
  padding-right: 2px !important;
}
.pr-3 {
  padding-right: 3px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-6 {
  padding-right: 6px !important;
}
.pr-7 {
  padding-right: 7px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pr-9 {
  padding-right: 9px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-11 {
  padding-right: 11px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pr-13 {
  padding-right: 13px !important;
}
.pr-14 {
  padding-right: 14px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pr-17 {
  padding-right: 17px !important;
}
.pr-18 {
  padding-right: 18px !important;
}
.pr-19 {
  padding-right: 19px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-21 {
  padding-right: 21px !important;
}
.pr-22 {
  padding-right: 22px !important;
}
.pr-23 {
  padding-right: 23px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-26 {
  padding-right: 26px !important;
}
.pr-27 {
  padding-right: 27px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pr-29 {
  padding-right: 29px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-31 {
  padding-right: 31px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pr-33 {
  padding-right: 33px !important;
}
.pr-34 {
  padding-right: 34px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pr-37 {
  padding-right: 37px !important;
}
.pr-38 {
  padding-right: 38px !important;
}
.pr-39 {
  padding-right: 39px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-41 {
  padding-right: 41px !important;
}
.pr-42 {
  padding-right: 42px !important;
}
.pr-43 {
  padding-right: 43px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-46 {
  padding-right: 46px !important;
}
.pr-47 {
  padding-right: 47px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pr-49 {
  padding-right: 49px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-51 {
  padding-right: 51px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.pr-53 {
  padding-right: 53px !important;
}
.pr-54 {
  padding-right: 54px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pr-57 {
  padding-right: 57px !important;
}
.pr-58 {
  padding-right: 58px !important;
}
.pr-59 {
  padding-right: 59px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-61 {
  padding-right: 61px !important;
}
.pr-62 {
  padding-right: 62px !important;
}
.pr-63 {
  padding-right: 63px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pr-66 {
  padding-right: 66px !important;
}
.pr-67 {
  padding-right: 67px !important;
}
.pr-68 {
  padding-right: 68px !important;
}
.pr-69 {
  padding-right: 69px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-71 {
  padding-right: 71px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pr-73 {
  padding-right: 73px !important;
}
.pr-74 {
  padding-right: 74px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pr-76 {
  padding-right: 76px !important;
}
.pr-77 {
  padding-right: 77px !important;
}
.pr-78 {
  padding-right: 78px !important;
}
.pr-79 {
  padding-right: 79px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-81 {
  padding-right: 81px !important;
}
.pr-82 {
  padding-right: 82px !important;
}
.pr-83 {
  padding-right: 83px !important;
}
.pr-84 {
  padding-right: 84px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pr-86 {
  padding-right: 86px !important;
}
.pr-87 {
  padding-right: 87px !important;
}
.pr-88 {
  padding-right: 88px !important;
}
.pr-89 {
  padding-right: 89px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-91 {
  padding-right: 91px !important;
}
.pr-92 {
  padding-right: 92px !important;
}
.pr-93 {
  padding-right: 93px !important;
}
.pr-94 {
  padding-right: 94px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pr-96 {
  padding-right: 96px !important;
}
.pr-97 {
  padding-right: 97px !important;
}
.pr-98 {
  padding-right: 98px !important;
}
.pr-99 {
  padding-right: 99px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-101 {
  padding-right: 101px !important;
}
.pr-102 {
  padding-right: 102px !important;
}
.pr-103 {
  padding-right: 103px !important;
}
.pr-104 {
  padding-right: 104px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pr-106 {
  padding-right: 106px !important;
}
.pr-107 {
  padding-right: 107px !important;
}
.pr-108 {
  padding-right: 108px !important;
}
.pr-109 {
  padding-right: 109px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-111 {
  padding-right: 111px !important;
}
.pr-112 {
  padding-right: 112px !important;
}
.pr-113 {
  padding-right: 113px !important;
}
.pr-114 {
  padding-right: 114px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pr-116 {
  padding-right: 116px !important;
}
.pr-117 {
  padding-right: 117px !important;
}
.pr-118 {
  padding-right: 118px !important;
}
.pr-119 {
  padding-right: 119px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-121 {
  padding-right: 121px !important;
}
.pr-122 {
  padding-right: 122px !important;
}
.pr-123 {
  padding-right: 123px !important;
}
.pr-124 {
  padding-right: 124px !important;
}
.pr-125 {
  padding-right: 125px !important;
}
.pr-126 {
  padding-right: 126px !important;
}
.pr-127 {
  padding-right: 127px !important;
}
.pr-128 {
  padding-right: 128px !important;
}
.pr-129 {
  padding-right: 129px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-131 {
  padding-right: 131px !important;
}
.pr-132 {
  padding-right: 132px !important;
}
.pr-133 {
  padding-right: 133px !important;
}
.pr-134 {
  padding-right: 134px !important;
}
.pr-135 {
  padding-right: 135px !important;
}
.pr-136 {
  padding-right: 136px !important;
}
.pr-137 {
  padding-right: 137px !important;
}
.pr-138 {
  padding-right: 138px !important;
}
.pr-139 {
  padding-right: 139px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-141 {
  padding-right: 141px !important;
}
.pr-142 {
  padding-right: 142px !important;
}
.pr-143 {
  padding-right: 143px !important;
}
.pr-144 {
  padding-right: 144px !important;
}
.pr-145 {
  padding-right: 145px !important;
}
.pr-146 {
  padding-right: 146px !important;
}
.pr-147 {
  padding-right: 147px !important;
}
.pr-148 {
  padding-right: 148px !important;
}
.pr-149 {
  padding-right: 149px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-151 {
  padding-right: 151px !important;
}
.pr-152 {
  padding-right: 152px !important;
}
.pr-153 {
  padding-right: 153px !important;
}
.pr-154 {
  padding-right: 154px !important;
}
.pr-155 {
  padding-right: 155px !important;
}
.pr-156 {
  padding-right: 156px !important;
}
.pr-157 {
  padding-right: 157px !important;
}
.pr-158 {
  padding-right: 158px !important;
}
.pr-159 {
  padding-right: 159px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-161 {
  padding-right: 161px !important;
}
.pr-162 {
  padding-right: 162px !important;
}
.pr-163 {
  padding-right: 163px !important;
}
.pr-164 {
  padding-right: 164px !important;
}
.pr-165 {
  padding-right: 165px !important;
}
.pr-166 {
  padding-right: 166px !important;
}
.pr-167 {
  padding-right: 167px !important;
}
.pr-168 {
  padding-right: 168px !important;
}
.pr-169 {
  padding-right: 169px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-171 {
  padding-right: 171px !important;
}
.pr-172 {
  padding-right: 172px !important;
}
.pr-173 {
  padding-right: 173px !important;
}
.pr-174 {
  padding-right: 174px !important;
}
.pr-175 {
  padding-right: 175px !important;
}
.pr-176 {
  padding-right: 176px !important;
}
.pr-177 {
  padding-right: 177px !important;
}
.pr-178 {
  padding-right: 178px !important;
}
.pr-179 {
  padding-right: 179px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-181 {
  padding-right: 181px !important;
}
.pr-182 {
  padding-right: 182px !important;
}
.pr-183 {
  padding-right: 183px !important;
}
.pr-184 {
  padding-right: 184px !important;
}
.pr-185 {
  padding-right: 185px !important;
}
.pr-186 {
  padding-right: 186px !important;
}
.pr-187 {
  padding-right: 187px !important;
}
.pr-188 {
  padding-right: 188px !important;
}
.pr-189 {
  padding-right: 189px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-191 {
  padding-right: 191px !important;
}
.pr-192 {
  padding-right: 192px !important;
}
.pr-193 {
  padding-right: 193px !important;
}
.pr-194 {
  padding-right: 194px !important;
}
.pr-195 {
  padding-right: 195px !important;
}
.pr-196 {
  padding-right: 196px !important;
}
.pr-197 {
  padding-right: 197px !important;
}
.pr-198 {
  padding-right: 198px !important;
}
.pr-199 {
  padding-right: 199px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pr-201 {
  padding-right: 201px !important;
}
.pr-202 {
  padding-right: 202px !important;
}
.pr-203 {
  padding-right: 203px !important;
}
.pr-204 {
  padding-right: 204px !important;
}
.pr-205 {
  padding-right: 205px !important;
}
.pr-206 {
  padding-right: 206px !important;
}
.pr-207 {
  padding-right: 207px !important;
}
.pr-208 {
  padding-right: 208px !important;
}
.pr-209 {
  padding-right: 209px !important;
}
.pr-210 {
  padding-right: 210px !important;
}
.pr-211 {
  padding-right: 211px !important;
}
.pr-212 {
  padding-right: 212px !important;
}
.pr-213 {
  padding-right: 213px !important;
}
.pr-214 {
  padding-right: 214px !important;
}
.pr-215 {
  padding-right: 215px !important;
}
.pr-216 {
  padding-right: 216px !important;
}
.pr-217 {
  padding-right: 217px !important;
}
.pr-218 {
  padding-right: 218px !important;
}
.pr-219 {
  padding-right: 219px !important;
}
.pr-220 {
  padding-right: 220px !important;
}
.pr-221 {
  padding-right: 221px !important;
}
.pr-222 {
  padding-right: 222px !important;
}
.pr-223 {
  padding-right: 223px !important;
}
.pr-224 {
  padding-right: 224px !important;
}
.pr-225 {
  padding-right: 225px !important;
}
.pr-226 {
  padding-right: 226px !important;
}
.pr-227 {
  padding-right: 227px !important;
}
.pr-228 {
  padding-right: 228px !important;
}
.pr-229 {
  padding-right: 229px !important;
}
.pr-230 {
  padding-right: 230px !important;
}
.pr-231 {
  padding-right: 231px !important;
}
.pr-232 {
  padding-right: 232px !important;
}
.pr-233 {
  padding-right: 233px !important;
}
.pr-234 {
  padding-right: 234px !important;
}
.pr-235 {
  padding-right: 235px !important;
}
.pr-236 {
  padding-right: 236px !important;
}
.pr-237 {
  padding-right: 237px !important;
}
.pr-238 {
  padding-right: 238px !important;
}
.pr-239 {
  padding-right: 239px !important;
}
.pr-240 {
  padding-right: 240px !important;
}
.pr-241 {
  padding-right: 241px !important;
}
.pr-242 {
  padding-right: 242px !important;
}
.pr-243 {
  padding-right: 243px !important;
}
.pr-244 {
  padding-right: 244px !important;
}
.pr-245 {
  padding-right: 245px !important;
}
.pr-246 {
  padding-right: 246px !important;
}
.pr-247 {
  padding-right: 247px !important;
}
.pr-248 {
  padding-right: 248px !important;
}
.pr-249 {
  padding-right: 249px !important;
}
.pr-250 {
  padding-right: 250px !important;
}
.pr-251 {
  padding-right: 251px !important;
}
.pr-252 {
  padding-right: 252px !important;
}
.pr-253 {
  padding-right: 253px !important;
}
.pr-254 {
  padding-right: 254px !important;
}
.pr-255 {
  padding-right: 255px !important;
}
.pr-256 {
  padding-right: 256px !important;
}
.pr-257 {
  padding-right: 257px !important;
}
.pr-258 {
  padding-right: 258px !important;
}
.pr-259 {
  padding-right: 259px !important;
}
.pr-260 {
  padding-right: 260px !important;
}
.pr-261 {
  padding-right: 261px !important;
}
.pr-262 {
  padding-right: 262px !important;
}
.pr-263 {
  padding-right: 263px !important;
}
.pr-264 {
  padding-right: 264px !important;
}
.pr-265 {
  padding-right: 265px !important;
}
.pr-266 {
  padding-right: 266px !important;
}
.pr-267 {
  padding-right: 267px !important;
}
.pr-268 {
  padding-right: 268px !important;
}
.pr-269 {
  padding-right: 269px !important;
}
.pr-270 {
  padding-right: 270px !important;
}
.pr-271 {
  padding-right: 271px !important;
}
.pr-272 {
  padding-right: 272px !important;
}
.pr-273 {
  padding-right: 273px !important;
}
.pr-274 {
  padding-right: 274px !important;
}
.pr-275 {
  padding-right: 275px !important;
}
.pr-276 {
  padding-right: 276px !important;
}
.pr-277 {
  padding-right: 277px !important;
}
.pr-278 {
  padding-right: 278px !important;
}
.pr-279 {
  padding-right: 279px !important;
}
.pr-280 {
  padding-right: 280px !important;
}
.pr-281 {
  padding-right: 281px !important;
}
.pr-282 {
  padding-right: 282px !important;
}
.pr-283 {
  padding-right: 283px !important;
}
.pr-284 {
  padding-right: 284px !important;
}
.pr-285 {
  padding-right: 285px !important;
}
.pr-286 {
  padding-right: 286px !important;
}
.pr-287 {
  padding-right: 287px !important;
}
.pr-288 {
  padding-right: 288px !important;
}
.pr-289 {
  padding-right: 289px !important;
}
.pr-290 {
  padding-right: 290px !important;
}
.pr-291 {
  padding-right: 291px !important;
}
.pr-292 {
  padding-right: 292px !important;
}
.pr-293 {
  padding-right: 293px !important;
}
.pr-294 {
  padding-right: 294px !important;
}
.pr-295 {
  padding-right: 295px !important;
}
.pr-296 {
  padding-right: 296px !important;
}
.pr-297 {
  padding-right: 297px !important;
}
.pr-298 {
  padding-right: 298px !important;
}
.pr-299 {
  padding-right: 299px !important;
}
.pr-300 {
  padding-right: 300px !important;
}
.pr-301 {
  padding-right: 301px !important;
}
.pr-302 {
  padding-right: 302px !important;
}
.pr-303 {
  padding-right: 303px !important;
}
.pr-304 {
  padding-right: 304px !important;
}
.pr-305 {
  padding-right: 305px !important;
}
.pr-306 {
  padding-right: 306px !important;
}
.pr-307 {
  padding-right: 307px !important;
}
.pr-308 {
  padding-right: 308px !important;
}
.pr-309 {
  padding-right: 309px !important;
}
.pr-310 {
  padding-right: 310px !important;
}
.pr-311 {
  padding-right: 311px !important;
}
.pr-312 {
  padding-right: 312px !important;
}
.pr-313 {
  padding-right: 313px !important;
}
.pr-314 {
  padding-right: 314px !important;
}
.pr-315 {
  padding-right: 315px !important;
}
.pr-316 {
  padding-right: 316px !important;
}
.pr-317 {
  padding-right: 317px !important;
}
.pr-318 {
  padding-right: 318px !important;
}
.pr-319 {
  padding-right: 319px !important;
}
.pr-320 {
  padding-right: 320px !important;
}
.pr-321 {
  padding-right: 321px !important;
}
.pr-322 {
  padding-right: 322px !important;
}
.pr-323 {
  padding-right: 323px !important;
}
.pr-324 {
  padding-right: 324px !important;
}
.pr-325 {
  padding-right: 325px !important;
}
.pr-326 {
  padding-right: 326px !important;
}
.pr-327 {
  padding-right: 327px !important;
}
.pr-328 {
  padding-right: 328px !important;
}
.pr-329 {
  padding-right: 329px !important;
}
.pr-330 {
  padding-right: 330px !important;
}
.pr-331 {
  padding-right: 331px !important;
}
.pr-332 {
  padding-right: 332px !important;
}
.pr-333 {
  padding-right: 333px !important;
}
.pr-334 {
  padding-right: 334px !important;
}
.pr-335 {
  padding-right: 335px !important;
}
.pr-336 {
  padding-right: 336px !important;
}
.pr-337 {
  padding-right: 337px !important;
}
.pr-338 {
  padding-right: 338px !important;
}
.pr-339 {
  padding-right: 339px !important;
}
.pr-340 {
  padding-right: 340px !important;
}
.pr-341 {
  padding-right: 341px !important;
}
.pr-342 {
  padding-right: 342px !important;
}
.pr-343 {
  padding-right: 343px !important;
}
.pr-344 {
  padding-right: 344px !important;
}
.pr-345 {
  padding-right: 345px !important;
}
.pr-346 {
  padding-right: 346px !important;
}
.pr-347 {
  padding-right: 347px !important;
}
.pr-348 {
  padding-right: 348px !important;
}
.pr-349 {
  padding-right: 349px !important;
}
.pr-350 {
  padding-right: 350px !important;
}
.pr-351 {
  padding-right: 351px !important;
}
.pr-352 {
  padding-right: 352px !important;
}
.pr-353 {
  padding-right: 353px !important;
}
.pr-354 {
  padding-right: 354px !important;
}
.pr-355 {
  padding-right: 355px !important;
}
.pr-356 {
  padding-right: 356px !important;
}
.pr-357 {
  padding-right: 357px !important;
}
.pr-358 {
  padding-right: 358px !important;
}
.pr-359 {
  padding-right: 359px !important;
}
.pr-360 {
  padding-right: 360px !important;
}
.pr-361 {
  padding-right: 361px !important;
}
.pr-362 {
  padding-right: 362px !important;
}
.pr-363 {
  padding-right: 363px !important;
}
.pr-364 {
  padding-right: 364px !important;
}
.pr-365 {
  padding-right: 365px !important;
}
.pr-366 {
  padding-right: 366px !important;
}
.pr-367 {
  padding-right: 367px !important;
}
.pr-368 {
  padding-right: 368px !important;
}
.pr-369 {
  padding-right: 369px !important;
}
.pr-370 {
  padding-right: 370px !important;
}
.pr-371 {
  padding-right: 371px !important;
}
.pr-372 {
  padding-right: 372px !important;
}
.pr-373 {
  padding-right: 373px !important;
}
.pr-374 {
  padding-right: 374px !important;
}
.pr-375 {
  padding-right: 375px !important;
}
.pr-376 {
  padding-right: 376px !important;
}
.pr-377 {
  padding-right: 377px !important;
}
.pr-378 {
  padding-right: 378px !important;
}
.pr-379 {
  padding-right: 379px !important;
}
.pr-380 {
  padding-right: 380px !important;
}
.pr-381 {
  padding-right: 381px !important;
}
.pr-382 {
  padding-right: 382px !important;
}
.pr-383 {
  padding-right: 383px !important;
}
.pr-384 {
  padding-right: 384px !important;
}
.pr-385 {
  padding-right: 385px !important;
}
.pr-386 {
  padding-right: 386px !important;
}
.pr-387 {
  padding-right: 387px !important;
}
.pr-388 {
  padding-right: 388px !important;
}
.pr-389 {
  padding-right: 389px !important;
}
.pr-390 {
  padding-right: 390px !important;
}
.pr-391 {
  padding-right: 391px !important;
}
.pr-392 {
  padding-right: 392px !important;
}
.pr-393 {
  padding-right: 393px !important;
}
.pr-394 {
  padding-right: 394px !important;
}
.pr-395 {
  padding-right: 395px !important;
}
.pr-396 {
  padding-right: 396px !important;
}
.pr-397 {
  padding-right: 397px !important;
}
.pr-398 {
  padding-right: 398px !important;
}
.pr-399 {
  padding-right: 399px !important;
}
.pr-400 {
  padding-right: 400px !important;
}
.pr-401 {
  padding-right: 401px !important;
}
.pr-402 {
  padding-right: 402px !important;
}
.pr-403 {
  padding-right: 403px !important;
}
.pr-404 {
  padding-right: 404px !important;
}
.pr-405 {
  padding-right: 405px !important;
}
.pr-406 {
  padding-right: 406px !important;
}
.pr-407 {
  padding-right: 407px !important;
}
.pr-408 {
  padding-right: 408px !important;
}
.pr-409 {
  padding-right: 409px !important;
}
.pr-410 {
  padding-right: 410px !important;
}
.pr-411 {
  padding-right: 411px !important;
}
.pr-412 {
  padding-right: 412px !important;
}
.pr-413 {
  padding-right: 413px !important;
}
.pr-414 {
  padding-right: 414px !important;
}
.pr-415 {
  padding-right: 415px !important;
}
.pr-416 {
  padding-right: 416px !important;
}
.pr-417 {
  padding-right: 417px !important;
}
.pr-418 {
  padding-right: 418px !important;
}
.pr-419 {
  padding-right: 419px !important;
}
.pr-420 {
  padding-right: 420px !important;
}
.pr-421 {
  padding-right: 421px !important;
}
.pr-422 {
  padding-right: 422px !important;
}
.pr-423 {
  padding-right: 423px !important;
}
.pr-424 {
  padding-right: 424px !important;
}
.pr-425 {
  padding-right: 425px !important;
}
.pr-426 {
  padding-right: 426px !important;
}
.pr-427 {
  padding-right: 427px !important;
}
.pr-428 {
  padding-right: 428px !important;
}
.pr-429 {
  padding-right: 429px !important;
}
.pr-430 {
  padding-right: 430px !important;
}
.pr-431 {
  padding-right: 431px !important;
}
.pr-432 {
  padding-right: 432px !important;
}
.pr-433 {
  padding-right: 433px !important;
}
.pr-434 {
  padding-right: 434px !important;
}
.pr-435 {
  padding-right: 435px !important;
}
.pr-436 {
  padding-right: 436px !important;
}
.pr-437 {
  padding-right: 437px !important;
}
.pr-438 {
  padding-right: 438px !important;
}
.pr-439 {
  padding-right: 439px !important;
}
.pr-440 {
  padding-right: 440px !important;
}
.pr-441 {
  padding-right: 441px !important;
}
.pr-442 {
  padding-right: 442px !important;
}
.pr-443 {
  padding-right: 443px !important;
}
.pr-444 {
  padding-right: 444px !important;
}
.pr-445 {
  padding-right: 445px !important;
}
.pr-446 {
  padding-right: 446px !important;
}
.pr-447 {
  padding-right: 447px !important;
}
.pr-448 {
  padding-right: 448px !important;
}
.pr-449 {
  padding-right: 449px !important;
}
.pr-450 {
  padding-right: 450px !important;
}
.pr-451 {
  padding-right: 451px !important;
}
.pr-452 {
  padding-right: 452px !important;
}
.pr-453 {
  padding-right: 453px !important;
}
.pr-454 {
  padding-right: 454px !important;
}
.pr-455 {
  padding-right: 455px !important;
}
.pr-456 {
  padding-right: 456px !important;
}
.pr-457 {
  padding-right: 457px !important;
}
.pr-458 {
  padding-right: 458px !important;
}
.pr-459 {
  padding-right: 459px !important;
}
.pr-460 {
  padding-right: 460px !important;
}
.pr-461 {
  padding-right: 461px !important;
}
.pr-462 {
  padding-right: 462px !important;
}
.pr-463 {
  padding-right: 463px !important;
}
.pr-464 {
  padding-right: 464px !important;
}
.pr-465 {
  padding-right: 465px !important;
}
.pr-466 {
  padding-right: 466px !important;
}
.pr-467 {
  padding-right: 467px !important;
}
.pr-468 {
  padding-right: 468px !important;
}
.pr-469 {
  padding-right: 469px !important;
}
.pr-470 {
  padding-right: 470px !important;
}
.pr-471 {
  padding-right: 471px !important;
}
.pr-472 {
  padding-right: 472px !important;
}
.pr-473 {
  padding-right: 473px !important;
}
.pr-474 {
  padding-right: 474px !important;
}
.pr-475 {
  padding-right: 475px !important;
}
.pr-476 {
  padding-right: 476px !important;
}
.pr-477 {
  padding-right: 477px !important;
}
.pr-478 {
  padding-right: 478px !important;
}
.pr-479 {
  padding-right: 479px !important;
}
.pr-480 {
  padding-right: 480px !important;
}
.pr-481 {
  padding-right: 481px !important;
}
.pr-482 {
  padding-right: 482px !important;
}
.pr-483 {
  padding-right: 483px !important;
}
.pr-484 {
  padding-right: 484px !important;
}
.pr-485 {
  padding-right: 485px !important;
}
.pr-486 {
  padding-right: 486px !important;
}
.pr-487 {
  padding-right: 487px !important;
}
.pr-488 {
  padding-right: 488px !important;
}
.pr-489 {
  padding-right: 489px !important;
}
.pr-490 {
  padding-right: 490px !important;
}
.pr-491 {
  padding-right: 491px !important;
}
.pr-492 {
  padding-right: 492px !important;
}
.pr-493 {
  padding-right: 493px !important;
}
.pr-494 {
  padding-right: 494px !important;
}
.pr-495 {
  padding-right: 495px !important;
}
.pr-496 {
  padding-right: 496px !important;
}
.pr-497 {
  padding-right: 497px !important;
}
.pr-498 {
  padding-right: 498px !important;
}
.pr-499 {
  padding-right: 499px !important;
}
.pr-500 {
  padding-right: 500px !important;
}
.pr-501 {
  padding-right: 501px !important;
}
.pr-502 {
  padding-right: 502px !important;
}
.pr-503 {
  padding-right: 503px !important;
}
.pr-504 {
  padding-right: 504px !important;
}
.pr-505 {
  padding-right: 505px !important;
}
.pr-506 {
  padding-right: 506px !important;
}
.pr-507 {
  padding-right: 507px !important;
}
.pr-508 {
  padding-right: 508px !important;
}
.pr-509 {
  padding-right: 509px !important;
}
.pr-510 {
  padding-right: 510px !important;
}
.pr-511 {
  padding-right: 511px !important;
}
.pr-512 {
  padding-right: 512px !important;
}
.icon-0 {
  width: 0px !important;
}
.icon-1 {
  width: 1px !important;
}
.icon-2 {
  width: 2px !important;
}
.icon-3 {
  width: 3px !important;
}
.icon-4 {
  width: 4px !important;
}
.icon-5 {
  width: 5px !important;
}
.icon-6 {
  width: 6px !important;
}
.icon-7 {
  width: 7px !important;
}
.icon-8 {
  width: 8px !important;
}
.icon-9 {
  width: 9px !important;
}
.icon-10 {
  width: 10px !important;
}
.icon-11 {
  width: 11px !important;
}
.icon-12 {
  width: 12px !important;
}
.icon-13 {
  width: 13px !important;
}
.icon-14 {
  width: 14px !important;
}
.icon-15 {
  width: 15px !important;
}
.icon-16 {
  width: 16px !important;
}
.icon-17 {
  width: 17px !important;
}
.icon-18 {
  width: 18px !important;
}
.icon-19 {
  width: 19px !important;
}
.icon-20 {
  width: 20px !important;
}
.icon-21 {
  width: 21px !important;
}
.icon-22 {
  width: 22px !important;
}
.icon-23 {
  width: 23px !important;
}
.icon-24 {
  width: 24px !important;
}
.icon-25 {
  width: 25px !important;
}
.icon-26 {
  width: 26px !important;
}
.icon-27 {
  width: 27px !important;
}
.icon-28 {
  width: 28px !important;
}
.icon-29 {
  width: 29px !important;
}
.icon-30 {
  width: 30px !important;
}
.icon-31 {
  width: 31px !important;
}
.icon-32 {
  width: 32px !important;
}
.icon-33 {
  width: 33px !important;
}
.icon-34 {
  width: 34px !important;
}
.icon-35 {
  width: 35px !important;
}
.icon-36 {
  width: 36px !important;
}
.icon-37 {
  width: 37px !important;
}
.icon-38 {
  width: 38px !important;
}
.icon-39 {
  width: 39px !important;
}
.icon-40 {
  width: 40px !important;
}
.icon-41 {
  width: 41px !important;
}
.icon-42 {
  width: 42px !important;
}
.icon-43 {
  width: 43px !important;
}
.icon-44 {
  width: 44px !important;
}
.icon-45 {
  width: 45px !important;
}
.icon-46 {
  width: 46px !important;
}
.icon-47 {
  width: 47px !important;
}
.icon-48 {
  width: 48px !important;
}
.icon-49 {
  width: 49px !important;
}
.icon-50 {
  width: 50px !important;
}
.icon-51 {
  width: 51px !important;
}
.icon-52 {
  width: 52px !important;
}
.icon-53 {
  width: 53px !important;
}
.icon-54 {
  width: 54px !important;
}
.icon-55 {
  width: 55px !important;
}
.icon-56 {
  width: 56px !important;
}
.icon-57 {
  width: 57px !important;
}
.icon-58 {
  width: 58px !important;
}
.icon-59 {
  width: 59px !important;
}
.icon-60 {
  width: 60px !important;
}
.icon-61 {
  width: 61px !important;
}
.icon-62 {
  width: 62px !important;
}
.icon-63 {
  width: 63px !important;
}
.icon-64 {
  width: 64px !important;
}
.icon-65 {
  width: 65px !important;
}
.icon-66 {
  width: 66px !important;
}
.icon-67 {
  width: 67px !important;
}
.icon-68 {
  width: 68px !important;
}
.icon-69 {
  width: 69px !important;
}
.icon-70 {
  width: 70px !important;
}
.icon-71 {
  width: 71px !important;
}
.icon-72 {
  width: 72px !important;
}
.icon-73 {
  width: 73px !important;
}
.icon-74 {
  width: 74px !important;
}
.icon-75 {
  width: 75px !important;
}
.icon-76 {
  width: 76px !important;
}
.icon-77 {
  width: 77px !important;
}
.icon-78 {
  width: 78px !important;
}
.icon-79 {
  width: 79px !important;
}
.icon-80 {
  width: 80px !important;
}
.icon-81 {
  width: 81px !important;
}
.icon-82 {
  width: 82px !important;
}
.icon-83 {
  width: 83px !important;
}
.icon-84 {
  width: 84px !important;
}
.icon-85 {
  width: 85px !important;
}
.icon-86 {
  width: 86px !important;
}
.icon-87 {
  width: 87px !important;
}
.icon-88 {
  width: 88px !important;
}
.icon-89 {
  width: 89px !important;
}
.icon-90 {
  width: 90px !important;
}
.icon-91 {
  width: 91px !important;
}
.icon-92 {
  width: 92px !important;
}
.icon-93 {
  width: 93px !important;
}
.icon-94 {
  width: 94px !important;
}
.icon-95 {
  width: 95px !important;
}
.icon-96 {
  width: 96px !important;
}
.icon-97 {
  width: 97px !important;
}
.icon-98 {
  width: 98px !important;
}
.icon-99 {
  width: 99px !important;
}
.icon-100 {
  width: 100px !important;
}
.icon-101 {
  width: 101px !important;
}
.icon-102 {
  width: 102px !important;
}
.icon-103 {
  width: 103px !important;
}
.icon-104 {
  width: 104px !important;
}
.icon-105 {
  width: 105px !important;
}
.icon-106 {
  width: 106px !important;
}
.icon-107 {
  width: 107px !important;
}
.icon-108 {
  width: 108px !important;
}
.icon-109 {
  width: 109px !important;
}
.icon-110 {
  width: 110px !important;
}
.icon-111 {
  width: 111px !important;
}
.icon-112 {
  width: 112px !important;
}
.icon-113 {
  width: 113px !important;
}
.icon-114 {
  width: 114px !important;
}
.icon-115 {
  width: 115px !important;
}
.icon-116 {
  width: 116px !important;
}
.icon-117 {
  width: 117px !important;
}
.icon-118 {
  width: 118px !important;
}
.icon-119 {
  width: 119px !important;
}
.icon-120 {
  width: 120px !important;
}
.icon-121 {
  width: 121px !important;
}
.icon-122 {
  width: 122px !important;
}
.icon-123 {
  width: 123px !important;
}
.icon-124 {
  width: 124px !important;
}
.icon-125 {
  width: 125px !important;
}
.icon-126 {
  width: 126px !important;
}
.icon-127 {
  width: 127px !important;
}
.icon-128 {
  width: 128px !important;
}
.icon-129 {
  width: 129px !important;
}
.icon-130 {
  width: 130px !important;
}
.icon-131 {
  width: 131px !important;
}
.icon-132 {
  width: 132px !important;
}
.icon-133 {
  width: 133px !important;
}
.icon-134 {
  width: 134px !important;
}
.icon-135 {
  width: 135px !important;
}
.icon-136 {
  width: 136px !important;
}
.icon-137 {
  width: 137px !important;
}
.icon-138 {
  width: 138px !important;
}
.icon-139 {
  width: 139px !important;
}
.icon-140 {
  width: 140px !important;
}
.icon-141 {
  width: 141px !important;
}
.icon-142 {
  width: 142px !important;
}
.icon-143 {
  width: 143px !important;
}
.icon-144 {
  width: 144px !important;
}
.icon-145 {
  width: 145px !important;
}
.icon-146 {
  width: 146px !important;
}
.icon-147 {
  width: 147px !important;
}
.icon-148 {
  width: 148px !important;
}
.icon-149 {
  width: 149px !important;
}
.icon-150 {
  width: 150px !important;
}
.icon-151 {
  width: 151px !important;
}
.icon-152 {
  width: 152px !important;
}
.icon-153 {
  width: 153px !important;
}
.icon-154 {
  width: 154px !important;
}
.icon-155 {
  width: 155px !important;
}
.icon-156 {
  width: 156px !important;
}
.icon-157 {
  width: 157px !important;
}
.icon-158 {
  width: 158px !important;
}
.icon-159 {
  width: 159px !important;
}
.icon-160 {
  width: 160px !important;
}
.icon-161 {
  width: 161px !important;
}
.icon-162 {
  width: 162px !important;
}
.icon-163 {
  width: 163px !important;
}
.icon-164 {
  width: 164px !important;
}
.icon-165 {
  width: 165px !important;
}
.icon-166 {
  width: 166px !important;
}
.icon-167 {
  width: 167px !important;
}
.icon-168 {
  width: 168px !important;
}
.icon-169 {
  width: 169px !important;
}
.icon-170 {
  width: 170px !important;
}
.icon-171 {
  width: 171px !important;
}
.icon-172 {
  width: 172px !important;
}
.icon-173 {
  width: 173px !important;
}
.icon-174 {
  width: 174px !important;
}
.icon-175 {
  width: 175px !important;
}
.icon-176 {
  width: 176px !important;
}
.icon-177 {
  width: 177px !important;
}
.icon-178 {
  width: 178px !important;
}
.icon-179 {
  width: 179px !important;
}
.icon-180 {
  width: 180px !important;
}
.icon-181 {
  width: 181px !important;
}
.icon-182 {
  width: 182px !important;
}
.icon-183 {
  width: 183px !important;
}
.icon-184 {
  width: 184px !important;
}
.icon-185 {
  width: 185px !important;
}
.icon-186 {
  width: 186px !important;
}
.icon-187 {
  width: 187px !important;
}
.icon-188 {
  width: 188px !important;
}
.icon-189 {
  width: 189px !important;
}
.icon-190 {
  width: 190px !important;
}
.icon-191 {
  width: 191px !important;
}
.icon-192 {
  width: 192px !important;
}
.icon-193 {
  width: 193px !important;
}
.icon-194 {
  width: 194px !important;
}
.icon-195 {
  width: 195px !important;
}
.icon-196 {
  width: 196px !important;
}
.icon-197 {
  width: 197px !important;
}
.icon-198 {
  width: 198px !important;
}
.icon-199 {
  width: 199px !important;
}
.icon-200 {
  width: 200px !important;
}
.icon-201 {
  width: 201px !important;
}
.icon-202 {
  width: 202px !important;
}
.icon-203 {
  width: 203px !important;
}
.icon-204 {
  width: 204px !important;
}
.icon-205 {
  width: 205px !important;
}
.icon-206 {
  width: 206px !important;
}
.icon-207 {
  width: 207px !important;
}
.icon-208 {
  width: 208px !important;
}
.icon-209 {
  width: 209px !important;
}
.icon-210 {
  width: 210px !important;
}
.icon-211 {
  width: 211px !important;
}
.icon-212 {
  width: 212px !important;
}
.icon-213 {
  width: 213px !important;
}
.icon-214 {
  width: 214px !important;
}
.icon-215 {
  width: 215px !important;
}
.icon-216 {
  width: 216px !important;
}
.icon-217 {
  width: 217px !important;
}
.icon-218 {
  width: 218px !important;
}
.icon-219 {
  width: 219px !important;
}
.icon-220 {
  width: 220px !important;
}
.icon-221 {
  width: 221px !important;
}
.icon-222 {
  width: 222px !important;
}
.icon-223 {
  width: 223px !important;
}
.icon-224 {
  width: 224px !important;
}
.icon-225 {
  width: 225px !important;
}
.icon-226 {
  width: 226px !important;
}
.icon-227 {
  width: 227px !important;
}
.icon-228 {
  width: 228px !important;
}
.icon-229 {
  width: 229px !important;
}
.icon-230 {
  width: 230px !important;
}
.icon-231 {
  width: 231px !important;
}
.icon-232 {
  width: 232px !important;
}
.icon-233 {
  width: 233px !important;
}
.icon-234 {
  width: 234px !important;
}
.icon-235 {
  width: 235px !important;
}
.icon-236 {
  width: 236px !important;
}
.icon-237 {
  width: 237px !important;
}
.icon-238 {
  width: 238px !important;
}
.icon-239 {
  width: 239px !important;
}
.icon-240 {
  width: 240px !important;
}
.icon-241 {
  width: 241px !important;
}
.icon-242 {
  width: 242px !important;
}
.icon-243 {
  width: 243px !important;
}
.icon-244 {
  width: 244px !important;
}
.icon-245 {
  width: 245px !important;
}
.icon-246 {
  width: 246px !important;
}
.icon-247 {
  width: 247px !important;
}
.icon-248 {
  width: 248px !important;
}
.icon-249 {
  width: 249px !important;
}
.icon-250 {
  width: 250px !important;
}
.icon-251 {
  width: 251px !important;
}
.icon-252 {
  width: 252px !important;
}
.icon-253 {
  width: 253px !important;
}
.icon-254 {
  width: 254px !important;
}
.icon-255 {
  width: 255px !important;
}
.icon-256 {
  width: 256px !important;
}
.icon-257 {
  width: 257px !important;
}
.icon-258 {
  width: 258px !important;
}
.icon-259 {
  width: 259px !important;
}
.icon-260 {
  width: 260px !important;
}
.icon-261 {
  width: 261px !important;
}
.icon-262 {
  width: 262px !important;
}
.icon-263 {
  width: 263px !important;
}
.icon-264 {
  width: 264px !important;
}
.icon-265 {
  width: 265px !important;
}
.icon-266 {
  width: 266px !important;
}
.icon-267 {
  width: 267px !important;
}
.icon-268 {
  width: 268px !important;
}
.icon-269 {
  width: 269px !important;
}
.icon-270 {
  width: 270px !important;
}
.icon-271 {
  width: 271px !important;
}
.icon-272 {
  width: 272px !important;
}
.icon-273 {
  width: 273px !important;
}
.icon-274 {
  width: 274px !important;
}
.icon-275 {
  width: 275px !important;
}
.icon-276 {
  width: 276px !important;
}
.icon-277 {
  width: 277px !important;
}
.icon-278 {
  width: 278px !important;
}
.icon-279 {
  width: 279px !important;
}
.icon-280 {
  width: 280px !important;
}
.icon-281 {
  width: 281px !important;
}
.icon-282 {
  width: 282px !important;
}
.icon-283 {
  width: 283px !important;
}
.icon-284 {
  width: 284px !important;
}
.icon-285 {
  width: 285px !important;
}
.icon-286 {
  width: 286px !important;
}
.icon-287 {
  width: 287px !important;
}
.icon-288 {
  width: 288px !important;
}
.icon-289 {
  width: 289px !important;
}
.icon-290 {
  width: 290px !important;
}
.icon-291 {
  width: 291px !important;
}
.icon-292 {
  width: 292px !important;
}
.icon-293 {
  width: 293px !important;
}
.icon-294 {
  width: 294px !important;
}
.icon-295 {
  width: 295px !important;
}
.icon-296 {
  width: 296px !important;
}
.icon-297 {
  width: 297px !important;
}
.icon-298 {
  width: 298px !important;
}
.icon-299 {
  width: 299px !important;
}
.icon-300 {
  width: 300px !important;
}
.icon-301 {
  width: 301px !important;
}
.icon-302 {
  width: 302px !important;
}
.icon-303 {
  width: 303px !important;
}
.icon-304 {
  width: 304px !important;
}
.icon-305 {
  width: 305px !important;
}
.icon-306 {
  width: 306px !important;
}
.icon-307 {
  width: 307px !important;
}
.icon-308 {
  width: 308px !important;
}
.icon-309 {
  width: 309px !important;
}
.icon-310 {
  width: 310px !important;
}
.icon-311 {
  width: 311px !important;
}
.icon-312 {
  width: 312px !important;
}
.icon-313 {
  width: 313px !important;
}
.icon-314 {
  width: 314px !important;
}
.icon-315 {
  width: 315px !important;
}
.icon-316 {
  width: 316px !important;
}
.icon-317 {
  width: 317px !important;
}
.icon-318 {
  width: 318px !important;
}
.icon-319 {
  width: 319px !important;
}
.icon-320 {
  width: 320px !important;
}
.icon-321 {
  width: 321px !important;
}
.icon-322 {
  width: 322px !important;
}
.icon-323 {
  width: 323px !important;
}
.icon-324 {
  width: 324px !important;
}
.icon-325 {
  width: 325px !important;
}
.icon-326 {
  width: 326px !important;
}
.icon-327 {
  width: 327px !important;
}
.icon-328 {
  width: 328px !important;
}
.icon-329 {
  width: 329px !important;
}
.icon-330 {
  width: 330px !important;
}
.icon-331 {
  width: 331px !important;
}
.icon-332 {
  width: 332px !important;
}
.icon-333 {
  width: 333px !important;
}
.icon-334 {
  width: 334px !important;
}
.icon-335 {
  width: 335px !important;
}
.icon-336 {
  width: 336px !important;
}
.icon-337 {
  width: 337px !important;
}
.icon-338 {
  width: 338px !important;
}
.icon-339 {
  width: 339px !important;
}
.icon-340 {
  width: 340px !important;
}
.icon-341 {
  width: 341px !important;
}
.icon-342 {
  width: 342px !important;
}
.icon-343 {
  width: 343px !important;
}
.icon-344 {
  width: 344px !important;
}
.icon-345 {
  width: 345px !important;
}
.icon-346 {
  width: 346px !important;
}
.icon-347 {
  width: 347px !important;
}
.icon-348 {
  width: 348px !important;
}
.icon-349 {
  width: 349px !important;
}
.icon-350 {
  width: 350px !important;
}
.icon-351 {
  width: 351px !important;
}
.icon-352 {
  width: 352px !important;
}
.icon-353 {
  width: 353px !important;
}
.icon-354 {
  width: 354px !important;
}
.icon-355 {
  width: 355px !important;
}
.icon-356 {
  width: 356px !important;
}
.icon-357 {
  width: 357px !important;
}
.icon-358 {
  width: 358px !important;
}
.icon-359 {
  width: 359px !important;
}
.icon-360 {
  width: 360px !important;
}
.icon-361 {
  width: 361px !important;
}
.icon-362 {
  width: 362px !important;
}
.icon-363 {
  width: 363px !important;
}
.icon-364 {
  width: 364px !important;
}
.icon-365 {
  width: 365px !important;
}
.icon-366 {
  width: 366px !important;
}
.icon-367 {
  width: 367px !important;
}
.icon-368 {
  width: 368px !important;
}
.icon-369 {
  width: 369px !important;
}
.icon-370 {
  width: 370px !important;
}
.icon-371 {
  width: 371px !important;
}
.icon-372 {
  width: 372px !important;
}
.icon-373 {
  width: 373px !important;
}
.icon-374 {
  width: 374px !important;
}
.icon-375 {
  width: 375px !important;
}
.icon-376 {
  width: 376px !important;
}
.icon-377 {
  width: 377px !important;
}
.icon-378 {
  width: 378px !important;
}
.icon-379 {
  width: 379px !important;
}
.icon-380 {
  width: 380px !important;
}
.icon-381 {
  width: 381px !important;
}
.icon-382 {
  width: 382px !important;
}
.icon-383 {
  width: 383px !important;
}
.icon-384 {
  width: 384px !important;
}
.icon-385 {
  width: 385px !important;
}
.icon-386 {
  width: 386px !important;
}
.icon-387 {
  width: 387px !important;
}
.icon-388 {
  width: 388px !important;
}
.icon-389 {
  width: 389px !important;
}
.icon-390 {
  width: 390px !important;
}
.icon-391 {
  width: 391px !important;
}
.icon-392 {
  width: 392px !important;
}
.icon-393 {
  width: 393px !important;
}
.icon-394 {
  width: 394px !important;
}
.icon-395 {
  width: 395px !important;
}
.icon-396 {
  width: 396px !important;
}
.icon-397 {
  width: 397px !important;
}
.icon-398 {
  width: 398px !important;
}
.icon-399 {
  width: 399px !important;
}
.icon-400 {
  width: 400px !important;
}
.icon-401 {
  width: 401px !important;
}
.icon-402 {
  width: 402px !important;
}
.icon-403 {
  width: 403px !important;
}
.icon-404 {
  width: 404px !important;
}
.icon-405 {
  width: 405px !important;
}
.icon-406 {
  width: 406px !important;
}
.icon-407 {
  width: 407px !important;
}
.icon-408 {
  width: 408px !important;
}
.icon-409 {
  width: 409px !important;
}
.icon-410 {
  width: 410px !important;
}
.icon-411 {
  width: 411px !important;
}
.icon-412 {
  width: 412px !important;
}
.icon-413 {
  width: 413px !important;
}
.icon-414 {
  width: 414px !important;
}
.icon-415 {
  width: 415px !important;
}
.icon-416 {
  width: 416px !important;
}
.icon-417 {
  width: 417px !important;
}
.icon-418 {
  width: 418px !important;
}
.icon-419 {
  width: 419px !important;
}
.icon-420 {
  width: 420px !important;
}
.icon-421 {
  width: 421px !important;
}
.icon-422 {
  width: 422px !important;
}
.icon-423 {
  width: 423px !important;
}
.icon-424 {
  width: 424px !important;
}
.icon-425 {
  width: 425px !important;
}
.icon-426 {
  width: 426px !important;
}
.icon-427 {
  width: 427px !important;
}
.icon-428 {
  width: 428px !important;
}
.icon-429 {
  width: 429px !important;
}
.icon-430 {
  width: 430px !important;
}
.icon-431 {
  width: 431px !important;
}
.icon-432 {
  width: 432px !important;
}
.icon-433 {
  width: 433px !important;
}
.icon-434 {
  width: 434px !important;
}
.icon-435 {
  width: 435px !important;
}
.icon-436 {
  width: 436px !important;
}
.icon-437 {
  width: 437px !important;
}
.icon-438 {
  width: 438px !important;
}
.icon-439 {
  width: 439px !important;
}
.icon-440 {
  width: 440px !important;
}
.icon-441 {
  width: 441px !important;
}
.icon-442 {
  width: 442px !important;
}
.icon-443 {
  width: 443px !important;
}
.icon-444 {
  width: 444px !important;
}
.icon-445 {
  width: 445px !important;
}
.icon-446 {
  width: 446px !important;
}
.icon-447 {
  width: 447px !important;
}
.icon-448 {
  width: 448px !important;
}
.icon-449 {
  width: 449px !important;
}
.icon-450 {
  width: 450px !important;
}
.icon-451 {
  width: 451px !important;
}
.icon-452 {
  width: 452px !important;
}
.icon-453 {
  width: 453px !important;
}
.icon-454 {
  width: 454px !important;
}
.icon-455 {
  width: 455px !important;
}
.icon-456 {
  width: 456px !important;
}
.icon-457 {
  width: 457px !important;
}
.icon-458 {
  width: 458px !important;
}
.icon-459 {
  width: 459px !important;
}
.icon-460 {
  width: 460px !important;
}
.icon-461 {
  width: 461px !important;
}
.icon-462 {
  width: 462px !important;
}
.icon-463 {
  width: 463px !important;
}
.icon-464 {
  width: 464px !important;
}
.icon-465 {
  width: 465px !important;
}
.icon-466 {
  width: 466px !important;
}
.icon-467 {
  width: 467px !important;
}
.icon-468 {
  width: 468px !important;
}
.icon-469 {
  width: 469px !important;
}
.icon-470 {
  width: 470px !important;
}
.icon-471 {
  width: 471px !important;
}
.icon-472 {
  width: 472px !important;
}
.icon-473 {
  width: 473px !important;
}
.icon-474 {
  width: 474px !important;
}
.icon-475 {
  width: 475px !important;
}
.icon-476 {
  width: 476px !important;
}
.icon-477 {
  width: 477px !important;
}
.icon-478 {
  width: 478px !important;
}
.icon-479 {
  width: 479px !important;
}
.icon-480 {
  width: 480px !important;
}
.icon-481 {
  width: 481px !important;
}
.icon-482 {
  width: 482px !important;
}
.icon-483 {
  width: 483px !important;
}
.icon-484 {
  width: 484px !important;
}
.icon-485 {
  width: 485px !important;
}
.icon-486 {
  width: 486px !important;
}
.icon-487 {
  width: 487px !important;
}
.icon-488 {
  width: 488px !important;
}
.icon-489 {
  width: 489px !important;
}
.icon-490 {
  width: 490px !important;
}
.icon-491 {
  width: 491px !important;
}
.icon-492 {
  width: 492px !important;
}
.icon-493 {
  width: 493px !important;
}
.icon-494 {
  width: 494px !important;
}
.icon-495 {
  width: 495px !important;
}
.icon-496 {
  width: 496px !important;
}
.icon-497 {
  width: 497px !important;
}
.icon-498 {
  width: 498px !important;
}
.icon-499 {
  width: 499px !important;
}
.icon-500 {
  width: 500px !important;
}
.icon-501 {
  width: 501px !important;
}
.icon-502 {
  width: 502px !important;
}
.icon-503 {
  width: 503px !important;
}
.icon-504 {
  width: 504px !important;
}
.icon-505 {
  width: 505px !important;
}
.icon-506 {
  width: 506px !important;
}
.icon-507 {
  width: 507px !important;
}
.icon-508 {
  width: 508px !important;
}
.icon-509 {
  width: 509px !important;
}
.icon-510 {
  width: 510px !important;
}
.icon-511 {
  width: 511px !important;
}
.icon-512 {
  width: 512px !important;
}
.icon-513 {
  width: 513px !important;
}
.icon-514 {
  width: 514px !important;
}
.icon-515 {
  width: 515px !important;
}
.icon-516 {
  width: 516px !important;
}
.icon-517 {
  width: 517px !important;
}
.icon-518 {
  width: 518px !important;
}
.icon-519 {
  width: 519px !important;
}
.icon-520 {
  width: 520px !important;
}
.icon-521 {
  width: 521px !important;
}
.icon-522 {
  width: 522px !important;
}
.icon-523 {
  width: 523px !important;
}
.icon-524 {
  width: 524px !important;
}
.icon-525 {
  width: 525px !important;
}
.icon-526 {
  width: 526px !important;
}
.icon-527 {
  width: 527px !important;
}
.icon-528 {
  width: 528px !important;
}
.icon-529 {
  width: 529px !important;
}
.icon-530 {
  width: 530px !important;
}
.icon-531 {
  width: 531px !important;
}
.icon-532 {
  width: 532px !important;
}
.icon-533 {
  width: 533px !important;
}
.icon-534 {
  width: 534px !important;
}
.icon-535 {
  width: 535px !important;
}
.icon-536 {
  width: 536px !important;
}
.icon-537 {
  width: 537px !important;
}
.icon-538 {
  width: 538px !important;
}
.icon-539 {
  width: 539px !important;
}
.icon-540 {
  width: 540px !important;
}
.icon-541 {
  width: 541px !important;
}
.icon-542 {
  width: 542px !important;
}
.icon-543 {
  width: 543px !important;
}
.icon-544 {
  width: 544px !important;
}
.icon-545 {
  width: 545px !important;
}
.icon-546 {
  width: 546px !important;
}
.icon-547 {
  width: 547px !important;
}
.icon-548 {
  width: 548px !important;
}
.icon-549 {
  width: 549px !important;
}
.icon-550 {
  width: 550px !important;
}
.icon-551 {
  width: 551px !important;
}
.icon-552 {
  width: 552px !important;
}
.icon-553 {
  width: 553px !important;
}
.icon-554 {
  width: 554px !important;
}
.icon-555 {
  width: 555px !important;
}
.icon-556 {
  width: 556px !important;
}
.icon-557 {
  width: 557px !important;
}
.icon-558 {
  width: 558px !important;
}
.icon-559 {
  width: 559px !important;
}
.icon-560 {
  width: 560px !important;
}
.icon-561 {
  width: 561px !important;
}
.icon-562 {
  width: 562px !important;
}
.icon-563 {
  width: 563px !important;
}
.icon-564 {
  width: 564px !important;
}
.icon-565 {
  width: 565px !important;
}
.icon-566 {
  width: 566px !important;
}
.icon-567 {
  width: 567px !important;
}
.icon-568 {
  width: 568px !important;
}
.icon-569 {
  width: 569px !important;
}
.icon-570 {
  width: 570px !important;
}
.icon-571 {
  width: 571px !important;
}
.icon-572 {
  width: 572px !important;
}
.icon-573 {
  width: 573px !important;
}
.icon-574 {
  width: 574px !important;
}
.icon-575 {
  width: 575px !important;
}
.icon-576 {
  width: 576px !important;
}
.icon-577 {
  width: 577px !important;
}
.icon-578 {
  width: 578px !important;
}
.icon-579 {
  width: 579px !important;
}
.icon-580 {
  width: 580px !important;
}
.icon-581 {
  width: 581px !important;
}
.icon-582 {
  width: 582px !important;
}
.icon-583 {
  width: 583px !important;
}
.icon-584 {
  width: 584px !important;
}
.icon-585 {
  width: 585px !important;
}
.icon-586 {
  width: 586px !important;
}
.icon-587 {
  width: 587px !important;
}
.icon-588 {
  width: 588px !important;
}
.icon-589 {
  width: 589px !important;
}
.icon-590 {
  width: 590px !important;
}
.icon-591 {
  width: 591px !important;
}
.icon-592 {
  width: 592px !important;
}
.icon-593 {
  width: 593px !important;
}
.icon-594 {
  width: 594px !important;
}
.icon-595 {
  width: 595px !important;
}
.icon-596 {
  width: 596px !important;
}
.icon-597 {
  width: 597px !important;
}
.icon-598 {
  width: 598px !important;
}
.icon-599 {
  width: 599px !important;
}
.icon-600 {
  width: 600px !important;
}
.icon-601 {
  width: 601px !important;
}
.icon-602 {
  width: 602px !important;
}
.icon-603 {
  width: 603px !important;
}
.icon-604 {
  width: 604px !important;
}
.icon-605 {
  width: 605px !important;
}
.icon-606 {
  width: 606px !important;
}
.icon-607 {
  width: 607px !important;
}
.icon-608 {
  width: 608px !important;
}
.icon-609 {
  width: 609px !important;
}
.icon-610 {
  width: 610px !important;
}
.icon-611 {
  width: 611px !important;
}
.icon-612 {
  width: 612px !important;
}
.icon-613 {
  width: 613px !important;
}
.icon-614 {
  width: 614px !important;
}
.icon-615 {
  width: 615px !important;
}
.icon-616 {
  width: 616px !important;
}
.icon-617 {
  width: 617px !important;
}
.icon-618 {
  width: 618px !important;
}
.icon-619 {
  width: 619px !important;
}
.icon-620 {
  width: 620px !important;
}
.icon-621 {
  width: 621px !important;
}
.icon-622 {
  width: 622px !important;
}
.icon-623 {
  width: 623px !important;
}
.icon-624 {
  width: 624px !important;
}
.icon-625 {
  width: 625px !important;
}
.icon-626 {
  width: 626px !important;
}
.icon-627 {
  width: 627px !important;
}
.icon-628 {
  width: 628px !important;
}
.icon-629 {
  width: 629px !important;
}
.icon-630 {
  width: 630px !important;
}
.icon-631 {
  width: 631px !important;
}
.icon-632 {
  width: 632px !important;
}
.icon-633 {
  width: 633px !important;
}
.icon-634 {
  width: 634px !important;
}
.icon-635 {
  width: 635px !important;
}
.icon-636 {
  width: 636px !important;
}
.icon-637 {
  width: 637px !important;
}
.icon-638 {
  width: 638px !important;
}
.icon-639 {
  width: 639px !important;
}
.icon-640 {
  width: 640px !important;
}
.icon-641 {
  width: 641px !important;
}
.icon-642 {
  width: 642px !important;
}
.icon-643 {
  width: 643px !important;
}
.icon-644 {
  width: 644px !important;
}
.icon-645 {
  width: 645px !important;
}
.icon-646 {
  width: 646px !important;
}
.icon-647 {
  width: 647px !important;
}
.icon-648 {
  width: 648px !important;
}
.icon-649 {
  width: 649px !important;
}
.icon-650 {
  width: 650px !important;
}
.icon-651 {
  width: 651px !important;
}
.icon-652 {
  width: 652px !important;
}
.icon-653 {
  width: 653px !important;
}
.icon-654 {
  width: 654px !important;
}
.icon-655 {
  width: 655px !important;
}
.icon-656 {
  width: 656px !important;
}
.icon-657 {
  width: 657px !important;
}
.icon-658 {
  width: 658px !important;
}
.icon-659 {
  width: 659px !important;
}
.icon-660 {
  width: 660px !important;
}
.icon-661 {
  width: 661px !important;
}
.icon-662 {
  width: 662px !important;
}
.icon-663 {
  width: 663px !important;
}
.icon-664 {
  width: 664px !important;
}
.icon-665 {
  width: 665px !important;
}
.icon-666 {
  width: 666px !important;
}
.icon-667 {
  width: 667px !important;
}
.icon-668 {
  width: 668px !important;
}
.icon-669 {
  width: 669px !important;
}
.icon-670 {
  width: 670px !important;
}
.icon-671 {
  width: 671px !important;
}
.icon-672 {
  width: 672px !important;
}
.icon-673 {
  width: 673px !important;
}
.icon-674 {
  width: 674px !important;
}
.icon-675 {
  width: 675px !important;
}
.icon-676 {
  width: 676px !important;
}
.icon-677 {
  width: 677px !important;
}
.icon-678 {
  width: 678px !important;
}
.icon-679 {
  width: 679px !important;
}
.icon-680 {
  width: 680px !important;
}
.icon-681 {
  width: 681px !important;
}
.icon-682 {
  width: 682px !important;
}
.icon-683 {
  width: 683px !important;
}
.icon-684 {
  width: 684px !important;
}
.icon-685 {
  width: 685px !important;
}
.icon-686 {
  width: 686px !important;
}
.icon-687 {
  width: 687px !important;
}
.icon-688 {
  width: 688px !important;
}
.icon-689 {
  width: 689px !important;
}
.icon-690 {
  width: 690px !important;
}
.icon-691 {
  width: 691px !important;
}
.icon-692 {
  width: 692px !important;
}
.icon-693 {
  width: 693px !important;
}
.icon-694 {
  width: 694px !important;
}
.icon-695 {
  width: 695px !important;
}
.icon-696 {
  width: 696px !important;
}
.icon-697 {
  width: 697px !important;
}
.icon-698 {
  width: 698px !important;
}
.icon-699 {
  width: 699px !important;
}
.icon-700 {
  width: 700px !important;
}
.icon-701 {
  width: 701px !important;
}
.icon-702 {
  width: 702px !important;
}
.icon-703 {
  width: 703px !important;
}
.icon-704 {
  width: 704px !important;
}
.icon-705 {
  width: 705px !important;
}
.icon-706 {
  width: 706px !important;
}
.icon-707 {
  width: 707px !important;
}
.icon-708 {
  width: 708px !important;
}
.icon-709 {
  width: 709px !important;
}
.icon-710 {
  width: 710px !important;
}
.icon-711 {
  width: 711px !important;
}
.icon-712 {
  width: 712px !important;
}
.icon-713 {
  width: 713px !important;
}
.icon-714 {
  width: 714px !important;
}
.icon-715 {
  width: 715px !important;
}
.icon-716 {
  width: 716px !important;
}
.icon-717 {
  width: 717px !important;
}
.icon-718 {
  width: 718px !important;
}
.icon-719 {
  width: 719px !important;
}
.icon-720 {
  width: 720px !important;
}
.icon-721 {
  width: 721px !important;
}
.icon-722 {
  width: 722px !important;
}
.icon-723 {
  width: 723px !important;
}
.icon-724 {
  width: 724px !important;
}
.icon-725 {
  width: 725px !important;
}
.icon-726 {
  width: 726px !important;
}
.icon-727 {
  width: 727px !important;
}
.icon-728 {
  width: 728px !important;
}
.icon-729 {
  width: 729px !important;
}
.icon-730 {
  width: 730px !important;
}
.icon-731 {
  width: 731px !important;
}
.icon-732 {
  width: 732px !important;
}
.icon-733 {
  width: 733px !important;
}
.icon-734 {
  width: 734px !important;
}
.icon-735 {
  width: 735px !important;
}
.icon-736 {
  width: 736px !important;
}
.icon-737 {
  width: 737px !important;
}
.icon-738 {
  width: 738px !important;
}
.icon-739 {
  width: 739px !important;
}
.icon-740 {
  width: 740px !important;
}
.icon-741 {
  width: 741px !important;
}
.icon-742 {
  width: 742px !important;
}
.icon-743 {
  width: 743px !important;
}
.icon-744 {
  width: 744px !important;
}
.icon-745 {
  width: 745px !important;
}
.icon-746 {
  width: 746px !important;
}
.icon-747 {
  width: 747px !important;
}
.icon-748 {
  width: 748px !important;
}
.icon-749 {
  width: 749px !important;
}
.icon-750 {
  width: 750px !important;
}
.icon-751 {
  width: 751px !important;
}
.icon-752 {
  width: 752px !important;
}
.icon-753 {
  width: 753px !important;
}
.icon-754 {
  width: 754px !important;
}
.icon-755 {
  width: 755px !important;
}
.icon-756 {
  width: 756px !important;
}
.icon-757 {
  width: 757px !important;
}
.icon-758 {
  width: 758px !important;
}
.icon-759 {
  width: 759px !important;
}
.icon-760 {
  width: 760px !important;
}
.icon-761 {
  width: 761px !important;
}
.icon-762 {
  width: 762px !important;
}
.icon-763 {
  width: 763px !important;
}
.icon-764 {
  width: 764px !important;
}
.icon-765 {
  width: 765px !important;
}
.icon-766 {
  width: 766px !important;
}
.icon-767 {
  width: 767px !important;
}
.icon-768 {
  width: 768px !important;
}
.icon-769 {
  width: 769px !important;
}
.icon-770 {
  width: 770px !important;
}
.icon-771 {
  width: 771px !important;
}
.icon-772 {
  width: 772px !important;
}
.icon-773 {
  width: 773px !important;
}
.icon-774 {
  width: 774px !important;
}
.icon-775 {
  width: 775px !important;
}
.icon-776 {
  width: 776px !important;
}
.icon-777 {
  width: 777px !important;
}
.icon-778 {
  width: 778px !important;
}
.icon-779 {
  width: 779px !important;
}
.icon-780 {
  width: 780px !important;
}
.icon-781 {
  width: 781px !important;
}
.icon-782 {
  width: 782px !important;
}
.icon-783 {
  width: 783px !important;
}
.icon-784 {
  width: 784px !important;
}
.icon-785 {
  width: 785px !important;
}
.icon-786 {
  width: 786px !important;
}
.icon-787 {
  width: 787px !important;
}
.icon-788 {
  width: 788px !important;
}
.icon-789 {
  width: 789px !important;
}
.icon-790 {
  width: 790px !important;
}
.icon-791 {
  width: 791px !important;
}
.icon-792 {
  width: 792px !important;
}
.icon-793 {
  width: 793px !important;
}
.icon-794 {
  width: 794px !important;
}
.icon-795 {
  width: 795px !important;
}
.icon-796 {
  width: 796px !important;
}
.icon-797 {
  width: 797px !important;
}
.icon-798 {
  width: 798px !important;
}
.icon-799 {
  width: 799px !important;
}
.icon-800 {
  width: 800px !important;
}
.icon-801 {
  width: 801px !important;
}
.icon-802 {
  width: 802px !important;
}
.icon-803 {
  width: 803px !important;
}
.icon-804 {
  width: 804px !important;
}
.icon-805 {
  width: 805px !important;
}
.icon-806 {
  width: 806px !important;
}
.icon-807 {
  width: 807px !important;
}
.icon-808 {
  width: 808px !important;
}
.icon-809 {
  width: 809px !important;
}
.icon-810 {
  width: 810px !important;
}
.icon-811 {
  width: 811px !important;
}
.icon-812 {
  width: 812px !important;
}
.icon-813 {
  width: 813px !important;
}
.icon-814 {
  width: 814px !important;
}
.icon-815 {
  width: 815px !important;
}
.icon-816 {
  width: 816px !important;
}
.icon-817 {
  width: 817px !important;
}
.icon-818 {
  width: 818px !important;
}
.icon-819 {
  width: 819px !important;
}
.icon-820 {
  width: 820px !important;
}
.icon-821 {
  width: 821px !important;
}
.icon-822 {
  width: 822px !important;
}
.icon-823 {
  width: 823px !important;
}
.icon-824 {
  width: 824px !important;
}
.icon-825 {
  width: 825px !important;
}
.icon-826 {
  width: 826px !important;
}
.icon-827 {
  width: 827px !important;
}
.icon-828 {
  width: 828px !important;
}
.icon-829 {
  width: 829px !important;
}
.icon-830 {
  width: 830px !important;
}
.icon-831 {
  width: 831px !important;
}
.icon-832 {
  width: 832px !important;
}
.icon-833 {
  width: 833px !important;
}
.icon-834 {
  width: 834px !important;
}
.icon-835 {
  width: 835px !important;
}
.icon-836 {
  width: 836px !important;
}
.icon-837 {
  width: 837px !important;
}
.icon-838 {
  width: 838px !important;
}
.icon-839 {
  width: 839px !important;
}
.icon-840 {
  width: 840px !important;
}
.icon-841 {
  width: 841px !important;
}
.icon-842 {
  width: 842px !important;
}
.icon-843 {
  width: 843px !important;
}
.icon-844 {
  width: 844px !important;
}
.icon-845 {
  width: 845px !important;
}
.icon-846 {
  width: 846px !important;
}
.icon-847 {
  width: 847px !important;
}
.icon-848 {
  width: 848px !important;
}
.icon-849 {
  width: 849px !important;
}
.icon-850 {
  width: 850px !important;
}
.icon-851 {
  width: 851px !important;
}
.icon-852 {
  width: 852px !important;
}
.icon-853 {
  width: 853px !important;
}
.icon-854 {
  width: 854px !important;
}
.icon-855 {
  width: 855px !important;
}
.icon-856 {
  width: 856px !important;
}
.icon-857 {
  width: 857px !important;
}
.icon-858 {
  width: 858px !important;
}
.icon-859 {
  width: 859px !important;
}
.icon-860 {
  width: 860px !important;
}
.icon-861 {
  width: 861px !important;
}
.icon-862 {
  width: 862px !important;
}
.icon-863 {
  width: 863px !important;
}
.icon-864 {
  width: 864px !important;
}
.icon-865 {
  width: 865px !important;
}
.icon-866 {
  width: 866px !important;
}
.icon-867 {
  width: 867px !important;
}
.icon-868 {
  width: 868px !important;
}
.icon-869 {
  width: 869px !important;
}
.icon-870 {
  width: 870px !important;
}
.icon-871 {
  width: 871px !important;
}
.icon-872 {
  width: 872px !important;
}
.icon-873 {
  width: 873px !important;
}
.icon-874 {
  width: 874px !important;
}
.icon-875 {
  width: 875px !important;
}
.icon-876 {
  width: 876px !important;
}
.icon-877 {
  width: 877px !important;
}
.icon-878 {
  width: 878px !important;
}
.icon-879 {
  width: 879px !important;
}
.icon-880 {
  width: 880px !important;
}
.icon-881 {
  width: 881px !important;
}
.icon-882 {
  width: 882px !important;
}
.icon-883 {
  width: 883px !important;
}
.icon-884 {
  width: 884px !important;
}
.icon-885 {
  width: 885px !important;
}
.icon-886 {
  width: 886px !important;
}
.icon-887 {
  width: 887px !important;
}
.icon-888 {
  width: 888px !important;
}
.icon-889 {
  width: 889px !important;
}
.icon-890 {
  width: 890px !important;
}
.icon-891 {
  width: 891px !important;
}
.icon-892 {
  width: 892px !important;
}
.icon-893 {
  width: 893px !important;
}
.icon-894 {
  width: 894px !important;
}
.icon-895 {
  width: 895px !important;
}
.icon-896 {
  width: 896px !important;
}
.icon-897 {
  width: 897px !important;
}
.icon-898 {
  width: 898px !important;
}
.icon-899 {
  width: 899px !important;
}
.icon-900 {
  width: 900px !important;
}
.icon-901 {
  width: 901px !important;
}
.icon-902 {
  width: 902px !important;
}
.icon-903 {
  width: 903px !important;
}
.icon-904 {
  width: 904px !important;
}
.icon-905 {
  width: 905px !important;
}
.icon-906 {
  width: 906px !important;
}
.icon-907 {
  width: 907px !important;
}
.icon-908 {
  width: 908px !important;
}
.icon-909 {
  width: 909px !important;
}
.icon-910 {
  width: 910px !important;
}
.icon-911 {
  width: 911px !important;
}
.icon-912 {
  width: 912px !important;
}
.icon-913 {
  width: 913px !important;
}
.icon-914 {
  width: 914px !important;
}
.icon-915 {
  width: 915px !important;
}
.icon-916 {
  width: 916px !important;
}
.icon-917 {
  width: 917px !important;
}
.icon-918 {
  width: 918px !important;
}
.icon-919 {
  width: 919px !important;
}
.icon-920 {
  width: 920px !important;
}
.icon-921 {
  width: 921px !important;
}
.icon-922 {
  width: 922px !important;
}
.icon-923 {
  width: 923px !important;
}
.icon-924 {
  width: 924px !important;
}
.icon-925 {
  width: 925px !important;
}
.icon-926 {
  width: 926px !important;
}
.icon-927 {
  width: 927px !important;
}
.icon-928 {
  width: 928px !important;
}
.icon-929 {
  width: 929px !important;
}
.icon-930 {
  width: 930px !important;
}
.icon-931 {
  width: 931px !important;
}
.icon-932 {
  width: 932px !important;
}
.icon-933 {
  width: 933px !important;
}
.icon-934 {
  width: 934px !important;
}
.icon-935 {
  width: 935px !important;
}
.icon-936 {
  width: 936px !important;
}
.icon-937 {
  width: 937px !important;
}
.icon-938 {
  width: 938px !important;
}
.icon-939 {
  width: 939px !important;
}
.icon-940 {
  width: 940px !important;
}
.icon-941 {
  width: 941px !important;
}
.icon-942 {
  width: 942px !important;
}
.icon-943 {
  width: 943px !important;
}
.icon-944 {
  width: 944px !important;
}
.icon-945 {
  width: 945px !important;
}
.icon-946 {
  width: 946px !important;
}
.icon-947 {
  width: 947px !important;
}
.icon-948 {
  width: 948px !important;
}
.icon-949 {
  width: 949px !important;
}
.icon-950 {
  width: 950px !important;
}
.icon-951 {
  width: 951px !important;
}
.icon-952 {
  width: 952px !important;
}
.icon-953 {
  width: 953px !important;
}
.icon-954 {
  width: 954px !important;
}
.icon-955 {
  width: 955px !important;
}
.icon-956 {
  width: 956px !important;
}
.icon-957 {
  width: 957px !important;
}
.icon-958 {
  width: 958px !important;
}
.icon-959 {
  width: 959px !important;
}
.icon-960 {
  width: 960px !important;
}
.icon-961 {
  width: 961px !important;
}
.icon-962 {
  width: 962px !important;
}
.icon-963 {
  width: 963px !important;
}
.icon-964 {
  width: 964px !important;
}
.icon-965 {
  width: 965px !important;
}
.icon-966 {
  width: 966px !important;
}
.icon-967 {
  width: 967px !important;
}
.icon-968 {
  width: 968px !important;
}
.icon-969 {
  width: 969px !important;
}
.icon-970 {
  width: 970px !important;
}
.icon-971 {
  width: 971px !important;
}
.icon-972 {
  width: 972px !important;
}
.icon-973 {
  width: 973px !important;
}
.icon-974 {
  width: 974px !important;
}
.icon-975 {
  width: 975px !important;
}
.icon-976 {
  width: 976px !important;
}
.icon-977 {
  width: 977px !important;
}
.icon-978 {
  width: 978px !important;
}
.icon-979 {
  width: 979px !important;
}
.icon-980 {
  width: 980px !important;
}
.icon-981 {
  width: 981px !important;
}
.icon-982 {
  width: 982px !important;
}
.icon-983 {
  width: 983px !important;
}
.icon-984 {
  width: 984px !important;
}
.icon-985 {
  width: 985px !important;
}
.icon-986 {
  width: 986px !important;
}
.icon-987 {
  width: 987px !important;
}
.icon-988 {
  width: 988px !important;
}
.icon-989 {
  width: 989px !important;
}
.icon-990 {
  width: 990px !important;
}
.icon-991 {
  width: 991px !important;
}
.icon-992 {
  width: 992px !important;
}
.icon-993 {
  width: 993px !important;
}
.icon-994 {
  width: 994px !important;
}
.icon-995 {
  width: 995px !important;
}
.icon-996 {
  width: 996px !important;
}
.icon-997 {
  width: 997px !important;
}
.icon-998 {
  width: 998px !important;
}
.icon-999 {
  width: 999px !important;
}
.icon-1000 {
  width: 1000px !important;
}
.icon-1001 {
  width: 1001px !important;
}
.icon-1002 {
  width: 1002px !important;
}
.icon-1003 {
  width: 1003px !important;
}
.icon-1004 {
  width: 1004px !important;
}
.icon-1005 {
  width: 1005px !important;
}
.icon-1006 {
  width: 1006px !important;
}
.icon-1007 {
  width: 1007px !important;
}
.icon-1008 {
  width: 1008px !important;
}
.icon-1009 {
  width: 1009px !important;
}
.icon-1010 {
  width: 1010px !important;
}
.icon-1011 {
  width: 1011px !important;
}
.icon-1012 {
  width: 1012px !important;
}
.icon-1013 {
  width: 1013px !important;
}
.icon-1014 {
  width: 1014px !important;
}
.icon-1015 {
  width: 1015px !important;
}
.icon-1016 {
  width: 1016px !important;
}
.icon-1017 {
  width: 1017px !important;
}
.icon-1018 {
  width: 1018px !important;
}
.icon-1019 {
  width: 1019px !important;
}
.icon-1020 {
  width: 1020px !important;
}
.icon-1021 {
  width: 1021px !important;
}
.icon-1022 {
  width: 1022px !important;
}
.icon-1023 {
  width: 1023px !important;
}
.icon-1024 {
  width: 1024px !important;
}
.form-control {
  height: 40px;
  font-size: 13px !important;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  color: #687279;
}
.form-group {
  padding: 0;
  margin: 0 0 4px;
}
.form-group label {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
  color: #687279;
  padding: 0 0 10px;
  margin: 0;
}
.mdc-text-field--filled {
  height: 48px !important;
  line-height: 100%;
  font-size: 13px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: #687279 !important;
}
.mat-textarea .mdc-text-field--filled {
  height: 80px !important;
}
.mat-textarea .mdc-text-field--filled .mat-mdc-form-field-textarea-control {
  height: 80px !important;
  padding: 12px 0 !important;
  font-size: 13px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: #687279 !important;
}
.mat-mdc-form-field-bottom-align::before {
  height: auto !important;
}
::ng-deep textarea.mat-mdc-input-element {
  resize: none !important;
}
.mat-mdc-select-placeholder {
  color: #687279 !important;
}
::ng-deep input.mat-mdc-input-element::placeholder {
  color: blue !important;
  opacity: 1;
}
.mat-textarea .mdc-text-field--filled {
  height: 80px !important;
}
.mat-textarea .mdc-text-field--filled .mat-mdc-form-field-textarea-control {
  height: 80px !important;
  padding: 12px 0 !important;
  font-size: 13px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: #687279 !important;
}
.password-wrapper {
  position: relative;
}
.password-wrapper input {
  padding-right: 48px !important;
}
.password-wrapper .icon-view {
  position: absolute;
  top: 15px;
  right: 18px;
  cursor: pointer;
}
.mdc-line-ripple {
  display: none;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #FDFEFF !important;
  border-radius: 8px;
  border: 1px solid #DBE2EA !important;
  color: #687279;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #687279 !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
  color: #687279 !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-input-placeholder {
  color: #687279 !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
  color: #687279 !important;
}
.error {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #FF0000;
  padding-bottom: 8px;
}
.mdc-text-field--filled.mdc-text-field--disabled {
  background-color: #F4F4F4 !important;
  border-radius: 8px;
  border: 1px solid #DBE2EA !important;
  color: #687279 !important;
}
.mdc-checkbox {
  margin-left: 0px !important;
}
.mdc-text-field--outlined .mat-mdc-form-field-infix,
.mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.mat-mdc-form-field .mat-mdc-select {
  height: 48px;
  font-size: 13px;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: #687279 !important;
}
.mat-mdc-select-trigger {
  height: 100%;
}
.mat-mdc-form-field-input-control {
  height: 48px !important;
}
mat-label {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
  color: #687279;
  letter-spacing: 0px !important;
}
mat-label + mat-form-field {
  padding-top: 5px;
}
.radio-group-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #687279;
  letter-spacing: 0px !important;
}
.mat-accent.mat-mdc-radio-button {
  --mdc-radio-selected-focus-icon-color: #FF6525 !important;
  --mdc-radio-selected-hover-icon-color: #FF6525 !important;
  --mdc-radio-selected-icon-color: #FF6525 !important;
  --mdc-radio-selected-pressed-icon-color: #FF6525 !important;
  --mat-radio-checked-ripple-color: #FF6525 !important;
}
.mat-accent.mat-mdc-radio-button label.mdc-label {
  padding: 0px !important;
}
.mat-accent.mat-mdc-checkbox {
  --mdc-checkbox-selected-focus-icon-color: #FF6525 !important;
  --mdc-checkbox-selected-hover-icon-color: #FF6525 !important;
  --mdc-checkbox-selected-icon-color: #FF6525 !important;
  --mdc-checkbox-selected-pressed-icon-color: #FF6525 !important;
  --mat-checkbox-checked-ripple-color: #FF6525 !important;
}
.mat-accent.mat-mdc-checkbox label.mdc-label {
  padding: 0px !important;
}
.mdc-checkbox .mdc-checkbox__native-control:focus:checked ~ .mdc-checkbox__ripple {
  background-color: #FF6525 !important;
}
.checkbox-10,
.radio-10 {
  margin-left: -10px;
}
.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-text-field-wrapper {
  border: 1px solid #FF6525 !important;
  background: #FFFDFC !important;
  color: #FF6525 !important;
}
.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-text-field-wrapper .mat-mdc-select-value,
.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-text-field-wrapper .mat-mdc-select-placeholder,
.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-text-field-wrapper .mdc-text-field__input,
.mat-mdc-form-field.mat-form-field-invalid .mat-mdc-text-field-wrapper .mdc-text-field__input::-webkit-input-placeholder {
  color: #FF6525 !important;
}
.form-field-invalid mat-label {
  color: #FF6525;
}
.mat-datepicker .mat-mdc-form-field-flex {
  height: 48px !important;
}
.mat-datepicker-toggle .mat-mdc-icon-button {
  background: url("./media/datepicker-icon-gray.svg") no-repeat center;
  top: -6px;
}
.mat-datepicker-toggle .mat-mdc-icon-button svg {
  display: none;
}
.mat-internal-form-field > label {
  color: #687279;
  padding-left: 10px !important;
}
.mat-mdc-radio-button .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #98A0A5 !important;
}
.mat-mdc-radio-group .mat-mdc-radio-button {
  margin-right: 10px;
}
.mat-mdc-radio-checked .mat-internal-form-field > label.mdc-label {
  color: #FF6525;
}
.login-form .mat-mdc-checkbox label,
.login-form .mat-mdc-button {
  font-weight: 500 !important;
}
.btn-show-more {
  height: 28px !important;
}
.form-field-inline {
  display: flex;
}
::ng-deep .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled {
  color: #687279 !important;
}
::ng-deep .mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input {
  color: #687279 !important;
}
::ng-deep .mdc-text-field--filled {
  height: 40px !important;
}
::ng-deep .mat-mdc-form-field-input-control,
::ng-deep .mat-datepicker .mat-mdc-form-field-flex,
::ng-deep .mat-mdc-form-field .mat-mdc-select {
  height: 40px !important;
}
.btn {
  height: 40px !important;
  border-radius: 8px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0588235294) !important;
}
.btn.btn-lg {
  height: 48px !important;
}
.btn-primary {
  color: #333333;
  background-color: #e6e6e6;
  border: 2px solid #0095a7 !important;
}
.btn-primary ion-icon {
  font-size: 14px;
  vertical-align: middle;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #333333 !important;
  background-color: #fff;
  border: 1px solid #e6e6e6 !important;
}
.btn-primary:disabled,
.btn:disabled {
  color: rgba(26, 27, 31, 0.3803921569);
  background-color: rgba(26, 27, 31, 0.1215686275);
  border-color: rgba(16, 17, 20, 0.1215686275);
}
.btn-primary:active {
  transform: translateY(0);
}
.btn-outline-secondary {
  color: #005082;
  background-color: #F6F6F6;
  border: 1px solid #005082;
}
.btn-outline-secondary:hover {
  color: #04619a;
  background-color: #ffffff;
  border: 1px solid #005082;
}
.btn-danger {
  color: #333333;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.btn-danger:hover {
  color: #333333;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-link {
  color: #005082 !important;
  padding: 0;
  box-shadow: none !important;
  text-decoration: none;
}
.join-interview-link {
  height: 32px !important;
  display: inline-block;
  border-radius: 8px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  padding: 0 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0588235294) !important;
  color: #333333;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.join-interview-link:hover {
  color: #333333 !important;
  background-color: rgba(230, 230, 230, 0.9) !important;
  border: 1px solid #e6e6e6 !important;
}
@media (max-width: 900px) {
  .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.users-list-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.users-list-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #687279;
  padding: 0;
  margin: 0;
}
@media (max-width: 900px) {
  .users-list-title-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
}
@media (max-width: 700px) {
  .users-list-title-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
}
.users-filter-input {
  height: 40px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #687279;
  background-color: #FDFEFF;
  border: 1px solid #DBE2EA;
  border-radius: 8px;
  padding: 0 16px;
}
.users-list-section {
  background: #fff;
  border-radius: 12px !important;
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid #E6EEEE;
  box-shadow: rgba(0, 0, 0, 0.0588235294) 0 4px 4px;
}
.users-list-filters {
  padding: 14px 24px;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #E6EEEE;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .users-list-section {
    margin: 1rem auto;
    overflow: visible !important;
  }
}
@media (max-width: 700px) {
  .users-list-section {
    margin: 0.5rem auto;
    overflow: visible !important;
  }
}
.admin-header {
  width: 100%;
  height: 72px;
  padding: 0 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid rgb(226, 235, 241);
}
.admin-header-left {
  display: flex;
  align-items: center;
}
.admin-header-right {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}
.admin-dashboard-main {
  width: calc(100% - 288px);
  padding: 25px 23px 25px 32px;
  margin-left: 288px;
  margin-top: 72px;
  position: relative;
  z-index: 0;
  background: #F8F9F9;
}
body .users-list-table-wrapper {
  overflow: auto;
}
body .users-list-table-wrapper table.users-list-table {
  border-radius: 0px !important;
}
body .users-list-table-wrapper table.users-list-table thead {
  border-bottom: 1px solid #E6EEEE;
}
body .users-list-table-wrapper table.users-list-table thead tr th {
  vertical-align: top;
  padding: 10px 14px;
  background: #fff;
  color: #687279;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
body .users-list-table-wrapper table.users-list-table thead tr th:first-child {
  padding-left: 24px;
}
body .users-list-table-wrapper table.users-list-table tbody tr {
  border-bottom: 1px solid #E6EEEE;
}
body .users-list-table-wrapper table.users-list-table tbody tr td {
  vertical-align: top;
  padding: 10px 14px;
  color: #687279;
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
body .users-list-table-wrapper table.users-list-table tbody tr td:first-child {
  padding-left: 24px;
}
body .users-list-table-wrapper.top_rounded {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
body .users-list-table-wrapper.bottom_rounded {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.action-btn-wrapper {
  background-color: #fff;
  border-top: 1px solid #E6EEEE;
  padding: 15px 25px;
  border-radius: 0 0 12px 12px;
}
.action-btn-wrapper.end {
  display: flex;
  justify-content: flex-end;
}
.action-btn-wrapper .mdc-button {
  height: 40px !important;
}
.status-badge {
  height: 20px !important;
  display: inline-block;
  padding: 0 8px;
  margin: 0 5px 0 0;
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border-radius: 3px;
}
.status-badge.assign,
.status-badge.requested,
.status-badge.invite {
  border: 1px solid #94c8e9;
  background-color: #def2ff;
  color: #005082;
}
.status-badge.accepted,
.status-badge.completed {
  border: 1px solid #22b930;
  background-color: #dbf8dd;
  color: #037307;
}
.status-badge.pass {
  border: 1px solid #22b930;
  background-color: #dbf8dd;
  color: #037307;
}
.status-badge.qc-fail {
  border: 1px solid #ff9f43;
  background-color: #fff1e0;
  color: #b25c00;
}
.status-badge.fail,
.status-badge.cancel {
  border: 1px solid #df6d73;
  background-color: #ffdee0;
  color: #ea3b46;
}
.status-badge.did-not-join {
  border: 1px solid #6c757d;
  background-color: #d8dadb;
  color: #474d52;
}
.status-badge.reschedule {
  border: 1px solid #17a2b8;
  background-color: #b1f2fc;
  color: #0a6d7c;
}
.status-badge.pending {
  border: 1px solid #ffc995;
  background-color: #ffebde;
  color: #c45a13;
}
.users-floating-dropdown {
  position: fixed;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px 0;
  min-width: 130px;
  max-width: 160px;
  z-index: 9999999 !important;
}
.users-floating-dropdown button {
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: none;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}
.users-floating-dropdown button:hover {
  background: #f5f6fa;
}
.overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 24, 30, 0.1803921569);
  z-index: 1000;
  padding: 24px;
}
.dialog-card {
  background: #fff;
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 6px 18px rgba(12, 16, 22, 0.0588235294);
  position: relative;
  display: flex;
  flex-direction: column;
}
.dialog-title {
  padding: 16px 30px;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1f2937;
  border-bottom: 1px solid #DBE2EA;
}
.dialog-body {
  max-height: calc(90dvh - 102px);
  overflow-y: auto;
  padding: 15px 30px;
}
.dialog-body h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #687279;
  padding: 0 0 24px;
  margin: 0;
}
.dialog-actions {
  padding: 10px 30px;
  margin: 0;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #DBE2EA;
}
.mat-mdc-dialog-surface {
  background-color: transparent !important;
  overflow-y: inherit !important;
}
.data-group-wrapper.data-group-wrapper-col-3 {
  display: flex;
  column-count: 3;
  flex-wrap: wrap;
}
.data-group-wrapper.data-group-wrapper-col-3 .data-group {
  width: 33.3333333333%;
  padding: 0 15px 15px 0;
}
.data-group-wrapper.data-group-wrapper-col-2 {
  display: flex;
  column-count: 2;
  flex-wrap: wrap;
}
.data-group-wrapper.data-group-wrapper-col-2 .data-group {
  width: 50%;
  padding: 0 15px 15px 0;
}
.data-group-wrapper.data-group-wrapper-col-1 {
  display: flex;
  column-count: 1;
  flex-wrap: wrap;
}
.data-group-wrapper.data-group-wrapper-col-1 .data-group {
  width: 100%;
  padding: 0 0 15px 0;
}
.data-group {
  min-height: 66px;
}
.data-group label {
  color: #98A0A5;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 0 0 8px;
  margin: 0;
  letter-spacing: 0px;
}
.data-group label img.copy {
  margin-left: 6px;
  cursor: pointer;
  vertical-align: top;
}
.data-group .data-info {
  color: #687279;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  word-wrap: break-word;
}
@media (width <= 1440px) {
  .data-group label {
    font-size: 12px;
  }
  .data-group .data-info {
    font-size: 13px;
  }
}
.interview-date-time-wrapper {
  position: relative;
}
.interview-date-time-wrapper .custom-popup {
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #DBE2EA;
}
.mat-mdc-card.mat-custom-card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 12px;
}
.mat-mdc-card.mat-custom-card.mat-mdc-card-outlined {
  border: 1px solid #E6EEEE;
}
.mat-mdc-card.mat-custom-card .mat-mdc-card-header {
  height: auto;
  background-color: #fff;
  padding: 14px 25px;
  border-bottom: 1px solid #E6EEEE;
}
.mat-mdc-card.mat-custom-card .mat-mdc-card-header h3 {
  line-height: 19px;
}
.mat-mdc-card.mat-custom-card .mat-mdc-card-content {
  padding: 14px 25px;
}
.mat-mdc-card-outlined {
  border-color: #E6EEEE !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  margin-bottom: 15px;
}
.mat-mdc-card-outlined .mat-mdc-card-header {
  height: 49px;
  padding: 0 25px;
  display: block;
  border-bottom: 1px solid #E6EEEE;
  background: #FAFBFB;
  border-radius: 8px 8px 0 0;
}
.mat-mdc-card-outlined .mat-mdc-card-header h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #687279;
  padding: 0;
  margin: 0;
  float: left;
}
.mat-mdc-card-outlined .mat-mdc-card-header .rht {
  float: right;
}
.mat-mdc-card-outlined .mat-mdc-card-header .mat-mdc-button {
  margin-right: 0px;
  font-weight: 600;
  color: #005082;
  font-size: 12px;
}
.mat-mdc-card-outlined .mat-mdc-card-header .mat-mdc-button .mdc-button__label img {
  margin-right: 6px;
}
.mat-mdc-card-outlined .mat-mdc-card-content {
  padding: 25px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.mat-mdc-card-outlined .mat-mdc-card-content h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #687279;
  padding: 10px 0;
  margin: 0;
}
.admin-dashboard-layout {
  height: 100%;
  background: #f7f8fa;
}
.mat-table-bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff !important;
  border-top: 1px solid #E6EEEE;
  padding: 8px 24px;
  border-radius: 0 0 12px 12px;
}
.mat-table-bottom-section p {
  padding: 0;
  margin: 0;
  color: #98A0A5;
  font-size: 14px;
  font-weight: 600;
}
.mat-table-bottom-section p span {
  color: #687279;
}
.mat-table-bottom-section .mat-mdc-paginator {
  background-color: inherit !important;
  border-top: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.mat-mdc-table {
  box-shadow: inherit !important;
}
.mat-mdc-table .mat-mdc-header-cell {
  border-bottom-color: #E6EEEE;
  background: #fff !important;
}
.mat-mdc-table .mat-mdc-cell {
  border-bottom-color: #E6EEEE;
  background: #fff;
}
.mat-mdc-table .mdc-data-table__cell {
  padding: 15px 10px 15px 24px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px !important;
  color: #687279;
  vertical-align: top;
}
.mat-mdc-table .mdc-data-table__header-cell {
  padding: 0 10px 0 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #687279;
}
.mat-mdc-table tbody tr:nth-child(even) td {
  background-color: #FCFEFF !important;
}
.mat-mdc-table .mat-sort-header-container,
.mat-mdc-table .mat-sort-header-content {
  text-align: left !important;
}
.mat-mdc-table .mat-sort-header-content {
  white-space: nowrap;
}
.mat-mdc-table .mat-mdc-icon-button {
  width: 24px;
  height: 24px;
  padding: 0px !important;
}
.mat-mdc-table .mat-mdc-icon-button .mat-mdc-button-touch-target {
  width: 24px;
  height: 24px;
}
.mat-mdc-paginator {
  background-color: #fff !important;
  border-top: 1px solid #E6EEEE;
  padding: 5px 24px;
  border-radius: 0 0 12px 12px;
}
.mat-mdc-paginator .mat-mdc-paginator-page-size-label,
.mat-mdc-paginator .mat-mdc-paginator-range-label {
  font-size: 14px;
  font-weight: 600;
  color: #484D53;
  font-family: "Inter", sans-serif;
}
.mat-mdc-paginator .mat-mdc-paginator-range-label {
  margin: 0 10px 0 22px;
}
.mat-mdc-paginator .mat-mdc-paginator-icon {
  fill: #0156AD;
}
.mat-mdc-paginator .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: #8F8F8F;
}
.mat-mdc-paginator .mat-mdc-form-field .mat-mdc-select,
.mat-mdc-paginator .mat-mdc-select-value-text {
  font-size: 14px;
  color: #484D53;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.comments-count-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff !important;
  border-top: 1px solid #E6EEEE;
  padding: 8px 24px;
  border-radius: 0 0 12px 12px;
}
.comments-count-wrapper p {
  padding: 0;
  margin: 0;
  color: #98A0A5;
  font-size: 14px;
  font-weight: 600;
}
.comments-count-wrapper p span {
  color: #687279;
}
.comments-count-wrapper .mat-mdc-paginator {
  background-color: inherit !important;
  border-top: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.mat-mdc-menu-panel {
  border-radius: 0px !important;
  border: 1px solid #DBE2EA;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
}
.option-dropdown-wrapper .mat-mdc-menu-content {
  width: 244px;
}
.option-dropdown-wrapper .mat-mdc-menu-content .mat-mdc-menu-item {
  padding: 0 19px;
}
.option-dropdown-wrapper .mat-mdc-menu-content .mat-mdc-menu-item img.active {
  display: none;
}
.option-dropdown-wrapper .mat-mdc-menu-content .mat-mdc-menu-item .icon {
  width: 16px;
  margin-right: 11px;
  display: inline-block;
}
.option-dropdown-wrapper .mat-mdc-menu-content .mat-mdc-menu-item:hover img.normal {
  display: none;
}
.option-dropdown-wrapper .mat-mdc-menu-content .mat-mdc-menu-item:hover img.active {
  display: inline-block;
}
.option-dropdown-wrapper .mat-mdc-menu-content .mat-mdc-menu-item:hover:before {
  width: 6px;
  height: 100%;
  background-color: #FF6525;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 0px;
}
.option-dropdown-wrapper .mat-mdc-menu-content .mat-mdc-menu-item:not([disabled]):hover {
  background-color: #FFF9F7;
}
.mat-mdc-select-panel {
  background: #ffffff !important;
  border: 1px solid #e0e0e0;
  box-shadow: none !important;
}
.mat-select-search-input {
  background: #ffffff !important;
  color: #333 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* node_modules/intl-tel-input/build/css/intlTelInput.css */
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("./media/flags.webp");
  --iti-path-flags-2x: url("./media/flags@2x.webp");
  --iti-path-globe-1x: url("./media/globe.webp");
  --iti-path-globe-2x: url("./media/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
}
[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__search-input::-webkit-search-cancel-button {
  appearance: none;
}
.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.iti__search-icon {
  position: absolute;
  left: 8px;
  display: flex;
  pointer-events: none;
}
[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}
.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3;
}
.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px;
}
.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}
.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color);
}
[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}
.iti__search-clear:hover,
.iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}
.iti__no-results {
  text-align: center;
  padding: 30px 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__ac {
  --iti-flag-offset: 0px;
}
.iti__ad {
  --iti-flag-offset: -16px;
}
.iti__ae {
  --iti-flag-offset: -32px;
}
.iti__af {
  --iti-flag-offset: -48px;
}
.iti__ag {
  --iti-flag-offset: -64px;
}
.iti__ai {
  --iti-flag-offset: -80px;
}
.iti__al {
  --iti-flag-offset: -96px;
}
.iti__am {
  --iti-flag-offset: -112px;
}
.iti__ao {
  --iti-flag-offset: -128px;
}
.iti__ar {
  --iti-flag-offset: -144px;
}
.iti__as {
  --iti-flag-offset: -160px;
}
.iti__at {
  --iti-flag-offset: -176px;
}
.iti__au {
  --iti-flag-offset: -192px;
}
.iti__aw {
  --iti-flag-offset: -208px;
}
.iti__ax {
  --iti-flag-offset: -224px;
}
.iti__az {
  --iti-flag-offset: -240px;
}
.iti__ba {
  --iti-flag-offset: -256px;
}
.iti__bb {
  --iti-flag-offset: -272px;
}
.iti__bd {
  --iti-flag-offset: -288px;
}
.iti__be {
  --iti-flag-offset: -304px;
}
.iti__bf {
  --iti-flag-offset: -320px;
}
.iti__bg {
  --iti-flag-offset: -336px;
}
.iti__bh {
  --iti-flag-offset: -352px;
}
.iti__bi {
  --iti-flag-offset: -368px;
}
.iti__bj {
  --iti-flag-offset: -384px;
}
.iti__bl {
  --iti-flag-offset: -400px;
}
.iti__bm {
  --iti-flag-offset: -416px;
}
.iti__bn {
  --iti-flag-offset: -432px;
}
.iti__bo {
  --iti-flag-offset: -448px;
}
.iti__bq {
  --iti-flag-offset: -464px;
}
.iti__br {
  --iti-flag-offset: -480px;
}
.iti__bs {
  --iti-flag-offset: -496px;
}
.iti__bt {
  --iti-flag-offset: -512px;
}
.iti__bw {
  --iti-flag-offset: -528px;
}
.iti__by {
  --iti-flag-offset: -544px;
}
.iti__bz {
  --iti-flag-offset: -560px;
}
.iti__ca {
  --iti-flag-offset: -576px;
}
.iti__cc {
  --iti-flag-offset: -592px;
}
.iti__cd {
  --iti-flag-offset: -608px;
}
.iti__cf {
  --iti-flag-offset: -624px;
}
.iti__cg {
  --iti-flag-offset: -640px;
}
.iti__ch {
  --iti-flag-offset: -656px;
}
.iti__ci {
  --iti-flag-offset: -672px;
}
.iti__ck {
  --iti-flag-offset: -688px;
}
.iti__cl {
  --iti-flag-offset: -704px;
}
.iti__cm {
  --iti-flag-offset: -720px;
}
.iti__cn {
  --iti-flag-offset: -736px;
}
.iti__co {
  --iti-flag-offset: -752px;
}
.iti__cr {
  --iti-flag-offset: -768px;
}
.iti__cu {
  --iti-flag-offset: -784px;
}
.iti__cv {
  --iti-flag-offset: -800px;
}
.iti__cw {
  --iti-flag-offset: -816px;
}
.iti__cx {
  --iti-flag-offset: -832px;
}
.iti__cy {
  --iti-flag-offset: -848px;
}
.iti__cz {
  --iti-flag-offset: -864px;
}
.iti__de {
  --iti-flag-offset: -880px;
}
.iti__dj {
  --iti-flag-offset: -896px;
}
.iti__dk {
  --iti-flag-offset: -912px;
}
.iti__dm {
  --iti-flag-offset: -928px;
}
.iti__do {
  --iti-flag-offset: -944px;
}
.iti__dz {
  --iti-flag-offset: -960px;
}
.iti__ec {
  --iti-flag-offset: -976px;
}
.iti__ee {
  --iti-flag-offset: -992px;
}
.iti__eg {
  --iti-flag-offset: -1008px;
}
.iti__eh {
  --iti-flag-offset: -1024px;
}
.iti__er {
  --iti-flag-offset: -1040px;
}
.iti__es {
  --iti-flag-offset: -1056px;
}
.iti__et {
  --iti-flag-offset: -1072px;
}
.iti__fi {
  --iti-flag-offset: -1088px;
}
.iti__fj {
  --iti-flag-offset: -1104px;
}
.iti__fk {
  --iti-flag-offset: -1120px;
}
.iti__fm {
  --iti-flag-offset: -1136px;
}
.iti__fo {
  --iti-flag-offset: -1152px;
}
.iti__fr {
  --iti-flag-offset: -1168px;
}
.iti__ga {
  --iti-flag-offset: -1184px;
}
.iti__gb {
  --iti-flag-offset: -1200px;
}
.iti__gd {
  --iti-flag-offset: -1216px;
}
.iti__ge {
  --iti-flag-offset: -1232px;
}
.iti__gf {
  --iti-flag-offset: -1248px;
}
.iti__gg {
  --iti-flag-offset: -1264px;
}
.iti__gh {
  --iti-flag-offset: -1280px;
}
.iti__gi {
  --iti-flag-offset: -1296px;
}
.iti__gl {
  --iti-flag-offset: -1312px;
}
.iti__gm {
  --iti-flag-offset: -1328px;
}
.iti__gn {
  --iti-flag-offset: -1344px;
}
.iti__gp {
  --iti-flag-offset: -1360px;
}
.iti__gq {
  --iti-flag-offset: -1376px;
}
.iti__gr {
  --iti-flag-offset: -1392px;
}
.iti__gt {
  --iti-flag-offset: -1408px;
}
.iti__gu {
  --iti-flag-offset: -1424px;
}
.iti__gw {
  --iti-flag-offset: -1440px;
}
.iti__gy {
  --iti-flag-offset: -1456px;
}
.iti__hk {
  --iti-flag-offset: -1472px;
}
.iti__hn {
  --iti-flag-offset: -1488px;
}
.iti__hr {
  --iti-flag-offset: -1504px;
}
.iti__ht {
  --iti-flag-offset: -1520px;
}
.iti__hu {
  --iti-flag-offset: -1536px;
}
.iti__id {
  --iti-flag-offset: -1552px;
}
.iti__ie {
  --iti-flag-offset: -1568px;
}
.iti__il {
  --iti-flag-offset: -1584px;
}
.iti__im {
  --iti-flag-offset: -1600px;
}
.iti__in {
  --iti-flag-offset: -1616px;
}
.iti__io {
  --iti-flag-offset: -1632px;
}
.iti__iq {
  --iti-flag-offset: -1648px;
}
.iti__ir {
  --iti-flag-offset: -1664px;
}
.iti__is {
  --iti-flag-offset: -1680px;
}
.iti__it {
  --iti-flag-offset: -1696px;
}
.iti__je {
  --iti-flag-offset: -1712px;
}
.iti__jm {
  --iti-flag-offset: -1728px;
}
.iti__jo {
  --iti-flag-offset: -1744px;
}
.iti__jp {
  --iti-flag-offset: -1760px;
}
.iti__ke {
  --iti-flag-offset: -1776px;
}
.iti__kg {
  --iti-flag-offset: -1792px;
}
.iti__kh {
  --iti-flag-offset: -1808px;
}
.iti__ki {
  --iti-flag-offset: -1824px;
}
.iti__km {
  --iti-flag-offset: -1840px;
}
.iti__kn {
  --iti-flag-offset: -1856px;
}
.iti__kp {
  --iti-flag-offset: -1872px;
}
.iti__kr {
  --iti-flag-offset: -1888px;
}
.iti__kw {
  --iti-flag-offset: -1904px;
}
.iti__ky {
  --iti-flag-offset: -1920px;
}
.iti__kz {
  --iti-flag-offset: -1936px;
}
.iti__la {
  --iti-flag-offset: -1952px;
}
.iti__lb {
  --iti-flag-offset: -1968px;
}
.iti__lc {
  --iti-flag-offset: -1984px;
}
.iti__li {
  --iti-flag-offset: -2000px;
}
.iti__lk {
  --iti-flag-offset: -2016px;
}
.iti__lr {
  --iti-flag-offset: -2032px;
}
.iti__ls {
  --iti-flag-offset: -2048px;
}
.iti__lt {
  --iti-flag-offset: -2064px;
}
.iti__lu {
  --iti-flag-offset: -2080px;
}
.iti__lv {
  --iti-flag-offset: -2096px;
}
.iti__ly {
  --iti-flag-offset: -2112px;
}
.iti__ma {
  --iti-flag-offset: -2128px;
}
.iti__mc {
  --iti-flag-offset: -2144px;
}
.iti__md {
  --iti-flag-offset: -2160px;
}
.iti__me {
  --iti-flag-offset: -2176px;
}
.iti__mf {
  --iti-flag-offset: -2192px;
}
.iti__mg {
  --iti-flag-offset: -2208px;
}
.iti__mh {
  --iti-flag-offset: -2224px;
}
.iti__mk {
  --iti-flag-offset: -2240px;
}
.iti__ml {
  --iti-flag-offset: -2256px;
}
.iti__mm {
  --iti-flag-offset: -2272px;
}
.iti__mn {
  --iti-flag-offset: -2288px;
}
.iti__mo {
  --iti-flag-offset: -2304px;
}
.iti__mp {
  --iti-flag-offset: -2320px;
}
.iti__mq {
  --iti-flag-offset: -2336px;
}
.iti__mr {
  --iti-flag-offset: -2352px;
}
.iti__ms {
  --iti-flag-offset: -2368px;
}
.iti__mt {
  --iti-flag-offset: -2384px;
}
.iti__mu {
  --iti-flag-offset: -2400px;
}
.iti__mv {
  --iti-flag-offset: -2416px;
}
.iti__mw {
  --iti-flag-offset: -2432px;
}
.iti__mx {
  --iti-flag-offset: -2448px;
}
.iti__my {
  --iti-flag-offset: -2464px;
}
.iti__mz {
  --iti-flag-offset: -2480px;
}
.iti__na {
  --iti-flag-offset: -2496px;
}
.iti__nc {
  --iti-flag-offset: -2512px;
}
.iti__ne {
  --iti-flag-offset: -2528px;
}
.iti__nf {
  --iti-flag-offset: -2544px;
}
.iti__ng {
  --iti-flag-offset: -2560px;
}
.iti__ni {
  --iti-flag-offset: -2576px;
}
.iti__nl {
  --iti-flag-offset: -2592px;
}
.iti__no {
  --iti-flag-offset: -2608px;
}
.iti__np {
  --iti-flag-offset: -2624px;
}
.iti__nr {
  --iti-flag-offset: -2640px;
}
.iti__nu {
  --iti-flag-offset: -2656px;
}
.iti__nz {
  --iti-flag-offset: -2672px;
}
.iti__om {
  --iti-flag-offset: -2688px;
}
.iti__pa {
  --iti-flag-offset: -2704px;
}
.iti__pe {
  --iti-flag-offset: -2720px;
}
.iti__pf {
  --iti-flag-offset: -2736px;
}
.iti__pg {
  --iti-flag-offset: -2752px;
}
.iti__ph {
  --iti-flag-offset: -2768px;
}
.iti__pk {
  --iti-flag-offset: -2784px;
}
.iti__pl {
  --iti-flag-offset: -2800px;
}
.iti__pm {
  --iti-flag-offset: -2816px;
}
.iti__pr {
  --iti-flag-offset: -2832px;
}
.iti__ps {
  --iti-flag-offset: -2848px;
}
.iti__pt {
  --iti-flag-offset: -2864px;
}
.iti__pw {
  --iti-flag-offset: -2880px;
}
.iti__py {
  --iti-flag-offset: -2896px;
}
.iti__qa {
  --iti-flag-offset: -2912px;
}
.iti__re {
  --iti-flag-offset: -2928px;
}
.iti__ro {
  --iti-flag-offset: -2944px;
}
.iti__rs {
  --iti-flag-offset: -2960px;
}
.iti__ru {
  --iti-flag-offset: -2976px;
}
.iti__rw {
  --iti-flag-offset: -2992px;
}
.iti__sa {
  --iti-flag-offset: -3008px;
}
.iti__sb {
  --iti-flag-offset: -3024px;
}
.iti__sc {
  --iti-flag-offset: -3040px;
}
.iti__sd {
  --iti-flag-offset: -3056px;
}
.iti__se {
  --iti-flag-offset: -3072px;
}
.iti__sg {
  --iti-flag-offset: -3088px;
}
.iti__sh {
  --iti-flag-offset: -3104px;
}
.iti__si {
  --iti-flag-offset: -3120px;
}
.iti__sj {
  --iti-flag-offset: -3136px;
}
.iti__sk {
  --iti-flag-offset: -3152px;
}
.iti__sl {
  --iti-flag-offset: -3168px;
}
.iti__sm {
  --iti-flag-offset: -3184px;
}
.iti__sn {
  --iti-flag-offset: -3200px;
}
.iti__so {
  --iti-flag-offset: -3216px;
}
.iti__sr {
  --iti-flag-offset: -3232px;
}
.iti__ss {
  --iti-flag-offset: -3248px;
}
.iti__st {
  --iti-flag-offset: -3264px;
}
.iti__sv {
  --iti-flag-offset: -3280px;
}
.iti__sx {
  --iti-flag-offset: -3296px;
}
.iti__sy {
  --iti-flag-offset: -3312px;
}
.iti__sz {
  --iti-flag-offset: -3328px;
}
.iti__tc {
  --iti-flag-offset: -3344px;
}
.iti__td {
  --iti-flag-offset: -3360px;
}
.iti__tg {
  --iti-flag-offset: -3376px;
}
.iti__th {
  --iti-flag-offset: -3392px;
}
.iti__tj {
  --iti-flag-offset: -3408px;
}
.iti__tk {
  --iti-flag-offset: -3424px;
}
.iti__tl {
  --iti-flag-offset: -3440px;
}
.iti__tm {
  --iti-flag-offset: -3456px;
}
.iti__tn {
  --iti-flag-offset: -3472px;
}
.iti__to {
  --iti-flag-offset: -3488px;
}
.iti__tr {
  --iti-flag-offset: -3504px;
}
.iti__tt {
  --iti-flag-offset: -3520px;
}
.iti__tv {
  --iti-flag-offset: -3536px;
}
.iti__tw {
  --iti-flag-offset: -3552px;
}
.iti__tz {
  --iti-flag-offset: -3568px;
}
.iti__ua {
  --iti-flag-offset: -3584px;
}
.iti__ug {
  --iti-flag-offset: -3600px;
}
.iti__us {
  --iti-flag-offset: -3616px;
}
.iti__uy {
  --iti-flag-offset: -3632px;
}
.iti__uz {
  --iti-flag-offset: -3648px;
}
.iti__va {
  --iti-flag-offset: -3664px;
}
.iti__vc {
  --iti-flag-offset: -3680px;
}
.iti__ve {
  --iti-flag-offset: -3696px;
}
.iti__vg {
  --iti-flag-offset: -3712px;
}
.iti__vi {
  --iti-flag-offset: -3728px;
}
.iti__vn {
  --iti-flag-offset: -3744px;
}
.iti__vu {
  --iti-flag-offset: -3760px;
}
.iti__wf {
  --iti-flag-offset: -3776px;
}
.iti__ws {
  --iti-flag-offset: -3792px;
}
.iti__xk {
  --iti-flag-offset: -3808px;
}
.iti__ye {
  --iti-flag-offset: -3824px;
}
.iti__yt {
  --iti-flag-offset: -3840px;
}
.iti__za {
  --iti-flag-offset: -3856px;
}
.iti__zm {
  --iti-flag-offset: -3872px;
}
.iti__zw {
  --iti-flag-offset: -3888px;
}
.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
