@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 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;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}
@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;
}
::-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-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .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::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.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;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  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::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.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;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.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 {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:not(:-moz-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 > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ 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 > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.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;
}
.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.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(var(--bs-border-width) * -1);
  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.1z'/%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.1z'/%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(var(--bs-border-width) * -1);
}
.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(var(--bs-border-width) * -1);
}
.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 ~ .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-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --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-basis: 100%;
  flex-grow: 1;
  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 5L8 11L14 5'/%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 5L8 11L14 5'/%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-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  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-.708z'/%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-.708z'/%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(var(--bs-border-width) * -1);
}
.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: 1rem;
  }
}
.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-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action: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:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.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-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.414z'/%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;
  --bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);
  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;
  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 {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.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: ;
  --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 {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 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: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) 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;
  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 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .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: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  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: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) 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;
}
.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.11.3 (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-X6UQXWUS.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"), url("./media/bootstrap-icons-OCU552PF.woff?dd67030699838ea613ee6dbda90effa6") 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";
}

/* src/styles.scss */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 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: #10A3CF;
  --bs-secondary: #3F3F3F;
  --bs-success: #00AA8C;
  --bs-info: #0088F0;
  --bs-warning: #FFB255;
  --bs-danger: #EF0048;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    16,
    163,
    207;
  --bs-secondary-rgb:
    63,
    63,
    63;
  --bs-success-rgb:
    0,
    170,
    140;
  --bs-info-rgb:
    0,
    136,
    240;
  --bs-warning-rgb:
    255,
    178,
    85;
  --bs-danger-rgb:
    239,
    0,
    72;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-primary-text-emphasis: #064153;
  --bs-secondary-text-emphasis: #191919;
  --bs-success-text-emphasis: #004438;
  --bs-info-text-emphasis: #003660;
  --bs-warning-text-emphasis: #664722;
  --bs-danger-text-emphasis: #60001d;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfedf5;
  --bs-secondary-bg-subtle: #d9d9d9;
  --bs-success-bg-subtle: #cceee8;
  --bs-info-bg-subtle: #cce7fc;
  --bs-warning-bg-subtle: #fff0dd;
  --bs-danger-bg-subtle: #fcccda;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9fdaec;
  --bs-secondary-border-subtle: #b2b2b2;
  --bs-success-border-subtle: #99ddd1;
  --bs-info-border-subtle: #99cff9;
  --bs-warning-border-subtle: #ffe0bb;
  --bs-danger-border-subtle: #f999b6;
  --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: #10A3CF;
  --bs-link-color-rgb:
    16,
    163,
    207;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0d82a6;
  --bs-link-hover-color-rgb:
    13,
    130,
    166;
  --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(16, 163, 207, 0.25);
  --bs-form-valid-color: #00AA8C;
  --bs-form-valid-border-color: #00AA8C;
  --bs-form-invalid-color: #EF0048;
  --bs-form-invalid-border-color: #EF0048;
}
[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: #70c8e2;
  --bs-secondary-text-emphasis: #8c8c8c;
  --bs-success-text-emphasis: #66ccba;
  --bs-info-text-emphasis: #66b8f6;
  --bs-warning-text-emphasis: #ffd199;
  --bs-danger-text-emphasis: #f56691;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #032129;
  --bs-secondary-bg-subtle: #0d0d0d;
  --bs-success-bg-subtle: #00221c;
  --bs-info-bg-subtle: #001b30;
  --bs-warning-bg-subtle: #332411;
  --bs-danger-bg-subtle: #30000e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #0a627c;
  --bs-secondary-border-subtle: #262626;
  --bs-success-border-subtle: #006654;
  --bs-info-border-subtle: #005290;
  --bs-warning-border-subtle: #996b33;
  --bs-danger-border-subtle: #8f002b;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #70c8e2;
  --bs-link-hover-color: #8dd3e8;
  --bs-link-color-rgb:
    112,
    200,
    226;
  --bs-link-hover-color-rgb:
    141,
    211,
    232;
  --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;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  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 + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.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;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.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: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::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-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.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: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
: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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.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: 0.5rem 0.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: 0.25rem 0.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(even) {
  --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: #cfedf5;
  --bs-table-border-color: #a6bec4;
  --bs-table-striped-bg: #c5e1e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bad5dd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfdbe3;
  --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: #d9d9d9;
  --bs-table-border-color: #aeaeae;
  --bs-table-striped-bg: #cecece;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c3c3c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c9c9c9;
  --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: #cceee8;
  --bs-table-border-color: #a3beba;
  --bs-table-striped-bg: #c2e2dc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d6d1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddcd7;
  --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: #cce7fc;
  --bs-table-border-color: #a3b9ca;
  --bs-table-striped-bg: #c2dbef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d0e3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd6e9;
  --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: #fff0dd;
  --bs-table-border-color: #ccc0b1;
  --bs-table-striped-bg: #f2e4d2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d8c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdecc;
  --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: #fcccda;
  --bs-table-border-color: #caa3ae;
  --bs-table-striped-bg: #efc2cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3b8c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9bdca;
  --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: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  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 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #88d1e7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(16, 163, 207, 0.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::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.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 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.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-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.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 + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.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 + 0.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: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  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 0.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 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #88d1e7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(16, 163, 207, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.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: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.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: 0.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: 0.25em;
  vertical-align: top;
  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;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #88d1e7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(16, 163, 207, 0.25);
}
.form-check-input:checked {
  background-color: #10A3CF;
  border-color: #10A3CF;
}
.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: #10A3CF;
  border-color: #10A3CF;
  --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: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.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 0.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='%2388d1e7'/%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: 0.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;
  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 0.25rem rgba(16, 163, 207, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(16, 163, 207, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #10A3CF;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b7e3f1;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.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;
  appearance: none;
  background-color: #10A3CF;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b7e3f1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.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;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  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 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ 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 > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  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: 0.375rem 0.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 > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
  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(var(--bs-border-width) * -1);
  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: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300AA8C' 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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --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='%2300AA8C' 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.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EF0048'%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='%23EF0048' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --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='%23EF0048'%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='%23EF0048' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-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;
  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 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: 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,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  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,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show: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: #000;
  --bs-btn-bg: #10A3CF;
  --bs-btn-border-color: #10A3CF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #34b1d6;
  --bs-btn-hover-border-color: #28acd4;
  --bs-btn-focus-shadow-rgb:
    14,
    139,
    176;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #40b5d9;
  --bs-btn-active-border-color: #28acd4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #10A3CF;
  --bs-btn-disabled-border-color: #10A3CF;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3F3F3F;
  --bs-btn-border-color: #3F3F3F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #363636;
  --bs-btn-hover-border-color: #323232;
  --bs-btn-focus-shadow-rgb:
    92,
    92,
    92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #323232;
  --bs-btn-active-border-color: #2f2f2f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3F3F3F;
  --bs-btn-disabled-border-color: #3F3F3F;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #00AA8C;
  --bs-btn-border-color: #00AA8C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b79d;
  --bs-btn-hover-border-color: #1ab398;
  --bs-btn-focus-shadow-rgb:
    0,
    145,
    119;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33bba3;
  --bs-btn-active-border-color: #1ab398;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00AA8C;
  --bs-btn-disabled-border-color: #00AA8C;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0088F0;
  --bs-btn-border-color: #0088F0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #269af2;
  --bs-btn-hover-border-color: #1a94f2;
  --bs-btn-focus-shadow-rgb:
    0,
    116,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33a0f3;
  --bs-btn-active-border-color: #1a94f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0088F0;
  --bs-btn-disabled-border-color: #0088F0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFB255;
  --bs-btn-border-color: #FFB255;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbe6f;
  --bs-btn-hover-border-color: #ffba66;
  --bs-btn-focus-shadow-rgb:
    217,
    151,
    72;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc177;
  --bs-btn-active-border-color: #ffba66;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFB255;
  --bs-btn-disabled-border-color: #FFB255;
}
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #EF0048;
  --bs-btn-border-color: #EF0048;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f12663;
  --bs-btn-hover-border-color: #f11a5a;
  --bs-btn-focus-shadow-rgb:
    203,
    0,
    61;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2336d;
  --bs-btn-active-border-color: #f11a5a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EF0048;
  --bs-btn-disabled-border-color: #EF0048;
}
.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: #10A3CF;
  --bs-btn-border-color: #10A3CF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #10A3CF;
  --bs-btn-hover-border-color: #10A3CF;
  --bs-btn-focus-shadow-rgb:
    16,
    163,
    207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #10A3CF;
  --bs-btn-active-border-color: #10A3CF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #10A3CF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #10A3CF;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #3F3F3F;
  --bs-btn-border-color: #3F3F3F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3F3F3F;
  --bs-btn-hover-border-color: #3F3F3F;
  --bs-btn-focus-shadow-rgb:
    63,
    63,
    63;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3F3F3F;
  --bs-btn-active-border-color: #3F3F3F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3F3F3F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3F3F3F;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #00AA8C;
  --bs-btn-border-color: #00AA8C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00AA8C;
  --bs-btn-hover-border-color: #00AA8C;
  --bs-btn-focus-shadow-rgb:
    0,
    170,
    140;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00AA8C;
  --bs-btn-active-border-color: #00AA8C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00AA8C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00AA8C;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0088F0;
  --bs-btn-border-color: #0088F0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0088F0;
  --bs-btn-hover-border-color: #0088F0;
  --bs-btn-focus-shadow-rgb:
    0,
    136,
    240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0088F0;
  --bs-btn-active-border-color: #0088F0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0088F0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0088F0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #FFB255;
  --bs-btn-border-color: #FFB255;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFB255;
  --bs-btn-hover-border-color: #FFB255;
  --bs-btn-focus-shadow-rgb:
    255,
    178,
    85;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFB255;
  --bs-btn-active-border-color: #FFB255;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFB255;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFB255;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #EF0048;
  --bs-btn-border-color: #EF0048;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EF0048;
  --bs-btn-hover-border-color: #EF0048;
  --bs-btn-focus-shadow-rgb:
    239,
    0,
    72;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EF0048;
  --bs-btn-active-border-color: #EF0048;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EF0048;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EF0048;
  --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:
    14,
    139,
    176;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --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-sm,
.btn-group-sm > .btn {
  --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 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --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: #10A3CF;
  --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: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 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:hover,
.dropdown-item:focus {
  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: 0.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: #10A3CF;
  --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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --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: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(16, 163, 207, 0.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:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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: #10A3CF;
}
.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:hover,
.nav-underline .nav-link:focus {
  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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --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-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 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:hover,
.navbar-brand:focus {
  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: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  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(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.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-top,
.card-img-bottom {
  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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --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='%23064153'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(16, 163, 207, 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-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  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='%2370c8e2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2370c8e2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.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(16, 163, 207, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #10A3CF;
  --bs-pagination-active-border-color: #10A3CF;
  --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 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: 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);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  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(var(--bs-border-width) * -1);
}
.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: 1rem;
  }
}
.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: #10A3CF;
  --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, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 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: #10A3CF;
  --bs-list-group-active-border-color: #10A3CF;
  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-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  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:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.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-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.414z'/%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(16, 163, 207, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.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;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.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: 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(-0.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: ;
  --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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) 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) * 0.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) * 0.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-header,
.modal-fullscreen .modal-footer {
  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-header,
  .modal-fullscreen-sm-down .modal-footer {
    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-header,
  .modal-fullscreen-md-down .modal-footer {
    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-header,
  .modal-fullscreen-lg-down .modal-footer {
    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-header,
  .modal-fullscreen-xl-down .modal-footer {
    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-header,
  .modal-fullscreen-xxl-down .modal-footer {
    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-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.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::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .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-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .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-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  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-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --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.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    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.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    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.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    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.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    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.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    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.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  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: 0.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) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) 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: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #000 !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: #000 !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: #000 !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;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(64, 181, 217, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(64, 181, 217, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(50, 50, 50, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(50, 50, 50, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(51, 187, 163, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 187, 163, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(51, 160, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 160, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 193, 119, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 193, 119, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(242, 51, 109, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 51, 109, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-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: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.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: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    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:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.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: 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: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.me-n2 {
  margin-right: -0.5rem !important;
}
.me-n3 {
  margin-right: -1rem !important;
}
.me-n4 {
  margin-right: -1.5rem !important;
}
.me-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -1rem !important;
}
.ms-n4 {
  margin-left: -1.5rem !important;
}
.ms-n5 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.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 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  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 + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-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, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.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;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  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;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    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: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    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;
  }
}
[data-bs-theme=Skin1] .btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #EF0048;
  --bs-btn-border-color: #EF0048;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f12663;
  --bs-btn-hover-border-color: #f11a5a;
  --bs-btn-focus-shadow-rgb:
    203,
    0,
    61;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2336d;
  --bs-btn-active-border-color: #f11a5a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EF0048;
  --bs-btn-disabled-border-color: #EF0048;
}
[data-bs-theme=Skin2] .btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #10A3CF;
  --bs-btn-border-color: #10A3CF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #10A3CF;
  --bs-btn-hover-border-color: #10A3CF;
  --bs-btn-focus-shadow-rgb:
    203,
    0,
    61;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #10A3CF;
  --bs-btn-active-border-color: #10A3CF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #10A3CF;
  --bs-btn-disabled-border-color: #10A3CF;
}
[data-bs-theme=Skin3] .btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #00AA8C;
  --bs-btn-border-color: #00AA8C;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00AA8C;
  --bs-btn-hover-border-color: #00AA8C;
  --bs-btn-focus-shadow-rgb:
    203,
    0,
    61;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00AA8C;
  --bs-btn-active-border-color: #00AA8C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00AA8C;
  --bs-btn-disabled-border-color: #00AA8C;
}
[data-bs-theme=Skin4] .btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFB255;
  --bs-btn-border-color: #FFB255;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFB255;
  --bs-btn-hover-border-color: #FFB255;
  --bs-btn-focus-shadow-rgb:
    203,
    0,
    61;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFB255;
  --bs-btn-active-border-color: #FFB255;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFB255;
  --bs-btn-disabled-border-color: #FFB255;
}
.form-check {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  justify-content: start;
}
.form-check .form-check-label {
  margin-left: 5px;
}
.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border-color: #9B9B9B !important;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #3F3F3F !important;
}
.form-check-input:checked {
  background-color: #3F3F3F !important;
  border-color: #3F3F3F !important;
}
.form-control:focus {
  border-color: #3F3F3F;
  box-shadow: none !important;
}
.form-select:focus {
  border-color: #3F3F3F;
  box-shadow: none !important;
}
::ng-deep .is-invalid {
  box-shadow: none !important;
}
.invalid-feedback {
  color: #D80000 !important;
  font-size: 12px !important;
}
.form-select.is-invalid,
.was-validated .form-select:invalid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #D80000 !important;
}
.zb-background-neutral {
  background-color: #FFFFFF;
}
.zb-background-neutral-10 {
  background-color: #F9F9F9;
}
.zb-background-neutral-20 {
  background-color: #F1F1F1;
}
.zb-background-neutral-30 {
  background-color: #D4D4D4;
}
.zb-background-neutral-40 {
  background-color: #C8C8C8;
}
.zb-background-neutral-50 {
  background-color: #9B9B9B;
}
.zb-background-neutral-black {
  background-color: #000000;
}
.zb-background-error-red {
  background-color: #D80000;
}
.zb-background-success-green {
  background-color: #4BB543;
}
.zb-text-neutral {
  color: #FFFFFF;
}
.zb-text-neutral-10 {
  color: #F9F9F9;
}
.zb-text-neutral-20 {
  color: #F1F1F1;
}
.zb-text-neutral-30 {
  color: #D4D4D4;
}
.zb-text-neutral-40 {
  color: #C8C8C8;
}
.zb-text-neutral-50 {
  color: #9B9B9B;
}
.zb-text-neutral-black {
  color: #000000;
}
.zb-text-dark-blue {
  color: #0088F0;
}
.zb-text-error-red {
  color: #D80000;
}
.zb-text-success-green {
  color: #4BB543;
}
.zb-border-neutral {
  border-color: #FFFFFF;
}
.zb-border-neutral-10 {
  border-color: #F9F9F9;
}
.zb-border-neutral-20 {
  border-color: #F1F1F1;
}
.zb-border-neutral-30 {
  border-color: #D4D4D4 !important;
}
.zb-border-neutral-40 {
  border-color: #C8C8C8;
}
.zb-border-neutral-50 {
  border-color: #9B9B9B;
}
.zb-border-neutral-black {
  border-color: #000000;
}
.zb-label {
  font-size: 14px;
  color: #3F3F3F;
}
.zb-input {
  line-height: 40px;
}
.zb-text-justify {
  text-align: justify;
}
::placeholder {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #C8C8C8 !important;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.phoneNumberInitialsdd {
  width: 50px;
  height: 50px;
  border: none;
  position: relative;
  top: -52px;
  left: 2px;
  color: #3F3F3F;
  font-size: 14px;
  text-align: center;
  outline: none !important;
}
.phoneNumberInitialsdd .dropdown-toggle {
  border: none !important;
}
::ng-deep .phoneNumberInitialsdd:active,
.phoneNumberInitialsdd:focus {
  border: none !important;
  outline: none !important;
}
.countrydialingCodeDrop {
  position: absolute;
  top: -36px;
  left: 50px;
}
.countrydialingCodeDrop img {
  width: 10px;
}
.line {
  border-right: 1px solid #F1F1F1;
  position: absolute;
  left: 70px;
  top: -47px;
  height: 80%;
}
.phoneNumberInitials {
  position: relative;
  top: -39px;
  left: 3%;
  padding-right: 5px;
  border-right: 1px solid #D4D4D4;
}
.zb-input-withphoneNumberInitials {
  line-height: 40px;
  padding-left: 80px;
}
.invisible-eye {
  height: 20px !important;
  width: 20px !important;
  background-image: url("./media/invisible-eye-AKQ5UP6P.png");
}
.visible-eye {
  height: 20px !important;
  width: 20px !important;
  background-image: url("./media/visible-eye-NKHHBBXA.png");
}
.eyeicon {
  position: relative;
  top: -36px;
  left: 93%;
}
.input-search-icon {
  position: relative;
  top: -39px;
  left: 8%;
}
.zb-input-withsearch {
  line-height: 40px;
  padding-left: 40px;
}
.zb-input-search-icon-img {
  position: relative;
  top: -38px;
  left: 15px;
  width: 18px;
}
.zb-field-width {
  width: 440px;
}
.zb-block-shadow {
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1019607843) !important;
}
.zb-block-shadow-hover:hover {
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1019607843) !important;
}
.zb-dashed-border {
  border-width: 2px;
  border-style: dashed;
}
.mandatory:after {
  color: #D80000;
  content: " *";
}
.zb-cancel-button {
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 46px !important;
  min-width: 92px !important;
  padding: 0px 16px !important;
  padding: 0px 8px !important;
  border: 1px solid #3f3f3f !important;
  background-color: #FFFFFF !important;
  opacity: 1 !important;
  color: #3f3f3f;
  border-radius: 6px;
}
.zb-cancel-button:hover {
  color: #EF0048 !important;
  background-color: #FFFFFF !important;
  opacity: 0.8 !important;
  border: 1px solid #EF0048 !important;
}
.zb-save-button {
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 46px !important;
  min-width: 92px !important;
  padding: 0px 16px !important;
  color: #FFFFFF !important;
  opacity: 0.9 !important;
  background-color: #ef0048;
  border: none;
  border-radius: 6px;
}
.zb-save-button:disabled {
  opacity: 0.65 !important;
  pointer-events: none !important;
}
.zb-save-button:hover {
  opacity: 1 !important;
}
.zb-danger-btn {
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 30px !important;
  padding: 0px 8px !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  background-color: #ef0048;
  border: none;
  border-radius: 8px;
}
.zb-danger-btn:hover {
  opacity: 0.9 !important;
}
.zb-create-btn {
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 30px !important;
  padding: 0px 8px !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  background-color: #ef0048;
  border: none;
  border-radius: 8px;
}
.zb-create-btn:hover {
  opacity: 0.9 !important;
}
.zb-create-btn:disabled {
  opacity: 0.65 !important;
}
.zb-mobile-create-btn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
  opacity: 0.7;
  z-index: 5;
}
.zb-mobile-create-btn:hover {
  opacity: 1;
  cursor: pointer;
}
.zb-secondary-btn {
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 30px !important;
  padding: 0px 8px !important;
  background-color: #FFFFFF;
  color: #3f3f3f;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}
.zb-secondary-btn img {
  height: 12px;
}
.zb-secondary-btn:hover:not(:disabled) {
  color: #FFFFFF;
  background-color: #3f3f3f;
  border: none;
}
.zb-secondary-btn:disabled {
  opacity: 0.65 !important;
}
.zb-footer-btns {
  display: flex;
  align-items: center;
  gap: 0 2px;
  gap: 5px;
  margin-inline: 30px;
  margin-bottom: 20px;
}
.zb-outline-btn {
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 40px !important;
  padding: 0px 8px !important;
  background-color: #FFFFFF;
  color: #3f3f3f;
  border-radius: 8px;
  border: 1px solid #9B9B9B;
}
.zb-list-page-header {
  margin-bottom: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zb-list-page-header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.zb-list-page-header div div {
  height: 22px;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding-inline: 8px;
  color: #FFFFFF;
  background-color: #ef0048;
  border-radius: 4px;
  line-height: 22px;
}
.zb-total-count {
  height: 22px;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding-inline: 8px;
  color: #FFFFFF;
  background-color: #ef0048;
  border-radius: 4px;
  line-height: 22px;
}
.zb-see-full-list {
  font-size: 12px;
  font-weight: 500;
  color: #0088F0;
  opacity: 0.8;
}
.zb-horizontal-divider {
  border: 1px solid rgba(63, 63, 63, 0.2);
  margin: 0;
  padding: 0;
  height: 0;
  width: 100%;
  background-color: transparent;
}
.group-img {
  width: 10rem;
  height: 10rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.zb-chips-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.zb-chips-container .zb-chip {
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0px 5px 0px;
  padding: 2px;
  color: #3F3F3F;
  background-color: #F9F9F9;
}
.zb-chips-container img {
  margin-left: 3px;
  width: 12px;
  cursor: pointer;
}
.zb-badge {
  color: #3F3F3F;
  background-color: #F9F9F9;
  margin: 4px;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}
.zb-badge img {
  height: 12px;
}
.font-lato {
  font-family: "Lato";
}
.font-dm-sans {
  font-family: "DM Sans";
}
.zb-tab-number {
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
#PageLayout,
#authPageLayout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.zb-gs-sidebar-container {
  padding: 16px 30px 0px 30px;
}
.zb-form-pb {
  padding-bottom: 80px !important;
}
.zb-me-32 {
  margin-right: 32px !important;
}
.zb-card {
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  margin-top: 20px;
}
.zb-card .zb-card-header {
  background-color: #F9F9F9;
  color: #3F3F3F;
  padding: 10px 20px;
}
.zb-card .zb-card-body {
  padding: 10px 20px;
}
.d-contents {
  display: contents;
}
.zb-create-page-header {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  margin: 0;
  padding: 0.375rem 1.25rem;
  position: sticky;
  top: 72px;
  z-index: 1000;
  background-color: #ffffff;
}
.zb-header-title {
  height: auto;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}
.zb-header-sub-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.zb-content-section {
  padding: 1rem 1.25rem;
}
.zb-content-section .zb-bottom-margin {
  margin-bottom: 1rem;
}
.zb-w-min-content {
  width: min-content;
}
.zb-text-segment {
  font-size: 0.625rem;
  color: #9B9B9B;
  font-weight: 400;
}
.zb-text-segment .separator {
  margin: 0 8px;
}
.zb-order-product-detail-header-mobile {
  padding: 0.625rem 1.25rem;
  display: flex;
  gap: 0.625rem;
  background-color: #F9F9F9;
  border-bottom: 1px solid #F1F1F1;
}
.zb-order-product-detail-header-mobile button {
  background-color: #FFFFFF;
  height: 38px;
  min-width: 38px;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zb-order-product-detail-item-mobile {
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  align-items: center;
}
.zb-order-product-detail-item-mobile .product-image {
  height: 3.5rem;
  width: 3.5rem;
  object-fit: cover;
}
.zb-order-product-detail-item-mobile .product-info {
  flex-grow: 1;
}
.zb-order-product-detail-item-mobile .product-info .code {
  color: #9B9B9B;
  font-size: 0.625rem;
}
.zb-order-product-detail-item-mobile .product-info .name {
  font-size: 0.875rem;
}
.zb-order-product-detail-item-mobile .product-info .price {
  font-weight: 500;
  font-size: 0.875rem;
  white-space: nowrap;
}
.zb-order-product-detail-item-mobile .product-info .controls-container {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-top: 0.625rem;
}
.zb-order-product-detail-item-mobile .product-info .available-qty {
  font-size: 0.625rem;
  color: #9B9B9B;
  margin-top: 0.625rem;
}
.zb-order-product-detail-item-mobile .product-info .quantity-selector {
  width: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #D4D4D4;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.zb-order-product-detail-item-mobile .product-info .quantity-selector button {
  background-color: transparent;
  border: none;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.zb-order-product-detail-item-mobile .product-info .quantity-selector button[disabled] {
  pointer-events: none;
}
.zb-order-product-detail-item-mobile .product-info .quantity-selector input {
  width: 100%;
  height: 1.7rem;
  text-align: center;
  padding: 0;
  font-size: 0.875rem;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 0.3rem;
  background-color: transparent;
}
.zb-order-product-detail-item-mobile .product-info .unit-selector {
  font-size: 0.875rem;
  width: 5.5rem;
}
.zb-order-product-detail-item-mobile .product-info .unit-selector select {
  width: 100%;
  height: 1.7rem;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  border: 0.0625rem solid #D4D4D4;
  border-radius: 0.3rem;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.zb-order-product-detail-item-mobile .product-info .unit-selector select option {
  font-size: 0.625rem;
}
.zb-order-product-detail-item-mobile .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
}
.zb-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3c3c3c;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  width: 574px;
}
.add-modify-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
}
.add-modify-btn .btn-icon {
  margin-right: 0.5rem;
}
.add-modify-btn .btn-text {
  white-space: nowrap;
}
.add-modify-btn--add {
  background-color: rgba(255, 178, 85, 0.1);
  color: #ffb255;
}
.add-modify-btn--add:hover {
  background-color: rgba(255, 178, 85, 0.2);
}
.add-modify-btn--add:active {
  background-color: rgba(255, 178, 85, 0.2);
}
.add-modify-btn--edit {
  background-color: rgba(0, 170, 140, 0.1);
  color: #00aa8c;
}
.add-modify-btn--edit:hover {
  background-color: rgba(0, 170, 140, 0.2);
}
.add-modify-btn--edit:active {
  background-color: rgba(0, 170, 140, 0.2);
}
.add-modify-btn--view {
  background-color: rgba(155, 155, 155, 0.1);
  color: #9b9b9b;
}
.add-modify-btn--view:hover {
  background-color: rgba(155, 155, 155, 0.2);
}
.add-modify-btn--view:active {
  background-color: rgba(155, 155, 155, 0.2);
}
.zb-icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 8px;
  cursor: pointer;
}
.zb-icon-button img {
  height: 18px;
  width: 18px;
}
.zb-icon-button span {
  margin-left: 4px;
  font-family: 12px;
}
.zb-icon-button--edit {
  width: 60px;
  border: 1px solid #D4D4D4;
}
.zb-icon-button--delete {
  width: 30px;
  border: 1px solid #D80000;
}
@media screen and (min-width: 992px) {
  .zb-app-layout-padding {
    padding: 0px 30px 10px 30px;
  }
  .zb-create-page-header {
    padding: 0.5rem 0;
  }
  .zb-header-title {
    font-size: 1.125rem;
  }
  .zb-content-section {
    padding: 1.5rem 0;
  }
  .zb-content-section .zb-bottom-margin {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .zb-field-width {
    width: 380px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .zb-app-layout-padding {
    padding: 0px;
  }
  .zb-list-page-header {
    margin-inline: 1rem;
  }
  .zb-create-page-header {
    top: 66px;
  }
}
@media screen and (max-width: 992px) {
  .zb-maxsc-lg-h-38 {
    height: 38px;
  }
}
@media screen and (max-width: 576px) {
  .zb-app-layout-padding {
    padding: 0px;
  }
  .zb-field-width {
    width: 350px;
  }
  .zb-list-page-header {
    display: none !important;
  }
  .zb-mobile-create-btn {
    display: block;
    bottom: 15px;
  }
  .zb-footer-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
  }
  .zb-footer-btns span {
    background-color: #EF0048;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    padding: 10px 5px;
  }
  .zb-create-page-header {
    top: 46px;
  }
}
@media screen and (min-width: 576px) {
  .zb-minsc-sm-min-w-450 {
    min-width: 450px;
  }
}
::ng-deep .ngb-dp-arrow-btn {
  color: #000000 !important;
}
::ng-deep .ngb-dp-weekdays {
  border: none !important;
}
::ng-deep .ngb-dp-header {
  padding: 0 !important;
  background-color: white !important;
}
::ng-deep .ngb-dp-week {
  background-color: white !important;
}
::ng-deep .ngb-dp-month {
  background-color: white !important;
}
::ng-deep .bg-primary {
  background-color: #EF0048 !important;
}
::ng-deep .ngb-dp-navigation-select {
  display: flex !important;
  gap: 5px !important;
}
::ng-deep .ngb-dp-navigation-select select:focus {
  border-color: #3F3F3F !important;
  box-shadow: none !important;
}
::ng-deep .ngb-dp-arrow {
  width: 0.5rem !important;
  height: 4rem !important;
}
::ng-deep [ngbDatepickerDayView].active:not(.bg-primary) {
  background-color: #EF0048 !important;
  color: #FFFFFF !important;
}
::ng-deep [ngbDatepickerDayView] {
  border-radius: 50% !important;
}
::ng-deep .ngb-dp-day {
  width: 36px !important;
  height: 36px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-family: "Lato" !important;
  color: #000000 !important;
}
::ng-deep .ngb-dp-weekday {
  width: 36px !important;
  height: 36px !important;
  font-family: "DM Sans" !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  font-style: normal !important;
  color: #000000 !important;
}
::ng-deep .ngb-dp-week-number {
  width: 36px !important;
  height: 36px !important;
}
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #F7F9FA;
}
::-webkit-scrollbar-thumb {
  background: #6c757d;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.zb-master-table {
  height: calc(100vh - 164px) !important;
  overflow: auto !important;
  border-radius: 4px !important;
}
.zb-master-table table {
  --bs-table-bg: none !important;
  vertical-align: middle;
}
.zb-master-table table thead {
  height: 44px !important;
  vertical-align: middle !important;
  color: #3F3F3F !important;
  background-color: #F9F9F9 !important;
  border: 1px solid #F1F1F1 !important;
  top: 0;
  position: sticky;
  z-index: 2;
}
.zb-master-table table thead tr {
  height: 44px !important;
  background-color: #F9F9F9 !important;
  border: 1px solid #F1F1F1 !important;
}
.zb-master-table table thead tr th {
  padding-left: 24px !important;
}
.zb-master-table table thead tr th span {
  font-size: 14px;
  font-weight: bold;
  color: #3F3F3F;
  padding: 6px;
}
.zb-master-table table thead tr th:last-child {
  width: 180px !important;
  max-width: 180px !important;
  min-width: 180px !important;
}
.zb-master-table table tbody tr:first-child {
  top: 43px;
  position: sticky;
  z-index: 2;
}
.zb-master-table table tbody tr:first-child input {
  max-width: 220px;
}
.zb-master-table table tbody tr:first-child select {
  max-width: 220px;
}
.zb-master-table table tbody tr:nth-child(2) th {
  padding-inline: 24px !important;
}
.zb-master-table table tbody tr:nth-child(2) td:not(:last-child) {
  vertical-align: top;
}
.zb-master-table table tbody tr:nth-child(2) td:not(:last-child) .form-control {
  font-size: 14px !important;
  font-weight: 500;
  height: 50px;
}
.zb-master-table table tbody tr:nth-child(2) td:not(:last-child) .form-select {
  font-size: 14px !important;
  font-weight: 500;
  height: 50px;
}
.zb-master-table table tbody tr:nth-child(2) td:last-child {
  vertical-align: middle;
}
.zb-master-table table tbody tr:nth-child(2) td:last-child .zb-cancel-button {
  height: 30px !important;
  min-width: auto !important;
  padding: 0px 12px !important;
  margin-right: 5px;
}
.zb-master-table table tbody tr:nth-child(2) td:last-child .zb-save-button {
  height: 30px !important;
  min-width: auto !important;
  padding: 0px 12px !important;
}
.zb-master-table table tbody tr:nth-child(2) .create-box-border {
  border: 2px dashed #C8C8C8 !important;
  border-radius: 5px !important;
  background-color: #F9F9F9 !important;
  text-align: center;
}
.zb-master-table table tbody tr:nth-child(2) .create-box-border span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  color: #0088F0;
}
.zb-master-table table tbody tr {
  height: 40px !important;
  vertical-align: middle !important;
  font-size: 12px !important;
  border: 1px solid #F1F1F1 !important;
  border-top: none !important;
  background-color: #FFFFFF !important;
  padding: 5px 5px !important;
}
.zb-master-table table tbody tr td {
  padding-left: 24px !important;
}
.zb-master-table table tbody tr td .zb-autocomplete-container {
  width: 70%;
  max-width: 350px;
}
.zb-master-table table tbody tr td .zb-autocomplete-container .form-control {
  width: 100% !important;
}
.zb-master-table table tbody tr td .zb-rate-field span {
  top: 8px !important;
  left: 8px !important;
}
.zb-master-table table tbody tr td .form-control {
  height: 30px;
  font-size: 12px;
  width: 70%;
  max-width: 350px;
  min-width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: -o-max-content;
  min-width: 155px;
}
.zb-master-table table tbody tr td .form-select {
  height: 30px;
  font-size: 12px;
  width: 70%;
  max-width: 350px;
  min-width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: -o-max-content;
  min-width: 95px;
}
.zb-master-table table tbody tr td span {
  padding: 6px;
  border-radius: 4px;
}
.zb-master-table table tbody tr td span.ngb-highlight {
  padding: 0;
}
.zb-master-table table tbody tr .zb-action-menu {
  display: none;
}
.zb-master-table table tbody tr .zb-action-menu i {
  color: #000000;
  border-radius: 20%;
}
.zb-master-table table tbody tr.isEdit {
  height: 40px !important;
  vertical-align: middle !important;
  font-size: 12px !important;
  border: 1px solid #F1F1F1 !important;
  border-top: none !important;
  background-color: #FFFFFF !important;
  padding: 5px 5px !important;
}
.zb-master-table table tbody tr.isEdit td {
  padding: 8px 8px 8px 24px !important;
}
.zb-master-table table tbody tr.isEdit td:not(:last-child) {
  vertical-align: top;
}
.zb-master-table table tbody tr.isEdit td:not(:last-child) .form-control {
  font-size: 14px !important;
  font-weight: 500;
  height: 50px;
}
.zb-master-table table tbody tr.isEdit td:not(:last-child) .form-select {
  font-size: 14px !important;
  font-weight: 500;
  height: 50px;
}
.zb-master-table table tbody tr.isEdit td:last-child {
  vertical-align: middle;
}
.zb-master-table table tbody tr.isEdit td:last-child .zb-cancel-button {
  height: 30px !important;
  min-width: auto !important;
  padding: 0px 12px !important;
  margin-right: 5px;
}
.zb-master-table table tbody tr.isEdit td:last-child .zb-save-button {
  height: 30px !important;
  min-width: auto !important;
  padding: 0px 12px !important;
}
.zb-master-table table tbody tr.isEdit:hover {
  cursor: pointer;
  box-shadow: 0px 4px 35px 3px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.zb-master-table table tbody tr:not(:first-child):not(:nth-child(2)):not(.isEdit):hover {
  padding: 0px !important;
  cursor: pointer;
  box-shadow: 0px 4px 35px 3px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.zb-master-table table tbody tr:not(:first-child):not(:nth-child(2)):not(.isEdit):hover td {
  padding: 0px 8px 0px 24px !important;
  max-height: 40px !important;
}
.zb-master-table table tbody tr:not(:first-child):not(:nth-child(2)):not(.isEdit):hover .zb-action-menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.zb-master-table table tbody tr:not(:first-child):not(:nth-child(2)):not(.isEdit):hover .zb-action-menu .zb-action-menu-image {
  background-color: #F1F1F1;
  border-radius: 25%;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zb-master-table table tbody tr:not(:first-child):not(:nth-child(2)):not(.isEdit):hover .zb-action-menu .zb-action-menu-image img {
  height: 14px;
  width: 14px;
}
.zb-sub-table {
  border-radius: 4px !important;
}
.zb-sub-table table {
  --bs-table-bg: none !important;
  vertical-align: middle;
}
.zb-sub-table table thead {
  height: 44px !important;
  vertical-align: middle !important;
  font-size: 12px !important;
  color: #3F3F3F !important;
  background-color: #F9F9F9 !important;
  border: 1px solid #F1F1F1 !important;
}
.zb-sub-table table thead tr th {
  font-size: 14px;
  font-weight: bold;
  color: #3F3F3F;
  padding-left: 16px;
  text-transform: capitalize;
}
.zb-sub-table table tbody {
  border: 1px solid #F1F1F1 !important;
  border-top: none !important;
  background-color: #FFFFFF !important;
  font-size: 12px !important;
}
.zb-sub-table table tbody tr {
  vertical-align: middle !important;
  height: 40px !important;
}
.zb-sub-table table tbody tr td {
  padding-left: 16px;
}
.zb-sub-table table tbody tr td .form-control {
  font-size: 14px !important;
  font-weight: 500;
  height: 50px;
}
.zb-sub-table table tbody tr td .rate-field {
  width: 200px;
}
.zb-sub-table table tbody tr td .percentage-field {
  width: 150px;
}
.zb-sub-table table tbody tr td .form-select {
  font-size: 14px !important;
  font-weight: 500;
  height: 50px;
}
.zb-sub-table table tbody tr td textarea {
  height: 70px !important;
}
.zb-sub-table table tbody tr td .zb-action-menu {
  display: none;
}
.zb-sub-table table tbody tr td .zb-action-menu i {
  color: #000000;
  border-radius: 20%;
}
.zb-sub-table table tbody tr:hover {
  padding: 0px !important;
  cursor: pointer;
  box-shadow: 0px 4px 35px 3px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.zb-sub-table table tbody tr:hover td {
  max-height: 40px !important;
}
.zb-sub-table table tbody tr:hover td:last-child {
  padding: 0 8px 0 16px;
}
.zb-sub-table table tbody tr:hover .zb-action-menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.zb-sub-table table tbody tr:hover .zb-action-menu .zb-action-menu-image {
  background-color: #F1F1F1;
  border-radius: 25%;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zb-sub-table table tbody tr:hover .zb-action-menu .zb-action-menu-image img {
  height: 14px;
  width: 14px;
}
.zb-sub-table table tfoot {
  background-color: #F1F1F1 !important;
  color: #3F3F3F !important;
  font-size: 12px !important;
  font-weight: 600;
  border-top: 1px solid #F1F1F1 !important;
}
.zb-sub-table table tfoot tr {
  height: 42px !important;
  vertical-align: middle !important;
}
.zb-sub-table table tfoot tr td {
  padding-left: 16px;
  font-weight: 600;
  color: #3F3F3F;
}
.zb-sub-table table tfoot tr td.summary {
  font-weight: 700;
  color: #000000;
}
.zb-orderBy-active {
  color: #3F3F3F !important;
  margin-inline: 1px !important;
  font-size: 10px !important;
  cursor: pointer !important;
}
.zb-orderBy-inactive {
  color: #D4D4D4 !important;
  margin-inline: 1px !important;
  font-size: 10px !important;
  cursor: pointer !important;
}
.zb-pagination-btn-border {
  border-color: #E9E9E9;
  border-width: 1px;
}
.zb-button-list {
  position: absolute;
  top: 35px;
  left: -80px;
  z-index: 999;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1019607843);
  background-color: #FFFFFF;
  color: #000000;
  width: fit-content !important;
  height: auto;
  border-radius: 8% !important;
  padding: 15px 20px 0px 20px !important;
}
.zb-button-list .notch {
  position: absolute;
  top: -10px;
  right: 8px;
  border-top: 0;
  border-right: 12px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}
.zb-button-list ul {
  padding: 0 !important;
  width: max-content;
  list-style-type: none;
}
.zb-button-list ul li:first-child {
  margin-top: 0;
}
.zb-button-list ul li {
  margin: 15px 0px 15px 0px;
}
.zb-button-list ul li img {
  margin-right: 15px;
  height: 18px !important;
  width: 18px !important;
}
.close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.actions {
  display: flex;
  align-items: center;
}
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background-color: #fff;
  border: none;
  margin-left: 15px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}
.print-btn img,
.delete-btn img,
.approve-btn img,
.create-invoice-btn img {
  width: 18px;
  height: 18px;
}
.reject-btn img {
  width: 14px;
  height: 14px;
}
.create-invoice-btn {
  background-color: #FFFFFF !important;
  color: #3F3F3F !important;
  border-radius: 50px;
  padding: 8px 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.create-invoice-btn img {
  filter: invert(0%);
  margin-right: 4px;
}
.settings-menu {
  position: absolute;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  z-index: 999;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1019607843);
}
.settings-menu .notch {
  position: absolute;
  top: -5px;
  border-right: 12px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}
.settings-menu .settings-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.settings-menu .settings-list .settings-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
}
.settings-menu .settings-list .settings-item .item-icon {
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}
.settings-menu .settings-list .search-settings-item {
  border-top: 1px solid #eee;
  padding-inline: 10px;
}
.settings-menu .settings-list .search-settings-item .search-settings {
  margin-top: 10px;
  margin-bottom: 8px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #9B9B9B;
  font-weight: 400;
}
.zb-view-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 10px;
}
.zb-view-table-header div {
  font-weight: 500;
  color: #3F3F3F;
  font-size: 14px;
}
.zb-view-table-header div span {
  background-color: #EF0048;
  color: #FFFFFF;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.show-search {
  color: #3F3F3F;
  font-size: 14px;
  font-weight: 500;
}
.switch {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 23px;
  margin-left: 20px;
}
.switch.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.switchInput input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #3F3F3F;
}
input:checked + .slider:before {
  transform: translateX(14px);
}
.footer-action-config-container {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .zb-master-table {
    height: calc(100vh - 104px) !important;
  }
  .zb-master-table .zb-action-menu,
  .zb-sub-table .zb-action-menu {
    display: flex !important;
    align-items: center;
    justify-content: start;
    gap: 1rem;
  }
  .zb-master-table .zb-action-menu .zb-action-menu-image,
  .zb-sub-table .zb-action-menu .zb-action-menu-image {
    background-color: #F1F1F1;
    border-radius: 25%;
    height: 26px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .zb-master-table .zb-action-menu .zb-action-menu-image img,
  .zb-sub-table .zb-action-menu .zb-action-menu-image img {
    height: 14px;
    width: 14px;
  }
}
.custom-accordion.accordion {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.custom-accordion.accordion .accordion-item {
  background-color: transparent !important;
  border: none !important;
}
.custom-accordion.accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  border: none !important;
  color: inherit !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.custom-accordion.accordion .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.custom-accordion.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: none !important;
}
.custom-accordion.accordion .accordion-item .accordion-body {
  background-color: transparent !important;
  padding: 1rem !important;
  border: none !important;
  padding: 0 0 0 0 !important;
}
.zb-accordion-section.accordion {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.zb-accordion-section.accordion .accordion-item {
  background-color: transparent !important;
  border: none !important;
  padding: 1rem 1.25rem;
}
.zb-accordion-section.accordion .accordion-item .zb-bottom-margin {
  margin-bottom: 1rem;
}
.zb-accordion-section.accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  border: none !important;
  color: inherit !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.zb-accordion-section.accordion .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.zb-accordion-section.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: none !important;
}
.zb-accordion-section.accordion .accordion-item .accordion-body {
  background-color: transparent;
  padding: 0;
  border: none;
}
@media screen and (min-width: 992px) {
  .zb-accordion-section.accordion .accordion-item {
    padding: 1.5rem 0;
  }
  .zb-accordion-section.accordion .accordion-item .zb-bottom-margin {
    margin-bottom: 1.5rem;
  }
}
.zb-h-1 {
  height: 1px !important;
}
.zb-min-h-1 {
  min-height: 1px !important;
}
.zb-max-h-1 {
  max-height: 1px !important;
}
.zb-calc-h-1 {
  height: calc(100vh - 1px) !important;
}
.zb-calc-min-h-1 {
  min-height: calc(100vh - 1px) !important;
}
.zb-calc-max-h-1 {
  max-height: calc(100vh - 1px) !important;
}
.zb-w-1 {
  width: 1px !important;
}
.zb-w-percent-1 {
  width: 1% !important;
}
.zb-min-w-1 {
  min-width: 1px !important;
}
.zb-max-w-1 {
  max-width: 1px !important;
}
.zb-calc-w-1 {
  width: calc(100vw - 1px) !important;
}
.zb-calc-min-w-1 {
  min-width: calc(100vw - 1px) !important;
}
.zb-calc-max-w-1 {
  max-width: calc(100vw - 1px) !important;
}
.zb-font-1 {
  font-size: 1px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-1 {
    max-width: 1px !important;
  }
}
.zb-h-2 {
  height: 2px !important;
}
.zb-min-h-2 {
  min-height: 2px !important;
}
.zb-max-h-2 {
  max-height: 2px !important;
}
.zb-calc-h-2 {
  height: calc(100vh - 2px) !important;
}
.zb-calc-min-h-2 {
  min-height: calc(100vh - 2px) !important;
}
.zb-calc-max-h-2 {
  max-height: calc(100vh - 2px) !important;
}
.zb-w-2 {
  width: 2px !important;
}
.zb-w-percent-2 {
  width: 2% !important;
}
.zb-min-w-2 {
  min-width: 2px !important;
}
.zb-max-w-2 {
  max-width: 2px !important;
}
.zb-calc-w-2 {
  width: calc(100vw - 2px) !important;
}
.zb-calc-min-w-2 {
  min-width: calc(100vw - 2px) !important;
}
.zb-calc-max-w-2 {
  max-width: calc(100vw - 2px) !important;
}
.zb-font-2 {
  font-size: 2px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-2 {
    max-width: 2px !important;
  }
}
.zb-h-3 {
  height: 3px !important;
}
.zb-min-h-3 {
  min-height: 3px !important;
}
.zb-max-h-3 {
  max-height: 3px !important;
}
.zb-calc-h-3 {
  height: calc(100vh - 3px) !important;
}
.zb-calc-min-h-3 {
  min-height: calc(100vh - 3px) !important;
}
.zb-calc-max-h-3 {
  max-height: calc(100vh - 3px) !important;
}
.zb-w-3 {
  width: 3px !important;
}
.zb-w-percent-3 {
  width: 3% !important;
}
.zb-min-w-3 {
  min-width: 3px !important;
}
.zb-max-w-3 {
  max-width: 3px !important;
}
.zb-calc-w-3 {
  width: calc(100vw - 3px) !important;
}
.zb-calc-min-w-3 {
  min-width: calc(100vw - 3px) !important;
}
.zb-calc-max-w-3 {
  max-width: calc(100vw - 3px) !important;
}
.zb-font-3 {
  font-size: 3px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-3 {
    max-width: 3px !important;
  }
}
.zb-h-4 {
  height: 4px !important;
}
.zb-min-h-4 {
  min-height: 4px !important;
}
.zb-max-h-4 {
  max-height: 4px !important;
}
.zb-calc-h-4 {
  height: calc(100vh - 4px) !important;
}
.zb-calc-min-h-4 {
  min-height: calc(100vh - 4px) !important;
}
.zb-calc-max-h-4 {
  max-height: calc(100vh - 4px) !important;
}
.zb-w-4 {
  width: 4px !important;
}
.zb-w-percent-4 {
  width: 4% !important;
}
.zb-min-w-4 {
  min-width: 4px !important;
}
.zb-max-w-4 {
  max-width: 4px !important;
}
.zb-calc-w-4 {
  width: calc(100vw - 4px) !important;
}
.zb-calc-min-w-4 {
  min-width: calc(100vw - 4px) !important;
}
.zb-calc-max-w-4 {
  max-width: calc(100vw - 4px) !important;
}
.zb-font-4 {
  font-size: 4px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-4 {
    max-width: 4px !important;
  }
}
.zb-h-5 {
  height: 5px !important;
}
.zb-min-h-5 {
  min-height: 5px !important;
}
.zb-max-h-5 {
  max-height: 5px !important;
}
.zb-calc-h-5 {
  height: calc(100vh - 5px) !important;
}
.zb-calc-min-h-5 {
  min-height: calc(100vh - 5px) !important;
}
.zb-calc-max-h-5 {
  max-height: calc(100vh - 5px) !important;
}
.zb-w-5 {
  width: 5px !important;
}
.zb-w-percent-5 {
  width: 5% !important;
}
.zb-min-w-5 {
  min-width: 5px !important;
}
.zb-max-w-5 {
  max-width: 5px !important;
}
.zb-calc-w-5 {
  width: calc(100vw - 5px) !important;
}
.zb-calc-min-w-5 {
  min-width: calc(100vw - 5px) !important;
}
.zb-calc-max-w-5 {
  max-width: calc(100vw - 5px) !important;
}
.zb-font-5 {
  font-size: 5px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-5 {
    max-width: 5px !important;
  }
}
.zb-h-6 {
  height: 6px !important;
}
.zb-min-h-6 {
  min-height: 6px !important;
}
.zb-max-h-6 {
  max-height: 6px !important;
}
.zb-calc-h-6 {
  height: calc(100vh - 6px) !important;
}
.zb-calc-min-h-6 {
  min-height: calc(100vh - 6px) !important;
}
.zb-calc-max-h-6 {
  max-height: calc(100vh - 6px) !important;
}
.zb-w-6 {
  width: 6px !important;
}
.zb-w-percent-6 {
  width: 6% !important;
}
.zb-min-w-6 {
  min-width: 6px !important;
}
.zb-max-w-6 {
  max-width: 6px !important;
}
.zb-calc-w-6 {
  width: calc(100vw - 6px) !important;
}
.zb-calc-min-w-6 {
  min-width: calc(100vw - 6px) !important;
}
.zb-calc-max-w-6 {
  max-width: calc(100vw - 6px) !important;
}
.zb-font-6 {
  font-size: 6px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-6 {
    max-width: 6px !important;
  }
}
.zb-h-7 {
  height: 7px !important;
}
.zb-min-h-7 {
  min-height: 7px !important;
}
.zb-max-h-7 {
  max-height: 7px !important;
}
.zb-calc-h-7 {
  height: calc(100vh - 7px) !important;
}
.zb-calc-min-h-7 {
  min-height: calc(100vh - 7px) !important;
}
.zb-calc-max-h-7 {
  max-height: calc(100vh - 7px) !important;
}
.zb-w-7 {
  width: 7px !important;
}
.zb-w-percent-7 {
  width: 7% !important;
}
.zb-min-w-7 {
  min-width: 7px !important;
}
.zb-max-w-7 {
  max-width: 7px !important;
}
.zb-calc-w-7 {
  width: calc(100vw - 7px) !important;
}
.zb-calc-min-w-7 {
  min-width: calc(100vw - 7px) !important;
}
.zb-calc-max-w-7 {
  max-width: calc(100vw - 7px) !important;
}
.zb-font-7 {
  font-size: 7px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-7 {
    max-width: 7px !important;
  }
}
.zb-h-8 {
  height: 8px !important;
}
.zb-min-h-8 {
  min-height: 8px !important;
}
.zb-max-h-8 {
  max-height: 8px !important;
}
.zb-calc-h-8 {
  height: calc(100vh - 8px) !important;
}
.zb-calc-min-h-8 {
  min-height: calc(100vh - 8px) !important;
}
.zb-calc-max-h-8 {
  max-height: calc(100vh - 8px) !important;
}
.zb-w-8 {
  width: 8px !important;
}
.zb-w-percent-8 {
  width: 8% !important;
}
.zb-min-w-8 {
  min-width: 8px !important;
}
.zb-max-w-8 {
  max-width: 8px !important;
}
.zb-calc-w-8 {
  width: calc(100vw - 8px) !important;
}
.zb-calc-min-w-8 {
  min-width: calc(100vw - 8px) !important;
}
.zb-calc-max-w-8 {
  max-width: calc(100vw - 8px) !important;
}
.zb-font-8 {
  font-size: 8px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-8 {
    max-width: 8px !important;
  }
}
.zb-h-9 {
  height: 9px !important;
}
.zb-min-h-9 {
  min-height: 9px !important;
}
.zb-max-h-9 {
  max-height: 9px !important;
}
.zb-calc-h-9 {
  height: calc(100vh - 9px) !important;
}
.zb-calc-min-h-9 {
  min-height: calc(100vh - 9px) !important;
}
.zb-calc-max-h-9 {
  max-height: calc(100vh - 9px) !important;
}
.zb-w-9 {
  width: 9px !important;
}
.zb-w-percent-9 {
  width: 9% !important;
}
.zb-min-w-9 {
  min-width: 9px !important;
}
.zb-max-w-9 {
  max-width: 9px !important;
}
.zb-calc-w-9 {
  width: calc(100vw - 9px) !important;
}
.zb-calc-min-w-9 {
  min-width: calc(100vw - 9px) !important;
}
.zb-calc-max-w-9 {
  max-width: calc(100vw - 9px) !important;
}
.zb-font-9 {
  font-size: 9px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-9 {
    max-width: 9px !important;
  }
}
.zb-h-10 {
  height: 10px !important;
}
.zb-min-h-10 {
  min-height: 10px !important;
}
.zb-max-h-10 {
  max-height: 10px !important;
}
.zb-calc-h-10 {
  height: calc(100vh - 10px) !important;
}
.zb-calc-min-h-10 {
  min-height: calc(100vh - 10px) !important;
}
.zb-calc-max-h-10 {
  max-height: calc(100vh - 10px) !important;
}
.zb-w-10 {
  width: 10px !important;
}
.zb-w-percent-10 {
  width: 10% !important;
}
.zb-min-w-10 {
  min-width: 10px !important;
}
.zb-max-w-10 {
  max-width: 10px !important;
}
.zb-calc-w-10 {
  width: calc(100vw - 10px) !important;
}
.zb-calc-min-w-10 {
  min-width: calc(100vw - 10px) !important;
}
.zb-calc-max-w-10 {
  max-width: calc(100vw - 10px) !important;
}
.zb-font-10 {
  font-size: 10px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-10 {
    max-width: 10px !important;
  }
}
.zb-h-11 {
  height: 11px !important;
}
.zb-min-h-11 {
  min-height: 11px !important;
}
.zb-max-h-11 {
  max-height: 11px !important;
}
.zb-calc-h-11 {
  height: calc(100vh - 11px) !important;
}
.zb-calc-min-h-11 {
  min-height: calc(100vh - 11px) !important;
}
.zb-calc-max-h-11 {
  max-height: calc(100vh - 11px) !important;
}
.zb-w-11 {
  width: 11px !important;
}
.zb-w-percent-11 {
  width: 11% !important;
}
.zb-min-w-11 {
  min-width: 11px !important;
}
.zb-max-w-11 {
  max-width: 11px !important;
}
.zb-calc-w-11 {
  width: calc(100vw - 11px) !important;
}
.zb-calc-min-w-11 {
  min-width: calc(100vw - 11px) !important;
}
.zb-calc-max-w-11 {
  max-width: calc(100vw - 11px) !important;
}
.zb-font-11 {
  font-size: 11px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-11 {
    max-width: 11px !important;
  }
}
.zb-h-12 {
  height: 12px !important;
}
.zb-min-h-12 {
  min-height: 12px !important;
}
.zb-max-h-12 {
  max-height: 12px !important;
}
.zb-calc-h-12 {
  height: calc(100vh - 12px) !important;
}
.zb-calc-min-h-12 {
  min-height: calc(100vh - 12px) !important;
}
.zb-calc-max-h-12 {
  max-height: calc(100vh - 12px) !important;
}
.zb-w-12 {
  width: 12px !important;
}
.zb-w-percent-12 {
  width: 12% !important;
}
.zb-min-w-12 {
  min-width: 12px !important;
}
.zb-max-w-12 {
  max-width: 12px !important;
}
.zb-calc-w-12 {
  width: calc(100vw - 12px) !important;
}
.zb-calc-min-w-12 {
  min-width: calc(100vw - 12px) !important;
}
.zb-calc-max-w-12 {
  max-width: calc(100vw - 12px) !important;
}
.zb-font-12 {
  font-size: 12px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-12 {
    max-width: 12px !important;
  }
}
.zb-h-13 {
  height: 13px !important;
}
.zb-min-h-13 {
  min-height: 13px !important;
}
.zb-max-h-13 {
  max-height: 13px !important;
}
.zb-calc-h-13 {
  height: calc(100vh - 13px) !important;
}
.zb-calc-min-h-13 {
  min-height: calc(100vh - 13px) !important;
}
.zb-calc-max-h-13 {
  max-height: calc(100vh - 13px) !important;
}
.zb-w-13 {
  width: 13px !important;
}
.zb-w-percent-13 {
  width: 13% !important;
}
.zb-min-w-13 {
  min-width: 13px !important;
}
.zb-max-w-13 {
  max-width: 13px !important;
}
.zb-calc-w-13 {
  width: calc(100vw - 13px) !important;
}
.zb-calc-min-w-13 {
  min-width: calc(100vw - 13px) !important;
}
.zb-calc-max-w-13 {
  max-width: calc(100vw - 13px) !important;
}
.zb-font-13 {
  font-size: 13px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-13 {
    max-width: 13px !important;
  }
}
.zb-h-14 {
  height: 14px !important;
}
.zb-min-h-14 {
  min-height: 14px !important;
}
.zb-max-h-14 {
  max-height: 14px !important;
}
.zb-calc-h-14 {
  height: calc(100vh - 14px) !important;
}
.zb-calc-min-h-14 {
  min-height: calc(100vh - 14px) !important;
}
.zb-calc-max-h-14 {
  max-height: calc(100vh - 14px) !important;
}
.zb-w-14 {
  width: 14px !important;
}
.zb-w-percent-14 {
  width: 14% !important;
}
.zb-min-w-14 {
  min-width: 14px !important;
}
.zb-max-w-14 {
  max-width: 14px !important;
}
.zb-calc-w-14 {
  width: calc(100vw - 14px) !important;
}
.zb-calc-min-w-14 {
  min-width: calc(100vw - 14px) !important;
}
.zb-calc-max-w-14 {
  max-width: calc(100vw - 14px) !important;
}
.zb-font-14 {
  font-size: 14px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-14 {
    max-width: 14px !important;
  }
}
.zb-h-15 {
  height: 15px !important;
}
.zb-min-h-15 {
  min-height: 15px !important;
}
.zb-max-h-15 {
  max-height: 15px !important;
}
.zb-calc-h-15 {
  height: calc(100vh - 15px) !important;
}
.zb-calc-min-h-15 {
  min-height: calc(100vh - 15px) !important;
}
.zb-calc-max-h-15 {
  max-height: calc(100vh - 15px) !important;
}
.zb-w-15 {
  width: 15px !important;
}
.zb-w-percent-15 {
  width: 15% !important;
}
.zb-min-w-15 {
  min-width: 15px !important;
}
.zb-max-w-15 {
  max-width: 15px !important;
}
.zb-calc-w-15 {
  width: calc(100vw - 15px) !important;
}
.zb-calc-min-w-15 {
  min-width: calc(100vw - 15px) !important;
}
.zb-calc-max-w-15 {
  max-width: calc(100vw - 15px) !important;
}
.zb-font-15 {
  font-size: 15px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-15 {
    max-width: 15px !important;
  }
}
.zb-h-16 {
  height: 16px !important;
}
.zb-min-h-16 {
  min-height: 16px !important;
}
.zb-max-h-16 {
  max-height: 16px !important;
}
.zb-calc-h-16 {
  height: calc(100vh - 16px) !important;
}
.zb-calc-min-h-16 {
  min-height: calc(100vh - 16px) !important;
}
.zb-calc-max-h-16 {
  max-height: calc(100vh - 16px) !important;
}
.zb-w-16 {
  width: 16px !important;
}
.zb-w-percent-16 {
  width: 16% !important;
}
.zb-min-w-16 {
  min-width: 16px !important;
}
.zb-max-w-16 {
  max-width: 16px !important;
}
.zb-calc-w-16 {
  width: calc(100vw - 16px) !important;
}
.zb-calc-min-w-16 {
  min-width: calc(100vw - 16px) !important;
}
.zb-calc-max-w-16 {
  max-width: calc(100vw - 16px) !important;
}
.zb-font-16 {
  font-size: 16px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-16 {
    max-width: 16px !important;
  }
}
.zb-h-17 {
  height: 17px !important;
}
.zb-min-h-17 {
  min-height: 17px !important;
}
.zb-max-h-17 {
  max-height: 17px !important;
}
.zb-calc-h-17 {
  height: calc(100vh - 17px) !important;
}
.zb-calc-min-h-17 {
  min-height: calc(100vh - 17px) !important;
}
.zb-calc-max-h-17 {
  max-height: calc(100vh - 17px) !important;
}
.zb-w-17 {
  width: 17px !important;
}
.zb-w-percent-17 {
  width: 17% !important;
}
.zb-min-w-17 {
  min-width: 17px !important;
}
.zb-max-w-17 {
  max-width: 17px !important;
}
.zb-calc-w-17 {
  width: calc(100vw - 17px) !important;
}
.zb-calc-min-w-17 {
  min-width: calc(100vw - 17px) !important;
}
.zb-calc-max-w-17 {
  max-width: calc(100vw - 17px) !important;
}
.zb-font-17 {
  font-size: 17px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-17 {
    max-width: 17px !important;
  }
}
.zb-h-18 {
  height: 18px !important;
}
.zb-min-h-18 {
  min-height: 18px !important;
}
.zb-max-h-18 {
  max-height: 18px !important;
}
.zb-calc-h-18 {
  height: calc(100vh - 18px) !important;
}
.zb-calc-min-h-18 {
  min-height: calc(100vh - 18px) !important;
}
.zb-calc-max-h-18 {
  max-height: calc(100vh - 18px) !important;
}
.zb-w-18 {
  width: 18px !important;
}
.zb-w-percent-18 {
  width: 18% !important;
}
.zb-min-w-18 {
  min-width: 18px !important;
}
.zb-max-w-18 {
  max-width: 18px !important;
}
.zb-calc-w-18 {
  width: calc(100vw - 18px) !important;
}
.zb-calc-min-w-18 {
  min-width: calc(100vw - 18px) !important;
}
.zb-calc-max-w-18 {
  max-width: calc(100vw - 18px) !important;
}
.zb-font-18 {
  font-size: 18px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-18 {
    max-width: 18px !important;
  }
}
.zb-h-19 {
  height: 19px !important;
}
.zb-min-h-19 {
  min-height: 19px !important;
}
.zb-max-h-19 {
  max-height: 19px !important;
}
.zb-calc-h-19 {
  height: calc(100vh - 19px) !important;
}
.zb-calc-min-h-19 {
  min-height: calc(100vh - 19px) !important;
}
.zb-calc-max-h-19 {
  max-height: calc(100vh - 19px) !important;
}
.zb-w-19 {
  width: 19px !important;
}
.zb-w-percent-19 {
  width: 19% !important;
}
.zb-min-w-19 {
  min-width: 19px !important;
}
.zb-max-w-19 {
  max-width: 19px !important;
}
.zb-calc-w-19 {
  width: calc(100vw - 19px) !important;
}
.zb-calc-min-w-19 {
  min-width: calc(100vw - 19px) !important;
}
.zb-calc-max-w-19 {
  max-width: calc(100vw - 19px) !important;
}
.zb-font-19 {
  font-size: 19px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-19 {
    max-width: 19px !important;
  }
}
.zb-h-20 {
  height: 20px !important;
}
.zb-min-h-20 {
  min-height: 20px !important;
}
.zb-max-h-20 {
  max-height: 20px !important;
}
.zb-calc-h-20 {
  height: calc(100vh - 20px) !important;
}
.zb-calc-min-h-20 {
  min-height: calc(100vh - 20px) !important;
}
.zb-calc-max-h-20 {
  max-height: calc(100vh - 20px) !important;
}
.zb-w-20 {
  width: 20px !important;
}
.zb-w-percent-20 {
  width: 20% !important;
}
.zb-min-w-20 {
  min-width: 20px !important;
}
.zb-max-w-20 {
  max-width: 20px !important;
}
.zb-calc-w-20 {
  width: calc(100vw - 20px) !important;
}
.zb-calc-min-w-20 {
  min-width: calc(100vw - 20px) !important;
}
.zb-calc-max-w-20 {
  max-width: calc(100vw - 20px) !important;
}
.zb-font-20 {
  font-size: 20px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-20 {
    max-width: 20px !important;
  }
}
.zb-h-21 {
  height: 21px !important;
}
.zb-min-h-21 {
  min-height: 21px !important;
}
.zb-max-h-21 {
  max-height: 21px !important;
}
.zb-calc-h-21 {
  height: calc(100vh - 21px) !important;
}
.zb-calc-min-h-21 {
  min-height: calc(100vh - 21px) !important;
}
.zb-calc-max-h-21 {
  max-height: calc(100vh - 21px) !important;
}
.zb-w-21 {
  width: 21px !important;
}
.zb-w-percent-21 {
  width: 21% !important;
}
.zb-min-w-21 {
  min-width: 21px !important;
}
.zb-max-w-21 {
  max-width: 21px !important;
}
.zb-calc-w-21 {
  width: calc(100vw - 21px) !important;
}
.zb-calc-min-w-21 {
  min-width: calc(100vw - 21px) !important;
}
.zb-calc-max-w-21 {
  max-width: calc(100vw - 21px) !important;
}
.zb-font-21 {
  font-size: 21px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-21 {
    max-width: 21px !important;
  }
}
.zb-h-22 {
  height: 22px !important;
}
.zb-min-h-22 {
  min-height: 22px !important;
}
.zb-max-h-22 {
  max-height: 22px !important;
}
.zb-calc-h-22 {
  height: calc(100vh - 22px) !important;
}
.zb-calc-min-h-22 {
  min-height: calc(100vh - 22px) !important;
}
.zb-calc-max-h-22 {
  max-height: calc(100vh - 22px) !important;
}
.zb-w-22 {
  width: 22px !important;
}
.zb-w-percent-22 {
  width: 22% !important;
}
.zb-min-w-22 {
  min-width: 22px !important;
}
.zb-max-w-22 {
  max-width: 22px !important;
}
.zb-calc-w-22 {
  width: calc(100vw - 22px) !important;
}
.zb-calc-min-w-22 {
  min-width: calc(100vw - 22px) !important;
}
.zb-calc-max-w-22 {
  max-width: calc(100vw - 22px) !important;
}
.zb-font-22 {
  font-size: 22px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-22 {
    max-width: 22px !important;
  }
}
.zb-h-23 {
  height: 23px !important;
}
.zb-min-h-23 {
  min-height: 23px !important;
}
.zb-max-h-23 {
  max-height: 23px !important;
}
.zb-calc-h-23 {
  height: calc(100vh - 23px) !important;
}
.zb-calc-min-h-23 {
  min-height: calc(100vh - 23px) !important;
}
.zb-calc-max-h-23 {
  max-height: calc(100vh - 23px) !important;
}
.zb-w-23 {
  width: 23px !important;
}
.zb-w-percent-23 {
  width: 23% !important;
}
.zb-min-w-23 {
  min-width: 23px !important;
}
.zb-max-w-23 {
  max-width: 23px !important;
}
.zb-calc-w-23 {
  width: calc(100vw - 23px) !important;
}
.zb-calc-min-w-23 {
  min-width: calc(100vw - 23px) !important;
}
.zb-calc-max-w-23 {
  max-width: calc(100vw - 23px) !important;
}
.zb-font-23 {
  font-size: 23px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-23 {
    max-width: 23px !important;
  }
}
.zb-h-24 {
  height: 24px !important;
}
.zb-min-h-24 {
  min-height: 24px !important;
}
.zb-max-h-24 {
  max-height: 24px !important;
}
.zb-calc-h-24 {
  height: calc(100vh - 24px) !important;
}
.zb-calc-min-h-24 {
  min-height: calc(100vh - 24px) !important;
}
.zb-calc-max-h-24 {
  max-height: calc(100vh - 24px) !important;
}
.zb-w-24 {
  width: 24px !important;
}
.zb-w-percent-24 {
  width: 24% !important;
}
.zb-min-w-24 {
  min-width: 24px !important;
}
.zb-max-w-24 {
  max-width: 24px !important;
}
.zb-calc-w-24 {
  width: calc(100vw - 24px) !important;
}
.zb-calc-min-w-24 {
  min-width: calc(100vw - 24px) !important;
}
.zb-calc-max-w-24 {
  max-width: calc(100vw - 24px) !important;
}
.zb-font-24 {
  font-size: 24px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-24 {
    max-width: 24px !important;
  }
}
.zb-h-25 {
  height: 25px !important;
}
.zb-min-h-25 {
  min-height: 25px !important;
}
.zb-max-h-25 {
  max-height: 25px !important;
}
.zb-calc-h-25 {
  height: calc(100vh - 25px) !important;
}
.zb-calc-min-h-25 {
  min-height: calc(100vh - 25px) !important;
}
.zb-calc-max-h-25 {
  max-height: calc(100vh - 25px) !important;
}
.zb-w-25 {
  width: 25px !important;
}
.zb-w-percent-25 {
  width: 25% !important;
}
.zb-min-w-25 {
  min-width: 25px !important;
}
.zb-max-w-25 {
  max-width: 25px !important;
}
.zb-calc-w-25 {
  width: calc(100vw - 25px) !important;
}
.zb-calc-min-w-25 {
  min-width: calc(100vw - 25px) !important;
}
.zb-calc-max-w-25 {
  max-width: calc(100vw - 25px) !important;
}
.zb-font-25 {
  font-size: 25px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-25 {
    max-width: 25px !important;
  }
}
.zb-h-26 {
  height: 26px !important;
}
.zb-min-h-26 {
  min-height: 26px !important;
}
.zb-max-h-26 {
  max-height: 26px !important;
}
.zb-calc-h-26 {
  height: calc(100vh - 26px) !important;
}
.zb-calc-min-h-26 {
  min-height: calc(100vh - 26px) !important;
}
.zb-calc-max-h-26 {
  max-height: calc(100vh - 26px) !important;
}
.zb-w-26 {
  width: 26px !important;
}
.zb-w-percent-26 {
  width: 26% !important;
}
.zb-min-w-26 {
  min-width: 26px !important;
}
.zb-max-w-26 {
  max-width: 26px !important;
}
.zb-calc-w-26 {
  width: calc(100vw - 26px) !important;
}
.zb-calc-min-w-26 {
  min-width: calc(100vw - 26px) !important;
}
.zb-calc-max-w-26 {
  max-width: calc(100vw - 26px) !important;
}
.zb-font-26 {
  font-size: 26px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-26 {
    max-width: 26px !important;
  }
}
.zb-h-27 {
  height: 27px !important;
}
.zb-min-h-27 {
  min-height: 27px !important;
}
.zb-max-h-27 {
  max-height: 27px !important;
}
.zb-calc-h-27 {
  height: calc(100vh - 27px) !important;
}
.zb-calc-min-h-27 {
  min-height: calc(100vh - 27px) !important;
}
.zb-calc-max-h-27 {
  max-height: calc(100vh - 27px) !important;
}
.zb-w-27 {
  width: 27px !important;
}
.zb-w-percent-27 {
  width: 27% !important;
}
.zb-min-w-27 {
  min-width: 27px !important;
}
.zb-max-w-27 {
  max-width: 27px !important;
}
.zb-calc-w-27 {
  width: calc(100vw - 27px) !important;
}
.zb-calc-min-w-27 {
  min-width: calc(100vw - 27px) !important;
}
.zb-calc-max-w-27 {
  max-width: calc(100vw - 27px) !important;
}
.zb-font-27 {
  font-size: 27px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-27 {
    max-width: 27px !important;
  }
}
.zb-h-28 {
  height: 28px !important;
}
.zb-min-h-28 {
  min-height: 28px !important;
}
.zb-max-h-28 {
  max-height: 28px !important;
}
.zb-calc-h-28 {
  height: calc(100vh - 28px) !important;
}
.zb-calc-min-h-28 {
  min-height: calc(100vh - 28px) !important;
}
.zb-calc-max-h-28 {
  max-height: calc(100vh - 28px) !important;
}
.zb-w-28 {
  width: 28px !important;
}
.zb-w-percent-28 {
  width: 28% !important;
}
.zb-min-w-28 {
  min-width: 28px !important;
}
.zb-max-w-28 {
  max-width: 28px !important;
}
.zb-calc-w-28 {
  width: calc(100vw - 28px) !important;
}
.zb-calc-min-w-28 {
  min-width: calc(100vw - 28px) !important;
}
.zb-calc-max-w-28 {
  max-width: calc(100vw - 28px) !important;
}
.zb-font-28 {
  font-size: 28px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-28 {
    max-width: 28px !important;
  }
}
.zb-h-29 {
  height: 29px !important;
}
.zb-min-h-29 {
  min-height: 29px !important;
}
.zb-max-h-29 {
  max-height: 29px !important;
}
.zb-calc-h-29 {
  height: calc(100vh - 29px) !important;
}
.zb-calc-min-h-29 {
  min-height: calc(100vh - 29px) !important;
}
.zb-calc-max-h-29 {
  max-height: calc(100vh - 29px) !important;
}
.zb-w-29 {
  width: 29px !important;
}
.zb-w-percent-29 {
  width: 29% !important;
}
.zb-min-w-29 {
  min-width: 29px !important;
}
.zb-max-w-29 {
  max-width: 29px !important;
}
.zb-calc-w-29 {
  width: calc(100vw - 29px) !important;
}
.zb-calc-min-w-29 {
  min-width: calc(100vw - 29px) !important;
}
.zb-calc-max-w-29 {
  max-width: calc(100vw - 29px) !important;
}
.zb-font-29 {
  font-size: 29px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-29 {
    max-width: 29px !important;
  }
}
.zb-h-30 {
  height: 30px !important;
}
.zb-min-h-30 {
  min-height: 30px !important;
}
.zb-max-h-30 {
  max-height: 30px !important;
}
.zb-calc-h-30 {
  height: calc(100vh - 30px) !important;
}
.zb-calc-min-h-30 {
  min-height: calc(100vh - 30px) !important;
}
.zb-calc-max-h-30 {
  max-height: calc(100vh - 30px) !important;
}
.zb-w-30 {
  width: 30px !important;
}
.zb-w-percent-30 {
  width: 30% !important;
}
.zb-min-w-30 {
  min-width: 30px !important;
}
.zb-max-w-30 {
  max-width: 30px !important;
}
.zb-calc-w-30 {
  width: calc(100vw - 30px) !important;
}
.zb-calc-min-w-30 {
  min-width: calc(100vw - 30px) !important;
}
.zb-calc-max-w-30 {
  max-width: calc(100vw - 30px) !important;
}
.zb-font-30 {
  font-size: 30px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-30 {
    max-width: 30px !important;
  }
}
.zb-h-31 {
  height: 31px !important;
}
.zb-min-h-31 {
  min-height: 31px !important;
}
.zb-max-h-31 {
  max-height: 31px !important;
}
.zb-calc-h-31 {
  height: calc(100vh - 31px) !important;
}
.zb-calc-min-h-31 {
  min-height: calc(100vh - 31px) !important;
}
.zb-calc-max-h-31 {
  max-height: calc(100vh - 31px) !important;
}
.zb-w-31 {
  width: 31px !important;
}
.zb-w-percent-31 {
  width: 31% !important;
}
.zb-min-w-31 {
  min-width: 31px !important;
}
.zb-max-w-31 {
  max-width: 31px !important;
}
.zb-calc-w-31 {
  width: calc(100vw - 31px) !important;
}
.zb-calc-min-w-31 {
  min-width: calc(100vw - 31px) !important;
}
.zb-calc-max-w-31 {
  max-width: calc(100vw - 31px) !important;
}
.zb-font-31 {
  font-size: 31px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-31 {
    max-width: 31px !important;
  }
}
.zb-h-32 {
  height: 32px !important;
}
.zb-min-h-32 {
  min-height: 32px !important;
}
.zb-max-h-32 {
  max-height: 32px !important;
}
.zb-calc-h-32 {
  height: calc(100vh - 32px) !important;
}
.zb-calc-min-h-32 {
  min-height: calc(100vh - 32px) !important;
}
.zb-calc-max-h-32 {
  max-height: calc(100vh - 32px) !important;
}
.zb-w-32 {
  width: 32px !important;
}
.zb-w-percent-32 {
  width: 32% !important;
}
.zb-min-w-32 {
  min-width: 32px !important;
}
.zb-max-w-32 {
  max-width: 32px !important;
}
.zb-calc-w-32 {
  width: calc(100vw - 32px) !important;
}
.zb-calc-min-w-32 {
  min-width: calc(100vw - 32px) !important;
}
.zb-calc-max-w-32 {
  max-width: calc(100vw - 32px) !important;
}
.zb-font-32 {
  font-size: 32px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-32 {
    max-width: 32px !important;
  }
}
.zb-h-33 {
  height: 33px !important;
}
.zb-min-h-33 {
  min-height: 33px !important;
}
.zb-max-h-33 {
  max-height: 33px !important;
}
.zb-calc-h-33 {
  height: calc(100vh - 33px) !important;
}
.zb-calc-min-h-33 {
  min-height: calc(100vh - 33px) !important;
}
.zb-calc-max-h-33 {
  max-height: calc(100vh - 33px) !important;
}
.zb-w-33 {
  width: 33px !important;
}
.zb-w-percent-33 {
  width: 33% !important;
}
.zb-min-w-33 {
  min-width: 33px !important;
}
.zb-max-w-33 {
  max-width: 33px !important;
}
.zb-calc-w-33 {
  width: calc(100vw - 33px) !important;
}
.zb-calc-min-w-33 {
  min-width: calc(100vw - 33px) !important;
}
.zb-calc-max-w-33 {
  max-width: calc(100vw - 33px) !important;
}
.zb-font-33 {
  font-size: 33px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-33 {
    max-width: 33px !important;
  }
}
.zb-h-34 {
  height: 34px !important;
}
.zb-min-h-34 {
  min-height: 34px !important;
}
.zb-max-h-34 {
  max-height: 34px !important;
}
.zb-calc-h-34 {
  height: calc(100vh - 34px) !important;
}
.zb-calc-min-h-34 {
  min-height: calc(100vh - 34px) !important;
}
.zb-calc-max-h-34 {
  max-height: calc(100vh - 34px) !important;
}
.zb-w-34 {
  width: 34px !important;
}
.zb-w-percent-34 {
  width: 34% !important;
}
.zb-min-w-34 {
  min-width: 34px !important;
}
.zb-max-w-34 {
  max-width: 34px !important;
}
.zb-calc-w-34 {
  width: calc(100vw - 34px) !important;
}
.zb-calc-min-w-34 {
  min-width: calc(100vw - 34px) !important;
}
.zb-calc-max-w-34 {
  max-width: calc(100vw - 34px) !important;
}
.zb-font-34 {
  font-size: 34px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-34 {
    max-width: 34px !important;
  }
}
.zb-h-35 {
  height: 35px !important;
}
.zb-min-h-35 {
  min-height: 35px !important;
}
.zb-max-h-35 {
  max-height: 35px !important;
}
.zb-calc-h-35 {
  height: calc(100vh - 35px) !important;
}
.zb-calc-min-h-35 {
  min-height: calc(100vh - 35px) !important;
}
.zb-calc-max-h-35 {
  max-height: calc(100vh - 35px) !important;
}
.zb-w-35 {
  width: 35px !important;
}
.zb-w-percent-35 {
  width: 35% !important;
}
.zb-min-w-35 {
  min-width: 35px !important;
}
.zb-max-w-35 {
  max-width: 35px !important;
}
.zb-calc-w-35 {
  width: calc(100vw - 35px) !important;
}
.zb-calc-min-w-35 {
  min-width: calc(100vw - 35px) !important;
}
.zb-calc-max-w-35 {
  max-width: calc(100vw - 35px) !important;
}
.zb-font-35 {
  font-size: 35px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-35 {
    max-width: 35px !important;
  }
}
.zb-h-36 {
  height: 36px !important;
}
.zb-min-h-36 {
  min-height: 36px !important;
}
.zb-max-h-36 {
  max-height: 36px !important;
}
.zb-calc-h-36 {
  height: calc(100vh - 36px) !important;
}
.zb-calc-min-h-36 {
  min-height: calc(100vh - 36px) !important;
}
.zb-calc-max-h-36 {
  max-height: calc(100vh - 36px) !important;
}
.zb-w-36 {
  width: 36px !important;
}
.zb-w-percent-36 {
  width: 36% !important;
}
.zb-min-w-36 {
  min-width: 36px !important;
}
.zb-max-w-36 {
  max-width: 36px !important;
}
.zb-calc-w-36 {
  width: calc(100vw - 36px) !important;
}
.zb-calc-min-w-36 {
  min-width: calc(100vw - 36px) !important;
}
.zb-calc-max-w-36 {
  max-width: calc(100vw - 36px) !important;
}
.zb-font-36 {
  font-size: 36px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-36 {
    max-width: 36px !important;
  }
}
.zb-h-37 {
  height: 37px !important;
}
.zb-min-h-37 {
  min-height: 37px !important;
}
.zb-max-h-37 {
  max-height: 37px !important;
}
.zb-calc-h-37 {
  height: calc(100vh - 37px) !important;
}
.zb-calc-min-h-37 {
  min-height: calc(100vh - 37px) !important;
}
.zb-calc-max-h-37 {
  max-height: calc(100vh - 37px) !important;
}
.zb-w-37 {
  width: 37px !important;
}
.zb-w-percent-37 {
  width: 37% !important;
}
.zb-min-w-37 {
  min-width: 37px !important;
}
.zb-max-w-37 {
  max-width: 37px !important;
}
.zb-calc-w-37 {
  width: calc(100vw - 37px) !important;
}
.zb-calc-min-w-37 {
  min-width: calc(100vw - 37px) !important;
}
.zb-calc-max-w-37 {
  max-width: calc(100vw - 37px) !important;
}
.zb-font-37 {
  font-size: 37px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-37 {
    max-width: 37px !important;
  }
}
.zb-h-38 {
  height: 38px !important;
}
.zb-min-h-38 {
  min-height: 38px !important;
}
.zb-max-h-38 {
  max-height: 38px !important;
}
.zb-calc-h-38 {
  height: calc(100vh - 38px) !important;
}
.zb-calc-min-h-38 {
  min-height: calc(100vh - 38px) !important;
}
.zb-calc-max-h-38 {
  max-height: calc(100vh - 38px) !important;
}
.zb-w-38 {
  width: 38px !important;
}
.zb-w-percent-38 {
  width: 38% !important;
}
.zb-min-w-38 {
  min-width: 38px !important;
}
.zb-max-w-38 {
  max-width: 38px !important;
}
.zb-calc-w-38 {
  width: calc(100vw - 38px) !important;
}
.zb-calc-min-w-38 {
  min-width: calc(100vw - 38px) !important;
}
.zb-calc-max-w-38 {
  max-width: calc(100vw - 38px) !important;
}
.zb-font-38 {
  font-size: 38px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-38 {
    max-width: 38px !important;
  }
}
.zb-h-39 {
  height: 39px !important;
}
.zb-min-h-39 {
  min-height: 39px !important;
}
.zb-max-h-39 {
  max-height: 39px !important;
}
.zb-calc-h-39 {
  height: calc(100vh - 39px) !important;
}
.zb-calc-min-h-39 {
  min-height: calc(100vh - 39px) !important;
}
.zb-calc-max-h-39 {
  max-height: calc(100vh - 39px) !important;
}
.zb-w-39 {
  width: 39px !important;
}
.zb-w-percent-39 {
  width: 39% !important;
}
.zb-min-w-39 {
  min-width: 39px !important;
}
.zb-max-w-39 {
  max-width: 39px !important;
}
.zb-calc-w-39 {
  width: calc(100vw - 39px) !important;
}
.zb-calc-min-w-39 {
  min-width: calc(100vw - 39px) !important;
}
.zb-calc-max-w-39 {
  max-width: calc(100vw - 39px) !important;
}
.zb-font-39 {
  font-size: 39px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-39 {
    max-width: 39px !important;
  }
}
.zb-h-40 {
  height: 40px !important;
}
.zb-min-h-40 {
  min-height: 40px !important;
}
.zb-max-h-40 {
  max-height: 40px !important;
}
.zb-calc-h-40 {
  height: calc(100vh - 40px) !important;
}
.zb-calc-min-h-40 {
  min-height: calc(100vh - 40px) !important;
}
.zb-calc-max-h-40 {
  max-height: calc(100vh - 40px) !important;
}
.zb-w-40 {
  width: 40px !important;
}
.zb-w-percent-40 {
  width: 40% !important;
}
.zb-min-w-40 {
  min-width: 40px !important;
}
.zb-max-w-40 {
  max-width: 40px !important;
}
.zb-calc-w-40 {
  width: calc(100vw - 40px) !important;
}
.zb-calc-min-w-40 {
  min-width: calc(100vw - 40px) !important;
}
.zb-calc-max-w-40 {
  max-width: calc(100vw - 40px) !important;
}
.zb-font-40 {
  font-size: 40px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-40 {
    max-width: 40px !important;
  }
}
.zb-h-41 {
  height: 41px !important;
}
.zb-min-h-41 {
  min-height: 41px !important;
}
.zb-max-h-41 {
  max-height: 41px !important;
}
.zb-calc-h-41 {
  height: calc(100vh - 41px) !important;
}
.zb-calc-min-h-41 {
  min-height: calc(100vh - 41px) !important;
}
.zb-calc-max-h-41 {
  max-height: calc(100vh - 41px) !important;
}
.zb-w-41 {
  width: 41px !important;
}
.zb-w-percent-41 {
  width: 41% !important;
}
.zb-min-w-41 {
  min-width: 41px !important;
}
.zb-max-w-41 {
  max-width: 41px !important;
}
.zb-calc-w-41 {
  width: calc(100vw - 41px) !important;
}
.zb-calc-min-w-41 {
  min-width: calc(100vw - 41px) !important;
}
.zb-calc-max-w-41 {
  max-width: calc(100vw - 41px) !important;
}
.zb-font-41 {
  font-size: 41px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-41 {
    max-width: 41px !important;
  }
}
.zb-h-42 {
  height: 42px !important;
}
.zb-min-h-42 {
  min-height: 42px !important;
}
.zb-max-h-42 {
  max-height: 42px !important;
}
.zb-calc-h-42 {
  height: calc(100vh - 42px) !important;
}
.zb-calc-min-h-42 {
  min-height: calc(100vh - 42px) !important;
}
.zb-calc-max-h-42 {
  max-height: calc(100vh - 42px) !important;
}
.zb-w-42 {
  width: 42px !important;
}
.zb-w-percent-42 {
  width: 42% !important;
}
.zb-min-w-42 {
  min-width: 42px !important;
}
.zb-max-w-42 {
  max-width: 42px !important;
}
.zb-calc-w-42 {
  width: calc(100vw - 42px) !important;
}
.zb-calc-min-w-42 {
  min-width: calc(100vw - 42px) !important;
}
.zb-calc-max-w-42 {
  max-width: calc(100vw - 42px) !important;
}
.zb-font-42 {
  font-size: 42px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-42 {
    max-width: 42px !important;
  }
}
.zb-h-43 {
  height: 43px !important;
}
.zb-min-h-43 {
  min-height: 43px !important;
}
.zb-max-h-43 {
  max-height: 43px !important;
}
.zb-calc-h-43 {
  height: calc(100vh - 43px) !important;
}
.zb-calc-min-h-43 {
  min-height: calc(100vh - 43px) !important;
}
.zb-calc-max-h-43 {
  max-height: calc(100vh - 43px) !important;
}
.zb-w-43 {
  width: 43px !important;
}
.zb-w-percent-43 {
  width: 43% !important;
}
.zb-min-w-43 {
  min-width: 43px !important;
}
.zb-max-w-43 {
  max-width: 43px !important;
}
.zb-calc-w-43 {
  width: calc(100vw - 43px) !important;
}
.zb-calc-min-w-43 {
  min-width: calc(100vw - 43px) !important;
}
.zb-calc-max-w-43 {
  max-width: calc(100vw - 43px) !important;
}
.zb-font-43 {
  font-size: 43px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-43 {
    max-width: 43px !important;
  }
}
.zb-h-44 {
  height: 44px !important;
}
.zb-min-h-44 {
  min-height: 44px !important;
}
.zb-max-h-44 {
  max-height: 44px !important;
}
.zb-calc-h-44 {
  height: calc(100vh - 44px) !important;
}
.zb-calc-min-h-44 {
  min-height: calc(100vh - 44px) !important;
}
.zb-calc-max-h-44 {
  max-height: calc(100vh - 44px) !important;
}
.zb-w-44 {
  width: 44px !important;
}
.zb-w-percent-44 {
  width: 44% !important;
}
.zb-min-w-44 {
  min-width: 44px !important;
}
.zb-max-w-44 {
  max-width: 44px !important;
}
.zb-calc-w-44 {
  width: calc(100vw - 44px) !important;
}
.zb-calc-min-w-44 {
  min-width: calc(100vw - 44px) !important;
}
.zb-calc-max-w-44 {
  max-width: calc(100vw - 44px) !important;
}
.zb-font-44 {
  font-size: 44px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-44 {
    max-width: 44px !important;
  }
}
.zb-h-45 {
  height: 45px !important;
}
.zb-min-h-45 {
  min-height: 45px !important;
}
.zb-max-h-45 {
  max-height: 45px !important;
}
.zb-calc-h-45 {
  height: calc(100vh - 45px) !important;
}
.zb-calc-min-h-45 {
  min-height: calc(100vh - 45px) !important;
}
.zb-calc-max-h-45 {
  max-height: calc(100vh - 45px) !important;
}
.zb-w-45 {
  width: 45px !important;
}
.zb-w-percent-45 {
  width: 45% !important;
}
.zb-min-w-45 {
  min-width: 45px !important;
}
.zb-max-w-45 {
  max-width: 45px !important;
}
.zb-calc-w-45 {
  width: calc(100vw - 45px) !important;
}
.zb-calc-min-w-45 {
  min-width: calc(100vw - 45px) !important;
}
.zb-calc-max-w-45 {
  max-width: calc(100vw - 45px) !important;
}
.zb-font-45 {
  font-size: 45px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-45 {
    max-width: 45px !important;
  }
}
.zb-h-46 {
  height: 46px !important;
}
.zb-min-h-46 {
  min-height: 46px !important;
}
.zb-max-h-46 {
  max-height: 46px !important;
}
.zb-calc-h-46 {
  height: calc(100vh - 46px) !important;
}
.zb-calc-min-h-46 {
  min-height: calc(100vh - 46px) !important;
}
.zb-calc-max-h-46 {
  max-height: calc(100vh - 46px) !important;
}
.zb-w-46 {
  width: 46px !important;
}
.zb-w-percent-46 {
  width: 46% !important;
}
.zb-min-w-46 {
  min-width: 46px !important;
}
.zb-max-w-46 {
  max-width: 46px !important;
}
.zb-calc-w-46 {
  width: calc(100vw - 46px) !important;
}
.zb-calc-min-w-46 {
  min-width: calc(100vw - 46px) !important;
}
.zb-calc-max-w-46 {
  max-width: calc(100vw - 46px) !important;
}
.zb-font-46 {
  font-size: 46px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-46 {
    max-width: 46px !important;
  }
}
.zb-h-47 {
  height: 47px !important;
}
.zb-min-h-47 {
  min-height: 47px !important;
}
.zb-max-h-47 {
  max-height: 47px !important;
}
.zb-calc-h-47 {
  height: calc(100vh - 47px) !important;
}
.zb-calc-min-h-47 {
  min-height: calc(100vh - 47px) !important;
}
.zb-calc-max-h-47 {
  max-height: calc(100vh - 47px) !important;
}
.zb-w-47 {
  width: 47px !important;
}
.zb-w-percent-47 {
  width: 47% !important;
}
.zb-min-w-47 {
  min-width: 47px !important;
}
.zb-max-w-47 {
  max-width: 47px !important;
}
.zb-calc-w-47 {
  width: calc(100vw - 47px) !important;
}
.zb-calc-min-w-47 {
  min-width: calc(100vw - 47px) !important;
}
.zb-calc-max-w-47 {
  max-width: calc(100vw - 47px) !important;
}
.zb-font-47 {
  font-size: 47px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-47 {
    max-width: 47px !important;
  }
}
.zb-h-48 {
  height: 48px !important;
}
.zb-min-h-48 {
  min-height: 48px !important;
}
.zb-max-h-48 {
  max-height: 48px !important;
}
.zb-calc-h-48 {
  height: calc(100vh - 48px) !important;
}
.zb-calc-min-h-48 {
  min-height: calc(100vh - 48px) !important;
}
.zb-calc-max-h-48 {
  max-height: calc(100vh - 48px) !important;
}
.zb-w-48 {
  width: 48px !important;
}
.zb-w-percent-48 {
  width: 48% !important;
}
.zb-min-w-48 {
  min-width: 48px !important;
}
.zb-max-w-48 {
  max-width: 48px !important;
}
.zb-calc-w-48 {
  width: calc(100vw - 48px) !important;
}
.zb-calc-min-w-48 {
  min-width: calc(100vw - 48px) !important;
}
.zb-calc-max-w-48 {
  max-width: calc(100vw - 48px) !important;
}
.zb-font-48 {
  font-size: 48px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-48 {
    max-width: 48px !important;
  }
}
.zb-h-49 {
  height: 49px !important;
}
.zb-min-h-49 {
  min-height: 49px !important;
}
.zb-max-h-49 {
  max-height: 49px !important;
}
.zb-calc-h-49 {
  height: calc(100vh - 49px) !important;
}
.zb-calc-min-h-49 {
  min-height: calc(100vh - 49px) !important;
}
.zb-calc-max-h-49 {
  max-height: calc(100vh - 49px) !important;
}
.zb-w-49 {
  width: 49px !important;
}
.zb-w-percent-49 {
  width: 49% !important;
}
.zb-min-w-49 {
  min-width: 49px !important;
}
.zb-max-w-49 {
  max-width: 49px !important;
}
.zb-calc-w-49 {
  width: calc(100vw - 49px) !important;
}
.zb-calc-min-w-49 {
  min-width: calc(100vw - 49px) !important;
}
.zb-calc-max-w-49 {
  max-width: calc(100vw - 49px) !important;
}
.zb-font-49 {
  font-size: 49px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-49 {
    max-width: 49px !important;
  }
}
.zb-h-50 {
  height: 50px !important;
}
.zb-min-h-50 {
  min-height: 50px !important;
}
.zb-max-h-50 {
  max-height: 50px !important;
}
.zb-calc-h-50 {
  height: calc(100vh - 50px) !important;
}
.zb-calc-min-h-50 {
  min-height: calc(100vh - 50px) !important;
}
.zb-calc-max-h-50 {
  max-height: calc(100vh - 50px) !important;
}
.zb-w-50 {
  width: 50px !important;
}
.zb-w-percent-50 {
  width: 50% !important;
}
.zb-min-w-50 {
  min-width: 50px !important;
}
.zb-max-w-50 {
  max-width: 50px !important;
}
.zb-calc-w-50 {
  width: calc(100vw - 50px) !important;
}
.zb-calc-min-w-50 {
  min-width: calc(100vw - 50px) !important;
}
.zb-calc-max-w-50 {
  max-width: calc(100vw - 50px) !important;
}
.zb-font-50 {
  font-size: 50px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-50 {
    max-width: 50px !important;
  }
}
.zb-h-51 {
  height: 51px !important;
}
.zb-min-h-51 {
  min-height: 51px !important;
}
.zb-max-h-51 {
  max-height: 51px !important;
}
.zb-calc-h-51 {
  height: calc(100vh - 51px) !important;
}
.zb-calc-min-h-51 {
  min-height: calc(100vh - 51px) !important;
}
.zb-calc-max-h-51 {
  max-height: calc(100vh - 51px) !important;
}
.zb-w-51 {
  width: 51px !important;
}
.zb-w-percent-51 {
  width: 51% !important;
}
.zb-min-w-51 {
  min-width: 51px !important;
}
.zb-max-w-51 {
  max-width: 51px !important;
}
.zb-calc-w-51 {
  width: calc(100vw - 51px) !important;
}
.zb-calc-min-w-51 {
  min-width: calc(100vw - 51px) !important;
}
.zb-calc-max-w-51 {
  max-width: calc(100vw - 51px) !important;
}
.zb-font-51 {
  font-size: 51px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-51 {
    max-width: 51px !important;
  }
}
.zb-h-52 {
  height: 52px !important;
}
.zb-min-h-52 {
  min-height: 52px !important;
}
.zb-max-h-52 {
  max-height: 52px !important;
}
.zb-calc-h-52 {
  height: calc(100vh - 52px) !important;
}
.zb-calc-min-h-52 {
  min-height: calc(100vh - 52px) !important;
}
.zb-calc-max-h-52 {
  max-height: calc(100vh - 52px) !important;
}
.zb-w-52 {
  width: 52px !important;
}
.zb-w-percent-52 {
  width: 52% !important;
}
.zb-min-w-52 {
  min-width: 52px !important;
}
.zb-max-w-52 {
  max-width: 52px !important;
}
.zb-calc-w-52 {
  width: calc(100vw - 52px) !important;
}
.zb-calc-min-w-52 {
  min-width: calc(100vw - 52px) !important;
}
.zb-calc-max-w-52 {
  max-width: calc(100vw - 52px) !important;
}
.zb-font-52 {
  font-size: 52px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-52 {
    max-width: 52px !important;
  }
}
.zb-h-53 {
  height: 53px !important;
}
.zb-min-h-53 {
  min-height: 53px !important;
}
.zb-max-h-53 {
  max-height: 53px !important;
}
.zb-calc-h-53 {
  height: calc(100vh - 53px) !important;
}
.zb-calc-min-h-53 {
  min-height: calc(100vh - 53px) !important;
}
.zb-calc-max-h-53 {
  max-height: calc(100vh - 53px) !important;
}
.zb-w-53 {
  width: 53px !important;
}
.zb-w-percent-53 {
  width: 53% !important;
}
.zb-min-w-53 {
  min-width: 53px !important;
}
.zb-max-w-53 {
  max-width: 53px !important;
}
.zb-calc-w-53 {
  width: calc(100vw - 53px) !important;
}
.zb-calc-min-w-53 {
  min-width: calc(100vw - 53px) !important;
}
.zb-calc-max-w-53 {
  max-width: calc(100vw - 53px) !important;
}
.zb-font-53 {
  font-size: 53px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-53 {
    max-width: 53px !important;
  }
}
.zb-h-54 {
  height: 54px !important;
}
.zb-min-h-54 {
  min-height: 54px !important;
}
.zb-max-h-54 {
  max-height: 54px !important;
}
.zb-calc-h-54 {
  height: calc(100vh - 54px) !important;
}
.zb-calc-min-h-54 {
  min-height: calc(100vh - 54px) !important;
}
.zb-calc-max-h-54 {
  max-height: calc(100vh - 54px) !important;
}
.zb-w-54 {
  width: 54px !important;
}
.zb-w-percent-54 {
  width: 54% !important;
}
.zb-min-w-54 {
  min-width: 54px !important;
}
.zb-max-w-54 {
  max-width: 54px !important;
}
.zb-calc-w-54 {
  width: calc(100vw - 54px) !important;
}
.zb-calc-min-w-54 {
  min-width: calc(100vw - 54px) !important;
}
.zb-calc-max-w-54 {
  max-width: calc(100vw - 54px) !important;
}
.zb-font-54 {
  font-size: 54px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-54 {
    max-width: 54px !important;
  }
}
.zb-h-55 {
  height: 55px !important;
}
.zb-min-h-55 {
  min-height: 55px !important;
}
.zb-max-h-55 {
  max-height: 55px !important;
}
.zb-calc-h-55 {
  height: calc(100vh - 55px) !important;
}
.zb-calc-min-h-55 {
  min-height: calc(100vh - 55px) !important;
}
.zb-calc-max-h-55 {
  max-height: calc(100vh - 55px) !important;
}
.zb-w-55 {
  width: 55px !important;
}
.zb-w-percent-55 {
  width: 55% !important;
}
.zb-min-w-55 {
  min-width: 55px !important;
}
.zb-max-w-55 {
  max-width: 55px !important;
}
.zb-calc-w-55 {
  width: calc(100vw - 55px) !important;
}
.zb-calc-min-w-55 {
  min-width: calc(100vw - 55px) !important;
}
.zb-calc-max-w-55 {
  max-width: calc(100vw - 55px) !important;
}
.zb-font-55 {
  font-size: 55px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-55 {
    max-width: 55px !important;
  }
}
.zb-h-56 {
  height: 56px !important;
}
.zb-min-h-56 {
  min-height: 56px !important;
}
.zb-max-h-56 {
  max-height: 56px !important;
}
.zb-calc-h-56 {
  height: calc(100vh - 56px) !important;
}
.zb-calc-min-h-56 {
  min-height: calc(100vh - 56px) !important;
}
.zb-calc-max-h-56 {
  max-height: calc(100vh - 56px) !important;
}
.zb-w-56 {
  width: 56px !important;
}
.zb-w-percent-56 {
  width: 56% !important;
}
.zb-min-w-56 {
  min-width: 56px !important;
}
.zb-max-w-56 {
  max-width: 56px !important;
}
.zb-calc-w-56 {
  width: calc(100vw - 56px) !important;
}
.zb-calc-min-w-56 {
  min-width: calc(100vw - 56px) !important;
}
.zb-calc-max-w-56 {
  max-width: calc(100vw - 56px) !important;
}
.zb-font-56 {
  font-size: 56px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-56 {
    max-width: 56px !important;
  }
}
.zb-h-57 {
  height: 57px !important;
}
.zb-min-h-57 {
  min-height: 57px !important;
}
.zb-max-h-57 {
  max-height: 57px !important;
}
.zb-calc-h-57 {
  height: calc(100vh - 57px) !important;
}
.zb-calc-min-h-57 {
  min-height: calc(100vh - 57px) !important;
}
.zb-calc-max-h-57 {
  max-height: calc(100vh - 57px) !important;
}
.zb-w-57 {
  width: 57px !important;
}
.zb-w-percent-57 {
  width: 57% !important;
}
.zb-min-w-57 {
  min-width: 57px !important;
}
.zb-max-w-57 {
  max-width: 57px !important;
}
.zb-calc-w-57 {
  width: calc(100vw - 57px) !important;
}
.zb-calc-min-w-57 {
  min-width: calc(100vw - 57px) !important;
}
.zb-calc-max-w-57 {
  max-width: calc(100vw - 57px) !important;
}
.zb-font-57 {
  font-size: 57px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-57 {
    max-width: 57px !important;
  }
}
.zb-h-58 {
  height: 58px !important;
}
.zb-min-h-58 {
  min-height: 58px !important;
}
.zb-max-h-58 {
  max-height: 58px !important;
}
.zb-calc-h-58 {
  height: calc(100vh - 58px) !important;
}
.zb-calc-min-h-58 {
  min-height: calc(100vh - 58px) !important;
}
.zb-calc-max-h-58 {
  max-height: calc(100vh - 58px) !important;
}
.zb-w-58 {
  width: 58px !important;
}
.zb-w-percent-58 {
  width: 58% !important;
}
.zb-min-w-58 {
  min-width: 58px !important;
}
.zb-max-w-58 {
  max-width: 58px !important;
}
.zb-calc-w-58 {
  width: calc(100vw - 58px) !important;
}
.zb-calc-min-w-58 {
  min-width: calc(100vw - 58px) !important;
}
.zb-calc-max-w-58 {
  max-width: calc(100vw - 58px) !important;
}
.zb-font-58 {
  font-size: 58px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-58 {
    max-width: 58px !important;
  }
}
.zb-h-59 {
  height: 59px !important;
}
.zb-min-h-59 {
  min-height: 59px !important;
}
.zb-max-h-59 {
  max-height: 59px !important;
}
.zb-calc-h-59 {
  height: calc(100vh - 59px) !important;
}
.zb-calc-min-h-59 {
  min-height: calc(100vh - 59px) !important;
}
.zb-calc-max-h-59 {
  max-height: calc(100vh - 59px) !important;
}
.zb-w-59 {
  width: 59px !important;
}
.zb-w-percent-59 {
  width: 59% !important;
}
.zb-min-w-59 {
  min-width: 59px !important;
}
.zb-max-w-59 {
  max-width: 59px !important;
}
.zb-calc-w-59 {
  width: calc(100vw - 59px) !important;
}
.zb-calc-min-w-59 {
  min-width: calc(100vw - 59px) !important;
}
.zb-calc-max-w-59 {
  max-width: calc(100vw - 59px) !important;
}
.zb-font-59 {
  font-size: 59px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-59 {
    max-width: 59px !important;
  }
}
.zb-h-60 {
  height: 60px !important;
}
.zb-min-h-60 {
  min-height: 60px !important;
}
.zb-max-h-60 {
  max-height: 60px !important;
}
.zb-calc-h-60 {
  height: calc(100vh - 60px) !important;
}
.zb-calc-min-h-60 {
  min-height: calc(100vh - 60px) !important;
}
.zb-calc-max-h-60 {
  max-height: calc(100vh - 60px) !important;
}
.zb-w-60 {
  width: 60px !important;
}
.zb-w-percent-60 {
  width: 60% !important;
}
.zb-min-w-60 {
  min-width: 60px !important;
}
.zb-max-w-60 {
  max-width: 60px !important;
}
.zb-calc-w-60 {
  width: calc(100vw - 60px) !important;
}
.zb-calc-min-w-60 {
  min-width: calc(100vw - 60px) !important;
}
.zb-calc-max-w-60 {
  max-width: calc(100vw - 60px) !important;
}
.zb-font-60 {
  font-size: 60px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-60 {
    max-width: 60px !important;
  }
}
.zb-h-61 {
  height: 61px !important;
}
.zb-min-h-61 {
  min-height: 61px !important;
}
.zb-max-h-61 {
  max-height: 61px !important;
}
.zb-calc-h-61 {
  height: calc(100vh - 61px) !important;
}
.zb-calc-min-h-61 {
  min-height: calc(100vh - 61px) !important;
}
.zb-calc-max-h-61 {
  max-height: calc(100vh - 61px) !important;
}
.zb-w-61 {
  width: 61px !important;
}
.zb-w-percent-61 {
  width: 61% !important;
}
.zb-min-w-61 {
  min-width: 61px !important;
}
.zb-max-w-61 {
  max-width: 61px !important;
}
.zb-calc-w-61 {
  width: calc(100vw - 61px) !important;
}
.zb-calc-min-w-61 {
  min-width: calc(100vw - 61px) !important;
}
.zb-calc-max-w-61 {
  max-width: calc(100vw - 61px) !important;
}
.zb-font-61 {
  font-size: 61px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-61 {
    max-width: 61px !important;
  }
}
.zb-h-62 {
  height: 62px !important;
}
.zb-min-h-62 {
  min-height: 62px !important;
}
.zb-max-h-62 {
  max-height: 62px !important;
}
.zb-calc-h-62 {
  height: calc(100vh - 62px) !important;
}
.zb-calc-min-h-62 {
  min-height: calc(100vh - 62px) !important;
}
.zb-calc-max-h-62 {
  max-height: calc(100vh - 62px) !important;
}
.zb-w-62 {
  width: 62px !important;
}
.zb-w-percent-62 {
  width: 62% !important;
}
.zb-min-w-62 {
  min-width: 62px !important;
}
.zb-max-w-62 {
  max-width: 62px !important;
}
.zb-calc-w-62 {
  width: calc(100vw - 62px) !important;
}
.zb-calc-min-w-62 {
  min-width: calc(100vw - 62px) !important;
}
.zb-calc-max-w-62 {
  max-width: calc(100vw - 62px) !important;
}
.zb-font-62 {
  font-size: 62px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-62 {
    max-width: 62px !important;
  }
}
.zb-h-63 {
  height: 63px !important;
}
.zb-min-h-63 {
  min-height: 63px !important;
}
.zb-max-h-63 {
  max-height: 63px !important;
}
.zb-calc-h-63 {
  height: calc(100vh - 63px) !important;
}
.zb-calc-min-h-63 {
  min-height: calc(100vh - 63px) !important;
}
.zb-calc-max-h-63 {
  max-height: calc(100vh - 63px) !important;
}
.zb-w-63 {
  width: 63px !important;
}
.zb-w-percent-63 {
  width: 63% !important;
}
.zb-min-w-63 {
  min-width: 63px !important;
}
.zb-max-w-63 {
  max-width: 63px !important;
}
.zb-calc-w-63 {
  width: calc(100vw - 63px) !important;
}
.zb-calc-min-w-63 {
  min-width: calc(100vw - 63px) !important;
}
.zb-calc-max-w-63 {
  max-width: calc(100vw - 63px) !important;
}
.zb-font-63 {
  font-size: 63px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-63 {
    max-width: 63px !important;
  }
}
.zb-h-64 {
  height: 64px !important;
}
.zb-min-h-64 {
  min-height: 64px !important;
}
.zb-max-h-64 {
  max-height: 64px !important;
}
.zb-calc-h-64 {
  height: calc(100vh - 64px) !important;
}
.zb-calc-min-h-64 {
  min-height: calc(100vh - 64px) !important;
}
.zb-calc-max-h-64 {
  max-height: calc(100vh - 64px) !important;
}
.zb-w-64 {
  width: 64px !important;
}
.zb-w-percent-64 {
  width: 64% !important;
}
.zb-min-w-64 {
  min-width: 64px !important;
}
.zb-max-w-64 {
  max-width: 64px !important;
}
.zb-calc-w-64 {
  width: calc(100vw - 64px) !important;
}
.zb-calc-min-w-64 {
  min-width: calc(100vw - 64px) !important;
}
.zb-calc-max-w-64 {
  max-width: calc(100vw - 64px) !important;
}
.zb-font-64 {
  font-size: 64px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-64 {
    max-width: 64px !important;
  }
}
.zb-h-65 {
  height: 65px !important;
}
.zb-min-h-65 {
  min-height: 65px !important;
}
.zb-max-h-65 {
  max-height: 65px !important;
}
.zb-calc-h-65 {
  height: calc(100vh - 65px) !important;
}
.zb-calc-min-h-65 {
  min-height: calc(100vh - 65px) !important;
}
.zb-calc-max-h-65 {
  max-height: calc(100vh - 65px) !important;
}
.zb-w-65 {
  width: 65px !important;
}
.zb-w-percent-65 {
  width: 65% !important;
}
.zb-min-w-65 {
  min-width: 65px !important;
}
.zb-max-w-65 {
  max-width: 65px !important;
}
.zb-calc-w-65 {
  width: calc(100vw - 65px) !important;
}
.zb-calc-min-w-65 {
  min-width: calc(100vw - 65px) !important;
}
.zb-calc-max-w-65 {
  max-width: calc(100vw - 65px) !important;
}
.zb-font-65 {
  font-size: 65px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-65 {
    max-width: 65px !important;
  }
}
.zb-h-66 {
  height: 66px !important;
}
.zb-min-h-66 {
  min-height: 66px !important;
}
.zb-max-h-66 {
  max-height: 66px !important;
}
.zb-calc-h-66 {
  height: calc(100vh - 66px) !important;
}
.zb-calc-min-h-66 {
  min-height: calc(100vh - 66px) !important;
}
.zb-calc-max-h-66 {
  max-height: calc(100vh - 66px) !important;
}
.zb-w-66 {
  width: 66px !important;
}
.zb-w-percent-66 {
  width: 66% !important;
}
.zb-min-w-66 {
  min-width: 66px !important;
}
.zb-max-w-66 {
  max-width: 66px !important;
}
.zb-calc-w-66 {
  width: calc(100vw - 66px) !important;
}
.zb-calc-min-w-66 {
  min-width: calc(100vw - 66px) !important;
}
.zb-calc-max-w-66 {
  max-width: calc(100vw - 66px) !important;
}
.zb-font-66 {
  font-size: 66px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-66 {
    max-width: 66px !important;
  }
}
.zb-h-67 {
  height: 67px !important;
}
.zb-min-h-67 {
  min-height: 67px !important;
}
.zb-max-h-67 {
  max-height: 67px !important;
}
.zb-calc-h-67 {
  height: calc(100vh - 67px) !important;
}
.zb-calc-min-h-67 {
  min-height: calc(100vh - 67px) !important;
}
.zb-calc-max-h-67 {
  max-height: calc(100vh - 67px) !important;
}
.zb-w-67 {
  width: 67px !important;
}
.zb-w-percent-67 {
  width: 67% !important;
}
.zb-min-w-67 {
  min-width: 67px !important;
}
.zb-max-w-67 {
  max-width: 67px !important;
}
.zb-calc-w-67 {
  width: calc(100vw - 67px) !important;
}
.zb-calc-min-w-67 {
  min-width: calc(100vw - 67px) !important;
}
.zb-calc-max-w-67 {
  max-width: calc(100vw - 67px) !important;
}
.zb-font-67 {
  font-size: 67px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-67 {
    max-width: 67px !important;
  }
}
.zb-h-68 {
  height: 68px !important;
}
.zb-min-h-68 {
  min-height: 68px !important;
}
.zb-max-h-68 {
  max-height: 68px !important;
}
.zb-calc-h-68 {
  height: calc(100vh - 68px) !important;
}
.zb-calc-min-h-68 {
  min-height: calc(100vh - 68px) !important;
}
.zb-calc-max-h-68 {
  max-height: calc(100vh - 68px) !important;
}
.zb-w-68 {
  width: 68px !important;
}
.zb-w-percent-68 {
  width: 68% !important;
}
.zb-min-w-68 {
  min-width: 68px !important;
}
.zb-max-w-68 {
  max-width: 68px !important;
}
.zb-calc-w-68 {
  width: calc(100vw - 68px) !important;
}
.zb-calc-min-w-68 {
  min-width: calc(100vw - 68px) !important;
}
.zb-calc-max-w-68 {
  max-width: calc(100vw - 68px) !important;
}
.zb-font-68 {
  font-size: 68px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-68 {
    max-width: 68px !important;
  }
}
.zb-h-69 {
  height: 69px !important;
}
.zb-min-h-69 {
  min-height: 69px !important;
}
.zb-max-h-69 {
  max-height: 69px !important;
}
.zb-calc-h-69 {
  height: calc(100vh - 69px) !important;
}
.zb-calc-min-h-69 {
  min-height: calc(100vh - 69px) !important;
}
.zb-calc-max-h-69 {
  max-height: calc(100vh - 69px) !important;
}
.zb-w-69 {
  width: 69px !important;
}
.zb-w-percent-69 {
  width: 69% !important;
}
.zb-min-w-69 {
  min-width: 69px !important;
}
.zb-max-w-69 {
  max-width: 69px !important;
}
.zb-calc-w-69 {
  width: calc(100vw - 69px) !important;
}
.zb-calc-min-w-69 {
  min-width: calc(100vw - 69px) !important;
}
.zb-calc-max-w-69 {
  max-width: calc(100vw - 69px) !important;
}
.zb-font-69 {
  font-size: 69px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-69 {
    max-width: 69px !important;
  }
}
.zb-h-70 {
  height: 70px !important;
}
.zb-min-h-70 {
  min-height: 70px !important;
}
.zb-max-h-70 {
  max-height: 70px !important;
}
.zb-calc-h-70 {
  height: calc(100vh - 70px) !important;
}
.zb-calc-min-h-70 {
  min-height: calc(100vh - 70px) !important;
}
.zb-calc-max-h-70 {
  max-height: calc(100vh - 70px) !important;
}
.zb-w-70 {
  width: 70px !important;
}
.zb-w-percent-70 {
  width: 70% !important;
}
.zb-min-w-70 {
  min-width: 70px !important;
}
.zb-max-w-70 {
  max-width: 70px !important;
}
.zb-calc-w-70 {
  width: calc(100vw - 70px) !important;
}
.zb-calc-min-w-70 {
  min-width: calc(100vw - 70px) !important;
}
.zb-calc-max-w-70 {
  max-width: calc(100vw - 70px) !important;
}
.zb-font-70 {
  font-size: 70px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-70 {
    max-width: 70px !important;
  }
}
.zb-h-71 {
  height: 71px !important;
}
.zb-min-h-71 {
  min-height: 71px !important;
}
.zb-max-h-71 {
  max-height: 71px !important;
}
.zb-calc-h-71 {
  height: calc(100vh - 71px) !important;
}
.zb-calc-min-h-71 {
  min-height: calc(100vh - 71px) !important;
}
.zb-calc-max-h-71 {
  max-height: calc(100vh - 71px) !important;
}
.zb-w-71 {
  width: 71px !important;
}
.zb-w-percent-71 {
  width: 71% !important;
}
.zb-min-w-71 {
  min-width: 71px !important;
}
.zb-max-w-71 {
  max-width: 71px !important;
}
.zb-calc-w-71 {
  width: calc(100vw - 71px) !important;
}
.zb-calc-min-w-71 {
  min-width: calc(100vw - 71px) !important;
}
.zb-calc-max-w-71 {
  max-width: calc(100vw - 71px) !important;
}
.zb-font-71 {
  font-size: 71px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-71 {
    max-width: 71px !important;
  }
}
.zb-h-72 {
  height: 72px !important;
}
.zb-min-h-72 {
  min-height: 72px !important;
}
.zb-max-h-72 {
  max-height: 72px !important;
}
.zb-calc-h-72 {
  height: calc(100vh - 72px) !important;
}
.zb-calc-min-h-72 {
  min-height: calc(100vh - 72px) !important;
}
.zb-calc-max-h-72 {
  max-height: calc(100vh - 72px) !important;
}
.zb-w-72 {
  width: 72px !important;
}
.zb-w-percent-72 {
  width: 72% !important;
}
.zb-min-w-72 {
  min-width: 72px !important;
}
.zb-max-w-72 {
  max-width: 72px !important;
}
.zb-calc-w-72 {
  width: calc(100vw - 72px) !important;
}
.zb-calc-min-w-72 {
  min-width: calc(100vw - 72px) !important;
}
.zb-calc-max-w-72 {
  max-width: calc(100vw - 72px) !important;
}
.zb-font-72 {
  font-size: 72px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-72 {
    max-width: 72px !important;
  }
}
.zb-h-73 {
  height: 73px !important;
}
.zb-min-h-73 {
  min-height: 73px !important;
}
.zb-max-h-73 {
  max-height: 73px !important;
}
.zb-calc-h-73 {
  height: calc(100vh - 73px) !important;
}
.zb-calc-min-h-73 {
  min-height: calc(100vh - 73px) !important;
}
.zb-calc-max-h-73 {
  max-height: calc(100vh - 73px) !important;
}
.zb-w-73 {
  width: 73px !important;
}
.zb-w-percent-73 {
  width: 73% !important;
}
.zb-min-w-73 {
  min-width: 73px !important;
}
.zb-max-w-73 {
  max-width: 73px !important;
}
.zb-calc-w-73 {
  width: calc(100vw - 73px) !important;
}
.zb-calc-min-w-73 {
  min-width: calc(100vw - 73px) !important;
}
.zb-calc-max-w-73 {
  max-width: calc(100vw - 73px) !important;
}
.zb-font-73 {
  font-size: 73px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-73 {
    max-width: 73px !important;
  }
}
.zb-h-74 {
  height: 74px !important;
}
.zb-min-h-74 {
  min-height: 74px !important;
}
.zb-max-h-74 {
  max-height: 74px !important;
}
.zb-calc-h-74 {
  height: calc(100vh - 74px) !important;
}
.zb-calc-min-h-74 {
  min-height: calc(100vh - 74px) !important;
}
.zb-calc-max-h-74 {
  max-height: calc(100vh - 74px) !important;
}
.zb-w-74 {
  width: 74px !important;
}
.zb-w-percent-74 {
  width: 74% !important;
}
.zb-min-w-74 {
  min-width: 74px !important;
}
.zb-max-w-74 {
  max-width: 74px !important;
}
.zb-calc-w-74 {
  width: calc(100vw - 74px) !important;
}
.zb-calc-min-w-74 {
  min-width: calc(100vw - 74px) !important;
}
.zb-calc-max-w-74 {
  max-width: calc(100vw - 74px) !important;
}
.zb-font-74 {
  font-size: 74px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-74 {
    max-width: 74px !important;
  }
}
.zb-h-75 {
  height: 75px !important;
}
.zb-min-h-75 {
  min-height: 75px !important;
}
.zb-max-h-75 {
  max-height: 75px !important;
}
.zb-calc-h-75 {
  height: calc(100vh - 75px) !important;
}
.zb-calc-min-h-75 {
  min-height: calc(100vh - 75px) !important;
}
.zb-calc-max-h-75 {
  max-height: calc(100vh - 75px) !important;
}
.zb-w-75 {
  width: 75px !important;
}
.zb-w-percent-75 {
  width: 75% !important;
}
.zb-min-w-75 {
  min-width: 75px !important;
}
.zb-max-w-75 {
  max-width: 75px !important;
}
.zb-calc-w-75 {
  width: calc(100vw - 75px) !important;
}
.zb-calc-min-w-75 {
  min-width: calc(100vw - 75px) !important;
}
.zb-calc-max-w-75 {
  max-width: calc(100vw - 75px) !important;
}
.zb-font-75 {
  font-size: 75px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-75 {
    max-width: 75px !important;
  }
}
.zb-h-76 {
  height: 76px !important;
}
.zb-min-h-76 {
  min-height: 76px !important;
}
.zb-max-h-76 {
  max-height: 76px !important;
}
.zb-calc-h-76 {
  height: calc(100vh - 76px) !important;
}
.zb-calc-min-h-76 {
  min-height: calc(100vh - 76px) !important;
}
.zb-calc-max-h-76 {
  max-height: calc(100vh - 76px) !important;
}
.zb-w-76 {
  width: 76px !important;
}
.zb-w-percent-76 {
  width: 76% !important;
}
.zb-min-w-76 {
  min-width: 76px !important;
}
.zb-max-w-76 {
  max-width: 76px !important;
}
.zb-calc-w-76 {
  width: calc(100vw - 76px) !important;
}
.zb-calc-min-w-76 {
  min-width: calc(100vw - 76px) !important;
}
.zb-calc-max-w-76 {
  max-width: calc(100vw - 76px) !important;
}
.zb-font-76 {
  font-size: 76px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-76 {
    max-width: 76px !important;
  }
}
.zb-h-77 {
  height: 77px !important;
}
.zb-min-h-77 {
  min-height: 77px !important;
}
.zb-max-h-77 {
  max-height: 77px !important;
}
.zb-calc-h-77 {
  height: calc(100vh - 77px) !important;
}
.zb-calc-min-h-77 {
  min-height: calc(100vh - 77px) !important;
}
.zb-calc-max-h-77 {
  max-height: calc(100vh - 77px) !important;
}
.zb-w-77 {
  width: 77px !important;
}
.zb-w-percent-77 {
  width: 77% !important;
}
.zb-min-w-77 {
  min-width: 77px !important;
}
.zb-max-w-77 {
  max-width: 77px !important;
}
.zb-calc-w-77 {
  width: calc(100vw - 77px) !important;
}
.zb-calc-min-w-77 {
  min-width: calc(100vw - 77px) !important;
}
.zb-calc-max-w-77 {
  max-width: calc(100vw - 77px) !important;
}
.zb-font-77 {
  font-size: 77px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-77 {
    max-width: 77px !important;
  }
}
.zb-h-78 {
  height: 78px !important;
}
.zb-min-h-78 {
  min-height: 78px !important;
}
.zb-max-h-78 {
  max-height: 78px !important;
}
.zb-calc-h-78 {
  height: calc(100vh - 78px) !important;
}
.zb-calc-min-h-78 {
  min-height: calc(100vh - 78px) !important;
}
.zb-calc-max-h-78 {
  max-height: calc(100vh - 78px) !important;
}
.zb-w-78 {
  width: 78px !important;
}
.zb-w-percent-78 {
  width: 78% !important;
}
.zb-min-w-78 {
  min-width: 78px !important;
}
.zb-max-w-78 {
  max-width: 78px !important;
}
.zb-calc-w-78 {
  width: calc(100vw - 78px) !important;
}
.zb-calc-min-w-78 {
  min-width: calc(100vw - 78px) !important;
}
.zb-calc-max-w-78 {
  max-width: calc(100vw - 78px) !important;
}
.zb-font-78 {
  font-size: 78px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-78 {
    max-width: 78px !important;
  }
}
.zb-h-79 {
  height: 79px !important;
}
.zb-min-h-79 {
  min-height: 79px !important;
}
.zb-max-h-79 {
  max-height: 79px !important;
}
.zb-calc-h-79 {
  height: calc(100vh - 79px) !important;
}
.zb-calc-min-h-79 {
  min-height: calc(100vh - 79px) !important;
}
.zb-calc-max-h-79 {
  max-height: calc(100vh - 79px) !important;
}
.zb-w-79 {
  width: 79px !important;
}
.zb-w-percent-79 {
  width: 79% !important;
}
.zb-min-w-79 {
  min-width: 79px !important;
}
.zb-max-w-79 {
  max-width: 79px !important;
}
.zb-calc-w-79 {
  width: calc(100vw - 79px) !important;
}
.zb-calc-min-w-79 {
  min-width: calc(100vw - 79px) !important;
}
.zb-calc-max-w-79 {
  max-width: calc(100vw - 79px) !important;
}
.zb-font-79 {
  font-size: 79px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-79 {
    max-width: 79px !important;
  }
}
.zb-h-80 {
  height: 80px !important;
}
.zb-min-h-80 {
  min-height: 80px !important;
}
.zb-max-h-80 {
  max-height: 80px !important;
}
.zb-calc-h-80 {
  height: calc(100vh - 80px) !important;
}
.zb-calc-min-h-80 {
  min-height: calc(100vh - 80px) !important;
}
.zb-calc-max-h-80 {
  max-height: calc(100vh - 80px) !important;
}
.zb-w-80 {
  width: 80px !important;
}
.zb-w-percent-80 {
  width: 80% !important;
}
.zb-min-w-80 {
  min-width: 80px !important;
}
.zb-max-w-80 {
  max-width: 80px !important;
}
.zb-calc-w-80 {
  width: calc(100vw - 80px) !important;
}
.zb-calc-min-w-80 {
  min-width: calc(100vw - 80px) !important;
}
.zb-calc-max-w-80 {
  max-width: calc(100vw - 80px) !important;
}
.zb-font-80 {
  font-size: 80px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-80 {
    max-width: 80px !important;
  }
}
.zb-h-81 {
  height: 81px !important;
}
.zb-min-h-81 {
  min-height: 81px !important;
}
.zb-max-h-81 {
  max-height: 81px !important;
}
.zb-calc-h-81 {
  height: calc(100vh - 81px) !important;
}
.zb-calc-min-h-81 {
  min-height: calc(100vh - 81px) !important;
}
.zb-calc-max-h-81 {
  max-height: calc(100vh - 81px) !important;
}
.zb-w-81 {
  width: 81px !important;
}
.zb-w-percent-81 {
  width: 81% !important;
}
.zb-min-w-81 {
  min-width: 81px !important;
}
.zb-max-w-81 {
  max-width: 81px !important;
}
.zb-calc-w-81 {
  width: calc(100vw - 81px) !important;
}
.zb-calc-min-w-81 {
  min-width: calc(100vw - 81px) !important;
}
.zb-calc-max-w-81 {
  max-width: calc(100vw - 81px) !important;
}
.zb-font-81 {
  font-size: 81px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-81 {
    max-width: 81px !important;
  }
}
.zb-h-82 {
  height: 82px !important;
}
.zb-min-h-82 {
  min-height: 82px !important;
}
.zb-max-h-82 {
  max-height: 82px !important;
}
.zb-calc-h-82 {
  height: calc(100vh - 82px) !important;
}
.zb-calc-min-h-82 {
  min-height: calc(100vh - 82px) !important;
}
.zb-calc-max-h-82 {
  max-height: calc(100vh - 82px) !important;
}
.zb-w-82 {
  width: 82px !important;
}
.zb-w-percent-82 {
  width: 82% !important;
}
.zb-min-w-82 {
  min-width: 82px !important;
}
.zb-max-w-82 {
  max-width: 82px !important;
}
.zb-calc-w-82 {
  width: calc(100vw - 82px) !important;
}
.zb-calc-min-w-82 {
  min-width: calc(100vw - 82px) !important;
}
.zb-calc-max-w-82 {
  max-width: calc(100vw - 82px) !important;
}
.zb-font-82 {
  font-size: 82px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-82 {
    max-width: 82px !important;
  }
}
.zb-h-83 {
  height: 83px !important;
}
.zb-min-h-83 {
  min-height: 83px !important;
}
.zb-max-h-83 {
  max-height: 83px !important;
}
.zb-calc-h-83 {
  height: calc(100vh - 83px) !important;
}
.zb-calc-min-h-83 {
  min-height: calc(100vh - 83px) !important;
}
.zb-calc-max-h-83 {
  max-height: calc(100vh - 83px) !important;
}
.zb-w-83 {
  width: 83px !important;
}
.zb-w-percent-83 {
  width: 83% !important;
}
.zb-min-w-83 {
  min-width: 83px !important;
}
.zb-max-w-83 {
  max-width: 83px !important;
}
.zb-calc-w-83 {
  width: calc(100vw - 83px) !important;
}
.zb-calc-min-w-83 {
  min-width: calc(100vw - 83px) !important;
}
.zb-calc-max-w-83 {
  max-width: calc(100vw - 83px) !important;
}
.zb-font-83 {
  font-size: 83px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-83 {
    max-width: 83px !important;
  }
}
.zb-h-84 {
  height: 84px !important;
}
.zb-min-h-84 {
  min-height: 84px !important;
}
.zb-max-h-84 {
  max-height: 84px !important;
}
.zb-calc-h-84 {
  height: calc(100vh - 84px) !important;
}
.zb-calc-min-h-84 {
  min-height: calc(100vh - 84px) !important;
}
.zb-calc-max-h-84 {
  max-height: calc(100vh - 84px) !important;
}
.zb-w-84 {
  width: 84px !important;
}
.zb-w-percent-84 {
  width: 84% !important;
}
.zb-min-w-84 {
  min-width: 84px !important;
}
.zb-max-w-84 {
  max-width: 84px !important;
}
.zb-calc-w-84 {
  width: calc(100vw - 84px) !important;
}
.zb-calc-min-w-84 {
  min-width: calc(100vw - 84px) !important;
}
.zb-calc-max-w-84 {
  max-width: calc(100vw - 84px) !important;
}
.zb-font-84 {
  font-size: 84px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-84 {
    max-width: 84px !important;
  }
}
.zb-h-85 {
  height: 85px !important;
}
.zb-min-h-85 {
  min-height: 85px !important;
}
.zb-max-h-85 {
  max-height: 85px !important;
}
.zb-calc-h-85 {
  height: calc(100vh - 85px) !important;
}
.zb-calc-min-h-85 {
  min-height: calc(100vh - 85px) !important;
}
.zb-calc-max-h-85 {
  max-height: calc(100vh - 85px) !important;
}
.zb-w-85 {
  width: 85px !important;
}
.zb-w-percent-85 {
  width: 85% !important;
}
.zb-min-w-85 {
  min-width: 85px !important;
}
.zb-max-w-85 {
  max-width: 85px !important;
}
.zb-calc-w-85 {
  width: calc(100vw - 85px) !important;
}
.zb-calc-min-w-85 {
  min-width: calc(100vw - 85px) !important;
}
.zb-calc-max-w-85 {
  max-width: calc(100vw - 85px) !important;
}
.zb-font-85 {
  font-size: 85px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-85 {
    max-width: 85px !important;
  }
}
.zb-h-86 {
  height: 86px !important;
}
.zb-min-h-86 {
  min-height: 86px !important;
}
.zb-max-h-86 {
  max-height: 86px !important;
}
.zb-calc-h-86 {
  height: calc(100vh - 86px) !important;
}
.zb-calc-min-h-86 {
  min-height: calc(100vh - 86px) !important;
}
.zb-calc-max-h-86 {
  max-height: calc(100vh - 86px) !important;
}
.zb-w-86 {
  width: 86px !important;
}
.zb-w-percent-86 {
  width: 86% !important;
}
.zb-min-w-86 {
  min-width: 86px !important;
}
.zb-max-w-86 {
  max-width: 86px !important;
}
.zb-calc-w-86 {
  width: calc(100vw - 86px) !important;
}
.zb-calc-min-w-86 {
  min-width: calc(100vw - 86px) !important;
}
.zb-calc-max-w-86 {
  max-width: calc(100vw - 86px) !important;
}
.zb-font-86 {
  font-size: 86px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-86 {
    max-width: 86px !important;
  }
}
.zb-h-87 {
  height: 87px !important;
}
.zb-min-h-87 {
  min-height: 87px !important;
}
.zb-max-h-87 {
  max-height: 87px !important;
}
.zb-calc-h-87 {
  height: calc(100vh - 87px) !important;
}
.zb-calc-min-h-87 {
  min-height: calc(100vh - 87px) !important;
}
.zb-calc-max-h-87 {
  max-height: calc(100vh - 87px) !important;
}
.zb-w-87 {
  width: 87px !important;
}
.zb-w-percent-87 {
  width: 87% !important;
}
.zb-min-w-87 {
  min-width: 87px !important;
}
.zb-max-w-87 {
  max-width: 87px !important;
}
.zb-calc-w-87 {
  width: calc(100vw - 87px) !important;
}
.zb-calc-min-w-87 {
  min-width: calc(100vw - 87px) !important;
}
.zb-calc-max-w-87 {
  max-width: calc(100vw - 87px) !important;
}
.zb-font-87 {
  font-size: 87px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-87 {
    max-width: 87px !important;
  }
}
.zb-h-88 {
  height: 88px !important;
}
.zb-min-h-88 {
  min-height: 88px !important;
}
.zb-max-h-88 {
  max-height: 88px !important;
}
.zb-calc-h-88 {
  height: calc(100vh - 88px) !important;
}
.zb-calc-min-h-88 {
  min-height: calc(100vh - 88px) !important;
}
.zb-calc-max-h-88 {
  max-height: calc(100vh - 88px) !important;
}
.zb-w-88 {
  width: 88px !important;
}
.zb-w-percent-88 {
  width: 88% !important;
}
.zb-min-w-88 {
  min-width: 88px !important;
}
.zb-max-w-88 {
  max-width: 88px !important;
}
.zb-calc-w-88 {
  width: calc(100vw - 88px) !important;
}
.zb-calc-min-w-88 {
  min-width: calc(100vw - 88px) !important;
}
.zb-calc-max-w-88 {
  max-width: calc(100vw - 88px) !important;
}
.zb-font-88 {
  font-size: 88px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-88 {
    max-width: 88px !important;
  }
}
.zb-h-89 {
  height: 89px !important;
}
.zb-min-h-89 {
  min-height: 89px !important;
}
.zb-max-h-89 {
  max-height: 89px !important;
}
.zb-calc-h-89 {
  height: calc(100vh - 89px) !important;
}
.zb-calc-min-h-89 {
  min-height: calc(100vh - 89px) !important;
}
.zb-calc-max-h-89 {
  max-height: calc(100vh - 89px) !important;
}
.zb-w-89 {
  width: 89px !important;
}
.zb-w-percent-89 {
  width: 89% !important;
}
.zb-min-w-89 {
  min-width: 89px !important;
}
.zb-max-w-89 {
  max-width: 89px !important;
}
.zb-calc-w-89 {
  width: calc(100vw - 89px) !important;
}
.zb-calc-min-w-89 {
  min-width: calc(100vw - 89px) !important;
}
.zb-calc-max-w-89 {
  max-width: calc(100vw - 89px) !important;
}
.zb-font-89 {
  font-size: 89px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-89 {
    max-width: 89px !important;
  }
}
.zb-h-90 {
  height: 90px !important;
}
.zb-min-h-90 {
  min-height: 90px !important;
}
.zb-max-h-90 {
  max-height: 90px !important;
}
.zb-calc-h-90 {
  height: calc(100vh - 90px) !important;
}
.zb-calc-min-h-90 {
  min-height: calc(100vh - 90px) !important;
}
.zb-calc-max-h-90 {
  max-height: calc(100vh - 90px) !important;
}
.zb-w-90 {
  width: 90px !important;
}
.zb-w-percent-90 {
  width: 90% !important;
}
.zb-min-w-90 {
  min-width: 90px !important;
}
.zb-max-w-90 {
  max-width: 90px !important;
}
.zb-calc-w-90 {
  width: calc(100vw - 90px) !important;
}
.zb-calc-min-w-90 {
  min-width: calc(100vw - 90px) !important;
}
.zb-calc-max-w-90 {
  max-width: calc(100vw - 90px) !important;
}
.zb-font-90 {
  font-size: 90px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-90 {
    max-width: 90px !important;
  }
}
.zb-h-91 {
  height: 91px !important;
}
.zb-min-h-91 {
  min-height: 91px !important;
}
.zb-max-h-91 {
  max-height: 91px !important;
}
.zb-calc-h-91 {
  height: calc(100vh - 91px) !important;
}
.zb-calc-min-h-91 {
  min-height: calc(100vh - 91px) !important;
}
.zb-calc-max-h-91 {
  max-height: calc(100vh - 91px) !important;
}
.zb-w-91 {
  width: 91px !important;
}
.zb-w-percent-91 {
  width: 91% !important;
}
.zb-min-w-91 {
  min-width: 91px !important;
}
.zb-max-w-91 {
  max-width: 91px !important;
}
.zb-calc-w-91 {
  width: calc(100vw - 91px) !important;
}
.zb-calc-min-w-91 {
  min-width: calc(100vw - 91px) !important;
}
.zb-calc-max-w-91 {
  max-width: calc(100vw - 91px) !important;
}
.zb-font-91 {
  font-size: 91px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-91 {
    max-width: 91px !important;
  }
}
.zb-h-92 {
  height: 92px !important;
}
.zb-min-h-92 {
  min-height: 92px !important;
}
.zb-max-h-92 {
  max-height: 92px !important;
}
.zb-calc-h-92 {
  height: calc(100vh - 92px) !important;
}
.zb-calc-min-h-92 {
  min-height: calc(100vh - 92px) !important;
}
.zb-calc-max-h-92 {
  max-height: calc(100vh - 92px) !important;
}
.zb-w-92 {
  width: 92px !important;
}
.zb-w-percent-92 {
  width: 92% !important;
}
.zb-min-w-92 {
  min-width: 92px !important;
}
.zb-max-w-92 {
  max-width: 92px !important;
}
.zb-calc-w-92 {
  width: calc(100vw - 92px) !important;
}
.zb-calc-min-w-92 {
  min-width: calc(100vw - 92px) !important;
}
.zb-calc-max-w-92 {
  max-width: calc(100vw - 92px) !important;
}
.zb-font-92 {
  font-size: 92px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-92 {
    max-width: 92px !important;
  }
}
.zb-h-93 {
  height: 93px !important;
}
.zb-min-h-93 {
  min-height: 93px !important;
}
.zb-max-h-93 {
  max-height: 93px !important;
}
.zb-calc-h-93 {
  height: calc(100vh - 93px) !important;
}
.zb-calc-min-h-93 {
  min-height: calc(100vh - 93px) !important;
}
.zb-calc-max-h-93 {
  max-height: calc(100vh - 93px) !important;
}
.zb-w-93 {
  width: 93px !important;
}
.zb-w-percent-93 {
  width: 93% !important;
}
.zb-min-w-93 {
  min-width: 93px !important;
}
.zb-max-w-93 {
  max-width: 93px !important;
}
.zb-calc-w-93 {
  width: calc(100vw - 93px) !important;
}
.zb-calc-min-w-93 {
  min-width: calc(100vw - 93px) !important;
}
.zb-calc-max-w-93 {
  max-width: calc(100vw - 93px) !important;
}
.zb-font-93 {
  font-size: 93px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-93 {
    max-width: 93px !important;
  }
}
.zb-h-94 {
  height: 94px !important;
}
.zb-min-h-94 {
  min-height: 94px !important;
}
.zb-max-h-94 {
  max-height: 94px !important;
}
.zb-calc-h-94 {
  height: calc(100vh - 94px) !important;
}
.zb-calc-min-h-94 {
  min-height: calc(100vh - 94px) !important;
}
.zb-calc-max-h-94 {
  max-height: calc(100vh - 94px) !important;
}
.zb-w-94 {
  width: 94px !important;
}
.zb-w-percent-94 {
  width: 94% !important;
}
.zb-min-w-94 {
  min-width: 94px !important;
}
.zb-max-w-94 {
  max-width: 94px !important;
}
.zb-calc-w-94 {
  width: calc(100vw - 94px) !important;
}
.zb-calc-min-w-94 {
  min-width: calc(100vw - 94px) !important;
}
.zb-calc-max-w-94 {
  max-width: calc(100vw - 94px) !important;
}
.zb-font-94 {
  font-size: 94px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-94 {
    max-width: 94px !important;
  }
}
.zb-h-95 {
  height: 95px !important;
}
.zb-min-h-95 {
  min-height: 95px !important;
}
.zb-max-h-95 {
  max-height: 95px !important;
}
.zb-calc-h-95 {
  height: calc(100vh - 95px) !important;
}
.zb-calc-min-h-95 {
  min-height: calc(100vh - 95px) !important;
}
.zb-calc-max-h-95 {
  max-height: calc(100vh - 95px) !important;
}
.zb-w-95 {
  width: 95px !important;
}
.zb-w-percent-95 {
  width: 95% !important;
}
.zb-min-w-95 {
  min-width: 95px !important;
}
.zb-max-w-95 {
  max-width: 95px !important;
}
.zb-calc-w-95 {
  width: calc(100vw - 95px) !important;
}
.zb-calc-min-w-95 {
  min-width: calc(100vw - 95px) !important;
}
.zb-calc-max-w-95 {
  max-width: calc(100vw - 95px) !important;
}
.zb-font-95 {
  font-size: 95px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-95 {
    max-width: 95px !important;
  }
}
.zb-h-96 {
  height: 96px !important;
}
.zb-min-h-96 {
  min-height: 96px !important;
}
.zb-max-h-96 {
  max-height: 96px !important;
}
.zb-calc-h-96 {
  height: calc(100vh - 96px) !important;
}
.zb-calc-min-h-96 {
  min-height: calc(100vh - 96px) !important;
}
.zb-calc-max-h-96 {
  max-height: calc(100vh - 96px) !important;
}
.zb-w-96 {
  width: 96px !important;
}
.zb-w-percent-96 {
  width: 96% !important;
}
.zb-min-w-96 {
  min-width: 96px !important;
}
.zb-max-w-96 {
  max-width: 96px !important;
}
.zb-calc-w-96 {
  width: calc(100vw - 96px) !important;
}
.zb-calc-min-w-96 {
  min-width: calc(100vw - 96px) !important;
}
.zb-calc-max-w-96 {
  max-width: calc(100vw - 96px) !important;
}
.zb-font-96 {
  font-size: 96px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-96 {
    max-width: 96px !important;
  }
}
.zb-h-97 {
  height: 97px !important;
}
.zb-min-h-97 {
  min-height: 97px !important;
}
.zb-max-h-97 {
  max-height: 97px !important;
}
.zb-calc-h-97 {
  height: calc(100vh - 97px) !important;
}
.zb-calc-min-h-97 {
  min-height: calc(100vh - 97px) !important;
}
.zb-calc-max-h-97 {
  max-height: calc(100vh - 97px) !important;
}
.zb-w-97 {
  width: 97px !important;
}
.zb-w-percent-97 {
  width: 97% !important;
}
.zb-min-w-97 {
  min-width: 97px !important;
}
.zb-max-w-97 {
  max-width: 97px !important;
}
.zb-calc-w-97 {
  width: calc(100vw - 97px) !important;
}
.zb-calc-min-w-97 {
  min-width: calc(100vw - 97px) !important;
}
.zb-calc-max-w-97 {
  max-width: calc(100vw - 97px) !important;
}
.zb-font-97 {
  font-size: 97px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-97 {
    max-width: 97px !important;
  }
}
.zb-h-98 {
  height: 98px !important;
}
.zb-min-h-98 {
  min-height: 98px !important;
}
.zb-max-h-98 {
  max-height: 98px !important;
}
.zb-calc-h-98 {
  height: calc(100vh - 98px) !important;
}
.zb-calc-min-h-98 {
  min-height: calc(100vh - 98px) !important;
}
.zb-calc-max-h-98 {
  max-height: calc(100vh - 98px) !important;
}
.zb-w-98 {
  width: 98px !important;
}
.zb-w-percent-98 {
  width: 98% !important;
}
.zb-min-w-98 {
  min-width: 98px !important;
}
.zb-max-w-98 {
  max-width: 98px !important;
}
.zb-calc-w-98 {
  width: calc(100vw - 98px) !important;
}
.zb-calc-min-w-98 {
  min-width: calc(100vw - 98px) !important;
}
.zb-calc-max-w-98 {
  max-width: calc(100vw - 98px) !important;
}
.zb-font-98 {
  font-size: 98px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-98 {
    max-width: 98px !important;
  }
}
.zb-h-99 {
  height: 99px !important;
}
.zb-min-h-99 {
  min-height: 99px !important;
}
.zb-max-h-99 {
  max-height: 99px !important;
}
.zb-calc-h-99 {
  height: calc(100vh - 99px) !important;
}
.zb-calc-min-h-99 {
  min-height: calc(100vh - 99px) !important;
}
.zb-calc-max-h-99 {
  max-height: calc(100vh - 99px) !important;
}
.zb-w-99 {
  width: 99px !important;
}
.zb-w-percent-99 {
  width: 99% !important;
}
.zb-min-w-99 {
  min-width: 99px !important;
}
.zb-max-w-99 {
  max-width: 99px !important;
}
.zb-calc-w-99 {
  width: calc(100vw - 99px) !important;
}
.zb-calc-min-w-99 {
  min-width: calc(100vw - 99px) !important;
}
.zb-calc-max-w-99 {
  max-width: calc(100vw - 99px) !important;
}
.zb-font-99 {
  font-size: 99px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-99 {
    max-width: 99px !important;
  }
}
.zb-h-100 {
  height: 100px !important;
}
.zb-min-h-100 {
  min-height: 100px !important;
}
.zb-max-h-100 {
  max-height: 100px !important;
}
.zb-calc-h-100 {
  height: calc(100vh - 100px) !important;
}
.zb-calc-min-h-100 {
  min-height: calc(100vh - 100px) !important;
}
.zb-calc-max-h-100 {
  max-height: calc(100vh - 100px) !important;
}
.zb-w-100 {
  width: 100px !important;
}
.zb-w-percent-100 {
  width: 100% !important;
}
.zb-min-w-100 {
  min-width: 100px !important;
}
.zb-max-w-100 {
  max-width: 100px !important;
}
.zb-calc-w-100 {
  width: calc(100vw - 100px) !important;
}
.zb-calc-min-w-100 {
  min-width: calc(100vw - 100px) !important;
}
.zb-calc-max-w-100 {
  max-width: calc(100vw - 100px) !important;
}
.zb-font-100 {
  font-size: 100px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-100 {
    max-width: 100px !important;
  }
}
.zb-h-101 {
  height: 101px !important;
}
.zb-min-h-101 {
  min-height: 101px !important;
}
.zb-max-h-101 {
  max-height: 101px !important;
}
.zb-calc-h-101 {
  height: calc(100vh - 101px) !important;
}
.zb-calc-min-h-101 {
  min-height: calc(100vh - 101px) !important;
}
.zb-calc-max-h-101 {
  max-height: calc(100vh - 101px) !important;
}
.zb-w-101 {
  width: 101px !important;
}
.zb-w-percent-101 {
  width: 101% !important;
}
.zb-min-w-101 {
  min-width: 101px !important;
}
.zb-max-w-101 {
  max-width: 101px !important;
}
.zb-calc-w-101 {
  width: calc(100vw - 101px) !important;
}
.zb-calc-min-w-101 {
  min-width: calc(100vw - 101px) !important;
}
.zb-calc-max-w-101 {
  max-width: calc(100vw - 101px) !important;
}
.zb-font-101 {
  font-size: 101px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-101 {
    max-width: 101px !important;
  }
}
.zb-h-102 {
  height: 102px !important;
}
.zb-min-h-102 {
  min-height: 102px !important;
}
.zb-max-h-102 {
  max-height: 102px !important;
}
.zb-calc-h-102 {
  height: calc(100vh - 102px) !important;
}
.zb-calc-min-h-102 {
  min-height: calc(100vh - 102px) !important;
}
.zb-calc-max-h-102 {
  max-height: calc(100vh - 102px) !important;
}
.zb-w-102 {
  width: 102px !important;
}
.zb-w-percent-102 {
  width: 102% !important;
}
.zb-min-w-102 {
  min-width: 102px !important;
}
.zb-max-w-102 {
  max-width: 102px !important;
}
.zb-calc-w-102 {
  width: calc(100vw - 102px) !important;
}
.zb-calc-min-w-102 {
  min-width: calc(100vw - 102px) !important;
}
.zb-calc-max-w-102 {
  max-width: calc(100vw - 102px) !important;
}
.zb-font-102 {
  font-size: 102px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-102 {
    max-width: 102px !important;
  }
}
.zb-h-103 {
  height: 103px !important;
}
.zb-min-h-103 {
  min-height: 103px !important;
}
.zb-max-h-103 {
  max-height: 103px !important;
}
.zb-calc-h-103 {
  height: calc(100vh - 103px) !important;
}
.zb-calc-min-h-103 {
  min-height: calc(100vh - 103px) !important;
}
.zb-calc-max-h-103 {
  max-height: calc(100vh - 103px) !important;
}
.zb-w-103 {
  width: 103px !important;
}
.zb-w-percent-103 {
  width: 103% !important;
}
.zb-min-w-103 {
  min-width: 103px !important;
}
.zb-max-w-103 {
  max-width: 103px !important;
}
.zb-calc-w-103 {
  width: calc(100vw - 103px) !important;
}
.zb-calc-min-w-103 {
  min-width: calc(100vw - 103px) !important;
}
.zb-calc-max-w-103 {
  max-width: calc(100vw - 103px) !important;
}
.zb-font-103 {
  font-size: 103px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-103 {
    max-width: 103px !important;
  }
}
.zb-h-104 {
  height: 104px !important;
}
.zb-min-h-104 {
  min-height: 104px !important;
}
.zb-max-h-104 {
  max-height: 104px !important;
}
.zb-calc-h-104 {
  height: calc(100vh - 104px) !important;
}
.zb-calc-min-h-104 {
  min-height: calc(100vh - 104px) !important;
}
.zb-calc-max-h-104 {
  max-height: calc(100vh - 104px) !important;
}
.zb-w-104 {
  width: 104px !important;
}
.zb-w-percent-104 {
  width: 104% !important;
}
.zb-min-w-104 {
  min-width: 104px !important;
}
.zb-max-w-104 {
  max-width: 104px !important;
}
.zb-calc-w-104 {
  width: calc(100vw - 104px) !important;
}
.zb-calc-min-w-104 {
  min-width: calc(100vw - 104px) !important;
}
.zb-calc-max-w-104 {
  max-width: calc(100vw - 104px) !important;
}
.zb-font-104 {
  font-size: 104px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-104 {
    max-width: 104px !important;
  }
}
.zb-h-105 {
  height: 105px !important;
}
.zb-min-h-105 {
  min-height: 105px !important;
}
.zb-max-h-105 {
  max-height: 105px !important;
}
.zb-calc-h-105 {
  height: calc(100vh - 105px) !important;
}
.zb-calc-min-h-105 {
  min-height: calc(100vh - 105px) !important;
}
.zb-calc-max-h-105 {
  max-height: calc(100vh - 105px) !important;
}
.zb-w-105 {
  width: 105px !important;
}
.zb-w-percent-105 {
  width: 105% !important;
}
.zb-min-w-105 {
  min-width: 105px !important;
}
.zb-max-w-105 {
  max-width: 105px !important;
}
.zb-calc-w-105 {
  width: calc(100vw - 105px) !important;
}
.zb-calc-min-w-105 {
  min-width: calc(100vw - 105px) !important;
}
.zb-calc-max-w-105 {
  max-width: calc(100vw - 105px) !important;
}
.zb-font-105 {
  font-size: 105px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-105 {
    max-width: 105px !important;
  }
}
.zb-h-106 {
  height: 106px !important;
}
.zb-min-h-106 {
  min-height: 106px !important;
}
.zb-max-h-106 {
  max-height: 106px !important;
}
.zb-calc-h-106 {
  height: calc(100vh - 106px) !important;
}
.zb-calc-min-h-106 {
  min-height: calc(100vh - 106px) !important;
}
.zb-calc-max-h-106 {
  max-height: calc(100vh - 106px) !important;
}
.zb-w-106 {
  width: 106px !important;
}
.zb-w-percent-106 {
  width: 106% !important;
}
.zb-min-w-106 {
  min-width: 106px !important;
}
.zb-max-w-106 {
  max-width: 106px !important;
}
.zb-calc-w-106 {
  width: calc(100vw - 106px) !important;
}
.zb-calc-min-w-106 {
  min-width: calc(100vw - 106px) !important;
}
.zb-calc-max-w-106 {
  max-width: calc(100vw - 106px) !important;
}
.zb-font-106 {
  font-size: 106px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-106 {
    max-width: 106px !important;
  }
}
.zb-h-107 {
  height: 107px !important;
}
.zb-min-h-107 {
  min-height: 107px !important;
}
.zb-max-h-107 {
  max-height: 107px !important;
}
.zb-calc-h-107 {
  height: calc(100vh - 107px) !important;
}
.zb-calc-min-h-107 {
  min-height: calc(100vh - 107px) !important;
}
.zb-calc-max-h-107 {
  max-height: calc(100vh - 107px) !important;
}
.zb-w-107 {
  width: 107px !important;
}
.zb-w-percent-107 {
  width: 107% !important;
}
.zb-min-w-107 {
  min-width: 107px !important;
}
.zb-max-w-107 {
  max-width: 107px !important;
}
.zb-calc-w-107 {
  width: calc(100vw - 107px) !important;
}
.zb-calc-min-w-107 {
  min-width: calc(100vw - 107px) !important;
}
.zb-calc-max-w-107 {
  max-width: calc(100vw - 107px) !important;
}
.zb-font-107 {
  font-size: 107px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-107 {
    max-width: 107px !important;
  }
}
.zb-h-108 {
  height: 108px !important;
}
.zb-min-h-108 {
  min-height: 108px !important;
}
.zb-max-h-108 {
  max-height: 108px !important;
}
.zb-calc-h-108 {
  height: calc(100vh - 108px) !important;
}
.zb-calc-min-h-108 {
  min-height: calc(100vh - 108px) !important;
}
.zb-calc-max-h-108 {
  max-height: calc(100vh - 108px) !important;
}
.zb-w-108 {
  width: 108px !important;
}
.zb-w-percent-108 {
  width: 108% !important;
}
.zb-min-w-108 {
  min-width: 108px !important;
}
.zb-max-w-108 {
  max-width: 108px !important;
}
.zb-calc-w-108 {
  width: calc(100vw - 108px) !important;
}
.zb-calc-min-w-108 {
  min-width: calc(100vw - 108px) !important;
}
.zb-calc-max-w-108 {
  max-width: calc(100vw - 108px) !important;
}
.zb-font-108 {
  font-size: 108px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-108 {
    max-width: 108px !important;
  }
}
.zb-h-109 {
  height: 109px !important;
}
.zb-min-h-109 {
  min-height: 109px !important;
}
.zb-max-h-109 {
  max-height: 109px !important;
}
.zb-calc-h-109 {
  height: calc(100vh - 109px) !important;
}
.zb-calc-min-h-109 {
  min-height: calc(100vh - 109px) !important;
}
.zb-calc-max-h-109 {
  max-height: calc(100vh - 109px) !important;
}
.zb-w-109 {
  width: 109px !important;
}
.zb-w-percent-109 {
  width: 109% !important;
}
.zb-min-w-109 {
  min-width: 109px !important;
}
.zb-max-w-109 {
  max-width: 109px !important;
}
.zb-calc-w-109 {
  width: calc(100vw - 109px) !important;
}
.zb-calc-min-w-109 {
  min-width: calc(100vw - 109px) !important;
}
.zb-calc-max-w-109 {
  max-width: calc(100vw - 109px) !important;
}
.zb-font-109 {
  font-size: 109px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-109 {
    max-width: 109px !important;
  }
}
.zb-h-110 {
  height: 110px !important;
}
.zb-min-h-110 {
  min-height: 110px !important;
}
.zb-max-h-110 {
  max-height: 110px !important;
}
.zb-calc-h-110 {
  height: calc(100vh - 110px) !important;
}
.zb-calc-min-h-110 {
  min-height: calc(100vh - 110px) !important;
}
.zb-calc-max-h-110 {
  max-height: calc(100vh - 110px) !important;
}
.zb-w-110 {
  width: 110px !important;
}
.zb-w-percent-110 {
  width: 110% !important;
}
.zb-min-w-110 {
  min-width: 110px !important;
}
.zb-max-w-110 {
  max-width: 110px !important;
}
.zb-calc-w-110 {
  width: calc(100vw - 110px) !important;
}
.zb-calc-min-w-110 {
  min-width: calc(100vw - 110px) !important;
}
.zb-calc-max-w-110 {
  max-width: calc(100vw - 110px) !important;
}
.zb-font-110 {
  font-size: 110px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-110 {
    max-width: 110px !important;
  }
}
.zb-h-111 {
  height: 111px !important;
}
.zb-min-h-111 {
  min-height: 111px !important;
}
.zb-max-h-111 {
  max-height: 111px !important;
}
.zb-calc-h-111 {
  height: calc(100vh - 111px) !important;
}
.zb-calc-min-h-111 {
  min-height: calc(100vh - 111px) !important;
}
.zb-calc-max-h-111 {
  max-height: calc(100vh - 111px) !important;
}
.zb-w-111 {
  width: 111px !important;
}
.zb-w-percent-111 {
  width: 111% !important;
}
.zb-min-w-111 {
  min-width: 111px !important;
}
.zb-max-w-111 {
  max-width: 111px !important;
}
.zb-calc-w-111 {
  width: calc(100vw - 111px) !important;
}
.zb-calc-min-w-111 {
  min-width: calc(100vw - 111px) !important;
}
.zb-calc-max-w-111 {
  max-width: calc(100vw - 111px) !important;
}
.zb-font-111 {
  font-size: 111px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-111 {
    max-width: 111px !important;
  }
}
.zb-h-112 {
  height: 112px !important;
}
.zb-min-h-112 {
  min-height: 112px !important;
}
.zb-max-h-112 {
  max-height: 112px !important;
}
.zb-calc-h-112 {
  height: calc(100vh - 112px) !important;
}
.zb-calc-min-h-112 {
  min-height: calc(100vh - 112px) !important;
}
.zb-calc-max-h-112 {
  max-height: calc(100vh - 112px) !important;
}
.zb-w-112 {
  width: 112px !important;
}
.zb-w-percent-112 {
  width: 112% !important;
}
.zb-min-w-112 {
  min-width: 112px !important;
}
.zb-max-w-112 {
  max-width: 112px !important;
}
.zb-calc-w-112 {
  width: calc(100vw - 112px) !important;
}
.zb-calc-min-w-112 {
  min-width: calc(100vw - 112px) !important;
}
.zb-calc-max-w-112 {
  max-width: calc(100vw - 112px) !important;
}
.zb-font-112 {
  font-size: 112px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-112 {
    max-width: 112px !important;
  }
}
.zb-h-113 {
  height: 113px !important;
}
.zb-min-h-113 {
  min-height: 113px !important;
}
.zb-max-h-113 {
  max-height: 113px !important;
}
.zb-calc-h-113 {
  height: calc(100vh - 113px) !important;
}
.zb-calc-min-h-113 {
  min-height: calc(100vh - 113px) !important;
}
.zb-calc-max-h-113 {
  max-height: calc(100vh - 113px) !important;
}
.zb-w-113 {
  width: 113px !important;
}
.zb-w-percent-113 {
  width: 113% !important;
}
.zb-min-w-113 {
  min-width: 113px !important;
}
.zb-max-w-113 {
  max-width: 113px !important;
}
.zb-calc-w-113 {
  width: calc(100vw - 113px) !important;
}
.zb-calc-min-w-113 {
  min-width: calc(100vw - 113px) !important;
}
.zb-calc-max-w-113 {
  max-width: calc(100vw - 113px) !important;
}
.zb-font-113 {
  font-size: 113px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-113 {
    max-width: 113px !important;
  }
}
.zb-h-114 {
  height: 114px !important;
}
.zb-min-h-114 {
  min-height: 114px !important;
}
.zb-max-h-114 {
  max-height: 114px !important;
}
.zb-calc-h-114 {
  height: calc(100vh - 114px) !important;
}
.zb-calc-min-h-114 {
  min-height: calc(100vh - 114px) !important;
}
.zb-calc-max-h-114 {
  max-height: calc(100vh - 114px) !important;
}
.zb-w-114 {
  width: 114px !important;
}
.zb-w-percent-114 {
  width: 114% !important;
}
.zb-min-w-114 {
  min-width: 114px !important;
}
.zb-max-w-114 {
  max-width: 114px !important;
}
.zb-calc-w-114 {
  width: calc(100vw - 114px) !important;
}
.zb-calc-min-w-114 {
  min-width: calc(100vw - 114px) !important;
}
.zb-calc-max-w-114 {
  max-width: calc(100vw - 114px) !important;
}
.zb-font-114 {
  font-size: 114px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-114 {
    max-width: 114px !important;
  }
}
.zb-h-115 {
  height: 115px !important;
}
.zb-min-h-115 {
  min-height: 115px !important;
}
.zb-max-h-115 {
  max-height: 115px !important;
}
.zb-calc-h-115 {
  height: calc(100vh - 115px) !important;
}
.zb-calc-min-h-115 {
  min-height: calc(100vh - 115px) !important;
}
.zb-calc-max-h-115 {
  max-height: calc(100vh - 115px) !important;
}
.zb-w-115 {
  width: 115px !important;
}
.zb-w-percent-115 {
  width: 115% !important;
}
.zb-min-w-115 {
  min-width: 115px !important;
}
.zb-max-w-115 {
  max-width: 115px !important;
}
.zb-calc-w-115 {
  width: calc(100vw - 115px) !important;
}
.zb-calc-min-w-115 {
  min-width: calc(100vw - 115px) !important;
}
.zb-calc-max-w-115 {
  max-width: calc(100vw - 115px) !important;
}
.zb-font-115 {
  font-size: 115px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-115 {
    max-width: 115px !important;
  }
}
.zb-h-116 {
  height: 116px !important;
}
.zb-min-h-116 {
  min-height: 116px !important;
}
.zb-max-h-116 {
  max-height: 116px !important;
}
.zb-calc-h-116 {
  height: calc(100vh - 116px) !important;
}
.zb-calc-min-h-116 {
  min-height: calc(100vh - 116px) !important;
}
.zb-calc-max-h-116 {
  max-height: calc(100vh - 116px) !important;
}
.zb-w-116 {
  width: 116px !important;
}
.zb-w-percent-116 {
  width: 116% !important;
}
.zb-min-w-116 {
  min-width: 116px !important;
}
.zb-max-w-116 {
  max-width: 116px !important;
}
.zb-calc-w-116 {
  width: calc(100vw - 116px) !important;
}
.zb-calc-min-w-116 {
  min-width: calc(100vw - 116px) !important;
}
.zb-calc-max-w-116 {
  max-width: calc(100vw - 116px) !important;
}
.zb-font-116 {
  font-size: 116px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-116 {
    max-width: 116px !important;
  }
}
.zb-h-117 {
  height: 117px !important;
}
.zb-min-h-117 {
  min-height: 117px !important;
}
.zb-max-h-117 {
  max-height: 117px !important;
}
.zb-calc-h-117 {
  height: calc(100vh - 117px) !important;
}
.zb-calc-min-h-117 {
  min-height: calc(100vh - 117px) !important;
}
.zb-calc-max-h-117 {
  max-height: calc(100vh - 117px) !important;
}
.zb-w-117 {
  width: 117px !important;
}
.zb-w-percent-117 {
  width: 117% !important;
}
.zb-min-w-117 {
  min-width: 117px !important;
}
.zb-max-w-117 {
  max-width: 117px !important;
}
.zb-calc-w-117 {
  width: calc(100vw - 117px) !important;
}
.zb-calc-min-w-117 {
  min-width: calc(100vw - 117px) !important;
}
.zb-calc-max-w-117 {
  max-width: calc(100vw - 117px) !important;
}
.zb-font-117 {
  font-size: 117px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-117 {
    max-width: 117px !important;
  }
}
.zb-h-118 {
  height: 118px !important;
}
.zb-min-h-118 {
  min-height: 118px !important;
}
.zb-max-h-118 {
  max-height: 118px !important;
}
.zb-calc-h-118 {
  height: calc(100vh - 118px) !important;
}
.zb-calc-min-h-118 {
  min-height: calc(100vh - 118px) !important;
}
.zb-calc-max-h-118 {
  max-height: calc(100vh - 118px) !important;
}
.zb-w-118 {
  width: 118px !important;
}
.zb-w-percent-118 {
  width: 118% !important;
}
.zb-min-w-118 {
  min-width: 118px !important;
}
.zb-max-w-118 {
  max-width: 118px !important;
}
.zb-calc-w-118 {
  width: calc(100vw - 118px) !important;
}
.zb-calc-min-w-118 {
  min-width: calc(100vw - 118px) !important;
}
.zb-calc-max-w-118 {
  max-width: calc(100vw - 118px) !important;
}
.zb-font-118 {
  font-size: 118px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-118 {
    max-width: 118px !important;
  }
}
.zb-h-119 {
  height: 119px !important;
}
.zb-min-h-119 {
  min-height: 119px !important;
}
.zb-max-h-119 {
  max-height: 119px !important;
}
.zb-calc-h-119 {
  height: calc(100vh - 119px) !important;
}
.zb-calc-min-h-119 {
  min-height: calc(100vh - 119px) !important;
}
.zb-calc-max-h-119 {
  max-height: calc(100vh - 119px) !important;
}
.zb-w-119 {
  width: 119px !important;
}
.zb-w-percent-119 {
  width: 119% !important;
}
.zb-min-w-119 {
  min-width: 119px !important;
}
.zb-max-w-119 {
  max-width: 119px !important;
}
.zb-calc-w-119 {
  width: calc(100vw - 119px) !important;
}
.zb-calc-min-w-119 {
  min-width: calc(100vw - 119px) !important;
}
.zb-calc-max-w-119 {
  max-width: calc(100vw - 119px) !important;
}
.zb-font-119 {
  font-size: 119px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-119 {
    max-width: 119px !important;
  }
}
.zb-h-120 {
  height: 120px !important;
}
.zb-min-h-120 {
  min-height: 120px !important;
}
.zb-max-h-120 {
  max-height: 120px !important;
}
.zb-calc-h-120 {
  height: calc(100vh - 120px) !important;
}
.zb-calc-min-h-120 {
  min-height: calc(100vh - 120px) !important;
}
.zb-calc-max-h-120 {
  max-height: calc(100vh - 120px) !important;
}
.zb-w-120 {
  width: 120px !important;
}
.zb-w-percent-120 {
  width: 120% !important;
}
.zb-min-w-120 {
  min-width: 120px !important;
}
.zb-max-w-120 {
  max-width: 120px !important;
}
.zb-calc-w-120 {
  width: calc(100vw - 120px) !important;
}
.zb-calc-min-w-120 {
  min-width: calc(100vw - 120px) !important;
}
.zb-calc-max-w-120 {
  max-width: calc(100vw - 120px) !important;
}
.zb-font-120 {
  font-size: 120px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-120 {
    max-width: 120px !important;
  }
}
.zb-h-121 {
  height: 121px !important;
}
.zb-min-h-121 {
  min-height: 121px !important;
}
.zb-max-h-121 {
  max-height: 121px !important;
}
.zb-calc-h-121 {
  height: calc(100vh - 121px) !important;
}
.zb-calc-min-h-121 {
  min-height: calc(100vh - 121px) !important;
}
.zb-calc-max-h-121 {
  max-height: calc(100vh - 121px) !important;
}
.zb-w-121 {
  width: 121px !important;
}
.zb-w-percent-121 {
  width: 121% !important;
}
.zb-min-w-121 {
  min-width: 121px !important;
}
.zb-max-w-121 {
  max-width: 121px !important;
}
.zb-calc-w-121 {
  width: calc(100vw - 121px) !important;
}
.zb-calc-min-w-121 {
  min-width: calc(100vw - 121px) !important;
}
.zb-calc-max-w-121 {
  max-width: calc(100vw - 121px) !important;
}
.zb-font-121 {
  font-size: 121px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-121 {
    max-width: 121px !important;
  }
}
.zb-h-122 {
  height: 122px !important;
}
.zb-min-h-122 {
  min-height: 122px !important;
}
.zb-max-h-122 {
  max-height: 122px !important;
}
.zb-calc-h-122 {
  height: calc(100vh - 122px) !important;
}
.zb-calc-min-h-122 {
  min-height: calc(100vh - 122px) !important;
}
.zb-calc-max-h-122 {
  max-height: calc(100vh - 122px) !important;
}
.zb-w-122 {
  width: 122px !important;
}
.zb-w-percent-122 {
  width: 122% !important;
}
.zb-min-w-122 {
  min-width: 122px !important;
}
.zb-max-w-122 {
  max-width: 122px !important;
}
.zb-calc-w-122 {
  width: calc(100vw - 122px) !important;
}
.zb-calc-min-w-122 {
  min-width: calc(100vw - 122px) !important;
}
.zb-calc-max-w-122 {
  max-width: calc(100vw - 122px) !important;
}
.zb-font-122 {
  font-size: 122px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-122 {
    max-width: 122px !important;
  }
}
.zb-h-123 {
  height: 123px !important;
}
.zb-min-h-123 {
  min-height: 123px !important;
}
.zb-max-h-123 {
  max-height: 123px !important;
}
.zb-calc-h-123 {
  height: calc(100vh - 123px) !important;
}
.zb-calc-min-h-123 {
  min-height: calc(100vh - 123px) !important;
}
.zb-calc-max-h-123 {
  max-height: calc(100vh - 123px) !important;
}
.zb-w-123 {
  width: 123px !important;
}
.zb-w-percent-123 {
  width: 123% !important;
}
.zb-min-w-123 {
  min-width: 123px !important;
}
.zb-max-w-123 {
  max-width: 123px !important;
}
.zb-calc-w-123 {
  width: calc(100vw - 123px) !important;
}
.zb-calc-min-w-123 {
  min-width: calc(100vw - 123px) !important;
}
.zb-calc-max-w-123 {
  max-width: calc(100vw - 123px) !important;
}
.zb-font-123 {
  font-size: 123px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-123 {
    max-width: 123px !important;
  }
}
.zb-h-124 {
  height: 124px !important;
}
.zb-min-h-124 {
  min-height: 124px !important;
}
.zb-max-h-124 {
  max-height: 124px !important;
}
.zb-calc-h-124 {
  height: calc(100vh - 124px) !important;
}
.zb-calc-min-h-124 {
  min-height: calc(100vh - 124px) !important;
}
.zb-calc-max-h-124 {
  max-height: calc(100vh - 124px) !important;
}
.zb-w-124 {
  width: 124px !important;
}
.zb-w-percent-124 {
  width: 124% !important;
}
.zb-min-w-124 {
  min-width: 124px !important;
}
.zb-max-w-124 {
  max-width: 124px !important;
}
.zb-calc-w-124 {
  width: calc(100vw - 124px) !important;
}
.zb-calc-min-w-124 {
  min-width: calc(100vw - 124px) !important;
}
.zb-calc-max-w-124 {
  max-width: calc(100vw - 124px) !important;
}
.zb-font-124 {
  font-size: 124px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-124 {
    max-width: 124px !important;
  }
}
.zb-h-125 {
  height: 125px !important;
}
.zb-min-h-125 {
  min-height: 125px !important;
}
.zb-max-h-125 {
  max-height: 125px !important;
}
.zb-calc-h-125 {
  height: calc(100vh - 125px) !important;
}
.zb-calc-min-h-125 {
  min-height: calc(100vh - 125px) !important;
}
.zb-calc-max-h-125 {
  max-height: calc(100vh - 125px) !important;
}
.zb-w-125 {
  width: 125px !important;
}
.zb-w-percent-125 {
  width: 125% !important;
}
.zb-min-w-125 {
  min-width: 125px !important;
}
.zb-max-w-125 {
  max-width: 125px !important;
}
.zb-calc-w-125 {
  width: calc(100vw - 125px) !important;
}
.zb-calc-min-w-125 {
  min-width: calc(100vw - 125px) !important;
}
.zb-calc-max-w-125 {
  max-width: calc(100vw - 125px) !important;
}
.zb-font-125 {
  font-size: 125px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-125 {
    max-width: 125px !important;
  }
}
.zb-h-126 {
  height: 126px !important;
}
.zb-min-h-126 {
  min-height: 126px !important;
}
.zb-max-h-126 {
  max-height: 126px !important;
}
.zb-calc-h-126 {
  height: calc(100vh - 126px) !important;
}
.zb-calc-min-h-126 {
  min-height: calc(100vh - 126px) !important;
}
.zb-calc-max-h-126 {
  max-height: calc(100vh - 126px) !important;
}
.zb-w-126 {
  width: 126px !important;
}
.zb-w-percent-126 {
  width: 126% !important;
}
.zb-min-w-126 {
  min-width: 126px !important;
}
.zb-max-w-126 {
  max-width: 126px !important;
}
.zb-calc-w-126 {
  width: calc(100vw - 126px) !important;
}
.zb-calc-min-w-126 {
  min-width: calc(100vw - 126px) !important;
}
.zb-calc-max-w-126 {
  max-width: calc(100vw - 126px) !important;
}
.zb-font-126 {
  font-size: 126px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-126 {
    max-width: 126px !important;
  }
}
.zb-h-127 {
  height: 127px !important;
}
.zb-min-h-127 {
  min-height: 127px !important;
}
.zb-max-h-127 {
  max-height: 127px !important;
}
.zb-calc-h-127 {
  height: calc(100vh - 127px) !important;
}
.zb-calc-min-h-127 {
  min-height: calc(100vh - 127px) !important;
}
.zb-calc-max-h-127 {
  max-height: calc(100vh - 127px) !important;
}
.zb-w-127 {
  width: 127px !important;
}
.zb-w-percent-127 {
  width: 127% !important;
}
.zb-min-w-127 {
  min-width: 127px !important;
}
.zb-max-w-127 {
  max-width: 127px !important;
}
.zb-calc-w-127 {
  width: calc(100vw - 127px) !important;
}
.zb-calc-min-w-127 {
  min-width: calc(100vw - 127px) !important;
}
.zb-calc-max-w-127 {
  max-width: calc(100vw - 127px) !important;
}
.zb-font-127 {
  font-size: 127px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-127 {
    max-width: 127px !important;
  }
}
.zb-h-128 {
  height: 128px !important;
}
.zb-min-h-128 {
  min-height: 128px !important;
}
.zb-max-h-128 {
  max-height: 128px !important;
}
.zb-calc-h-128 {
  height: calc(100vh - 128px) !important;
}
.zb-calc-min-h-128 {
  min-height: calc(100vh - 128px) !important;
}
.zb-calc-max-h-128 {
  max-height: calc(100vh - 128px) !important;
}
.zb-w-128 {
  width: 128px !important;
}
.zb-w-percent-128 {
  width: 128% !important;
}
.zb-min-w-128 {
  min-width: 128px !important;
}
.zb-max-w-128 {
  max-width: 128px !important;
}
.zb-calc-w-128 {
  width: calc(100vw - 128px) !important;
}
.zb-calc-min-w-128 {
  min-width: calc(100vw - 128px) !important;
}
.zb-calc-max-w-128 {
  max-width: calc(100vw - 128px) !important;
}
.zb-font-128 {
  font-size: 128px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-128 {
    max-width: 128px !important;
  }
}
.zb-h-129 {
  height: 129px !important;
}
.zb-min-h-129 {
  min-height: 129px !important;
}
.zb-max-h-129 {
  max-height: 129px !important;
}
.zb-calc-h-129 {
  height: calc(100vh - 129px) !important;
}
.zb-calc-min-h-129 {
  min-height: calc(100vh - 129px) !important;
}
.zb-calc-max-h-129 {
  max-height: calc(100vh - 129px) !important;
}
.zb-w-129 {
  width: 129px !important;
}
.zb-w-percent-129 {
  width: 129% !important;
}
.zb-min-w-129 {
  min-width: 129px !important;
}
.zb-max-w-129 {
  max-width: 129px !important;
}
.zb-calc-w-129 {
  width: calc(100vw - 129px) !important;
}
.zb-calc-min-w-129 {
  min-width: calc(100vw - 129px) !important;
}
.zb-calc-max-w-129 {
  max-width: calc(100vw - 129px) !important;
}
.zb-font-129 {
  font-size: 129px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-129 {
    max-width: 129px !important;
  }
}
.zb-h-130 {
  height: 130px !important;
}
.zb-min-h-130 {
  min-height: 130px !important;
}
.zb-max-h-130 {
  max-height: 130px !important;
}
.zb-calc-h-130 {
  height: calc(100vh - 130px) !important;
}
.zb-calc-min-h-130 {
  min-height: calc(100vh - 130px) !important;
}
.zb-calc-max-h-130 {
  max-height: calc(100vh - 130px) !important;
}
.zb-w-130 {
  width: 130px !important;
}
.zb-w-percent-130 {
  width: 130% !important;
}
.zb-min-w-130 {
  min-width: 130px !important;
}
.zb-max-w-130 {
  max-width: 130px !important;
}
.zb-calc-w-130 {
  width: calc(100vw - 130px) !important;
}
.zb-calc-min-w-130 {
  min-width: calc(100vw - 130px) !important;
}
.zb-calc-max-w-130 {
  max-width: calc(100vw - 130px) !important;
}
.zb-font-130 {
  font-size: 130px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-130 {
    max-width: 130px !important;
  }
}
.zb-h-131 {
  height: 131px !important;
}
.zb-min-h-131 {
  min-height: 131px !important;
}
.zb-max-h-131 {
  max-height: 131px !important;
}
.zb-calc-h-131 {
  height: calc(100vh - 131px) !important;
}
.zb-calc-min-h-131 {
  min-height: calc(100vh - 131px) !important;
}
.zb-calc-max-h-131 {
  max-height: calc(100vh - 131px) !important;
}
.zb-w-131 {
  width: 131px !important;
}
.zb-w-percent-131 {
  width: 131% !important;
}
.zb-min-w-131 {
  min-width: 131px !important;
}
.zb-max-w-131 {
  max-width: 131px !important;
}
.zb-calc-w-131 {
  width: calc(100vw - 131px) !important;
}
.zb-calc-min-w-131 {
  min-width: calc(100vw - 131px) !important;
}
.zb-calc-max-w-131 {
  max-width: calc(100vw - 131px) !important;
}
.zb-font-131 {
  font-size: 131px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-131 {
    max-width: 131px !important;
  }
}
.zb-h-132 {
  height: 132px !important;
}
.zb-min-h-132 {
  min-height: 132px !important;
}
.zb-max-h-132 {
  max-height: 132px !important;
}
.zb-calc-h-132 {
  height: calc(100vh - 132px) !important;
}
.zb-calc-min-h-132 {
  min-height: calc(100vh - 132px) !important;
}
.zb-calc-max-h-132 {
  max-height: calc(100vh - 132px) !important;
}
.zb-w-132 {
  width: 132px !important;
}
.zb-w-percent-132 {
  width: 132% !important;
}
.zb-min-w-132 {
  min-width: 132px !important;
}
.zb-max-w-132 {
  max-width: 132px !important;
}
.zb-calc-w-132 {
  width: calc(100vw - 132px) !important;
}
.zb-calc-min-w-132 {
  min-width: calc(100vw - 132px) !important;
}
.zb-calc-max-w-132 {
  max-width: calc(100vw - 132px) !important;
}
.zb-font-132 {
  font-size: 132px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-132 {
    max-width: 132px !important;
  }
}
.zb-h-133 {
  height: 133px !important;
}
.zb-min-h-133 {
  min-height: 133px !important;
}
.zb-max-h-133 {
  max-height: 133px !important;
}
.zb-calc-h-133 {
  height: calc(100vh - 133px) !important;
}
.zb-calc-min-h-133 {
  min-height: calc(100vh - 133px) !important;
}
.zb-calc-max-h-133 {
  max-height: calc(100vh - 133px) !important;
}
.zb-w-133 {
  width: 133px !important;
}
.zb-w-percent-133 {
  width: 133% !important;
}
.zb-min-w-133 {
  min-width: 133px !important;
}
.zb-max-w-133 {
  max-width: 133px !important;
}
.zb-calc-w-133 {
  width: calc(100vw - 133px) !important;
}
.zb-calc-min-w-133 {
  min-width: calc(100vw - 133px) !important;
}
.zb-calc-max-w-133 {
  max-width: calc(100vw - 133px) !important;
}
.zb-font-133 {
  font-size: 133px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-133 {
    max-width: 133px !important;
  }
}
.zb-h-134 {
  height: 134px !important;
}
.zb-min-h-134 {
  min-height: 134px !important;
}
.zb-max-h-134 {
  max-height: 134px !important;
}
.zb-calc-h-134 {
  height: calc(100vh - 134px) !important;
}
.zb-calc-min-h-134 {
  min-height: calc(100vh - 134px) !important;
}
.zb-calc-max-h-134 {
  max-height: calc(100vh - 134px) !important;
}
.zb-w-134 {
  width: 134px !important;
}
.zb-w-percent-134 {
  width: 134% !important;
}
.zb-min-w-134 {
  min-width: 134px !important;
}
.zb-max-w-134 {
  max-width: 134px !important;
}
.zb-calc-w-134 {
  width: calc(100vw - 134px) !important;
}
.zb-calc-min-w-134 {
  min-width: calc(100vw - 134px) !important;
}
.zb-calc-max-w-134 {
  max-width: calc(100vw - 134px) !important;
}
.zb-font-134 {
  font-size: 134px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-134 {
    max-width: 134px !important;
  }
}
.zb-h-135 {
  height: 135px !important;
}
.zb-min-h-135 {
  min-height: 135px !important;
}
.zb-max-h-135 {
  max-height: 135px !important;
}
.zb-calc-h-135 {
  height: calc(100vh - 135px) !important;
}
.zb-calc-min-h-135 {
  min-height: calc(100vh - 135px) !important;
}
.zb-calc-max-h-135 {
  max-height: calc(100vh - 135px) !important;
}
.zb-w-135 {
  width: 135px !important;
}
.zb-w-percent-135 {
  width: 135% !important;
}
.zb-min-w-135 {
  min-width: 135px !important;
}
.zb-max-w-135 {
  max-width: 135px !important;
}
.zb-calc-w-135 {
  width: calc(100vw - 135px) !important;
}
.zb-calc-min-w-135 {
  min-width: calc(100vw - 135px) !important;
}
.zb-calc-max-w-135 {
  max-width: calc(100vw - 135px) !important;
}
.zb-font-135 {
  font-size: 135px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-135 {
    max-width: 135px !important;
  }
}
.zb-h-136 {
  height: 136px !important;
}
.zb-min-h-136 {
  min-height: 136px !important;
}
.zb-max-h-136 {
  max-height: 136px !important;
}
.zb-calc-h-136 {
  height: calc(100vh - 136px) !important;
}
.zb-calc-min-h-136 {
  min-height: calc(100vh - 136px) !important;
}
.zb-calc-max-h-136 {
  max-height: calc(100vh - 136px) !important;
}
.zb-w-136 {
  width: 136px !important;
}
.zb-w-percent-136 {
  width: 136% !important;
}
.zb-min-w-136 {
  min-width: 136px !important;
}
.zb-max-w-136 {
  max-width: 136px !important;
}
.zb-calc-w-136 {
  width: calc(100vw - 136px) !important;
}
.zb-calc-min-w-136 {
  min-width: calc(100vw - 136px) !important;
}
.zb-calc-max-w-136 {
  max-width: calc(100vw - 136px) !important;
}
.zb-font-136 {
  font-size: 136px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-136 {
    max-width: 136px !important;
  }
}
.zb-h-137 {
  height: 137px !important;
}
.zb-min-h-137 {
  min-height: 137px !important;
}
.zb-max-h-137 {
  max-height: 137px !important;
}
.zb-calc-h-137 {
  height: calc(100vh - 137px) !important;
}
.zb-calc-min-h-137 {
  min-height: calc(100vh - 137px) !important;
}
.zb-calc-max-h-137 {
  max-height: calc(100vh - 137px) !important;
}
.zb-w-137 {
  width: 137px !important;
}
.zb-w-percent-137 {
  width: 137% !important;
}
.zb-min-w-137 {
  min-width: 137px !important;
}
.zb-max-w-137 {
  max-width: 137px !important;
}
.zb-calc-w-137 {
  width: calc(100vw - 137px) !important;
}
.zb-calc-min-w-137 {
  min-width: calc(100vw - 137px) !important;
}
.zb-calc-max-w-137 {
  max-width: calc(100vw - 137px) !important;
}
.zb-font-137 {
  font-size: 137px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-137 {
    max-width: 137px !important;
  }
}
.zb-h-138 {
  height: 138px !important;
}
.zb-min-h-138 {
  min-height: 138px !important;
}
.zb-max-h-138 {
  max-height: 138px !important;
}
.zb-calc-h-138 {
  height: calc(100vh - 138px) !important;
}
.zb-calc-min-h-138 {
  min-height: calc(100vh - 138px) !important;
}
.zb-calc-max-h-138 {
  max-height: calc(100vh - 138px) !important;
}
.zb-w-138 {
  width: 138px !important;
}
.zb-w-percent-138 {
  width: 138% !important;
}
.zb-min-w-138 {
  min-width: 138px !important;
}
.zb-max-w-138 {
  max-width: 138px !important;
}
.zb-calc-w-138 {
  width: calc(100vw - 138px) !important;
}
.zb-calc-min-w-138 {
  min-width: calc(100vw - 138px) !important;
}
.zb-calc-max-w-138 {
  max-width: calc(100vw - 138px) !important;
}
.zb-font-138 {
  font-size: 138px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-138 {
    max-width: 138px !important;
  }
}
.zb-h-139 {
  height: 139px !important;
}
.zb-min-h-139 {
  min-height: 139px !important;
}
.zb-max-h-139 {
  max-height: 139px !important;
}
.zb-calc-h-139 {
  height: calc(100vh - 139px) !important;
}
.zb-calc-min-h-139 {
  min-height: calc(100vh - 139px) !important;
}
.zb-calc-max-h-139 {
  max-height: calc(100vh - 139px) !important;
}
.zb-w-139 {
  width: 139px !important;
}
.zb-w-percent-139 {
  width: 139% !important;
}
.zb-min-w-139 {
  min-width: 139px !important;
}
.zb-max-w-139 {
  max-width: 139px !important;
}
.zb-calc-w-139 {
  width: calc(100vw - 139px) !important;
}
.zb-calc-min-w-139 {
  min-width: calc(100vw - 139px) !important;
}
.zb-calc-max-w-139 {
  max-width: calc(100vw - 139px) !important;
}
.zb-font-139 {
  font-size: 139px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-139 {
    max-width: 139px !important;
  }
}
.zb-h-140 {
  height: 140px !important;
}
.zb-min-h-140 {
  min-height: 140px !important;
}
.zb-max-h-140 {
  max-height: 140px !important;
}
.zb-calc-h-140 {
  height: calc(100vh - 140px) !important;
}
.zb-calc-min-h-140 {
  min-height: calc(100vh - 140px) !important;
}
.zb-calc-max-h-140 {
  max-height: calc(100vh - 140px) !important;
}
.zb-w-140 {
  width: 140px !important;
}
.zb-w-percent-140 {
  width: 140% !important;
}
.zb-min-w-140 {
  min-width: 140px !important;
}
.zb-max-w-140 {
  max-width: 140px !important;
}
.zb-calc-w-140 {
  width: calc(100vw - 140px) !important;
}
.zb-calc-min-w-140 {
  min-width: calc(100vw - 140px) !important;
}
.zb-calc-max-w-140 {
  max-width: calc(100vw - 140px) !important;
}
.zb-font-140 {
  font-size: 140px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-140 {
    max-width: 140px !important;
  }
}
.zb-h-141 {
  height: 141px !important;
}
.zb-min-h-141 {
  min-height: 141px !important;
}
.zb-max-h-141 {
  max-height: 141px !important;
}
.zb-calc-h-141 {
  height: calc(100vh - 141px) !important;
}
.zb-calc-min-h-141 {
  min-height: calc(100vh - 141px) !important;
}
.zb-calc-max-h-141 {
  max-height: calc(100vh - 141px) !important;
}
.zb-w-141 {
  width: 141px !important;
}
.zb-w-percent-141 {
  width: 141% !important;
}
.zb-min-w-141 {
  min-width: 141px !important;
}
.zb-max-w-141 {
  max-width: 141px !important;
}
.zb-calc-w-141 {
  width: calc(100vw - 141px) !important;
}
.zb-calc-min-w-141 {
  min-width: calc(100vw - 141px) !important;
}
.zb-calc-max-w-141 {
  max-width: calc(100vw - 141px) !important;
}
.zb-font-141 {
  font-size: 141px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-141 {
    max-width: 141px !important;
  }
}
.zb-h-142 {
  height: 142px !important;
}
.zb-min-h-142 {
  min-height: 142px !important;
}
.zb-max-h-142 {
  max-height: 142px !important;
}
.zb-calc-h-142 {
  height: calc(100vh - 142px) !important;
}
.zb-calc-min-h-142 {
  min-height: calc(100vh - 142px) !important;
}
.zb-calc-max-h-142 {
  max-height: calc(100vh - 142px) !important;
}
.zb-w-142 {
  width: 142px !important;
}
.zb-w-percent-142 {
  width: 142% !important;
}
.zb-min-w-142 {
  min-width: 142px !important;
}
.zb-max-w-142 {
  max-width: 142px !important;
}
.zb-calc-w-142 {
  width: calc(100vw - 142px) !important;
}
.zb-calc-min-w-142 {
  min-width: calc(100vw - 142px) !important;
}
.zb-calc-max-w-142 {
  max-width: calc(100vw - 142px) !important;
}
.zb-font-142 {
  font-size: 142px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-142 {
    max-width: 142px !important;
  }
}
.zb-h-143 {
  height: 143px !important;
}
.zb-min-h-143 {
  min-height: 143px !important;
}
.zb-max-h-143 {
  max-height: 143px !important;
}
.zb-calc-h-143 {
  height: calc(100vh - 143px) !important;
}
.zb-calc-min-h-143 {
  min-height: calc(100vh - 143px) !important;
}
.zb-calc-max-h-143 {
  max-height: calc(100vh - 143px) !important;
}
.zb-w-143 {
  width: 143px !important;
}
.zb-w-percent-143 {
  width: 143% !important;
}
.zb-min-w-143 {
  min-width: 143px !important;
}
.zb-max-w-143 {
  max-width: 143px !important;
}
.zb-calc-w-143 {
  width: calc(100vw - 143px) !important;
}
.zb-calc-min-w-143 {
  min-width: calc(100vw - 143px) !important;
}
.zb-calc-max-w-143 {
  max-width: calc(100vw - 143px) !important;
}
.zb-font-143 {
  font-size: 143px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-143 {
    max-width: 143px !important;
  }
}
.zb-h-144 {
  height: 144px !important;
}
.zb-min-h-144 {
  min-height: 144px !important;
}
.zb-max-h-144 {
  max-height: 144px !important;
}
.zb-calc-h-144 {
  height: calc(100vh - 144px) !important;
}
.zb-calc-min-h-144 {
  min-height: calc(100vh - 144px) !important;
}
.zb-calc-max-h-144 {
  max-height: calc(100vh - 144px) !important;
}
.zb-w-144 {
  width: 144px !important;
}
.zb-w-percent-144 {
  width: 144% !important;
}
.zb-min-w-144 {
  min-width: 144px !important;
}
.zb-max-w-144 {
  max-width: 144px !important;
}
.zb-calc-w-144 {
  width: calc(100vw - 144px) !important;
}
.zb-calc-min-w-144 {
  min-width: calc(100vw - 144px) !important;
}
.zb-calc-max-w-144 {
  max-width: calc(100vw - 144px) !important;
}
.zb-font-144 {
  font-size: 144px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-144 {
    max-width: 144px !important;
  }
}
.zb-h-145 {
  height: 145px !important;
}
.zb-min-h-145 {
  min-height: 145px !important;
}
.zb-max-h-145 {
  max-height: 145px !important;
}
.zb-calc-h-145 {
  height: calc(100vh - 145px) !important;
}
.zb-calc-min-h-145 {
  min-height: calc(100vh - 145px) !important;
}
.zb-calc-max-h-145 {
  max-height: calc(100vh - 145px) !important;
}
.zb-w-145 {
  width: 145px !important;
}
.zb-w-percent-145 {
  width: 145% !important;
}
.zb-min-w-145 {
  min-width: 145px !important;
}
.zb-max-w-145 {
  max-width: 145px !important;
}
.zb-calc-w-145 {
  width: calc(100vw - 145px) !important;
}
.zb-calc-min-w-145 {
  min-width: calc(100vw - 145px) !important;
}
.zb-calc-max-w-145 {
  max-width: calc(100vw - 145px) !important;
}
.zb-font-145 {
  font-size: 145px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-145 {
    max-width: 145px !important;
  }
}
.zb-h-146 {
  height: 146px !important;
}
.zb-min-h-146 {
  min-height: 146px !important;
}
.zb-max-h-146 {
  max-height: 146px !important;
}
.zb-calc-h-146 {
  height: calc(100vh - 146px) !important;
}
.zb-calc-min-h-146 {
  min-height: calc(100vh - 146px) !important;
}
.zb-calc-max-h-146 {
  max-height: calc(100vh - 146px) !important;
}
.zb-w-146 {
  width: 146px !important;
}
.zb-w-percent-146 {
  width: 146% !important;
}
.zb-min-w-146 {
  min-width: 146px !important;
}
.zb-max-w-146 {
  max-width: 146px !important;
}
.zb-calc-w-146 {
  width: calc(100vw - 146px) !important;
}
.zb-calc-min-w-146 {
  min-width: calc(100vw - 146px) !important;
}
.zb-calc-max-w-146 {
  max-width: calc(100vw - 146px) !important;
}
.zb-font-146 {
  font-size: 146px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-146 {
    max-width: 146px !important;
  }
}
.zb-h-147 {
  height: 147px !important;
}
.zb-min-h-147 {
  min-height: 147px !important;
}
.zb-max-h-147 {
  max-height: 147px !important;
}
.zb-calc-h-147 {
  height: calc(100vh - 147px) !important;
}
.zb-calc-min-h-147 {
  min-height: calc(100vh - 147px) !important;
}
.zb-calc-max-h-147 {
  max-height: calc(100vh - 147px) !important;
}
.zb-w-147 {
  width: 147px !important;
}
.zb-w-percent-147 {
  width: 147% !important;
}
.zb-min-w-147 {
  min-width: 147px !important;
}
.zb-max-w-147 {
  max-width: 147px !important;
}
.zb-calc-w-147 {
  width: calc(100vw - 147px) !important;
}
.zb-calc-min-w-147 {
  min-width: calc(100vw - 147px) !important;
}
.zb-calc-max-w-147 {
  max-width: calc(100vw - 147px) !important;
}
.zb-font-147 {
  font-size: 147px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-147 {
    max-width: 147px !important;
  }
}
.zb-h-148 {
  height: 148px !important;
}
.zb-min-h-148 {
  min-height: 148px !important;
}
.zb-max-h-148 {
  max-height: 148px !important;
}
.zb-calc-h-148 {
  height: calc(100vh - 148px) !important;
}
.zb-calc-min-h-148 {
  min-height: calc(100vh - 148px) !important;
}
.zb-calc-max-h-148 {
  max-height: calc(100vh - 148px) !important;
}
.zb-w-148 {
  width: 148px !important;
}
.zb-w-percent-148 {
  width: 148% !important;
}
.zb-min-w-148 {
  min-width: 148px !important;
}
.zb-max-w-148 {
  max-width: 148px !important;
}
.zb-calc-w-148 {
  width: calc(100vw - 148px) !important;
}
.zb-calc-min-w-148 {
  min-width: calc(100vw - 148px) !important;
}
.zb-calc-max-w-148 {
  max-width: calc(100vw - 148px) !important;
}
.zb-font-148 {
  font-size: 148px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-148 {
    max-width: 148px !important;
  }
}
.zb-h-149 {
  height: 149px !important;
}
.zb-min-h-149 {
  min-height: 149px !important;
}
.zb-max-h-149 {
  max-height: 149px !important;
}
.zb-calc-h-149 {
  height: calc(100vh - 149px) !important;
}
.zb-calc-min-h-149 {
  min-height: calc(100vh - 149px) !important;
}
.zb-calc-max-h-149 {
  max-height: calc(100vh - 149px) !important;
}
.zb-w-149 {
  width: 149px !important;
}
.zb-w-percent-149 {
  width: 149% !important;
}
.zb-min-w-149 {
  min-width: 149px !important;
}
.zb-max-w-149 {
  max-width: 149px !important;
}
.zb-calc-w-149 {
  width: calc(100vw - 149px) !important;
}
.zb-calc-min-w-149 {
  min-width: calc(100vw - 149px) !important;
}
.zb-calc-max-w-149 {
  max-width: calc(100vw - 149px) !important;
}
.zb-font-149 {
  font-size: 149px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-149 {
    max-width: 149px !important;
  }
}
.zb-h-150 {
  height: 150px !important;
}
.zb-min-h-150 {
  min-height: 150px !important;
}
.zb-max-h-150 {
  max-height: 150px !important;
}
.zb-calc-h-150 {
  height: calc(100vh - 150px) !important;
}
.zb-calc-min-h-150 {
  min-height: calc(100vh - 150px) !important;
}
.zb-calc-max-h-150 {
  max-height: calc(100vh - 150px) !important;
}
.zb-w-150 {
  width: 150px !important;
}
.zb-w-percent-150 {
  width: 150% !important;
}
.zb-min-w-150 {
  min-width: 150px !important;
}
.zb-max-w-150 {
  max-width: 150px !important;
}
.zb-calc-w-150 {
  width: calc(100vw - 150px) !important;
}
.zb-calc-min-w-150 {
  min-width: calc(100vw - 150px) !important;
}
.zb-calc-max-w-150 {
  max-width: calc(100vw - 150px) !important;
}
.zb-font-150 {
  font-size: 150px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-150 {
    max-width: 150px !important;
  }
}
.zb-h-151 {
  height: 151px !important;
}
.zb-min-h-151 {
  min-height: 151px !important;
}
.zb-max-h-151 {
  max-height: 151px !important;
}
.zb-calc-h-151 {
  height: calc(100vh - 151px) !important;
}
.zb-calc-min-h-151 {
  min-height: calc(100vh - 151px) !important;
}
.zb-calc-max-h-151 {
  max-height: calc(100vh - 151px) !important;
}
.zb-w-151 {
  width: 151px !important;
}
.zb-w-percent-151 {
  width: 151% !important;
}
.zb-min-w-151 {
  min-width: 151px !important;
}
.zb-max-w-151 {
  max-width: 151px !important;
}
.zb-calc-w-151 {
  width: calc(100vw - 151px) !important;
}
.zb-calc-min-w-151 {
  min-width: calc(100vw - 151px) !important;
}
.zb-calc-max-w-151 {
  max-width: calc(100vw - 151px) !important;
}
.zb-font-151 {
  font-size: 151px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-151 {
    max-width: 151px !important;
  }
}
.zb-h-152 {
  height: 152px !important;
}
.zb-min-h-152 {
  min-height: 152px !important;
}
.zb-max-h-152 {
  max-height: 152px !important;
}
.zb-calc-h-152 {
  height: calc(100vh - 152px) !important;
}
.zb-calc-min-h-152 {
  min-height: calc(100vh - 152px) !important;
}
.zb-calc-max-h-152 {
  max-height: calc(100vh - 152px) !important;
}
.zb-w-152 {
  width: 152px !important;
}
.zb-w-percent-152 {
  width: 152% !important;
}
.zb-min-w-152 {
  min-width: 152px !important;
}
.zb-max-w-152 {
  max-width: 152px !important;
}
.zb-calc-w-152 {
  width: calc(100vw - 152px) !important;
}
.zb-calc-min-w-152 {
  min-width: calc(100vw - 152px) !important;
}
.zb-calc-max-w-152 {
  max-width: calc(100vw - 152px) !important;
}
.zb-font-152 {
  font-size: 152px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-152 {
    max-width: 152px !important;
  }
}
.zb-h-153 {
  height: 153px !important;
}
.zb-min-h-153 {
  min-height: 153px !important;
}
.zb-max-h-153 {
  max-height: 153px !important;
}
.zb-calc-h-153 {
  height: calc(100vh - 153px) !important;
}
.zb-calc-min-h-153 {
  min-height: calc(100vh - 153px) !important;
}
.zb-calc-max-h-153 {
  max-height: calc(100vh - 153px) !important;
}
.zb-w-153 {
  width: 153px !important;
}
.zb-w-percent-153 {
  width: 153% !important;
}
.zb-min-w-153 {
  min-width: 153px !important;
}
.zb-max-w-153 {
  max-width: 153px !important;
}
.zb-calc-w-153 {
  width: calc(100vw - 153px) !important;
}
.zb-calc-min-w-153 {
  min-width: calc(100vw - 153px) !important;
}
.zb-calc-max-w-153 {
  max-width: calc(100vw - 153px) !important;
}
.zb-font-153 {
  font-size: 153px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-153 {
    max-width: 153px !important;
  }
}
.zb-h-154 {
  height: 154px !important;
}
.zb-min-h-154 {
  min-height: 154px !important;
}
.zb-max-h-154 {
  max-height: 154px !important;
}
.zb-calc-h-154 {
  height: calc(100vh - 154px) !important;
}
.zb-calc-min-h-154 {
  min-height: calc(100vh - 154px) !important;
}
.zb-calc-max-h-154 {
  max-height: calc(100vh - 154px) !important;
}
.zb-w-154 {
  width: 154px !important;
}
.zb-w-percent-154 {
  width: 154% !important;
}
.zb-min-w-154 {
  min-width: 154px !important;
}
.zb-max-w-154 {
  max-width: 154px !important;
}
.zb-calc-w-154 {
  width: calc(100vw - 154px) !important;
}
.zb-calc-min-w-154 {
  min-width: calc(100vw - 154px) !important;
}
.zb-calc-max-w-154 {
  max-width: calc(100vw - 154px) !important;
}
.zb-font-154 {
  font-size: 154px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-154 {
    max-width: 154px !important;
  }
}
.zb-h-155 {
  height: 155px !important;
}
.zb-min-h-155 {
  min-height: 155px !important;
}
.zb-max-h-155 {
  max-height: 155px !important;
}
.zb-calc-h-155 {
  height: calc(100vh - 155px) !important;
}
.zb-calc-min-h-155 {
  min-height: calc(100vh - 155px) !important;
}
.zb-calc-max-h-155 {
  max-height: calc(100vh - 155px) !important;
}
.zb-w-155 {
  width: 155px !important;
}
.zb-w-percent-155 {
  width: 155% !important;
}
.zb-min-w-155 {
  min-width: 155px !important;
}
.zb-max-w-155 {
  max-width: 155px !important;
}
.zb-calc-w-155 {
  width: calc(100vw - 155px) !important;
}
.zb-calc-min-w-155 {
  min-width: calc(100vw - 155px) !important;
}
.zb-calc-max-w-155 {
  max-width: calc(100vw - 155px) !important;
}
.zb-font-155 {
  font-size: 155px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-155 {
    max-width: 155px !important;
  }
}
.zb-h-156 {
  height: 156px !important;
}
.zb-min-h-156 {
  min-height: 156px !important;
}
.zb-max-h-156 {
  max-height: 156px !important;
}
.zb-calc-h-156 {
  height: calc(100vh - 156px) !important;
}
.zb-calc-min-h-156 {
  min-height: calc(100vh - 156px) !important;
}
.zb-calc-max-h-156 {
  max-height: calc(100vh - 156px) !important;
}
.zb-w-156 {
  width: 156px !important;
}
.zb-w-percent-156 {
  width: 156% !important;
}
.zb-min-w-156 {
  min-width: 156px !important;
}
.zb-max-w-156 {
  max-width: 156px !important;
}
.zb-calc-w-156 {
  width: calc(100vw - 156px) !important;
}
.zb-calc-min-w-156 {
  min-width: calc(100vw - 156px) !important;
}
.zb-calc-max-w-156 {
  max-width: calc(100vw - 156px) !important;
}
.zb-font-156 {
  font-size: 156px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-156 {
    max-width: 156px !important;
  }
}
.zb-h-157 {
  height: 157px !important;
}
.zb-min-h-157 {
  min-height: 157px !important;
}
.zb-max-h-157 {
  max-height: 157px !important;
}
.zb-calc-h-157 {
  height: calc(100vh - 157px) !important;
}
.zb-calc-min-h-157 {
  min-height: calc(100vh - 157px) !important;
}
.zb-calc-max-h-157 {
  max-height: calc(100vh - 157px) !important;
}
.zb-w-157 {
  width: 157px !important;
}
.zb-w-percent-157 {
  width: 157% !important;
}
.zb-min-w-157 {
  min-width: 157px !important;
}
.zb-max-w-157 {
  max-width: 157px !important;
}
.zb-calc-w-157 {
  width: calc(100vw - 157px) !important;
}
.zb-calc-min-w-157 {
  min-width: calc(100vw - 157px) !important;
}
.zb-calc-max-w-157 {
  max-width: calc(100vw - 157px) !important;
}
.zb-font-157 {
  font-size: 157px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-157 {
    max-width: 157px !important;
  }
}
.zb-h-158 {
  height: 158px !important;
}
.zb-min-h-158 {
  min-height: 158px !important;
}
.zb-max-h-158 {
  max-height: 158px !important;
}
.zb-calc-h-158 {
  height: calc(100vh - 158px) !important;
}
.zb-calc-min-h-158 {
  min-height: calc(100vh - 158px) !important;
}
.zb-calc-max-h-158 {
  max-height: calc(100vh - 158px) !important;
}
.zb-w-158 {
  width: 158px !important;
}
.zb-w-percent-158 {
  width: 158% !important;
}
.zb-min-w-158 {
  min-width: 158px !important;
}
.zb-max-w-158 {
  max-width: 158px !important;
}
.zb-calc-w-158 {
  width: calc(100vw - 158px) !important;
}
.zb-calc-min-w-158 {
  min-width: calc(100vw - 158px) !important;
}
.zb-calc-max-w-158 {
  max-width: calc(100vw - 158px) !important;
}
.zb-font-158 {
  font-size: 158px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-158 {
    max-width: 158px !important;
  }
}
.zb-h-159 {
  height: 159px !important;
}
.zb-min-h-159 {
  min-height: 159px !important;
}
.zb-max-h-159 {
  max-height: 159px !important;
}
.zb-calc-h-159 {
  height: calc(100vh - 159px) !important;
}
.zb-calc-min-h-159 {
  min-height: calc(100vh - 159px) !important;
}
.zb-calc-max-h-159 {
  max-height: calc(100vh - 159px) !important;
}
.zb-w-159 {
  width: 159px !important;
}
.zb-w-percent-159 {
  width: 159% !important;
}
.zb-min-w-159 {
  min-width: 159px !important;
}
.zb-max-w-159 {
  max-width: 159px !important;
}
.zb-calc-w-159 {
  width: calc(100vw - 159px) !important;
}
.zb-calc-min-w-159 {
  min-width: calc(100vw - 159px) !important;
}
.zb-calc-max-w-159 {
  max-width: calc(100vw - 159px) !important;
}
.zb-font-159 {
  font-size: 159px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-159 {
    max-width: 159px !important;
  }
}
.zb-h-160 {
  height: 160px !important;
}
.zb-min-h-160 {
  min-height: 160px !important;
}
.zb-max-h-160 {
  max-height: 160px !important;
}
.zb-calc-h-160 {
  height: calc(100vh - 160px) !important;
}
.zb-calc-min-h-160 {
  min-height: calc(100vh - 160px) !important;
}
.zb-calc-max-h-160 {
  max-height: calc(100vh - 160px) !important;
}
.zb-w-160 {
  width: 160px !important;
}
.zb-w-percent-160 {
  width: 160% !important;
}
.zb-min-w-160 {
  min-width: 160px !important;
}
.zb-max-w-160 {
  max-width: 160px !important;
}
.zb-calc-w-160 {
  width: calc(100vw - 160px) !important;
}
.zb-calc-min-w-160 {
  min-width: calc(100vw - 160px) !important;
}
.zb-calc-max-w-160 {
  max-width: calc(100vw - 160px) !important;
}
.zb-font-160 {
  font-size: 160px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-160 {
    max-width: 160px !important;
  }
}
.zb-h-161 {
  height: 161px !important;
}
.zb-min-h-161 {
  min-height: 161px !important;
}
.zb-max-h-161 {
  max-height: 161px !important;
}
.zb-calc-h-161 {
  height: calc(100vh - 161px) !important;
}
.zb-calc-min-h-161 {
  min-height: calc(100vh - 161px) !important;
}
.zb-calc-max-h-161 {
  max-height: calc(100vh - 161px) !important;
}
.zb-w-161 {
  width: 161px !important;
}
.zb-w-percent-161 {
  width: 161% !important;
}
.zb-min-w-161 {
  min-width: 161px !important;
}
.zb-max-w-161 {
  max-width: 161px !important;
}
.zb-calc-w-161 {
  width: calc(100vw - 161px) !important;
}
.zb-calc-min-w-161 {
  min-width: calc(100vw - 161px) !important;
}
.zb-calc-max-w-161 {
  max-width: calc(100vw - 161px) !important;
}
.zb-font-161 {
  font-size: 161px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-161 {
    max-width: 161px !important;
  }
}
.zb-h-162 {
  height: 162px !important;
}
.zb-min-h-162 {
  min-height: 162px !important;
}
.zb-max-h-162 {
  max-height: 162px !important;
}
.zb-calc-h-162 {
  height: calc(100vh - 162px) !important;
}
.zb-calc-min-h-162 {
  min-height: calc(100vh - 162px) !important;
}
.zb-calc-max-h-162 {
  max-height: calc(100vh - 162px) !important;
}
.zb-w-162 {
  width: 162px !important;
}
.zb-w-percent-162 {
  width: 162% !important;
}
.zb-min-w-162 {
  min-width: 162px !important;
}
.zb-max-w-162 {
  max-width: 162px !important;
}
.zb-calc-w-162 {
  width: calc(100vw - 162px) !important;
}
.zb-calc-min-w-162 {
  min-width: calc(100vw - 162px) !important;
}
.zb-calc-max-w-162 {
  max-width: calc(100vw - 162px) !important;
}
.zb-font-162 {
  font-size: 162px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-162 {
    max-width: 162px !important;
  }
}
.zb-h-163 {
  height: 163px !important;
}
.zb-min-h-163 {
  min-height: 163px !important;
}
.zb-max-h-163 {
  max-height: 163px !important;
}
.zb-calc-h-163 {
  height: calc(100vh - 163px) !important;
}
.zb-calc-min-h-163 {
  min-height: calc(100vh - 163px) !important;
}
.zb-calc-max-h-163 {
  max-height: calc(100vh - 163px) !important;
}
.zb-w-163 {
  width: 163px !important;
}
.zb-w-percent-163 {
  width: 163% !important;
}
.zb-min-w-163 {
  min-width: 163px !important;
}
.zb-max-w-163 {
  max-width: 163px !important;
}
.zb-calc-w-163 {
  width: calc(100vw - 163px) !important;
}
.zb-calc-min-w-163 {
  min-width: calc(100vw - 163px) !important;
}
.zb-calc-max-w-163 {
  max-width: calc(100vw - 163px) !important;
}
.zb-font-163 {
  font-size: 163px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-163 {
    max-width: 163px !important;
  }
}
.zb-h-164 {
  height: 164px !important;
}
.zb-min-h-164 {
  min-height: 164px !important;
}
.zb-max-h-164 {
  max-height: 164px !important;
}
.zb-calc-h-164 {
  height: calc(100vh - 164px) !important;
}
.zb-calc-min-h-164 {
  min-height: calc(100vh - 164px) !important;
}
.zb-calc-max-h-164 {
  max-height: calc(100vh - 164px) !important;
}
.zb-w-164 {
  width: 164px !important;
}
.zb-w-percent-164 {
  width: 164% !important;
}
.zb-min-w-164 {
  min-width: 164px !important;
}
.zb-max-w-164 {
  max-width: 164px !important;
}
.zb-calc-w-164 {
  width: calc(100vw - 164px) !important;
}
.zb-calc-min-w-164 {
  min-width: calc(100vw - 164px) !important;
}
.zb-calc-max-w-164 {
  max-width: calc(100vw - 164px) !important;
}
.zb-font-164 {
  font-size: 164px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-164 {
    max-width: 164px !important;
  }
}
.zb-h-165 {
  height: 165px !important;
}
.zb-min-h-165 {
  min-height: 165px !important;
}
.zb-max-h-165 {
  max-height: 165px !important;
}
.zb-calc-h-165 {
  height: calc(100vh - 165px) !important;
}
.zb-calc-min-h-165 {
  min-height: calc(100vh - 165px) !important;
}
.zb-calc-max-h-165 {
  max-height: calc(100vh - 165px) !important;
}
.zb-w-165 {
  width: 165px !important;
}
.zb-w-percent-165 {
  width: 165% !important;
}
.zb-min-w-165 {
  min-width: 165px !important;
}
.zb-max-w-165 {
  max-width: 165px !important;
}
.zb-calc-w-165 {
  width: calc(100vw - 165px) !important;
}
.zb-calc-min-w-165 {
  min-width: calc(100vw - 165px) !important;
}
.zb-calc-max-w-165 {
  max-width: calc(100vw - 165px) !important;
}
.zb-font-165 {
  font-size: 165px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-165 {
    max-width: 165px !important;
  }
}
.zb-h-166 {
  height: 166px !important;
}
.zb-min-h-166 {
  min-height: 166px !important;
}
.zb-max-h-166 {
  max-height: 166px !important;
}
.zb-calc-h-166 {
  height: calc(100vh - 166px) !important;
}
.zb-calc-min-h-166 {
  min-height: calc(100vh - 166px) !important;
}
.zb-calc-max-h-166 {
  max-height: calc(100vh - 166px) !important;
}
.zb-w-166 {
  width: 166px !important;
}
.zb-w-percent-166 {
  width: 166% !important;
}
.zb-min-w-166 {
  min-width: 166px !important;
}
.zb-max-w-166 {
  max-width: 166px !important;
}
.zb-calc-w-166 {
  width: calc(100vw - 166px) !important;
}
.zb-calc-min-w-166 {
  min-width: calc(100vw - 166px) !important;
}
.zb-calc-max-w-166 {
  max-width: calc(100vw - 166px) !important;
}
.zb-font-166 {
  font-size: 166px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-166 {
    max-width: 166px !important;
  }
}
.zb-h-167 {
  height: 167px !important;
}
.zb-min-h-167 {
  min-height: 167px !important;
}
.zb-max-h-167 {
  max-height: 167px !important;
}
.zb-calc-h-167 {
  height: calc(100vh - 167px) !important;
}
.zb-calc-min-h-167 {
  min-height: calc(100vh - 167px) !important;
}
.zb-calc-max-h-167 {
  max-height: calc(100vh - 167px) !important;
}
.zb-w-167 {
  width: 167px !important;
}
.zb-w-percent-167 {
  width: 167% !important;
}
.zb-min-w-167 {
  min-width: 167px !important;
}
.zb-max-w-167 {
  max-width: 167px !important;
}
.zb-calc-w-167 {
  width: calc(100vw - 167px) !important;
}
.zb-calc-min-w-167 {
  min-width: calc(100vw - 167px) !important;
}
.zb-calc-max-w-167 {
  max-width: calc(100vw - 167px) !important;
}
.zb-font-167 {
  font-size: 167px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-167 {
    max-width: 167px !important;
  }
}
.zb-h-168 {
  height: 168px !important;
}
.zb-min-h-168 {
  min-height: 168px !important;
}
.zb-max-h-168 {
  max-height: 168px !important;
}
.zb-calc-h-168 {
  height: calc(100vh - 168px) !important;
}
.zb-calc-min-h-168 {
  min-height: calc(100vh - 168px) !important;
}
.zb-calc-max-h-168 {
  max-height: calc(100vh - 168px) !important;
}
.zb-w-168 {
  width: 168px !important;
}
.zb-w-percent-168 {
  width: 168% !important;
}
.zb-min-w-168 {
  min-width: 168px !important;
}
.zb-max-w-168 {
  max-width: 168px !important;
}
.zb-calc-w-168 {
  width: calc(100vw - 168px) !important;
}
.zb-calc-min-w-168 {
  min-width: calc(100vw - 168px) !important;
}
.zb-calc-max-w-168 {
  max-width: calc(100vw - 168px) !important;
}
.zb-font-168 {
  font-size: 168px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-168 {
    max-width: 168px !important;
  }
}
.zb-h-169 {
  height: 169px !important;
}
.zb-min-h-169 {
  min-height: 169px !important;
}
.zb-max-h-169 {
  max-height: 169px !important;
}
.zb-calc-h-169 {
  height: calc(100vh - 169px) !important;
}
.zb-calc-min-h-169 {
  min-height: calc(100vh - 169px) !important;
}
.zb-calc-max-h-169 {
  max-height: calc(100vh - 169px) !important;
}
.zb-w-169 {
  width: 169px !important;
}
.zb-w-percent-169 {
  width: 169% !important;
}
.zb-min-w-169 {
  min-width: 169px !important;
}
.zb-max-w-169 {
  max-width: 169px !important;
}
.zb-calc-w-169 {
  width: calc(100vw - 169px) !important;
}
.zb-calc-min-w-169 {
  min-width: calc(100vw - 169px) !important;
}
.zb-calc-max-w-169 {
  max-width: calc(100vw - 169px) !important;
}
.zb-font-169 {
  font-size: 169px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-169 {
    max-width: 169px !important;
  }
}
.zb-h-170 {
  height: 170px !important;
}
.zb-min-h-170 {
  min-height: 170px !important;
}
.zb-max-h-170 {
  max-height: 170px !important;
}
.zb-calc-h-170 {
  height: calc(100vh - 170px) !important;
}
.zb-calc-min-h-170 {
  min-height: calc(100vh - 170px) !important;
}
.zb-calc-max-h-170 {
  max-height: calc(100vh - 170px) !important;
}
.zb-w-170 {
  width: 170px !important;
}
.zb-w-percent-170 {
  width: 170% !important;
}
.zb-min-w-170 {
  min-width: 170px !important;
}
.zb-max-w-170 {
  max-width: 170px !important;
}
.zb-calc-w-170 {
  width: calc(100vw - 170px) !important;
}
.zb-calc-min-w-170 {
  min-width: calc(100vw - 170px) !important;
}
.zb-calc-max-w-170 {
  max-width: calc(100vw - 170px) !important;
}
.zb-font-170 {
  font-size: 170px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-170 {
    max-width: 170px !important;
  }
}
.zb-h-171 {
  height: 171px !important;
}
.zb-min-h-171 {
  min-height: 171px !important;
}
.zb-max-h-171 {
  max-height: 171px !important;
}
.zb-calc-h-171 {
  height: calc(100vh - 171px) !important;
}
.zb-calc-min-h-171 {
  min-height: calc(100vh - 171px) !important;
}
.zb-calc-max-h-171 {
  max-height: calc(100vh - 171px) !important;
}
.zb-w-171 {
  width: 171px !important;
}
.zb-w-percent-171 {
  width: 171% !important;
}
.zb-min-w-171 {
  min-width: 171px !important;
}
.zb-max-w-171 {
  max-width: 171px !important;
}
.zb-calc-w-171 {
  width: calc(100vw - 171px) !important;
}
.zb-calc-min-w-171 {
  min-width: calc(100vw - 171px) !important;
}
.zb-calc-max-w-171 {
  max-width: calc(100vw - 171px) !important;
}
.zb-font-171 {
  font-size: 171px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-171 {
    max-width: 171px !important;
  }
}
.zb-h-172 {
  height: 172px !important;
}
.zb-min-h-172 {
  min-height: 172px !important;
}
.zb-max-h-172 {
  max-height: 172px !important;
}
.zb-calc-h-172 {
  height: calc(100vh - 172px) !important;
}
.zb-calc-min-h-172 {
  min-height: calc(100vh - 172px) !important;
}
.zb-calc-max-h-172 {
  max-height: calc(100vh - 172px) !important;
}
.zb-w-172 {
  width: 172px !important;
}
.zb-w-percent-172 {
  width: 172% !important;
}
.zb-min-w-172 {
  min-width: 172px !important;
}
.zb-max-w-172 {
  max-width: 172px !important;
}
.zb-calc-w-172 {
  width: calc(100vw - 172px) !important;
}
.zb-calc-min-w-172 {
  min-width: calc(100vw - 172px) !important;
}
.zb-calc-max-w-172 {
  max-width: calc(100vw - 172px) !important;
}
.zb-font-172 {
  font-size: 172px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-172 {
    max-width: 172px !important;
  }
}
.zb-h-173 {
  height: 173px !important;
}
.zb-min-h-173 {
  min-height: 173px !important;
}
.zb-max-h-173 {
  max-height: 173px !important;
}
.zb-calc-h-173 {
  height: calc(100vh - 173px) !important;
}
.zb-calc-min-h-173 {
  min-height: calc(100vh - 173px) !important;
}
.zb-calc-max-h-173 {
  max-height: calc(100vh - 173px) !important;
}
.zb-w-173 {
  width: 173px !important;
}
.zb-w-percent-173 {
  width: 173% !important;
}
.zb-min-w-173 {
  min-width: 173px !important;
}
.zb-max-w-173 {
  max-width: 173px !important;
}
.zb-calc-w-173 {
  width: calc(100vw - 173px) !important;
}
.zb-calc-min-w-173 {
  min-width: calc(100vw - 173px) !important;
}
.zb-calc-max-w-173 {
  max-width: calc(100vw - 173px) !important;
}
.zb-font-173 {
  font-size: 173px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-173 {
    max-width: 173px !important;
  }
}
.zb-h-174 {
  height: 174px !important;
}
.zb-min-h-174 {
  min-height: 174px !important;
}
.zb-max-h-174 {
  max-height: 174px !important;
}
.zb-calc-h-174 {
  height: calc(100vh - 174px) !important;
}
.zb-calc-min-h-174 {
  min-height: calc(100vh - 174px) !important;
}
.zb-calc-max-h-174 {
  max-height: calc(100vh - 174px) !important;
}
.zb-w-174 {
  width: 174px !important;
}
.zb-w-percent-174 {
  width: 174% !important;
}
.zb-min-w-174 {
  min-width: 174px !important;
}
.zb-max-w-174 {
  max-width: 174px !important;
}
.zb-calc-w-174 {
  width: calc(100vw - 174px) !important;
}
.zb-calc-min-w-174 {
  min-width: calc(100vw - 174px) !important;
}
.zb-calc-max-w-174 {
  max-width: calc(100vw - 174px) !important;
}
.zb-font-174 {
  font-size: 174px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-174 {
    max-width: 174px !important;
  }
}
.zb-h-175 {
  height: 175px !important;
}
.zb-min-h-175 {
  min-height: 175px !important;
}
.zb-max-h-175 {
  max-height: 175px !important;
}
.zb-calc-h-175 {
  height: calc(100vh - 175px) !important;
}
.zb-calc-min-h-175 {
  min-height: calc(100vh - 175px) !important;
}
.zb-calc-max-h-175 {
  max-height: calc(100vh - 175px) !important;
}
.zb-w-175 {
  width: 175px !important;
}
.zb-w-percent-175 {
  width: 175% !important;
}
.zb-min-w-175 {
  min-width: 175px !important;
}
.zb-max-w-175 {
  max-width: 175px !important;
}
.zb-calc-w-175 {
  width: calc(100vw - 175px) !important;
}
.zb-calc-min-w-175 {
  min-width: calc(100vw - 175px) !important;
}
.zb-calc-max-w-175 {
  max-width: calc(100vw - 175px) !important;
}
.zb-font-175 {
  font-size: 175px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-175 {
    max-width: 175px !important;
  }
}
.zb-h-176 {
  height: 176px !important;
}
.zb-min-h-176 {
  min-height: 176px !important;
}
.zb-max-h-176 {
  max-height: 176px !important;
}
.zb-calc-h-176 {
  height: calc(100vh - 176px) !important;
}
.zb-calc-min-h-176 {
  min-height: calc(100vh - 176px) !important;
}
.zb-calc-max-h-176 {
  max-height: calc(100vh - 176px) !important;
}
.zb-w-176 {
  width: 176px !important;
}
.zb-w-percent-176 {
  width: 176% !important;
}
.zb-min-w-176 {
  min-width: 176px !important;
}
.zb-max-w-176 {
  max-width: 176px !important;
}
.zb-calc-w-176 {
  width: calc(100vw - 176px) !important;
}
.zb-calc-min-w-176 {
  min-width: calc(100vw - 176px) !important;
}
.zb-calc-max-w-176 {
  max-width: calc(100vw - 176px) !important;
}
.zb-font-176 {
  font-size: 176px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-176 {
    max-width: 176px !important;
  }
}
.zb-h-177 {
  height: 177px !important;
}
.zb-min-h-177 {
  min-height: 177px !important;
}
.zb-max-h-177 {
  max-height: 177px !important;
}
.zb-calc-h-177 {
  height: calc(100vh - 177px) !important;
}
.zb-calc-min-h-177 {
  min-height: calc(100vh - 177px) !important;
}
.zb-calc-max-h-177 {
  max-height: calc(100vh - 177px) !important;
}
.zb-w-177 {
  width: 177px !important;
}
.zb-w-percent-177 {
  width: 177% !important;
}
.zb-min-w-177 {
  min-width: 177px !important;
}
.zb-max-w-177 {
  max-width: 177px !important;
}
.zb-calc-w-177 {
  width: calc(100vw - 177px) !important;
}
.zb-calc-min-w-177 {
  min-width: calc(100vw - 177px) !important;
}
.zb-calc-max-w-177 {
  max-width: calc(100vw - 177px) !important;
}
.zb-font-177 {
  font-size: 177px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-177 {
    max-width: 177px !important;
  }
}
.zb-h-178 {
  height: 178px !important;
}
.zb-min-h-178 {
  min-height: 178px !important;
}
.zb-max-h-178 {
  max-height: 178px !important;
}
.zb-calc-h-178 {
  height: calc(100vh - 178px) !important;
}
.zb-calc-min-h-178 {
  min-height: calc(100vh - 178px) !important;
}
.zb-calc-max-h-178 {
  max-height: calc(100vh - 178px) !important;
}
.zb-w-178 {
  width: 178px !important;
}
.zb-w-percent-178 {
  width: 178% !important;
}
.zb-min-w-178 {
  min-width: 178px !important;
}
.zb-max-w-178 {
  max-width: 178px !important;
}
.zb-calc-w-178 {
  width: calc(100vw - 178px) !important;
}
.zb-calc-min-w-178 {
  min-width: calc(100vw - 178px) !important;
}
.zb-calc-max-w-178 {
  max-width: calc(100vw - 178px) !important;
}
.zb-font-178 {
  font-size: 178px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-178 {
    max-width: 178px !important;
  }
}
.zb-h-179 {
  height: 179px !important;
}
.zb-min-h-179 {
  min-height: 179px !important;
}
.zb-max-h-179 {
  max-height: 179px !important;
}
.zb-calc-h-179 {
  height: calc(100vh - 179px) !important;
}
.zb-calc-min-h-179 {
  min-height: calc(100vh - 179px) !important;
}
.zb-calc-max-h-179 {
  max-height: calc(100vh - 179px) !important;
}
.zb-w-179 {
  width: 179px !important;
}
.zb-w-percent-179 {
  width: 179% !important;
}
.zb-min-w-179 {
  min-width: 179px !important;
}
.zb-max-w-179 {
  max-width: 179px !important;
}
.zb-calc-w-179 {
  width: calc(100vw - 179px) !important;
}
.zb-calc-min-w-179 {
  min-width: calc(100vw - 179px) !important;
}
.zb-calc-max-w-179 {
  max-width: calc(100vw - 179px) !important;
}
.zb-font-179 {
  font-size: 179px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-179 {
    max-width: 179px !important;
  }
}
.zb-h-180 {
  height: 180px !important;
}
.zb-min-h-180 {
  min-height: 180px !important;
}
.zb-max-h-180 {
  max-height: 180px !important;
}
.zb-calc-h-180 {
  height: calc(100vh - 180px) !important;
}
.zb-calc-min-h-180 {
  min-height: calc(100vh - 180px) !important;
}
.zb-calc-max-h-180 {
  max-height: calc(100vh - 180px) !important;
}
.zb-w-180 {
  width: 180px !important;
}
.zb-w-percent-180 {
  width: 180% !important;
}
.zb-min-w-180 {
  min-width: 180px !important;
}
.zb-max-w-180 {
  max-width: 180px !important;
}
.zb-calc-w-180 {
  width: calc(100vw - 180px) !important;
}
.zb-calc-min-w-180 {
  min-width: calc(100vw - 180px) !important;
}
.zb-calc-max-w-180 {
  max-width: calc(100vw - 180px) !important;
}
.zb-font-180 {
  font-size: 180px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-180 {
    max-width: 180px !important;
  }
}
.zb-h-181 {
  height: 181px !important;
}
.zb-min-h-181 {
  min-height: 181px !important;
}
.zb-max-h-181 {
  max-height: 181px !important;
}
.zb-calc-h-181 {
  height: calc(100vh - 181px) !important;
}
.zb-calc-min-h-181 {
  min-height: calc(100vh - 181px) !important;
}
.zb-calc-max-h-181 {
  max-height: calc(100vh - 181px) !important;
}
.zb-w-181 {
  width: 181px !important;
}
.zb-w-percent-181 {
  width: 181% !important;
}
.zb-min-w-181 {
  min-width: 181px !important;
}
.zb-max-w-181 {
  max-width: 181px !important;
}
.zb-calc-w-181 {
  width: calc(100vw - 181px) !important;
}
.zb-calc-min-w-181 {
  min-width: calc(100vw - 181px) !important;
}
.zb-calc-max-w-181 {
  max-width: calc(100vw - 181px) !important;
}
.zb-font-181 {
  font-size: 181px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-181 {
    max-width: 181px !important;
  }
}
.zb-h-182 {
  height: 182px !important;
}
.zb-min-h-182 {
  min-height: 182px !important;
}
.zb-max-h-182 {
  max-height: 182px !important;
}
.zb-calc-h-182 {
  height: calc(100vh - 182px) !important;
}
.zb-calc-min-h-182 {
  min-height: calc(100vh - 182px) !important;
}
.zb-calc-max-h-182 {
  max-height: calc(100vh - 182px) !important;
}
.zb-w-182 {
  width: 182px !important;
}
.zb-w-percent-182 {
  width: 182% !important;
}
.zb-min-w-182 {
  min-width: 182px !important;
}
.zb-max-w-182 {
  max-width: 182px !important;
}
.zb-calc-w-182 {
  width: calc(100vw - 182px) !important;
}
.zb-calc-min-w-182 {
  min-width: calc(100vw - 182px) !important;
}
.zb-calc-max-w-182 {
  max-width: calc(100vw - 182px) !important;
}
.zb-font-182 {
  font-size: 182px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-182 {
    max-width: 182px !important;
  }
}
.zb-h-183 {
  height: 183px !important;
}
.zb-min-h-183 {
  min-height: 183px !important;
}
.zb-max-h-183 {
  max-height: 183px !important;
}
.zb-calc-h-183 {
  height: calc(100vh - 183px) !important;
}
.zb-calc-min-h-183 {
  min-height: calc(100vh - 183px) !important;
}
.zb-calc-max-h-183 {
  max-height: calc(100vh - 183px) !important;
}
.zb-w-183 {
  width: 183px !important;
}
.zb-w-percent-183 {
  width: 183% !important;
}
.zb-min-w-183 {
  min-width: 183px !important;
}
.zb-max-w-183 {
  max-width: 183px !important;
}
.zb-calc-w-183 {
  width: calc(100vw - 183px) !important;
}
.zb-calc-min-w-183 {
  min-width: calc(100vw - 183px) !important;
}
.zb-calc-max-w-183 {
  max-width: calc(100vw - 183px) !important;
}
.zb-font-183 {
  font-size: 183px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-183 {
    max-width: 183px !important;
  }
}
.zb-h-184 {
  height: 184px !important;
}
.zb-min-h-184 {
  min-height: 184px !important;
}
.zb-max-h-184 {
  max-height: 184px !important;
}
.zb-calc-h-184 {
  height: calc(100vh - 184px) !important;
}
.zb-calc-min-h-184 {
  min-height: calc(100vh - 184px) !important;
}
.zb-calc-max-h-184 {
  max-height: calc(100vh - 184px) !important;
}
.zb-w-184 {
  width: 184px !important;
}
.zb-w-percent-184 {
  width: 184% !important;
}
.zb-min-w-184 {
  min-width: 184px !important;
}
.zb-max-w-184 {
  max-width: 184px !important;
}
.zb-calc-w-184 {
  width: calc(100vw - 184px) !important;
}
.zb-calc-min-w-184 {
  min-width: calc(100vw - 184px) !important;
}
.zb-calc-max-w-184 {
  max-width: calc(100vw - 184px) !important;
}
.zb-font-184 {
  font-size: 184px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-184 {
    max-width: 184px !important;
  }
}
.zb-h-185 {
  height: 185px !important;
}
.zb-min-h-185 {
  min-height: 185px !important;
}
.zb-max-h-185 {
  max-height: 185px !important;
}
.zb-calc-h-185 {
  height: calc(100vh - 185px) !important;
}
.zb-calc-min-h-185 {
  min-height: calc(100vh - 185px) !important;
}
.zb-calc-max-h-185 {
  max-height: calc(100vh - 185px) !important;
}
.zb-w-185 {
  width: 185px !important;
}
.zb-w-percent-185 {
  width: 185% !important;
}
.zb-min-w-185 {
  min-width: 185px !important;
}
.zb-max-w-185 {
  max-width: 185px !important;
}
.zb-calc-w-185 {
  width: calc(100vw - 185px) !important;
}
.zb-calc-min-w-185 {
  min-width: calc(100vw - 185px) !important;
}
.zb-calc-max-w-185 {
  max-width: calc(100vw - 185px) !important;
}
.zb-font-185 {
  font-size: 185px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-185 {
    max-width: 185px !important;
  }
}
.zb-h-186 {
  height: 186px !important;
}
.zb-min-h-186 {
  min-height: 186px !important;
}
.zb-max-h-186 {
  max-height: 186px !important;
}
.zb-calc-h-186 {
  height: calc(100vh - 186px) !important;
}
.zb-calc-min-h-186 {
  min-height: calc(100vh - 186px) !important;
}
.zb-calc-max-h-186 {
  max-height: calc(100vh - 186px) !important;
}
.zb-w-186 {
  width: 186px !important;
}
.zb-w-percent-186 {
  width: 186% !important;
}
.zb-min-w-186 {
  min-width: 186px !important;
}
.zb-max-w-186 {
  max-width: 186px !important;
}
.zb-calc-w-186 {
  width: calc(100vw - 186px) !important;
}
.zb-calc-min-w-186 {
  min-width: calc(100vw - 186px) !important;
}
.zb-calc-max-w-186 {
  max-width: calc(100vw - 186px) !important;
}
.zb-font-186 {
  font-size: 186px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-186 {
    max-width: 186px !important;
  }
}
.zb-h-187 {
  height: 187px !important;
}
.zb-min-h-187 {
  min-height: 187px !important;
}
.zb-max-h-187 {
  max-height: 187px !important;
}
.zb-calc-h-187 {
  height: calc(100vh - 187px) !important;
}
.zb-calc-min-h-187 {
  min-height: calc(100vh - 187px) !important;
}
.zb-calc-max-h-187 {
  max-height: calc(100vh - 187px) !important;
}
.zb-w-187 {
  width: 187px !important;
}
.zb-w-percent-187 {
  width: 187% !important;
}
.zb-min-w-187 {
  min-width: 187px !important;
}
.zb-max-w-187 {
  max-width: 187px !important;
}
.zb-calc-w-187 {
  width: calc(100vw - 187px) !important;
}
.zb-calc-min-w-187 {
  min-width: calc(100vw - 187px) !important;
}
.zb-calc-max-w-187 {
  max-width: calc(100vw - 187px) !important;
}
.zb-font-187 {
  font-size: 187px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-187 {
    max-width: 187px !important;
  }
}
.zb-h-188 {
  height: 188px !important;
}
.zb-min-h-188 {
  min-height: 188px !important;
}
.zb-max-h-188 {
  max-height: 188px !important;
}
.zb-calc-h-188 {
  height: calc(100vh - 188px) !important;
}
.zb-calc-min-h-188 {
  min-height: calc(100vh - 188px) !important;
}
.zb-calc-max-h-188 {
  max-height: calc(100vh - 188px) !important;
}
.zb-w-188 {
  width: 188px !important;
}
.zb-w-percent-188 {
  width: 188% !important;
}
.zb-min-w-188 {
  min-width: 188px !important;
}
.zb-max-w-188 {
  max-width: 188px !important;
}
.zb-calc-w-188 {
  width: calc(100vw - 188px) !important;
}
.zb-calc-min-w-188 {
  min-width: calc(100vw - 188px) !important;
}
.zb-calc-max-w-188 {
  max-width: calc(100vw - 188px) !important;
}
.zb-font-188 {
  font-size: 188px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-188 {
    max-width: 188px !important;
  }
}
.zb-h-189 {
  height: 189px !important;
}
.zb-min-h-189 {
  min-height: 189px !important;
}
.zb-max-h-189 {
  max-height: 189px !important;
}
.zb-calc-h-189 {
  height: calc(100vh - 189px) !important;
}
.zb-calc-min-h-189 {
  min-height: calc(100vh - 189px) !important;
}
.zb-calc-max-h-189 {
  max-height: calc(100vh - 189px) !important;
}
.zb-w-189 {
  width: 189px !important;
}
.zb-w-percent-189 {
  width: 189% !important;
}
.zb-min-w-189 {
  min-width: 189px !important;
}
.zb-max-w-189 {
  max-width: 189px !important;
}
.zb-calc-w-189 {
  width: calc(100vw - 189px) !important;
}
.zb-calc-min-w-189 {
  min-width: calc(100vw - 189px) !important;
}
.zb-calc-max-w-189 {
  max-width: calc(100vw - 189px) !important;
}
.zb-font-189 {
  font-size: 189px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-189 {
    max-width: 189px !important;
  }
}
.zb-h-190 {
  height: 190px !important;
}
.zb-min-h-190 {
  min-height: 190px !important;
}
.zb-max-h-190 {
  max-height: 190px !important;
}
.zb-calc-h-190 {
  height: calc(100vh - 190px) !important;
}
.zb-calc-min-h-190 {
  min-height: calc(100vh - 190px) !important;
}
.zb-calc-max-h-190 {
  max-height: calc(100vh - 190px) !important;
}
.zb-w-190 {
  width: 190px !important;
}
.zb-w-percent-190 {
  width: 190% !important;
}
.zb-min-w-190 {
  min-width: 190px !important;
}
.zb-max-w-190 {
  max-width: 190px !important;
}
.zb-calc-w-190 {
  width: calc(100vw - 190px) !important;
}
.zb-calc-min-w-190 {
  min-width: calc(100vw - 190px) !important;
}
.zb-calc-max-w-190 {
  max-width: calc(100vw - 190px) !important;
}
.zb-font-190 {
  font-size: 190px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-190 {
    max-width: 190px !important;
  }
}
.zb-h-191 {
  height: 191px !important;
}
.zb-min-h-191 {
  min-height: 191px !important;
}
.zb-max-h-191 {
  max-height: 191px !important;
}
.zb-calc-h-191 {
  height: calc(100vh - 191px) !important;
}
.zb-calc-min-h-191 {
  min-height: calc(100vh - 191px) !important;
}
.zb-calc-max-h-191 {
  max-height: calc(100vh - 191px) !important;
}
.zb-w-191 {
  width: 191px !important;
}
.zb-w-percent-191 {
  width: 191% !important;
}
.zb-min-w-191 {
  min-width: 191px !important;
}
.zb-max-w-191 {
  max-width: 191px !important;
}
.zb-calc-w-191 {
  width: calc(100vw - 191px) !important;
}
.zb-calc-min-w-191 {
  min-width: calc(100vw - 191px) !important;
}
.zb-calc-max-w-191 {
  max-width: calc(100vw - 191px) !important;
}
.zb-font-191 {
  font-size: 191px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-191 {
    max-width: 191px !important;
  }
}
.zb-h-192 {
  height: 192px !important;
}
.zb-min-h-192 {
  min-height: 192px !important;
}
.zb-max-h-192 {
  max-height: 192px !important;
}
.zb-calc-h-192 {
  height: calc(100vh - 192px) !important;
}
.zb-calc-min-h-192 {
  min-height: calc(100vh - 192px) !important;
}
.zb-calc-max-h-192 {
  max-height: calc(100vh - 192px) !important;
}
.zb-w-192 {
  width: 192px !important;
}
.zb-w-percent-192 {
  width: 192% !important;
}
.zb-min-w-192 {
  min-width: 192px !important;
}
.zb-max-w-192 {
  max-width: 192px !important;
}
.zb-calc-w-192 {
  width: calc(100vw - 192px) !important;
}
.zb-calc-min-w-192 {
  min-width: calc(100vw - 192px) !important;
}
.zb-calc-max-w-192 {
  max-width: calc(100vw - 192px) !important;
}
.zb-font-192 {
  font-size: 192px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-192 {
    max-width: 192px !important;
  }
}
.zb-h-193 {
  height: 193px !important;
}
.zb-min-h-193 {
  min-height: 193px !important;
}
.zb-max-h-193 {
  max-height: 193px !important;
}
.zb-calc-h-193 {
  height: calc(100vh - 193px) !important;
}
.zb-calc-min-h-193 {
  min-height: calc(100vh - 193px) !important;
}
.zb-calc-max-h-193 {
  max-height: calc(100vh - 193px) !important;
}
.zb-w-193 {
  width: 193px !important;
}
.zb-w-percent-193 {
  width: 193% !important;
}
.zb-min-w-193 {
  min-width: 193px !important;
}
.zb-max-w-193 {
  max-width: 193px !important;
}
.zb-calc-w-193 {
  width: calc(100vw - 193px) !important;
}
.zb-calc-min-w-193 {
  min-width: calc(100vw - 193px) !important;
}
.zb-calc-max-w-193 {
  max-width: calc(100vw - 193px) !important;
}
.zb-font-193 {
  font-size: 193px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-193 {
    max-width: 193px !important;
  }
}
.zb-h-194 {
  height: 194px !important;
}
.zb-min-h-194 {
  min-height: 194px !important;
}
.zb-max-h-194 {
  max-height: 194px !important;
}
.zb-calc-h-194 {
  height: calc(100vh - 194px) !important;
}
.zb-calc-min-h-194 {
  min-height: calc(100vh - 194px) !important;
}
.zb-calc-max-h-194 {
  max-height: calc(100vh - 194px) !important;
}
.zb-w-194 {
  width: 194px !important;
}
.zb-w-percent-194 {
  width: 194% !important;
}
.zb-min-w-194 {
  min-width: 194px !important;
}
.zb-max-w-194 {
  max-width: 194px !important;
}
.zb-calc-w-194 {
  width: calc(100vw - 194px) !important;
}
.zb-calc-min-w-194 {
  min-width: calc(100vw - 194px) !important;
}
.zb-calc-max-w-194 {
  max-width: calc(100vw - 194px) !important;
}
.zb-font-194 {
  font-size: 194px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-194 {
    max-width: 194px !important;
  }
}
.zb-h-195 {
  height: 195px !important;
}
.zb-min-h-195 {
  min-height: 195px !important;
}
.zb-max-h-195 {
  max-height: 195px !important;
}
.zb-calc-h-195 {
  height: calc(100vh - 195px) !important;
}
.zb-calc-min-h-195 {
  min-height: calc(100vh - 195px) !important;
}
.zb-calc-max-h-195 {
  max-height: calc(100vh - 195px) !important;
}
.zb-w-195 {
  width: 195px !important;
}
.zb-w-percent-195 {
  width: 195% !important;
}
.zb-min-w-195 {
  min-width: 195px !important;
}
.zb-max-w-195 {
  max-width: 195px !important;
}
.zb-calc-w-195 {
  width: calc(100vw - 195px) !important;
}
.zb-calc-min-w-195 {
  min-width: calc(100vw - 195px) !important;
}
.zb-calc-max-w-195 {
  max-width: calc(100vw - 195px) !important;
}
.zb-font-195 {
  font-size: 195px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-195 {
    max-width: 195px !important;
  }
}
.zb-h-196 {
  height: 196px !important;
}
.zb-min-h-196 {
  min-height: 196px !important;
}
.zb-max-h-196 {
  max-height: 196px !important;
}
.zb-calc-h-196 {
  height: calc(100vh - 196px) !important;
}
.zb-calc-min-h-196 {
  min-height: calc(100vh - 196px) !important;
}
.zb-calc-max-h-196 {
  max-height: calc(100vh - 196px) !important;
}
.zb-w-196 {
  width: 196px !important;
}
.zb-w-percent-196 {
  width: 196% !important;
}
.zb-min-w-196 {
  min-width: 196px !important;
}
.zb-max-w-196 {
  max-width: 196px !important;
}
.zb-calc-w-196 {
  width: calc(100vw - 196px) !important;
}
.zb-calc-min-w-196 {
  min-width: calc(100vw - 196px) !important;
}
.zb-calc-max-w-196 {
  max-width: calc(100vw - 196px) !important;
}
.zb-font-196 {
  font-size: 196px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-196 {
    max-width: 196px !important;
  }
}
.zb-h-197 {
  height: 197px !important;
}
.zb-min-h-197 {
  min-height: 197px !important;
}
.zb-max-h-197 {
  max-height: 197px !important;
}
.zb-calc-h-197 {
  height: calc(100vh - 197px) !important;
}
.zb-calc-min-h-197 {
  min-height: calc(100vh - 197px) !important;
}
.zb-calc-max-h-197 {
  max-height: calc(100vh - 197px) !important;
}
.zb-w-197 {
  width: 197px !important;
}
.zb-w-percent-197 {
  width: 197% !important;
}
.zb-min-w-197 {
  min-width: 197px !important;
}
.zb-max-w-197 {
  max-width: 197px !important;
}
.zb-calc-w-197 {
  width: calc(100vw - 197px) !important;
}
.zb-calc-min-w-197 {
  min-width: calc(100vw - 197px) !important;
}
.zb-calc-max-w-197 {
  max-width: calc(100vw - 197px) !important;
}
.zb-font-197 {
  font-size: 197px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-197 {
    max-width: 197px !important;
  }
}
.zb-h-198 {
  height: 198px !important;
}
.zb-min-h-198 {
  min-height: 198px !important;
}
.zb-max-h-198 {
  max-height: 198px !important;
}
.zb-calc-h-198 {
  height: calc(100vh - 198px) !important;
}
.zb-calc-min-h-198 {
  min-height: calc(100vh - 198px) !important;
}
.zb-calc-max-h-198 {
  max-height: calc(100vh - 198px) !important;
}
.zb-w-198 {
  width: 198px !important;
}
.zb-w-percent-198 {
  width: 198% !important;
}
.zb-min-w-198 {
  min-width: 198px !important;
}
.zb-max-w-198 {
  max-width: 198px !important;
}
.zb-calc-w-198 {
  width: calc(100vw - 198px) !important;
}
.zb-calc-min-w-198 {
  min-width: calc(100vw - 198px) !important;
}
.zb-calc-max-w-198 {
  max-width: calc(100vw - 198px) !important;
}
.zb-font-198 {
  font-size: 198px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-198 {
    max-width: 198px !important;
  }
}
.zb-h-199 {
  height: 199px !important;
}
.zb-min-h-199 {
  min-height: 199px !important;
}
.zb-max-h-199 {
  max-height: 199px !important;
}
.zb-calc-h-199 {
  height: calc(100vh - 199px) !important;
}
.zb-calc-min-h-199 {
  min-height: calc(100vh - 199px) !important;
}
.zb-calc-max-h-199 {
  max-height: calc(100vh - 199px) !important;
}
.zb-w-199 {
  width: 199px !important;
}
.zb-w-percent-199 {
  width: 199% !important;
}
.zb-min-w-199 {
  min-width: 199px !important;
}
.zb-max-w-199 {
  max-width: 199px !important;
}
.zb-calc-w-199 {
  width: calc(100vw - 199px) !important;
}
.zb-calc-min-w-199 {
  min-width: calc(100vw - 199px) !important;
}
.zb-calc-max-w-199 {
  max-width: calc(100vw - 199px) !important;
}
.zb-font-199 {
  font-size: 199px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-199 {
    max-width: 199px !important;
  }
}
.zb-h-200 {
  height: 200px !important;
}
.zb-min-h-200 {
  min-height: 200px !important;
}
.zb-max-h-200 {
  max-height: 200px !important;
}
.zb-calc-h-200 {
  height: calc(100vh - 200px) !important;
}
.zb-calc-min-h-200 {
  min-height: calc(100vh - 200px) !important;
}
.zb-calc-max-h-200 {
  max-height: calc(100vh - 200px) !important;
}
.zb-w-200 {
  width: 200px !important;
}
.zb-w-percent-200 {
  width: 200% !important;
}
.zb-min-w-200 {
  min-width: 200px !important;
}
.zb-max-w-200 {
  max-width: 200px !important;
}
.zb-calc-w-200 {
  width: calc(100vw - 200px) !important;
}
.zb-calc-min-w-200 {
  min-width: calc(100vw - 200px) !important;
}
.zb-calc-max-w-200 {
  max-width: calc(100vw - 200px) !important;
}
.zb-font-200 {
  font-size: 200px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-200 {
    max-width: 200px !important;
  }
}
.zb-h-201 {
  height: 201px !important;
}
.zb-min-h-201 {
  min-height: 201px !important;
}
.zb-max-h-201 {
  max-height: 201px !important;
}
.zb-calc-h-201 {
  height: calc(100vh - 201px) !important;
}
.zb-calc-min-h-201 {
  min-height: calc(100vh - 201px) !important;
}
.zb-calc-max-h-201 {
  max-height: calc(100vh - 201px) !important;
}
.zb-w-201 {
  width: 201px !important;
}
.zb-w-percent-201 {
  width: 201% !important;
}
.zb-min-w-201 {
  min-width: 201px !important;
}
.zb-max-w-201 {
  max-width: 201px !important;
}
.zb-calc-w-201 {
  width: calc(100vw - 201px) !important;
}
.zb-calc-min-w-201 {
  min-width: calc(100vw - 201px) !important;
}
.zb-calc-max-w-201 {
  max-width: calc(100vw - 201px) !important;
}
.zb-font-201 {
  font-size: 201px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-201 {
    max-width: 201px !important;
  }
}
.zb-h-202 {
  height: 202px !important;
}
.zb-min-h-202 {
  min-height: 202px !important;
}
.zb-max-h-202 {
  max-height: 202px !important;
}
.zb-calc-h-202 {
  height: calc(100vh - 202px) !important;
}
.zb-calc-min-h-202 {
  min-height: calc(100vh - 202px) !important;
}
.zb-calc-max-h-202 {
  max-height: calc(100vh - 202px) !important;
}
.zb-w-202 {
  width: 202px !important;
}
.zb-w-percent-202 {
  width: 202% !important;
}
.zb-min-w-202 {
  min-width: 202px !important;
}
.zb-max-w-202 {
  max-width: 202px !important;
}
.zb-calc-w-202 {
  width: calc(100vw - 202px) !important;
}
.zb-calc-min-w-202 {
  min-width: calc(100vw - 202px) !important;
}
.zb-calc-max-w-202 {
  max-width: calc(100vw - 202px) !important;
}
.zb-font-202 {
  font-size: 202px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-202 {
    max-width: 202px !important;
  }
}
.zb-h-203 {
  height: 203px !important;
}
.zb-min-h-203 {
  min-height: 203px !important;
}
.zb-max-h-203 {
  max-height: 203px !important;
}
.zb-calc-h-203 {
  height: calc(100vh - 203px) !important;
}
.zb-calc-min-h-203 {
  min-height: calc(100vh - 203px) !important;
}
.zb-calc-max-h-203 {
  max-height: calc(100vh - 203px) !important;
}
.zb-w-203 {
  width: 203px !important;
}
.zb-w-percent-203 {
  width: 203% !important;
}
.zb-min-w-203 {
  min-width: 203px !important;
}
.zb-max-w-203 {
  max-width: 203px !important;
}
.zb-calc-w-203 {
  width: calc(100vw - 203px) !important;
}
.zb-calc-min-w-203 {
  min-width: calc(100vw - 203px) !important;
}
.zb-calc-max-w-203 {
  max-width: calc(100vw - 203px) !important;
}
.zb-font-203 {
  font-size: 203px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-203 {
    max-width: 203px !important;
  }
}
.zb-h-204 {
  height: 204px !important;
}
.zb-min-h-204 {
  min-height: 204px !important;
}
.zb-max-h-204 {
  max-height: 204px !important;
}
.zb-calc-h-204 {
  height: calc(100vh - 204px) !important;
}
.zb-calc-min-h-204 {
  min-height: calc(100vh - 204px) !important;
}
.zb-calc-max-h-204 {
  max-height: calc(100vh - 204px) !important;
}
.zb-w-204 {
  width: 204px !important;
}
.zb-w-percent-204 {
  width: 204% !important;
}
.zb-min-w-204 {
  min-width: 204px !important;
}
.zb-max-w-204 {
  max-width: 204px !important;
}
.zb-calc-w-204 {
  width: calc(100vw - 204px) !important;
}
.zb-calc-min-w-204 {
  min-width: calc(100vw - 204px) !important;
}
.zb-calc-max-w-204 {
  max-width: calc(100vw - 204px) !important;
}
.zb-font-204 {
  font-size: 204px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-204 {
    max-width: 204px !important;
  }
}
.zb-h-205 {
  height: 205px !important;
}
.zb-min-h-205 {
  min-height: 205px !important;
}
.zb-max-h-205 {
  max-height: 205px !important;
}
.zb-calc-h-205 {
  height: calc(100vh - 205px) !important;
}
.zb-calc-min-h-205 {
  min-height: calc(100vh - 205px) !important;
}
.zb-calc-max-h-205 {
  max-height: calc(100vh - 205px) !important;
}
.zb-w-205 {
  width: 205px !important;
}
.zb-w-percent-205 {
  width: 205% !important;
}
.zb-min-w-205 {
  min-width: 205px !important;
}
.zb-max-w-205 {
  max-width: 205px !important;
}
.zb-calc-w-205 {
  width: calc(100vw - 205px) !important;
}
.zb-calc-min-w-205 {
  min-width: calc(100vw - 205px) !important;
}
.zb-calc-max-w-205 {
  max-width: calc(100vw - 205px) !important;
}
.zb-font-205 {
  font-size: 205px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-205 {
    max-width: 205px !important;
  }
}
.zb-h-206 {
  height: 206px !important;
}
.zb-min-h-206 {
  min-height: 206px !important;
}
.zb-max-h-206 {
  max-height: 206px !important;
}
.zb-calc-h-206 {
  height: calc(100vh - 206px) !important;
}
.zb-calc-min-h-206 {
  min-height: calc(100vh - 206px) !important;
}
.zb-calc-max-h-206 {
  max-height: calc(100vh - 206px) !important;
}
.zb-w-206 {
  width: 206px !important;
}
.zb-w-percent-206 {
  width: 206% !important;
}
.zb-min-w-206 {
  min-width: 206px !important;
}
.zb-max-w-206 {
  max-width: 206px !important;
}
.zb-calc-w-206 {
  width: calc(100vw - 206px) !important;
}
.zb-calc-min-w-206 {
  min-width: calc(100vw - 206px) !important;
}
.zb-calc-max-w-206 {
  max-width: calc(100vw - 206px) !important;
}
.zb-font-206 {
  font-size: 206px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-206 {
    max-width: 206px !important;
  }
}
.zb-h-207 {
  height: 207px !important;
}
.zb-min-h-207 {
  min-height: 207px !important;
}
.zb-max-h-207 {
  max-height: 207px !important;
}
.zb-calc-h-207 {
  height: calc(100vh - 207px) !important;
}
.zb-calc-min-h-207 {
  min-height: calc(100vh - 207px) !important;
}
.zb-calc-max-h-207 {
  max-height: calc(100vh - 207px) !important;
}
.zb-w-207 {
  width: 207px !important;
}
.zb-w-percent-207 {
  width: 207% !important;
}
.zb-min-w-207 {
  min-width: 207px !important;
}
.zb-max-w-207 {
  max-width: 207px !important;
}
.zb-calc-w-207 {
  width: calc(100vw - 207px) !important;
}
.zb-calc-min-w-207 {
  min-width: calc(100vw - 207px) !important;
}
.zb-calc-max-w-207 {
  max-width: calc(100vw - 207px) !important;
}
.zb-font-207 {
  font-size: 207px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-207 {
    max-width: 207px !important;
  }
}
.zb-h-208 {
  height: 208px !important;
}
.zb-min-h-208 {
  min-height: 208px !important;
}
.zb-max-h-208 {
  max-height: 208px !important;
}
.zb-calc-h-208 {
  height: calc(100vh - 208px) !important;
}
.zb-calc-min-h-208 {
  min-height: calc(100vh - 208px) !important;
}
.zb-calc-max-h-208 {
  max-height: calc(100vh - 208px) !important;
}
.zb-w-208 {
  width: 208px !important;
}
.zb-w-percent-208 {
  width: 208% !important;
}
.zb-min-w-208 {
  min-width: 208px !important;
}
.zb-max-w-208 {
  max-width: 208px !important;
}
.zb-calc-w-208 {
  width: calc(100vw - 208px) !important;
}
.zb-calc-min-w-208 {
  min-width: calc(100vw - 208px) !important;
}
.zb-calc-max-w-208 {
  max-width: calc(100vw - 208px) !important;
}
.zb-font-208 {
  font-size: 208px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-208 {
    max-width: 208px !important;
  }
}
.zb-h-209 {
  height: 209px !important;
}
.zb-min-h-209 {
  min-height: 209px !important;
}
.zb-max-h-209 {
  max-height: 209px !important;
}
.zb-calc-h-209 {
  height: calc(100vh - 209px) !important;
}
.zb-calc-min-h-209 {
  min-height: calc(100vh - 209px) !important;
}
.zb-calc-max-h-209 {
  max-height: calc(100vh - 209px) !important;
}
.zb-w-209 {
  width: 209px !important;
}
.zb-w-percent-209 {
  width: 209% !important;
}
.zb-min-w-209 {
  min-width: 209px !important;
}
.zb-max-w-209 {
  max-width: 209px !important;
}
.zb-calc-w-209 {
  width: calc(100vw - 209px) !important;
}
.zb-calc-min-w-209 {
  min-width: calc(100vw - 209px) !important;
}
.zb-calc-max-w-209 {
  max-width: calc(100vw - 209px) !important;
}
.zb-font-209 {
  font-size: 209px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-209 {
    max-width: 209px !important;
  }
}
.zb-h-210 {
  height: 210px !important;
}
.zb-min-h-210 {
  min-height: 210px !important;
}
.zb-max-h-210 {
  max-height: 210px !important;
}
.zb-calc-h-210 {
  height: calc(100vh - 210px) !important;
}
.zb-calc-min-h-210 {
  min-height: calc(100vh - 210px) !important;
}
.zb-calc-max-h-210 {
  max-height: calc(100vh - 210px) !important;
}
.zb-w-210 {
  width: 210px !important;
}
.zb-w-percent-210 {
  width: 210% !important;
}
.zb-min-w-210 {
  min-width: 210px !important;
}
.zb-max-w-210 {
  max-width: 210px !important;
}
.zb-calc-w-210 {
  width: calc(100vw - 210px) !important;
}
.zb-calc-min-w-210 {
  min-width: calc(100vw - 210px) !important;
}
.zb-calc-max-w-210 {
  max-width: calc(100vw - 210px) !important;
}
.zb-font-210 {
  font-size: 210px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-210 {
    max-width: 210px !important;
  }
}
.zb-h-211 {
  height: 211px !important;
}
.zb-min-h-211 {
  min-height: 211px !important;
}
.zb-max-h-211 {
  max-height: 211px !important;
}
.zb-calc-h-211 {
  height: calc(100vh - 211px) !important;
}
.zb-calc-min-h-211 {
  min-height: calc(100vh - 211px) !important;
}
.zb-calc-max-h-211 {
  max-height: calc(100vh - 211px) !important;
}
.zb-w-211 {
  width: 211px !important;
}
.zb-w-percent-211 {
  width: 211% !important;
}
.zb-min-w-211 {
  min-width: 211px !important;
}
.zb-max-w-211 {
  max-width: 211px !important;
}
.zb-calc-w-211 {
  width: calc(100vw - 211px) !important;
}
.zb-calc-min-w-211 {
  min-width: calc(100vw - 211px) !important;
}
.zb-calc-max-w-211 {
  max-width: calc(100vw - 211px) !important;
}
.zb-font-211 {
  font-size: 211px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-211 {
    max-width: 211px !important;
  }
}
.zb-h-212 {
  height: 212px !important;
}
.zb-min-h-212 {
  min-height: 212px !important;
}
.zb-max-h-212 {
  max-height: 212px !important;
}
.zb-calc-h-212 {
  height: calc(100vh - 212px) !important;
}
.zb-calc-min-h-212 {
  min-height: calc(100vh - 212px) !important;
}
.zb-calc-max-h-212 {
  max-height: calc(100vh - 212px) !important;
}
.zb-w-212 {
  width: 212px !important;
}
.zb-w-percent-212 {
  width: 212% !important;
}
.zb-min-w-212 {
  min-width: 212px !important;
}
.zb-max-w-212 {
  max-width: 212px !important;
}
.zb-calc-w-212 {
  width: calc(100vw - 212px) !important;
}
.zb-calc-min-w-212 {
  min-width: calc(100vw - 212px) !important;
}
.zb-calc-max-w-212 {
  max-width: calc(100vw - 212px) !important;
}
.zb-font-212 {
  font-size: 212px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-212 {
    max-width: 212px !important;
  }
}
.zb-h-213 {
  height: 213px !important;
}
.zb-min-h-213 {
  min-height: 213px !important;
}
.zb-max-h-213 {
  max-height: 213px !important;
}
.zb-calc-h-213 {
  height: calc(100vh - 213px) !important;
}
.zb-calc-min-h-213 {
  min-height: calc(100vh - 213px) !important;
}
.zb-calc-max-h-213 {
  max-height: calc(100vh - 213px) !important;
}
.zb-w-213 {
  width: 213px !important;
}
.zb-w-percent-213 {
  width: 213% !important;
}
.zb-min-w-213 {
  min-width: 213px !important;
}
.zb-max-w-213 {
  max-width: 213px !important;
}
.zb-calc-w-213 {
  width: calc(100vw - 213px) !important;
}
.zb-calc-min-w-213 {
  min-width: calc(100vw - 213px) !important;
}
.zb-calc-max-w-213 {
  max-width: calc(100vw - 213px) !important;
}
.zb-font-213 {
  font-size: 213px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-213 {
    max-width: 213px !important;
  }
}
.zb-h-214 {
  height: 214px !important;
}
.zb-min-h-214 {
  min-height: 214px !important;
}
.zb-max-h-214 {
  max-height: 214px !important;
}
.zb-calc-h-214 {
  height: calc(100vh - 214px) !important;
}
.zb-calc-min-h-214 {
  min-height: calc(100vh - 214px) !important;
}
.zb-calc-max-h-214 {
  max-height: calc(100vh - 214px) !important;
}
.zb-w-214 {
  width: 214px !important;
}
.zb-w-percent-214 {
  width: 214% !important;
}
.zb-min-w-214 {
  min-width: 214px !important;
}
.zb-max-w-214 {
  max-width: 214px !important;
}
.zb-calc-w-214 {
  width: calc(100vw - 214px) !important;
}
.zb-calc-min-w-214 {
  min-width: calc(100vw - 214px) !important;
}
.zb-calc-max-w-214 {
  max-width: calc(100vw - 214px) !important;
}
.zb-font-214 {
  font-size: 214px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-214 {
    max-width: 214px !important;
  }
}
.zb-h-215 {
  height: 215px !important;
}
.zb-min-h-215 {
  min-height: 215px !important;
}
.zb-max-h-215 {
  max-height: 215px !important;
}
.zb-calc-h-215 {
  height: calc(100vh - 215px) !important;
}
.zb-calc-min-h-215 {
  min-height: calc(100vh - 215px) !important;
}
.zb-calc-max-h-215 {
  max-height: calc(100vh - 215px) !important;
}
.zb-w-215 {
  width: 215px !important;
}
.zb-w-percent-215 {
  width: 215% !important;
}
.zb-min-w-215 {
  min-width: 215px !important;
}
.zb-max-w-215 {
  max-width: 215px !important;
}
.zb-calc-w-215 {
  width: calc(100vw - 215px) !important;
}
.zb-calc-min-w-215 {
  min-width: calc(100vw - 215px) !important;
}
.zb-calc-max-w-215 {
  max-width: calc(100vw - 215px) !important;
}
.zb-font-215 {
  font-size: 215px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-215 {
    max-width: 215px !important;
  }
}
.zb-h-216 {
  height: 216px !important;
}
.zb-min-h-216 {
  min-height: 216px !important;
}
.zb-max-h-216 {
  max-height: 216px !important;
}
.zb-calc-h-216 {
  height: calc(100vh - 216px) !important;
}
.zb-calc-min-h-216 {
  min-height: calc(100vh - 216px) !important;
}
.zb-calc-max-h-216 {
  max-height: calc(100vh - 216px) !important;
}
.zb-w-216 {
  width: 216px !important;
}
.zb-w-percent-216 {
  width: 216% !important;
}
.zb-min-w-216 {
  min-width: 216px !important;
}
.zb-max-w-216 {
  max-width: 216px !important;
}
.zb-calc-w-216 {
  width: calc(100vw - 216px) !important;
}
.zb-calc-min-w-216 {
  min-width: calc(100vw - 216px) !important;
}
.zb-calc-max-w-216 {
  max-width: calc(100vw - 216px) !important;
}
.zb-font-216 {
  font-size: 216px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-216 {
    max-width: 216px !important;
  }
}
.zb-h-217 {
  height: 217px !important;
}
.zb-min-h-217 {
  min-height: 217px !important;
}
.zb-max-h-217 {
  max-height: 217px !important;
}
.zb-calc-h-217 {
  height: calc(100vh - 217px) !important;
}
.zb-calc-min-h-217 {
  min-height: calc(100vh - 217px) !important;
}
.zb-calc-max-h-217 {
  max-height: calc(100vh - 217px) !important;
}
.zb-w-217 {
  width: 217px !important;
}
.zb-w-percent-217 {
  width: 217% !important;
}
.zb-min-w-217 {
  min-width: 217px !important;
}
.zb-max-w-217 {
  max-width: 217px !important;
}
.zb-calc-w-217 {
  width: calc(100vw - 217px) !important;
}
.zb-calc-min-w-217 {
  min-width: calc(100vw - 217px) !important;
}
.zb-calc-max-w-217 {
  max-width: calc(100vw - 217px) !important;
}
.zb-font-217 {
  font-size: 217px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-217 {
    max-width: 217px !important;
  }
}
.zb-h-218 {
  height: 218px !important;
}
.zb-min-h-218 {
  min-height: 218px !important;
}
.zb-max-h-218 {
  max-height: 218px !important;
}
.zb-calc-h-218 {
  height: calc(100vh - 218px) !important;
}
.zb-calc-min-h-218 {
  min-height: calc(100vh - 218px) !important;
}
.zb-calc-max-h-218 {
  max-height: calc(100vh - 218px) !important;
}
.zb-w-218 {
  width: 218px !important;
}
.zb-w-percent-218 {
  width: 218% !important;
}
.zb-min-w-218 {
  min-width: 218px !important;
}
.zb-max-w-218 {
  max-width: 218px !important;
}
.zb-calc-w-218 {
  width: calc(100vw - 218px) !important;
}
.zb-calc-min-w-218 {
  min-width: calc(100vw - 218px) !important;
}
.zb-calc-max-w-218 {
  max-width: calc(100vw - 218px) !important;
}
.zb-font-218 {
  font-size: 218px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-218 {
    max-width: 218px !important;
  }
}
.zb-h-219 {
  height: 219px !important;
}
.zb-min-h-219 {
  min-height: 219px !important;
}
.zb-max-h-219 {
  max-height: 219px !important;
}
.zb-calc-h-219 {
  height: calc(100vh - 219px) !important;
}
.zb-calc-min-h-219 {
  min-height: calc(100vh - 219px) !important;
}
.zb-calc-max-h-219 {
  max-height: calc(100vh - 219px) !important;
}
.zb-w-219 {
  width: 219px !important;
}
.zb-w-percent-219 {
  width: 219% !important;
}
.zb-min-w-219 {
  min-width: 219px !important;
}
.zb-max-w-219 {
  max-width: 219px !important;
}
.zb-calc-w-219 {
  width: calc(100vw - 219px) !important;
}
.zb-calc-min-w-219 {
  min-width: calc(100vw - 219px) !important;
}
.zb-calc-max-w-219 {
  max-width: calc(100vw - 219px) !important;
}
.zb-font-219 {
  font-size: 219px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-219 {
    max-width: 219px !important;
  }
}
.zb-h-220 {
  height: 220px !important;
}
.zb-min-h-220 {
  min-height: 220px !important;
}
.zb-max-h-220 {
  max-height: 220px !important;
}
.zb-calc-h-220 {
  height: calc(100vh - 220px) !important;
}
.zb-calc-min-h-220 {
  min-height: calc(100vh - 220px) !important;
}
.zb-calc-max-h-220 {
  max-height: calc(100vh - 220px) !important;
}
.zb-w-220 {
  width: 220px !important;
}
.zb-w-percent-220 {
  width: 220% !important;
}
.zb-min-w-220 {
  min-width: 220px !important;
}
.zb-max-w-220 {
  max-width: 220px !important;
}
.zb-calc-w-220 {
  width: calc(100vw - 220px) !important;
}
.zb-calc-min-w-220 {
  min-width: calc(100vw - 220px) !important;
}
.zb-calc-max-w-220 {
  max-width: calc(100vw - 220px) !important;
}
.zb-font-220 {
  font-size: 220px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-220 {
    max-width: 220px !important;
  }
}
.zb-h-221 {
  height: 221px !important;
}
.zb-min-h-221 {
  min-height: 221px !important;
}
.zb-max-h-221 {
  max-height: 221px !important;
}
.zb-calc-h-221 {
  height: calc(100vh - 221px) !important;
}
.zb-calc-min-h-221 {
  min-height: calc(100vh - 221px) !important;
}
.zb-calc-max-h-221 {
  max-height: calc(100vh - 221px) !important;
}
.zb-w-221 {
  width: 221px !important;
}
.zb-w-percent-221 {
  width: 221% !important;
}
.zb-min-w-221 {
  min-width: 221px !important;
}
.zb-max-w-221 {
  max-width: 221px !important;
}
.zb-calc-w-221 {
  width: calc(100vw - 221px) !important;
}
.zb-calc-min-w-221 {
  min-width: calc(100vw - 221px) !important;
}
.zb-calc-max-w-221 {
  max-width: calc(100vw - 221px) !important;
}
.zb-font-221 {
  font-size: 221px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-221 {
    max-width: 221px !important;
  }
}
.zb-h-222 {
  height: 222px !important;
}
.zb-min-h-222 {
  min-height: 222px !important;
}
.zb-max-h-222 {
  max-height: 222px !important;
}
.zb-calc-h-222 {
  height: calc(100vh - 222px) !important;
}
.zb-calc-min-h-222 {
  min-height: calc(100vh - 222px) !important;
}
.zb-calc-max-h-222 {
  max-height: calc(100vh - 222px) !important;
}
.zb-w-222 {
  width: 222px !important;
}
.zb-w-percent-222 {
  width: 222% !important;
}
.zb-min-w-222 {
  min-width: 222px !important;
}
.zb-max-w-222 {
  max-width: 222px !important;
}
.zb-calc-w-222 {
  width: calc(100vw - 222px) !important;
}
.zb-calc-min-w-222 {
  min-width: calc(100vw - 222px) !important;
}
.zb-calc-max-w-222 {
  max-width: calc(100vw - 222px) !important;
}
.zb-font-222 {
  font-size: 222px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-222 {
    max-width: 222px !important;
  }
}
.zb-h-223 {
  height: 223px !important;
}
.zb-min-h-223 {
  min-height: 223px !important;
}
.zb-max-h-223 {
  max-height: 223px !important;
}
.zb-calc-h-223 {
  height: calc(100vh - 223px) !important;
}
.zb-calc-min-h-223 {
  min-height: calc(100vh - 223px) !important;
}
.zb-calc-max-h-223 {
  max-height: calc(100vh - 223px) !important;
}
.zb-w-223 {
  width: 223px !important;
}
.zb-w-percent-223 {
  width: 223% !important;
}
.zb-min-w-223 {
  min-width: 223px !important;
}
.zb-max-w-223 {
  max-width: 223px !important;
}
.zb-calc-w-223 {
  width: calc(100vw - 223px) !important;
}
.zb-calc-min-w-223 {
  min-width: calc(100vw - 223px) !important;
}
.zb-calc-max-w-223 {
  max-width: calc(100vw - 223px) !important;
}
.zb-font-223 {
  font-size: 223px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-223 {
    max-width: 223px !important;
  }
}
.zb-h-224 {
  height: 224px !important;
}
.zb-min-h-224 {
  min-height: 224px !important;
}
.zb-max-h-224 {
  max-height: 224px !important;
}
.zb-calc-h-224 {
  height: calc(100vh - 224px) !important;
}
.zb-calc-min-h-224 {
  min-height: calc(100vh - 224px) !important;
}
.zb-calc-max-h-224 {
  max-height: calc(100vh - 224px) !important;
}
.zb-w-224 {
  width: 224px !important;
}
.zb-w-percent-224 {
  width: 224% !important;
}
.zb-min-w-224 {
  min-width: 224px !important;
}
.zb-max-w-224 {
  max-width: 224px !important;
}
.zb-calc-w-224 {
  width: calc(100vw - 224px) !important;
}
.zb-calc-min-w-224 {
  min-width: calc(100vw - 224px) !important;
}
.zb-calc-max-w-224 {
  max-width: calc(100vw - 224px) !important;
}
.zb-font-224 {
  font-size: 224px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-224 {
    max-width: 224px !important;
  }
}
.zb-h-225 {
  height: 225px !important;
}
.zb-min-h-225 {
  min-height: 225px !important;
}
.zb-max-h-225 {
  max-height: 225px !important;
}
.zb-calc-h-225 {
  height: calc(100vh - 225px) !important;
}
.zb-calc-min-h-225 {
  min-height: calc(100vh - 225px) !important;
}
.zb-calc-max-h-225 {
  max-height: calc(100vh - 225px) !important;
}
.zb-w-225 {
  width: 225px !important;
}
.zb-w-percent-225 {
  width: 225% !important;
}
.zb-min-w-225 {
  min-width: 225px !important;
}
.zb-max-w-225 {
  max-width: 225px !important;
}
.zb-calc-w-225 {
  width: calc(100vw - 225px) !important;
}
.zb-calc-min-w-225 {
  min-width: calc(100vw - 225px) !important;
}
.zb-calc-max-w-225 {
  max-width: calc(100vw - 225px) !important;
}
.zb-font-225 {
  font-size: 225px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-225 {
    max-width: 225px !important;
  }
}
.zb-h-226 {
  height: 226px !important;
}
.zb-min-h-226 {
  min-height: 226px !important;
}
.zb-max-h-226 {
  max-height: 226px !important;
}
.zb-calc-h-226 {
  height: calc(100vh - 226px) !important;
}
.zb-calc-min-h-226 {
  min-height: calc(100vh - 226px) !important;
}
.zb-calc-max-h-226 {
  max-height: calc(100vh - 226px) !important;
}
.zb-w-226 {
  width: 226px !important;
}
.zb-w-percent-226 {
  width: 226% !important;
}
.zb-min-w-226 {
  min-width: 226px !important;
}
.zb-max-w-226 {
  max-width: 226px !important;
}
.zb-calc-w-226 {
  width: calc(100vw - 226px) !important;
}
.zb-calc-min-w-226 {
  min-width: calc(100vw - 226px) !important;
}
.zb-calc-max-w-226 {
  max-width: calc(100vw - 226px) !important;
}
.zb-font-226 {
  font-size: 226px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-226 {
    max-width: 226px !important;
  }
}
.zb-h-227 {
  height: 227px !important;
}
.zb-min-h-227 {
  min-height: 227px !important;
}
.zb-max-h-227 {
  max-height: 227px !important;
}
.zb-calc-h-227 {
  height: calc(100vh - 227px) !important;
}
.zb-calc-min-h-227 {
  min-height: calc(100vh - 227px) !important;
}
.zb-calc-max-h-227 {
  max-height: calc(100vh - 227px) !important;
}
.zb-w-227 {
  width: 227px !important;
}
.zb-w-percent-227 {
  width: 227% !important;
}
.zb-min-w-227 {
  min-width: 227px !important;
}
.zb-max-w-227 {
  max-width: 227px !important;
}
.zb-calc-w-227 {
  width: calc(100vw - 227px) !important;
}
.zb-calc-min-w-227 {
  min-width: calc(100vw - 227px) !important;
}
.zb-calc-max-w-227 {
  max-width: calc(100vw - 227px) !important;
}
.zb-font-227 {
  font-size: 227px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-227 {
    max-width: 227px !important;
  }
}
.zb-h-228 {
  height: 228px !important;
}
.zb-min-h-228 {
  min-height: 228px !important;
}
.zb-max-h-228 {
  max-height: 228px !important;
}
.zb-calc-h-228 {
  height: calc(100vh - 228px) !important;
}
.zb-calc-min-h-228 {
  min-height: calc(100vh - 228px) !important;
}
.zb-calc-max-h-228 {
  max-height: calc(100vh - 228px) !important;
}
.zb-w-228 {
  width: 228px !important;
}
.zb-w-percent-228 {
  width: 228% !important;
}
.zb-min-w-228 {
  min-width: 228px !important;
}
.zb-max-w-228 {
  max-width: 228px !important;
}
.zb-calc-w-228 {
  width: calc(100vw - 228px) !important;
}
.zb-calc-min-w-228 {
  min-width: calc(100vw - 228px) !important;
}
.zb-calc-max-w-228 {
  max-width: calc(100vw - 228px) !important;
}
.zb-font-228 {
  font-size: 228px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-228 {
    max-width: 228px !important;
  }
}
.zb-h-229 {
  height: 229px !important;
}
.zb-min-h-229 {
  min-height: 229px !important;
}
.zb-max-h-229 {
  max-height: 229px !important;
}
.zb-calc-h-229 {
  height: calc(100vh - 229px) !important;
}
.zb-calc-min-h-229 {
  min-height: calc(100vh - 229px) !important;
}
.zb-calc-max-h-229 {
  max-height: calc(100vh - 229px) !important;
}
.zb-w-229 {
  width: 229px !important;
}
.zb-w-percent-229 {
  width: 229% !important;
}
.zb-min-w-229 {
  min-width: 229px !important;
}
.zb-max-w-229 {
  max-width: 229px !important;
}
.zb-calc-w-229 {
  width: calc(100vw - 229px) !important;
}
.zb-calc-min-w-229 {
  min-width: calc(100vw - 229px) !important;
}
.zb-calc-max-w-229 {
  max-width: calc(100vw - 229px) !important;
}
.zb-font-229 {
  font-size: 229px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-229 {
    max-width: 229px !important;
  }
}
.zb-h-230 {
  height: 230px !important;
}
.zb-min-h-230 {
  min-height: 230px !important;
}
.zb-max-h-230 {
  max-height: 230px !important;
}
.zb-calc-h-230 {
  height: calc(100vh - 230px) !important;
}
.zb-calc-min-h-230 {
  min-height: calc(100vh - 230px) !important;
}
.zb-calc-max-h-230 {
  max-height: calc(100vh - 230px) !important;
}
.zb-w-230 {
  width: 230px !important;
}
.zb-w-percent-230 {
  width: 230% !important;
}
.zb-min-w-230 {
  min-width: 230px !important;
}
.zb-max-w-230 {
  max-width: 230px !important;
}
.zb-calc-w-230 {
  width: calc(100vw - 230px) !important;
}
.zb-calc-min-w-230 {
  min-width: calc(100vw - 230px) !important;
}
.zb-calc-max-w-230 {
  max-width: calc(100vw - 230px) !important;
}
.zb-font-230 {
  font-size: 230px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-230 {
    max-width: 230px !important;
  }
}
.zb-h-231 {
  height: 231px !important;
}
.zb-min-h-231 {
  min-height: 231px !important;
}
.zb-max-h-231 {
  max-height: 231px !important;
}
.zb-calc-h-231 {
  height: calc(100vh - 231px) !important;
}
.zb-calc-min-h-231 {
  min-height: calc(100vh - 231px) !important;
}
.zb-calc-max-h-231 {
  max-height: calc(100vh - 231px) !important;
}
.zb-w-231 {
  width: 231px !important;
}
.zb-w-percent-231 {
  width: 231% !important;
}
.zb-min-w-231 {
  min-width: 231px !important;
}
.zb-max-w-231 {
  max-width: 231px !important;
}
.zb-calc-w-231 {
  width: calc(100vw - 231px) !important;
}
.zb-calc-min-w-231 {
  min-width: calc(100vw - 231px) !important;
}
.zb-calc-max-w-231 {
  max-width: calc(100vw - 231px) !important;
}
.zb-font-231 {
  font-size: 231px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-231 {
    max-width: 231px !important;
  }
}
.zb-h-232 {
  height: 232px !important;
}
.zb-min-h-232 {
  min-height: 232px !important;
}
.zb-max-h-232 {
  max-height: 232px !important;
}
.zb-calc-h-232 {
  height: calc(100vh - 232px) !important;
}
.zb-calc-min-h-232 {
  min-height: calc(100vh - 232px) !important;
}
.zb-calc-max-h-232 {
  max-height: calc(100vh - 232px) !important;
}
.zb-w-232 {
  width: 232px !important;
}
.zb-w-percent-232 {
  width: 232% !important;
}
.zb-min-w-232 {
  min-width: 232px !important;
}
.zb-max-w-232 {
  max-width: 232px !important;
}
.zb-calc-w-232 {
  width: calc(100vw - 232px) !important;
}
.zb-calc-min-w-232 {
  min-width: calc(100vw - 232px) !important;
}
.zb-calc-max-w-232 {
  max-width: calc(100vw - 232px) !important;
}
.zb-font-232 {
  font-size: 232px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-232 {
    max-width: 232px !important;
  }
}
.zb-h-233 {
  height: 233px !important;
}
.zb-min-h-233 {
  min-height: 233px !important;
}
.zb-max-h-233 {
  max-height: 233px !important;
}
.zb-calc-h-233 {
  height: calc(100vh - 233px) !important;
}
.zb-calc-min-h-233 {
  min-height: calc(100vh - 233px) !important;
}
.zb-calc-max-h-233 {
  max-height: calc(100vh - 233px) !important;
}
.zb-w-233 {
  width: 233px !important;
}
.zb-w-percent-233 {
  width: 233% !important;
}
.zb-min-w-233 {
  min-width: 233px !important;
}
.zb-max-w-233 {
  max-width: 233px !important;
}
.zb-calc-w-233 {
  width: calc(100vw - 233px) !important;
}
.zb-calc-min-w-233 {
  min-width: calc(100vw - 233px) !important;
}
.zb-calc-max-w-233 {
  max-width: calc(100vw - 233px) !important;
}
.zb-font-233 {
  font-size: 233px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-233 {
    max-width: 233px !important;
  }
}
.zb-h-234 {
  height: 234px !important;
}
.zb-min-h-234 {
  min-height: 234px !important;
}
.zb-max-h-234 {
  max-height: 234px !important;
}
.zb-calc-h-234 {
  height: calc(100vh - 234px) !important;
}
.zb-calc-min-h-234 {
  min-height: calc(100vh - 234px) !important;
}
.zb-calc-max-h-234 {
  max-height: calc(100vh - 234px) !important;
}
.zb-w-234 {
  width: 234px !important;
}
.zb-w-percent-234 {
  width: 234% !important;
}
.zb-min-w-234 {
  min-width: 234px !important;
}
.zb-max-w-234 {
  max-width: 234px !important;
}
.zb-calc-w-234 {
  width: calc(100vw - 234px) !important;
}
.zb-calc-min-w-234 {
  min-width: calc(100vw - 234px) !important;
}
.zb-calc-max-w-234 {
  max-width: calc(100vw - 234px) !important;
}
.zb-font-234 {
  font-size: 234px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-234 {
    max-width: 234px !important;
  }
}
.zb-h-235 {
  height: 235px !important;
}
.zb-min-h-235 {
  min-height: 235px !important;
}
.zb-max-h-235 {
  max-height: 235px !important;
}
.zb-calc-h-235 {
  height: calc(100vh - 235px) !important;
}
.zb-calc-min-h-235 {
  min-height: calc(100vh - 235px) !important;
}
.zb-calc-max-h-235 {
  max-height: calc(100vh - 235px) !important;
}
.zb-w-235 {
  width: 235px !important;
}
.zb-w-percent-235 {
  width: 235% !important;
}
.zb-min-w-235 {
  min-width: 235px !important;
}
.zb-max-w-235 {
  max-width: 235px !important;
}
.zb-calc-w-235 {
  width: calc(100vw - 235px) !important;
}
.zb-calc-min-w-235 {
  min-width: calc(100vw - 235px) !important;
}
.zb-calc-max-w-235 {
  max-width: calc(100vw - 235px) !important;
}
.zb-font-235 {
  font-size: 235px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-235 {
    max-width: 235px !important;
  }
}
.zb-h-236 {
  height: 236px !important;
}
.zb-min-h-236 {
  min-height: 236px !important;
}
.zb-max-h-236 {
  max-height: 236px !important;
}
.zb-calc-h-236 {
  height: calc(100vh - 236px) !important;
}
.zb-calc-min-h-236 {
  min-height: calc(100vh - 236px) !important;
}
.zb-calc-max-h-236 {
  max-height: calc(100vh - 236px) !important;
}
.zb-w-236 {
  width: 236px !important;
}
.zb-w-percent-236 {
  width: 236% !important;
}
.zb-min-w-236 {
  min-width: 236px !important;
}
.zb-max-w-236 {
  max-width: 236px !important;
}
.zb-calc-w-236 {
  width: calc(100vw - 236px) !important;
}
.zb-calc-min-w-236 {
  min-width: calc(100vw - 236px) !important;
}
.zb-calc-max-w-236 {
  max-width: calc(100vw - 236px) !important;
}
.zb-font-236 {
  font-size: 236px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-236 {
    max-width: 236px !important;
  }
}
.zb-h-237 {
  height: 237px !important;
}
.zb-min-h-237 {
  min-height: 237px !important;
}
.zb-max-h-237 {
  max-height: 237px !important;
}
.zb-calc-h-237 {
  height: calc(100vh - 237px) !important;
}
.zb-calc-min-h-237 {
  min-height: calc(100vh - 237px) !important;
}
.zb-calc-max-h-237 {
  max-height: calc(100vh - 237px) !important;
}
.zb-w-237 {
  width: 237px !important;
}
.zb-w-percent-237 {
  width: 237% !important;
}
.zb-min-w-237 {
  min-width: 237px !important;
}
.zb-max-w-237 {
  max-width: 237px !important;
}
.zb-calc-w-237 {
  width: calc(100vw - 237px) !important;
}
.zb-calc-min-w-237 {
  min-width: calc(100vw - 237px) !important;
}
.zb-calc-max-w-237 {
  max-width: calc(100vw - 237px) !important;
}
.zb-font-237 {
  font-size: 237px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-237 {
    max-width: 237px !important;
  }
}
.zb-h-238 {
  height: 238px !important;
}
.zb-min-h-238 {
  min-height: 238px !important;
}
.zb-max-h-238 {
  max-height: 238px !important;
}
.zb-calc-h-238 {
  height: calc(100vh - 238px) !important;
}
.zb-calc-min-h-238 {
  min-height: calc(100vh - 238px) !important;
}
.zb-calc-max-h-238 {
  max-height: calc(100vh - 238px) !important;
}
.zb-w-238 {
  width: 238px !important;
}
.zb-w-percent-238 {
  width: 238% !important;
}
.zb-min-w-238 {
  min-width: 238px !important;
}
.zb-max-w-238 {
  max-width: 238px !important;
}
.zb-calc-w-238 {
  width: calc(100vw - 238px) !important;
}
.zb-calc-min-w-238 {
  min-width: calc(100vw - 238px) !important;
}
.zb-calc-max-w-238 {
  max-width: calc(100vw - 238px) !important;
}
.zb-font-238 {
  font-size: 238px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-238 {
    max-width: 238px !important;
  }
}
.zb-h-239 {
  height: 239px !important;
}
.zb-min-h-239 {
  min-height: 239px !important;
}
.zb-max-h-239 {
  max-height: 239px !important;
}
.zb-calc-h-239 {
  height: calc(100vh - 239px) !important;
}
.zb-calc-min-h-239 {
  min-height: calc(100vh - 239px) !important;
}
.zb-calc-max-h-239 {
  max-height: calc(100vh - 239px) !important;
}
.zb-w-239 {
  width: 239px !important;
}
.zb-w-percent-239 {
  width: 239% !important;
}
.zb-min-w-239 {
  min-width: 239px !important;
}
.zb-max-w-239 {
  max-width: 239px !important;
}
.zb-calc-w-239 {
  width: calc(100vw - 239px) !important;
}
.zb-calc-min-w-239 {
  min-width: calc(100vw - 239px) !important;
}
.zb-calc-max-w-239 {
  max-width: calc(100vw - 239px) !important;
}
.zb-font-239 {
  font-size: 239px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-239 {
    max-width: 239px !important;
  }
}
.zb-h-240 {
  height: 240px !important;
}
.zb-min-h-240 {
  min-height: 240px !important;
}
.zb-max-h-240 {
  max-height: 240px !important;
}
.zb-calc-h-240 {
  height: calc(100vh - 240px) !important;
}
.zb-calc-min-h-240 {
  min-height: calc(100vh - 240px) !important;
}
.zb-calc-max-h-240 {
  max-height: calc(100vh - 240px) !important;
}
.zb-w-240 {
  width: 240px !important;
}
.zb-w-percent-240 {
  width: 240% !important;
}
.zb-min-w-240 {
  min-width: 240px !important;
}
.zb-max-w-240 {
  max-width: 240px !important;
}
.zb-calc-w-240 {
  width: calc(100vw - 240px) !important;
}
.zb-calc-min-w-240 {
  min-width: calc(100vw - 240px) !important;
}
.zb-calc-max-w-240 {
  max-width: calc(100vw - 240px) !important;
}
.zb-font-240 {
  font-size: 240px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-240 {
    max-width: 240px !important;
  }
}
.zb-h-241 {
  height: 241px !important;
}
.zb-min-h-241 {
  min-height: 241px !important;
}
.zb-max-h-241 {
  max-height: 241px !important;
}
.zb-calc-h-241 {
  height: calc(100vh - 241px) !important;
}
.zb-calc-min-h-241 {
  min-height: calc(100vh - 241px) !important;
}
.zb-calc-max-h-241 {
  max-height: calc(100vh - 241px) !important;
}
.zb-w-241 {
  width: 241px !important;
}
.zb-w-percent-241 {
  width: 241% !important;
}
.zb-min-w-241 {
  min-width: 241px !important;
}
.zb-max-w-241 {
  max-width: 241px !important;
}
.zb-calc-w-241 {
  width: calc(100vw - 241px) !important;
}
.zb-calc-min-w-241 {
  min-width: calc(100vw - 241px) !important;
}
.zb-calc-max-w-241 {
  max-width: calc(100vw - 241px) !important;
}
.zb-font-241 {
  font-size: 241px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-241 {
    max-width: 241px !important;
  }
}
.zb-h-242 {
  height: 242px !important;
}
.zb-min-h-242 {
  min-height: 242px !important;
}
.zb-max-h-242 {
  max-height: 242px !important;
}
.zb-calc-h-242 {
  height: calc(100vh - 242px) !important;
}
.zb-calc-min-h-242 {
  min-height: calc(100vh - 242px) !important;
}
.zb-calc-max-h-242 {
  max-height: calc(100vh - 242px) !important;
}
.zb-w-242 {
  width: 242px !important;
}
.zb-w-percent-242 {
  width: 242% !important;
}
.zb-min-w-242 {
  min-width: 242px !important;
}
.zb-max-w-242 {
  max-width: 242px !important;
}
.zb-calc-w-242 {
  width: calc(100vw - 242px) !important;
}
.zb-calc-min-w-242 {
  min-width: calc(100vw - 242px) !important;
}
.zb-calc-max-w-242 {
  max-width: calc(100vw - 242px) !important;
}
.zb-font-242 {
  font-size: 242px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-242 {
    max-width: 242px !important;
  }
}
.zb-h-243 {
  height: 243px !important;
}
.zb-min-h-243 {
  min-height: 243px !important;
}
.zb-max-h-243 {
  max-height: 243px !important;
}
.zb-calc-h-243 {
  height: calc(100vh - 243px) !important;
}
.zb-calc-min-h-243 {
  min-height: calc(100vh - 243px) !important;
}
.zb-calc-max-h-243 {
  max-height: calc(100vh - 243px) !important;
}
.zb-w-243 {
  width: 243px !important;
}
.zb-w-percent-243 {
  width: 243% !important;
}
.zb-min-w-243 {
  min-width: 243px !important;
}
.zb-max-w-243 {
  max-width: 243px !important;
}
.zb-calc-w-243 {
  width: calc(100vw - 243px) !important;
}
.zb-calc-min-w-243 {
  min-width: calc(100vw - 243px) !important;
}
.zb-calc-max-w-243 {
  max-width: calc(100vw - 243px) !important;
}
.zb-font-243 {
  font-size: 243px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-243 {
    max-width: 243px !important;
  }
}
.zb-h-244 {
  height: 244px !important;
}
.zb-min-h-244 {
  min-height: 244px !important;
}
.zb-max-h-244 {
  max-height: 244px !important;
}
.zb-calc-h-244 {
  height: calc(100vh - 244px) !important;
}
.zb-calc-min-h-244 {
  min-height: calc(100vh - 244px) !important;
}
.zb-calc-max-h-244 {
  max-height: calc(100vh - 244px) !important;
}
.zb-w-244 {
  width: 244px !important;
}
.zb-w-percent-244 {
  width: 244% !important;
}
.zb-min-w-244 {
  min-width: 244px !important;
}
.zb-max-w-244 {
  max-width: 244px !important;
}
.zb-calc-w-244 {
  width: calc(100vw - 244px) !important;
}
.zb-calc-min-w-244 {
  min-width: calc(100vw - 244px) !important;
}
.zb-calc-max-w-244 {
  max-width: calc(100vw - 244px) !important;
}
.zb-font-244 {
  font-size: 244px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-244 {
    max-width: 244px !important;
  }
}
.zb-h-245 {
  height: 245px !important;
}
.zb-min-h-245 {
  min-height: 245px !important;
}
.zb-max-h-245 {
  max-height: 245px !important;
}
.zb-calc-h-245 {
  height: calc(100vh - 245px) !important;
}
.zb-calc-min-h-245 {
  min-height: calc(100vh - 245px) !important;
}
.zb-calc-max-h-245 {
  max-height: calc(100vh - 245px) !important;
}
.zb-w-245 {
  width: 245px !important;
}
.zb-w-percent-245 {
  width: 245% !important;
}
.zb-min-w-245 {
  min-width: 245px !important;
}
.zb-max-w-245 {
  max-width: 245px !important;
}
.zb-calc-w-245 {
  width: calc(100vw - 245px) !important;
}
.zb-calc-min-w-245 {
  min-width: calc(100vw - 245px) !important;
}
.zb-calc-max-w-245 {
  max-width: calc(100vw - 245px) !important;
}
.zb-font-245 {
  font-size: 245px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-245 {
    max-width: 245px !important;
  }
}
.zb-h-246 {
  height: 246px !important;
}
.zb-min-h-246 {
  min-height: 246px !important;
}
.zb-max-h-246 {
  max-height: 246px !important;
}
.zb-calc-h-246 {
  height: calc(100vh - 246px) !important;
}
.zb-calc-min-h-246 {
  min-height: calc(100vh - 246px) !important;
}
.zb-calc-max-h-246 {
  max-height: calc(100vh - 246px) !important;
}
.zb-w-246 {
  width: 246px !important;
}
.zb-w-percent-246 {
  width: 246% !important;
}
.zb-min-w-246 {
  min-width: 246px !important;
}
.zb-max-w-246 {
  max-width: 246px !important;
}
.zb-calc-w-246 {
  width: calc(100vw - 246px) !important;
}
.zb-calc-min-w-246 {
  min-width: calc(100vw - 246px) !important;
}
.zb-calc-max-w-246 {
  max-width: calc(100vw - 246px) !important;
}
.zb-font-246 {
  font-size: 246px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-246 {
    max-width: 246px !important;
  }
}
.zb-h-247 {
  height: 247px !important;
}
.zb-min-h-247 {
  min-height: 247px !important;
}
.zb-max-h-247 {
  max-height: 247px !important;
}
.zb-calc-h-247 {
  height: calc(100vh - 247px) !important;
}
.zb-calc-min-h-247 {
  min-height: calc(100vh - 247px) !important;
}
.zb-calc-max-h-247 {
  max-height: calc(100vh - 247px) !important;
}
.zb-w-247 {
  width: 247px !important;
}
.zb-w-percent-247 {
  width: 247% !important;
}
.zb-min-w-247 {
  min-width: 247px !important;
}
.zb-max-w-247 {
  max-width: 247px !important;
}
.zb-calc-w-247 {
  width: calc(100vw - 247px) !important;
}
.zb-calc-min-w-247 {
  min-width: calc(100vw - 247px) !important;
}
.zb-calc-max-w-247 {
  max-width: calc(100vw - 247px) !important;
}
.zb-font-247 {
  font-size: 247px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-247 {
    max-width: 247px !important;
  }
}
.zb-h-248 {
  height: 248px !important;
}
.zb-min-h-248 {
  min-height: 248px !important;
}
.zb-max-h-248 {
  max-height: 248px !important;
}
.zb-calc-h-248 {
  height: calc(100vh - 248px) !important;
}
.zb-calc-min-h-248 {
  min-height: calc(100vh - 248px) !important;
}
.zb-calc-max-h-248 {
  max-height: calc(100vh - 248px) !important;
}
.zb-w-248 {
  width: 248px !important;
}
.zb-w-percent-248 {
  width: 248% !important;
}
.zb-min-w-248 {
  min-width: 248px !important;
}
.zb-max-w-248 {
  max-width: 248px !important;
}
.zb-calc-w-248 {
  width: calc(100vw - 248px) !important;
}
.zb-calc-min-w-248 {
  min-width: calc(100vw - 248px) !important;
}
.zb-calc-max-w-248 {
  max-width: calc(100vw - 248px) !important;
}
.zb-font-248 {
  font-size: 248px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-248 {
    max-width: 248px !important;
  }
}
.zb-h-249 {
  height: 249px !important;
}
.zb-min-h-249 {
  min-height: 249px !important;
}
.zb-max-h-249 {
  max-height: 249px !important;
}
.zb-calc-h-249 {
  height: calc(100vh - 249px) !important;
}
.zb-calc-min-h-249 {
  min-height: calc(100vh - 249px) !important;
}
.zb-calc-max-h-249 {
  max-height: calc(100vh - 249px) !important;
}
.zb-w-249 {
  width: 249px !important;
}
.zb-w-percent-249 {
  width: 249% !important;
}
.zb-min-w-249 {
  min-width: 249px !important;
}
.zb-max-w-249 {
  max-width: 249px !important;
}
.zb-calc-w-249 {
  width: calc(100vw - 249px) !important;
}
.zb-calc-min-w-249 {
  min-width: calc(100vw - 249px) !important;
}
.zb-calc-max-w-249 {
  max-width: calc(100vw - 249px) !important;
}
.zb-font-249 {
  font-size: 249px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-249 {
    max-width: 249px !important;
  }
}
.zb-h-250 {
  height: 250px !important;
}
.zb-min-h-250 {
  min-height: 250px !important;
}
.zb-max-h-250 {
  max-height: 250px !important;
}
.zb-calc-h-250 {
  height: calc(100vh - 250px) !important;
}
.zb-calc-min-h-250 {
  min-height: calc(100vh - 250px) !important;
}
.zb-calc-max-h-250 {
  max-height: calc(100vh - 250px) !important;
}
.zb-w-250 {
  width: 250px !important;
}
.zb-w-percent-250 {
  width: 250% !important;
}
.zb-min-w-250 {
  min-width: 250px !important;
}
.zb-max-w-250 {
  max-width: 250px !important;
}
.zb-calc-w-250 {
  width: calc(100vw - 250px) !important;
}
.zb-calc-min-w-250 {
  min-width: calc(100vw - 250px) !important;
}
.zb-calc-max-w-250 {
  max-width: calc(100vw - 250px) !important;
}
.zb-font-250 {
  font-size: 250px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-250 {
    max-width: 250px !important;
  }
}
.zb-h-251 {
  height: 251px !important;
}
.zb-min-h-251 {
  min-height: 251px !important;
}
.zb-max-h-251 {
  max-height: 251px !important;
}
.zb-calc-h-251 {
  height: calc(100vh - 251px) !important;
}
.zb-calc-min-h-251 {
  min-height: calc(100vh - 251px) !important;
}
.zb-calc-max-h-251 {
  max-height: calc(100vh - 251px) !important;
}
.zb-w-251 {
  width: 251px !important;
}
.zb-w-percent-251 {
  width: 251% !important;
}
.zb-min-w-251 {
  min-width: 251px !important;
}
.zb-max-w-251 {
  max-width: 251px !important;
}
.zb-calc-w-251 {
  width: calc(100vw - 251px) !important;
}
.zb-calc-min-w-251 {
  min-width: calc(100vw - 251px) !important;
}
.zb-calc-max-w-251 {
  max-width: calc(100vw - 251px) !important;
}
.zb-font-251 {
  font-size: 251px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-251 {
    max-width: 251px !important;
  }
}
.zb-h-252 {
  height: 252px !important;
}
.zb-min-h-252 {
  min-height: 252px !important;
}
.zb-max-h-252 {
  max-height: 252px !important;
}
.zb-calc-h-252 {
  height: calc(100vh - 252px) !important;
}
.zb-calc-min-h-252 {
  min-height: calc(100vh - 252px) !important;
}
.zb-calc-max-h-252 {
  max-height: calc(100vh - 252px) !important;
}
.zb-w-252 {
  width: 252px !important;
}
.zb-w-percent-252 {
  width: 252% !important;
}
.zb-min-w-252 {
  min-width: 252px !important;
}
.zb-max-w-252 {
  max-width: 252px !important;
}
.zb-calc-w-252 {
  width: calc(100vw - 252px) !important;
}
.zb-calc-min-w-252 {
  min-width: calc(100vw - 252px) !important;
}
.zb-calc-max-w-252 {
  max-width: calc(100vw - 252px) !important;
}
.zb-font-252 {
  font-size: 252px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-252 {
    max-width: 252px !important;
  }
}
.zb-h-253 {
  height: 253px !important;
}
.zb-min-h-253 {
  min-height: 253px !important;
}
.zb-max-h-253 {
  max-height: 253px !important;
}
.zb-calc-h-253 {
  height: calc(100vh - 253px) !important;
}
.zb-calc-min-h-253 {
  min-height: calc(100vh - 253px) !important;
}
.zb-calc-max-h-253 {
  max-height: calc(100vh - 253px) !important;
}
.zb-w-253 {
  width: 253px !important;
}
.zb-w-percent-253 {
  width: 253% !important;
}
.zb-min-w-253 {
  min-width: 253px !important;
}
.zb-max-w-253 {
  max-width: 253px !important;
}
.zb-calc-w-253 {
  width: calc(100vw - 253px) !important;
}
.zb-calc-min-w-253 {
  min-width: calc(100vw - 253px) !important;
}
.zb-calc-max-w-253 {
  max-width: calc(100vw - 253px) !important;
}
.zb-font-253 {
  font-size: 253px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-253 {
    max-width: 253px !important;
  }
}
.zb-h-254 {
  height: 254px !important;
}
.zb-min-h-254 {
  min-height: 254px !important;
}
.zb-max-h-254 {
  max-height: 254px !important;
}
.zb-calc-h-254 {
  height: calc(100vh - 254px) !important;
}
.zb-calc-min-h-254 {
  min-height: calc(100vh - 254px) !important;
}
.zb-calc-max-h-254 {
  max-height: calc(100vh - 254px) !important;
}
.zb-w-254 {
  width: 254px !important;
}
.zb-w-percent-254 {
  width: 254% !important;
}
.zb-min-w-254 {
  min-width: 254px !important;
}
.zb-max-w-254 {
  max-width: 254px !important;
}
.zb-calc-w-254 {
  width: calc(100vw - 254px) !important;
}
.zb-calc-min-w-254 {
  min-width: calc(100vw - 254px) !important;
}
.zb-calc-max-w-254 {
  max-width: calc(100vw - 254px) !important;
}
.zb-font-254 {
  font-size: 254px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-254 {
    max-width: 254px !important;
  }
}
.zb-h-255 {
  height: 255px !important;
}
.zb-min-h-255 {
  min-height: 255px !important;
}
.zb-max-h-255 {
  max-height: 255px !important;
}
.zb-calc-h-255 {
  height: calc(100vh - 255px) !important;
}
.zb-calc-min-h-255 {
  min-height: calc(100vh - 255px) !important;
}
.zb-calc-max-h-255 {
  max-height: calc(100vh - 255px) !important;
}
.zb-w-255 {
  width: 255px !important;
}
.zb-w-percent-255 {
  width: 255% !important;
}
.zb-min-w-255 {
  min-width: 255px !important;
}
.zb-max-w-255 {
  max-width: 255px !important;
}
.zb-calc-w-255 {
  width: calc(100vw - 255px) !important;
}
.zb-calc-min-w-255 {
  min-width: calc(100vw - 255px) !important;
}
.zb-calc-max-w-255 {
  max-width: calc(100vw - 255px) !important;
}
.zb-font-255 {
  font-size: 255px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-255 {
    max-width: 255px !important;
  }
}
.zb-h-256 {
  height: 256px !important;
}
.zb-min-h-256 {
  min-height: 256px !important;
}
.zb-max-h-256 {
  max-height: 256px !important;
}
.zb-calc-h-256 {
  height: calc(100vh - 256px) !important;
}
.zb-calc-min-h-256 {
  min-height: calc(100vh - 256px) !important;
}
.zb-calc-max-h-256 {
  max-height: calc(100vh - 256px) !important;
}
.zb-w-256 {
  width: 256px !important;
}
.zb-w-percent-256 {
  width: 256% !important;
}
.zb-min-w-256 {
  min-width: 256px !important;
}
.zb-max-w-256 {
  max-width: 256px !important;
}
.zb-calc-w-256 {
  width: calc(100vw - 256px) !important;
}
.zb-calc-min-w-256 {
  min-width: calc(100vw - 256px) !important;
}
.zb-calc-max-w-256 {
  max-width: calc(100vw - 256px) !important;
}
.zb-font-256 {
  font-size: 256px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-256 {
    max-width: 256px !important;
  }
}
.zb-h-257 {
  height: 257px !important;
}
.zb-min-h-257 {
  min-height: 257px !important;
}
.zb-max-h-257 {
  max-height: 257px !important;
}
.zb-calc-h-257 {
  height: calc(100vh - 257px) !important;
}
.zb-calc-min-h-257 {
  min-height: calc(100vh - 257px) !important;
}
.zb-calc-max-h-257 {
  max-height: calc(100vh - 257px) !important;
}
.zb-w-257 {
  width: 257px !important;
}
.zb-w-percent-257 {
  width: 257% !important;
}
.zb-min-w-257 {
  min-width: 257px !important;
}
.zb-max-w-257 {
  max-width: 257px !important;
}
.zb-calc-w-257 {
  width: calc(100vw - 257px) !important;
}
.zb-calc-min-w-257 {
  min-width: calc(100vw - 257px) !important;
}
.zb-calc-max-w-257 {
  max-width: calc(100vw - 257px) !important;
}
.zb-font-257 {
  font-size: 257px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-257 {
    max-width: 257px !important;
  }
}
.zb-h-258 {
  height: 258px !important;
}
.zb-min-h-258 {
  min-height: 258px !important;
}
.zb-max-h-258 {
  max-height: 258px !important;
}
.zb-calc-h-258 {
  height: calc(100vh - 258px) !important;
}
.zb-calc-min-h-258 {
  min-height: calc(100vh - 258px) !important;
}
.zb-calc-max-h-258 {
  max-height: calc(100vh - 258px) !important;
}
.zb-w-258 {
  width: 258px !important;
}
.zb-w-percent-258 {
  width: 258% !important;
}
.zb-min-w-258 {
  min-width: 258px !important;
}
.zb-max-w-258 {
  max-width: 258px !important;
}
.zb-calc-w-258 {
  width: calc(100vw - 258px) !important;
}
.zb-calc-min-w-258 {
  min-width: calc(100vw - 258px) !important;
}
.zb-calc-max-w-258 {
  max-width: calc(100vw - 258px) !important;
}
.zb-font-258 {
  font-size: 258px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-258 {
    max-width: 258px !important;
  }
}
.zb-h-259 {
  height: 259px !important;
}
.zb-min-h-259 {
  min-height: 259px !important;
}
.zb-max-h-259 {
  max-height: 259px !important;
}
.zb-calc-h-259 {
  height: calc(100vh - 259px) !important;
}
.zb-calc-min-h-259 {
  min-height: calc(100vh - 259px) !important;
}
.zb-calc-max-h-259 {
  max-height: calc(100vh - 259px) !important;
}
.zb-w-259 {
  width: 259px !important;
}
.zb-w-percent-259 {
  width: 259% !important;
}
.zb-min-w-259 {
  min-width: 259px !important;
}
.zb-max-w-259 {
  max-width: 259px !important;
}
.zb-calc-w-259 {
  width: calc(100vw - 259px) !important;
}
.zb-calc-min-w-259 {
  min-width: calc(100vw - 259px) !important;
}
.zb-calc-max-w-259 {
  max-width: calc(100vw - 259px) !important;
}
.zb-font-259 {
  font-size: 259px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-259 {
    max-width: 259px !important;
  }
}
.zb-h-260 {
  height: 260px !important;
}
.zb-min-h-260 {
  min-height: 260px !important;
}
.zb-max-h-260 {
  max-height: 260px !important;
}
.zb-calc-h-260 {
  height: calc(100vh - 260px) !important;
}
.zb-calc-min-h-260 {
  min-height: calc(100vh - 260px) !important;
}
.zb-calc-max-h-260 {
  max-height: calc(100vh - 260px) !important;
}
.zb-w-260 {
  width: 260px !important;
}
.zb-w-percent-260 {
  width: 260% !important;
}
.zb-min-w-260 {
  min-width: 260px !important;
}
.zb-max-w-260 {
  max-width: 260px !important;
}
.zb-calc-w-260 {
  width: calc(100vw - 260px) !important;
}
.zb-calc-min-w-260 {
  min-width: calc(100vw - 260px) !important;
}
.zb-calc-max-w-260 {
  max-width: calc(100vw - 260px) !important;
}
.zb-font-260 {
  font-size: 260px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-260 {
    max-width: 260px !important;
  }
}
.zb-h-261 {
  height: 261px !important;
}
.zb-min-h-261 {
  min-height: 261px !important;
}
.zb-max-h-261 {
  max-height: 261px !important;
}
.zb-calc-h-261 {
  height: calc(100vh - 261px) !important;
}
.zb-calc-min-h-261 {
  min-height: calc(100vh - 261px) !important;
}
.zb-calc-max-h-261 {
  max-height: calc(100vh - 261px) !important;
}
.zb-w-261 {
  width: 261px !important;
}
.zb-w-percent-261 {
  width: 261% !important;
}
.zb-min-w-261 {
  min-width: 261px !important;
}
.zb-max-w-261 {
  max-width: 261px !important;
}
.zb-calc-w-261 {
  width: calc(100vw - 261px) !important;
}
.zb-calc-min-w-261 {
  min-width: calc(100vw - 261px) !important;
}
.zb-calc-max-w-261 {
  max-width: calc(100vw - 261px) !important;
}
.zb-font-261 {
  font-size: 261px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-261 {
    max-width: 261px !important;
  }
}
.zb-h-262 {
  height: 262px !important;
}
.zb-min-h-262 {
  min-height: 262px !important;
}
.zb-max-h-262 {
  max-height: 262px !important;
}
.zb-calc-h-262 {
  height: calc(100vh - 262px) !important;
}
.zb-calc-min-h-262 {
  min-height: calc(100vh - 262px) !important;
}
.zb-calc-max-h-262 {
  max-height: calc(100vh - 262px) !important;
}
.zb-w-262 {
  width: 262px !important;
}
.zb-w-percent-262 {
  width: 262% !important;
}
.zb-min-w-262 {
  min-width: 262px !important;
}
.zb-max-w-262 {
  max-width: 262px !important;
}
.zb-calc-w-262 {
  width: calc(100vw - 262px) !important;
}
.zb-calc-min-w-262 {
  min-width: calc(100vw - 262px) !important;
}
.zb-calc-max-w-262 {
  max-width: calc(100vw - 262px) !important;
}
.zb-font-262 {
  font-size: 262px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-262 {
    max-width: 262px !important;
  }
}
.zb-h-263 {
  height: 263px !important;
}
.zb-min-h-263 {
  min-height: 263px !important;
}
.zb-max-h-263 {
  max-height: 263px !important;
}
.zb-calc-h-263 {
  height: calc(100vh - 263px) !important;
}
.zb-calc-min-h-263 {
  min-height: calc(100vh - 263px) !important;
}
.zb-calc-max-h-263 {
  max-height: calc(100vh - 263px) !important;
}
.zb-w-263 {
  width: 263px !important;
}
.zb-w-percent-263 {
  width: 263% !important;
}
.zb-min-w-263 {
  min-width: 263px !important;
}
.zb-max-w-263 {
  max-width: 263px !important;
}
.zb-calc-w-263 {
  width: calc(100vw - 263px) !important;
}
.zb-calc-min-w-263 {
  min-width: calc(100vw - 263px) !important;
}
.zb-calc-max-w-263 {
  max-width: calc(100vw - 263px) !important;
}
.zb-font-263 {
  font-size: 263px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-263 {
    max-width: 263px !important;
  }
}
.zb-h-264 {
  height: 264px !important;
}
.zb-min-h-264 {
  min-height: 264px !important;
}
.zb-max-h-264 {
  max-height: 264px !important;
}
.zb-calc-h-264 {
  height: calc(100vh - 264px) !important;
}
.zb-calc-min-h-264 {
  min-height: calc(100vh - 264px) !important;
}
.zb-calc-max-h-264 {
  max-height: calc(100vh - 264px) !important;
}
.zb-w-264 {
  width: 264px !important;
}
.zb-w-percent-264 {
  width: 264% !important;
}
.zb-min-w-264 {
  min-width: 264px !important;
}
.zb-max-w-264 {
  max-width: 264px !important;
}
.zb-calc-w-264 {
  width: calc(100vw - 264px) !important;
}
.zb-calc-min-w-264 {
  min-width: calc(100vw - 264px) !important;
}
.zb-calc-max-w-264 {
  max-width: calc(100vw - 264px) !important;
}
.zb-font-264 {
  font-size: 264px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-264 {
    max-width: 264px !important;
  }
}
.zb-h-265 {
  height: 265px !important;
}
.zb-min-h-265 {
  min-height: 265px !important;
}
.zb-max-h-265 {
  max-height: 265px !important;
}
.zb-calc-h-265 {
  height: calc(100vh - 265px) !important;
}
.zb-calc-min-h-265 {
  min-height: calc(100vh - 265px) !important;
}
.zb-calc-max-h-265 {
  max-height: calc(100vh - 265px) !important;
}
.zb-w-265 {
  width: 265px !important;
}
.zb-w-percent-265 {
  width: 265% !important;
}
.zb-min-w-265 {
  min-width: 265px !important;
}
.zb-max-w-265 {
  max-width: 265px !important;
}
.zb-calc-w-265 {
  width: calc(100vw - 265px) !important;
}
.zb-calc-min-w-265 {
  min-width: calc(100vw - 265px) !important;
}
.zb-calc-max-w-265 {
  max-width: calc(100vw - 265px) !important;
}
.zb-font-265 {
  font-size: 265px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-265 {
    max-width: 265px !important;
  }
}
.zb-h-266 {
  height: 266px !important;
}
.zb-min-h-266 {
  min-height: 266px !important;
}
.zb-max-h-266 {
  max-height: 266px !important;
}
.zb-calc-h-266 {
  height: calc(100vh - 266px) !important;
}
.zb-calc-min-h-266 {
  min-height: calc(100vh - 266px) !important;
}
.zb-calc-max-h-266 {
  max-height: calc(100vh - 266px) !important;
}
.zb-w-266 {
  width: 266px !important;
}
.zb-w-percent-266 {
  width: 266% !important;
}
.zb-min-w-266 {
  min-width: 266px !important;
}
.zb-max-w-266 {
  max-width: 266px !important;
}
.zb-calc-w-266 {
  width: calc(100vw - 266px) !important;
}
.zb-calc-min-w-266 {
  min-width: calc(100vw - 266px) !important;
}
.zb-calc-max-w-266 {
  max-width: calc(100vw - 266px) !important;
}
.zb-font-266 {
  font-size: 266px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-266 {
    max-width: 266px !important;
  }
}
.zb-h-267 {
  height: 267px !important;
}
.zb-min-h-267 {
  min-height: 267px !important;
}
.zb-max-h-267 {
  max-height: 267px !important;
}
.zb-calc-h-267 {
  height: calc(100vh - 267px) !important;
}
.zb-calc-min-h-267 {
  min-height: calc(100vh - 267px) !important;
}
.zb-calc-max-h-267 {
  max-height: calc(100vh - 267px) !important;
}
.zb-w-267 {
  width: 267px !important;
}
.zb-w-percent-267 {
  width: 267% !important;
}
.zb-min-w-267 {
  min-width: 267px !important;
}
.zb-max-w-267 {
  max-width: 267px !important;
}
.zb-calc-w-267 {
  width: calc(100vw - 267px) !important;
}
.zb-calc-min-w-267 {
  min-width: calc(100vw - 267px) !important;
}
.zb-calc-max-w-267 {
  max-width: calc(100vw - 267px) !important;
}
.zb-font-267 {
  font-size: 267px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-267 {
    max-width: 267px !important;
  }
}
.zb-h-268 {
  height: 268px !important;
}
.zb-min-h-268 {
  min-height: 268px !important;
}
.zb-max-h-268 {
  max-height: 268px !important;
}
.zb-calc-h-268 {
  height: calc(100vh - 268px) !important;
}
.zb-calc-min-h-268 {
  min-height: calc(100vh - 268px) !important;
}
.zb-calc-max-h-268 {
  max-height: calc(100vh - 268px) !important;
}
.zb-w-268 {
  width: 268px !important;
}
.zb-w-percent-268 {
  width: 268% !important;
}
.zb-min-w-268 {
  min-width: 268px !important;
}
.zb-max-w-268 {
  max-width: 268px !important;
}
.zb-calc-w-268 {
  width: calc(100vw - 268px) !important;
}
.zb-calc-min-w-268 {
  min-width: calc(100vw - 268px) !important;
}
.zb-calc-max-w-268 {
  max-width: calc(100vw - 268px) !important;
}
.zb-font-268 {
  font-size: 268px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-268 {
    max-width: 268px !important;
  }
}
.zb-h-269 {
  height: 269px !important;
}
.zb-min-h-269 {
  min-height: 269px !important;
}
.zb-max-h-269 {
  max-height: 269px !important;
}
.zb-calc-h-269 {
  height: calc(100vh - 269px) !important;
}
.zb-calc-min-h-269 {
  min-height: calc(100vh - 269px) !important;
}
.zb-calc-max-h-269 {
  max-height: calc(100vh - 269px) !important;
}
.zb-w-269 {
  width: 269px !important;
}
.zb-w-percent-269 {
  width: 269% !important;
}
.zb-min-w-269 {
  min-width: 269px !important;
}
.zb-max-w-269 {
  max-width: 269px !important;
}
.zb-calc-w-269 {
  width: calc(100vw - 269px) !important;
}
.zb-calc-min-w-269 {
  min-width: calc(100vw - 269px) !important;
}
.zb-calc-max-w-269 {
  max-width: calc(100vw - 269px) !important;
}
.zb-font-269 {
  font-size: 269px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-269 {
    max-width: 269px !important;
  }
}
.zb-h-270 {
  height: 270px !important;
}
.zb-min-h-270 {
  min-height: 270px !important;
}
.zb-max-h-270 {
  max-height: 270px !important;
}
.zb-calc-h-270 {
  height: calc(100vh - 270px) !important;
}
.zb-calc-min-h-270 {
  min-height: calc(100vh - 270px) !important;
}
.zb-calc-max-h-270 {
  max-height: calc(100vh - 270px) !important;
}
.zb-w-270 {
  width: 270px !important;
}
.zb-w-percent-270 {
  width: 270% !important;
}
.zb-min-w-270 {
  min-width: 270px !important;
}
.zb-max-w-270 {
  max-width: 270px !important;
}
.zb-calc-w-270 {
  width: calc(100vw - 270px) !important;
}
.zb-calc-min-w-270 {
  min-width: calc(100vw - 270px) !important;
}
.zb-calc-max-w-270 {
  max-width: calc(100vw - 270px) !important;
}
.zb-font-270 {
  font-size: 270px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-270 {
    max-width: 270px !important;
  }
}
.zb-h-271 {
  height: 271px !important;
}
.zb-min-h-271 {
  min-height: 271px !important;
}
.zb-max-h-271 {
  max-height: 271px !important;
}
.zb-calc-h-271 {
  height: calc(100vh - 271px) !important;
}
.zb-calc-min-h-271 {
  min-height: calc(100vh - 271px) !important;
}
.zb-calc-max-h-271 {
  max-height: calc(100vh - 271px) !important;
}
.zb-w-271 {
  width: 271px !important;
}
.zb-w-percent-271 {
  width: 271% !important;
}
.zb-min-w-271 {
  min-width: 271px !important;
}
.zb-max-w-271 {
  max-width: 271px !important;
}
.zb-calc-w-271 {
  width: calc(100vw - 271px) !important;
}
.zb-calc-min-w-271 {
  min-width: calc(100vw - 271px) !important;
}
.zb-calc-max-w-271 {
  max-width: calc(100vw - 271px) !important;
}
.zb-font-271 {
  font-size: 271px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-271 {
    max-width: 271px !important;
  }
}
.zb-h-272 {
  height: 272px !important;
}
.zb-min-h-272 {
  min-height: 272px !important;
}
.zb-max-h-272 {
  max-height: 272px !important;
}
.zb-calc-h-272 {
  height: calc(100vh - 272px) !important;
}
.zb-calc-min-h-272 {
  min-height: calc(100vh - 272px) !important;
}
.zb-calc-max-h-272 {
  max-height: calc(100vh - 272px) !important;
}
.zb-w-272 {
  width: 272px !important;
}
.zb-w-percent-272 {
  width: 272% !important;
}
.zb-min-w-272 {
  min-width: 272px !important;
}
.zb-max-w-272 {
  max-width: 272px !important;
}
.zb-calc-w-272 {
  width: calc(100vw - 272px) !important;
}
.zb-calc-min-w-272 {
  min-width: calc(100vw - 272px) !important;
}
.zb-calc-max-w-272 {
  max-width: calc(100vw - 272px) !important;
}
.zb-font-272 {
  font-size: 272px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-272 {
    max-width: 272px !important;
  }
}
.zb-h-273 {
  height: 273px !important;
}
.zb-min-h-273 {
  min-height: 273px !important;
}
.zb-max-h-273 {
  max-height: 273px !important;
}
.zb-calc-h-273 {
  height: calc(100vh - 273px) !important;
}
.zb-calc-min-h-273 {
  min-height: calc(100vh - 273px) !important;
}
.zb-calc-max-h-273 {
  max-height: calc(100vh - 273px) !important;
}
.zb-w-273 {
  width: 273px !important;
}
.zb-w-percent-273 {
  width: 273% !important;
}
.zb-min-w-273 {
  min-width: 273px !important;
}
.zb-max-w-273 {
  max-width: 273px !important;
}
.zb-calc-w-273 {
  width: calc(100vw - 273px) !important;
}
.zb-calc-min-w-273 {
  min-width: calc(100vw - 273px) !important;
}
.zb-calc-max-w-273 {
  max-width: calc(100vw - 273px) !important;
}
.zb-font-273 {
  font-size: 273px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-273 {
    max-width: 273px !important;
  }
}
.zb-h-274 {
  height: 274px !important;
}
.zb-min-h-274 {
  min-height: 274px !important;
}
.zb-max-h-274 {
  max-height: 274px !important;
}
.zb-calc-h-274 {
  height: calc(100vh - 274px) !important;
}
.zb-calc-min-h-274 {
  min-height: calc(100vh - 274px) !important;
}
.zb-calc-max-h-274 {
  max-height: calc(100vh - 274px) !important;
}
.zb-w-274 {
  width: 274px !important;
}
.zb-w-percent-274 {
  width: 274% !important;
}
.zb-min-w-274 {
  min-width: 274px !important;
}
.zb-max-w-274 {
  max-width: 274px !important;
}
.zb-calc-w-274 {
  width: calc(100vw - 274px) !important;
}
.zb-calc-min-w-274 {
  min-width: calc(100vw - 274px) !important;
}
.zb-calc-max-w-274 {
  max-width: calc(100vw - 274px) !important;
}
.zb-font-274 {
  font-size: 274px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-274 {
    max-width: 274px !important;
  }
}
.zb-h-275 {
  height: 275px !important;
}
.zb-min-h-275 {
  min-height: 275px !important;
}
.zb-max-h-275 {
  max-height: 275px !important;
}
.zb-calc-h-275 {
  height: calc(100vh - 275px) !important;
}
.zb-calc-min-h-275 {
  min-height: calc(100vh - 275px) !important;
}
.zb-calc-max-h-275 {
  max-height: calc(100vh - 275px) !important;
}
.zb-w-275 {
  width: 275px !important;
}
.zb-w-percent-275 {
  width: 275% !important;
}
.zb-min-w-275 {
  min-width: 275px !important;
}
.zb-max-w-275 {
  max-width: 275px !important;
}
.zb-calc-w-275 {
  width: calc(100vw - 275px) !important;
}
.zb-calc-min-w-275 {
  min-width: calc(100vw - 275px) !important;
}
.zb-calc-max-w-275 {
  max-width: calc(100vw - 275px) !important;
}
.zb-font-275 {
  font-size: 275px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-275 {
    max-width: 275px !important;
  }
}
.zb-h-276 {
  height: 276px !important;
}
.zb-min-h-276 {
  min-height: 276px !important;
}
.zb-max-h-276 {
  max-height: 276px !important;
}
.zb-calc-h-276 {
  height: calc(100vh - 276px) !important;
}
.zb-calc-min-h-276 {
  min-height: calc(100vh - 276px) !important;
}
.zb-calc-max-h-276 {
  max-height: calc(100vh - 276px) !important;
}
.zb-w-276 {
  width: 276px !important;
}
.zb-w-percent-276 {
  width: 276% !important;
}
.zb-min-w-276 {
  min-width: 276px !important;
}
.zb-max-w-276 {
  max-width: 276px !important;
}
.zb-calc-w-276 {
  width: calc(100vw - 276px) !important;
}
.zb-calc-min-w-276 {
  min-width: calc(100vw - 276px) !important;
}
.zb-calc-max-w-276 {
  max-width: calc(100vw - 276px) !important;
}
.zb-font-276 {
  font-size: 276px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-276 {
    max-width: 276px !important;
  }
}
.zb-h-277 {
  height: 277px !important;
}
.zb-min-h-277 {
  min-height: 277px !important;
}
.zb-max-h-277 {
  max-height: 277px !important;
}
.zb-calc-h-277 {
  height: calc(100vh - 277px) !important;
}
.zb-calc-min-h-277 {
  min-height: calc(100vh - 277px) !important;
}
.zb-calc-max-h-277 {
  max-height: calc(100vh - 277px) !important;
}
.zb-w-277 {
  width: 277px !important;
}
.zb-w-percent-277 {
  width: 277% !important;
}
.zb-min-w-277 {
  min-width: 277px !important;
}
.zb-max-w-277 {
  max-width: 277px !important;
}
.zb-calc-w-277 {
  width: calc(100vw - 277px) !important;
}
.zb-calc-min-w-277 {
  min-width: calc(100vw - 277px) !important;
}
.zb-calc-max-w-277 {
  max-width: calc(100vw - 277px) !important;
}
.zb-font-277 {
  font-size: 277px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-277 {
    max-width: 277px !important;
  }
}
.zb-h-278 {
  height: 278px !important;
}
.zb-min-h-278 {
  min-height: 278px !important;
}
.zb-max-h-278 {
  max-height: 278px !important;
}
.zb-calc-h-278 {
  height: calc(100vh - 278px) !important;
}
.zb-calc-min-h-278 {
  min-height: calc(100vh - 278px) !important;
}
.zb-calc-max-h-278 {
  max-height: calc(100vh - 278px) !important;
}
.zb-w-278 {
  width: 278px !important;
}
.zb-w-percent-278 {
  width: 278% !important;
}
.zb-min-w-278 {
  min-width: 278px !important;
}
.zb-max-w-278 {
  max-width: 278px !important;
}
.zb-calc-w-278 {
  width: calc(100vw - 278px) !important;
}
.zb-calc-min-w-278 {
  min-width: calc(100vw - 278px) !important;
}
.zb-calc-max-w-278 {
  max-width: calc(100vw - 278px) !important;
}
.zb-font-278 {
  font-size: 278px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-278 {
    max-width: 278px !important;
  }
}
.zb-h-279 {
  height: 279px !important;
}
.zb-min-h-279 {
  min-height: 279px !important;
}
.zb-max-h-279 {
  max-height: 279px !important;
}
.zb-calc-h-279 {
  height: calc(100vh - 279px) !important;
}
.zb-calc-min-h-279 {
  min-height: calc(100vh - 279px) !important;
}
.zb-calc-max-h-279 {
  max-height: calc(100vh - 279px) !important;
}
.zb-w-279 {
  width: 279px !important;
}
.zb-w-percent-279 {
  width: 279% !important;
}
.zb-min-w-279 {
  min-width: 279px !important;
}
.zb-max-w-279 {
  max-width: 279px !important;
}
.zb-calc-w-279 {
  width: calc(100vw - 279px) !important;
}
.zb-calc-min-w-279 {
  min-width: calc(100vw - 279px) !important;
}
.zb-calc-max-w-279 {
  max-width: calc(100vw - 279px) !important;
}
.zb-font-279 {
  font-size: 279px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-279 {
    max-width: 279px !important;
  }
}
.zb-h-280 {
  height: 280px !important;
}
.zb-min-h-280 {
  min-height: 280px !important;
}
.zb-max-h-280 {
  max-height: 280px !important;
}
.zb-calc-h-280 {
  height: calc(100vh - 280px) !important;
}
.zb-calc-min-h-280 {
  min-height: calc(100vh - 280px) !important;
}
.zb-calc-max-h-280 {
  max-height: calc(100vh - 280px) !important;
}
.zb-w-280 {
  width: 280px !important;
}
.zb-w-percent-280 {
  width: 280% !important;
}
.zb-min-w-280 {
  min-width: 280px !important;
}
.zb-max-w-280 {
  max-width: 280px !important;
}
.zb-calc-w-280 {
  width: calc(100vw - 280px) !important;
}
.zb-calc-min-w-280 {
  min-width: calc(100vw - 280px) !important;
}
.zb-calc-max-w-280 {
  max-width: calc(100vw - 280px) !important;
}
.zb-font-280 {
  font-size: 280px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-280 {
    max-width: 280px !important;
  }
}
.zb-h-281 {
  height: 281px !important;
}
.zb-min-h-281 {
  min-height: 281px !important;
}
.zb-max-h-281 {
  max-height: 281px !important;
}
.zb-calc-h-281 {
  height: calc(100vh - 281px) !important;
}
.zb-calc-min-h-281 {
  min-height: calc(100vh - 281px) !important;
}
.zb-calc-max-h-281 {
  max-height: calc(100vh - 281px) !important;
}
.zb-w-281 {
  width: 281px !important;
}
.zb-w-percent-281 {
  width: 281% !important;
}
.zb-min-w-281 {
  min-width: 281px !important;
}
.zb-max-w-281 {
  max-width: 281px !important;
}
.zb-calc-w-281 {
  width: calc(100vw - 281px) !important;
}
.zb-calc-min-w-281 {
  min-width: calc(100vw - 281px) !important;
}
.zb-calc-max-w-281 {
  max-width: calc(100vw - 281px) !important;
}
.zb-font-281 {
  font-size: 281px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-281 {
    max-width: 281px !important;
  }
}
.zb-h-282 {
  height: 282px !important;
}
.zb-min-h-282 {
  min-height: 282px !important;
}
.zb-max-h-282 {
  max-height: 282px !important;
}
.zb-calc-h-282 {
  height: calc(100vh - 282px) !important;
}
.zb-calc-min-h-282 {
  min-height: calc(100vh - 282px) !important;
}
.zb-calc-max-h-282 {
  max-height: calc(100vh - 282px) !important;
}
.zb-w-282 {
  width: 282px !important;
}
.zb-w-percent-282 {
  width: 282% !important;
}
.zb-min-w-282 {
  min-width: 282px !important;
}
.zb-max-w-282 {
  max-width: 282px !important;
}
.zb-calc-w-282 {
  width: calc(100vw - 282px) !important;
}
.zb-calc-min-w-282 {
  min-width: calc(100vw - 282px) !important;
}
.zb-calc-max-w-282 {
  max-width: calc(100vw - 282px) !important;
}
.zb-font-282 {
  font-size: 282px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-282 {
    max-width: 282px !important;
  }
}
.zb-h-283 {
  height: 283px !important;
}
.zb-min-h-283 {
  min-height: 283px !important;
}
.zb-max-h-283 {
  max-height: 283px !important;
}
.zb-calc-h-283 {
  height: calc(100vh - 283px) !important;
}
.zb-calc-min-h-283 {
  min-height: calc(100vh - 283px) !important;
}
.zb-calc-max-h-283 {
  max-height: calc(100vh - 283px) !important;
}
.zb-w-283 {
  width: 283px !important;
}
.zb-w-percent-283 {
  width: 283% !important;
}
.zb-min-w-283 {
  min-width: 283px !important;
}
.zb-max-w-283 {
  max-width: 283px !important;
}
.zb-calc-w-283 {
  width: calc(100vw - 283px) !important;
}
.zb-calc-min-w-283 {
  min-width: calc(100vw - 283px) !important;
}
.zb-calc-max-w-283 {
  max-width: calc(100vw - 283px) !important;
}
.zb-font-283 {
  font-size: 283px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-283 {
    max-width: 283px !important;
  }
}
.zb-h-284 {
  height: 284px !important;
}
.zb-min-h-284 {
  min-height: 284px !important;
}
.zb-max-h-284 {
  max-height: 284px !important;
}
.zb-calc-h-284 {
  height: calc(100vh - 284px) !important;
}
.zb-calc-min-h-284 {
  min-height: calc(100vh - 284px) !important;
}
.zb-calc-max-h-284 {
  max-height: calc(100vh - 284px) !important;
}
.zb-w-284 {
  width: 284px !important;
}
.zb-w-percent-284 {
  width: 284% !important;
}
.zb-min-w-284 {
  min-width: 284px !important;
}
.zb-max-w-284 {
  max-width: 284px !important;
}
.zb-calc-w-284 {
  width: calc(100vw - 284px) !important;
}
.zb-calc-min-w-284 {
  min-width: calc(100vw - 284px) !important;
}
.zb-calc-max-w-284 {
  max-width: calc(100vw - 284px) !important;
}
.zb-font-284 {
  font-size: 284px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-284 {
    max-width: 284px !important;
  }
}
.zb-h-285 {
  height: 285px !important;
}
.zb-min-h-285 {
  min-height: 285px !important;
}
.zb-max-h-285 {
  max-height: 285px !important;
}
.zb-calc-h-285 {
  height: calc(100vh - 285px) !important;
}
.zb-calc-min-h-285 {
  min-height: calc(100vh - 285px) !important;
}
.zb-calc-max-h-285 {
  max-height: calc(100vh - 285px) !important;
}
.zb-w-285 {
  width: 285px !important;
}
.zb-w-percent-285 {
  width: 285% !important;
}
.zb-min-w-285 {
  min-width: 285px !important;
}
.zb-max-w-285 {
  max-width: 285px !important;
}
.zb-calc-w-285 {
  width: calc(100vw - 285px) !important;
}
.zb-calc-min-w-285 {
  min-width: calc(100vw - 285px) !important;
}
.zb-calc-max-w-285 {
  max-width: calc(100vw - 285px) !important;
}
.zb-font-285 {
  font-size: 285px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-285 {
    max-width: 285px !important;
  }
}
.zb-h-286 {
  height: 286px !important;
}
.zb-min-h-286 {
  min-height: 286px !important;
}
.zb-max-h-286 {
  max-height: 286px !important;
}
.zb-calc-h-286 {
  height: calc(100vh - 286px) !important;
}
.zb-calc-min-h-286 {
  min-height: calc(100vh - 286px) !important;
}
.zb-calc-max-h-286 {
  max-height: calc(100vh - 286px) !important;
}
.zb-w-286 {
  width: 286px !important;
}
.zb-w-percent-286 {
  width: 286% !important;
}
.zb-min-w-286 {
  min-width: 286px !important;
}
.zb-max-w-286 {
  max-width: 286px !important;
}
.zb-calc-w-286 {
  width: calc(100vw - 286px) !important;
}
.zb-calc-min-w-286 {
  min-width: calc(100vw - 286px) !important;
}
.zb-calc-max-w-286 {
  max-width: calc(100vw - 286px) !important;
}
.zb-font-286 {
  font-size: 286px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-286 {
    max-width: 286px !important;
  }
}
.zb-h-287 {
  height: 287px !important;
}
.zb-min-h-287 {
  min-height: 287px !important;
}
.zb-max-h-287 {
  max-height: 287px !important;
}
.zb-calc-h-287 {
  height: calc(100vh - 287px) !important;
}
.zb-calc-min-h-287 {
  min-height: calc(100vh - 287px) !important;
}
.zb-calc-max-h-287 {
  max-height: calc(100vh - 287px) !important;
}
.zb-w-287 {
  width: 287px !important;
}
.zb-w-percent-287 {
  width: 287% !important;
}
.zb-min-w-287 {
  min-width: 287px !important;
}
.zb-max-w-287 {
  max-width: 287px !important;
}
.zb-calc-w-287 {
  width: calc(100vw - 287px) !important;
}
.zb-calc-min-w-287 {
  min-width: calc(100vw - 287px) !important;
}
.zb-calc-max-w-287 {
  max-width: calc(100vw - 287px) !important;
}
.zb-font-287 {
  font-size: 287px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-287 {
    max-width: 287px !important;
  }
}
.zb-h-288 {
  height: 288px !important;
}
.zb-min-h-288 {
  min-height: 288px !important;
}
.zb-max-h-288 {
  max-height: 288px !important;
}
.zb-calc-h-288 {
  height: calc(100vh - 288px) !important;
}
.zb-calc-min-h-288 {
  min-height: calc(100vh - 288px) !important;
}
.zb-calc-max-h-288 {
  max-height: calc(100vh - 288px) !important;
}
.zb-w-288 {
  width: 288px !important;
}
.zb-w-percent-288 {
  width: 288% !important;
}
.zb-min-w-288 {
  min-width: 288px !important;
}
.zb-max-w-288 {
  max-width: 288px !important;
}
.zb-calc-w-288 {
  width: calc(100vw - 288px) !important;
}
.zb-calc-min-w-288 {
  min-width: calc(100vw - 288px) !important;
}
.zb-calc-max-w-288 {
  max-width: calc(100vw - 288px) !important;
}
.zb-font-288 {
  font-size: 288px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-288 {
    max-width: 288px !important;
  }
}
.zb-h-289 {
  height: 289px !important;
}
.zb-min-h-289 {
  min-height: 289px !important;
}
.zb-max-h-289 {
  max-height: 289px !important;
}
.zb-calc-h-289 {
  height: calc(100vh - 289px) !important;
}
.zb-calc-min-h-289 {
  min-height: calc(100vh - 289px) !important;
}
.zb-calc-max-h-289 {
  max-height: calc(100vh - 289px) !important;
}
.zb-w-289 {
  width: 289px !important;
}
.zb-w-percent-289 {
  width: 289% !important;
}
.zb-min-w-289 {
  min-width: 289px !important;
}
.zb-max-w-289 {
  max-width: 289px !important;
}
.zb-calc-w-289 {
  width: calc(100vw - 289px) !important;
}
.zb-calc-min-w-289 {
  min-width: calc(100vw - 289px) !important;
}
.zb-calc-max-w-289 {
  max-width: calc(100vw - 289px) !important;
}
.zb-font-289 {
  font-size: 289px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-289 {
    max-width: 289px !important;
  }
}
.zb-h-290 {
  height: 290px !important;
}
.zb-min-h-290 {
  min-height: 290px !important;
}
.zb-max-h-290 {
  max-height: 290px !important;
}
.zb-calc-h-290 {
  height: calc(100vh - 290px) !important;
}
.zb-calc-min-h-290 {
  min-height: calc(100vh - 290px) !important;
}
.zb-calc-max-h-290 {
  max-height: calc(100vh - 290px) !important;
}
.zb-w-290 {
  width: 290px !important;
}
.zb-w-percent-290 {
  width: 290% !important;
}
.zb-min-w-290 {
  min-width: 290px !important;
}
.zb-max-w-290 {
  max-width: 290px !important;
}
.zb-calc-w-290 {
  width: calc(100vw - 290px) !important;
}
.zb-calc-min-w-290 {
  min-width: calc(100vw - 290px) !important;
}
.zb-calc-max-w-290 {
  max-width: calc(100vw - 290px) !important;
}
.zb-font-290 {
  font-size: 290px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-290 {
    max-width: 290px !important;
  }
}
.zb-h-291 {
  height: 291px !important;
}
.zb-min-h-291 {
  min-height: 291px !important;
}
.zb-max-h-291 {
  max-height: 291px !important;
}
.zb-calc-h-291 {
  height: calc(100vh - 291px) !important;
}
.zb-calc-min-h-291 {
  min-height: calc(100vh - 291px) !important;
}
.zb-calc-max-h-291 {
  max-height: calc(100vh - 291px) !important;
}
.zb-w-291 {
  width: 291px !important;
}
.zb-w-percent-291 {
  width: 291% !important;
}
.zb-min-w-291 {
  min-width: 291px !important;
}
.zb-max-w-291 {
  max-width: 291px !important;
}
.zb-calc-w-291 {
  width: calc(100vw - 291px) !important;
}
.zb-calc-min-w-291 {
  min-width: calc(100vw - 291px) !important;
}
.zb-calc-max-w-291 {
  max-width: calc(100vw - 291px) !important;
}
.zb-font-291 {
  font-size: 291px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-291 {
    max-width: 291px !important;
  }
}
.zb-h-292 {
  height: 292px !important;
}
.zb-min-h-292 {
  min-height: 292px !important;
}
.zb-max-h-292 {
  max-height: 292px !important;
}
.zb-calc-h-292 {
  height: calc(100vh - 292px) !important;
}
.zb-calc-min-h-292 {
  min-height: calc(100vh - 292px) !important;
}
.zb-calc-max-h-292 {
  max-height: calc(100vh - 292px) !important;
}
.zb-w-292 {
  width: 292px !important;
}
.zb-w-percent-292 {
  width: 292% !important;
}
.zb-min-w-292 {
  min-width: 292px !important;
}
.zb-max-w-292 {
  max-width: 292px !important;
}
.zb-calc-w-292 {
  width: calc(100vw - 292px) !important;
}
.zb-calc-min-w-292 {
  min-width: calc(100vw - 292px) !important;
}
.zb-calc-max-w-292 {
  max-width: calc(100vw - 292px) !important;
}
.zb-font-292 {
  font-size: 292px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-292 {
    max-width: 292px !important;
  }
}
.zb-h-293 {
  height: 293px !important;
}
.zb-min-h-293 {
  min-height: 293px !important;
}
.zb-max-h-293 {
  max-height: 293px !important;
}
.zb-calc-h-293 {
  height: calc(100vh - 293px) !important;
}
.zb-calc-min-h-293 {
  min-height: calc(100vh - 293px) !important;
}
.zb-calc-max-h-293 {
  max-height: calc(100vh - 293px) !important;
}
.zb-w-293 {
  width: 293px !important;
}
.zb-w-percent-293 {
  width: 293% !important;
}
.zb-min-w-293 {
  min-width: 293px !important;
}
.zb-max-w-293 {
  max-width: 293px !important;
}
.zb-calc-w-293 {
  width: calc(100vw - 293px) !important;
}
.zb-calc-min-w-293 {
  min-width: calc(100vw - 293px) !important;
}
.zb-calc-max-w-293 {
  max-width: calc(100vw - 293px) !important;
}
.zb-font-293 {
  font-size: 293px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-293 {
    max-width: 293px !important;
  }
}
.zb-h-294 {
  height: 294px !important;
}
.zb-min-h-294 {
  min-height: 294px !important;
}
.zb-max-h-294 {
  max-height: 294px !important;
}
.zb-calc-h-294 {
  height: calc(100vh - 294px) !important;
}
.zb-calc-min-h-294 {
  min-height: calc(100vh - 294px) !important;
}
.zb-calc-max-h-294 {
  max-height: calc(100vh - 294px) !important;
}
.zb-w-294 {
  width: 294px !important;
}
.zb-w-percent-294 {
  width: 294% !important;
}
.zb-min-w-294 {
  min-width: 294px !important;
}
.zb-max-w-294 {
  max-width: 294px !important;
}
.zb-calc-w-294 {
  width: calc(100vw - 294px) !important;
}
.zb-calc-min-w-294 {
  min-width: calc(100vw - 294px) !important;
}
.zb-calc-max-w-294 {
  max-width: calc(100vw - 294px) !important;
}
.zb-font-294 {
  font-size: 294px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-294 {
    max-width: 294px !important;
  }
}
.zb-h-295 {
  height: 295px !important;
}
.zb-min-h-295 {
  min-height: 295px !important;
}
.zb-max-h-295 {
  max-height: 295px !important;
}
.zb-calc-h-295 {
  height: calc(100vh - 295px) !important;
}
.zb-calc-min-h-295 {
  min-height: calc(100vh - 295px) !important;
}
.zb-calc-max-h-295 {
  max-height: calc(100vh - 295px) !important;
}
.zb-w-295 {
  width: 295px !important;
}
.zb-w-percent-295 {
  width: 295% !important;
}
.zb-min-w-295 {
  min-width: 295px !important;
}
.zb-max-w-295 {
  max-width: 295px !important;
}
.zb-calc-w-295 {
  width: calc(100vw - 295px) !important;
}
.zb-calc-min-w-295 {
  min-width: calc(100vw - 295px) !important;
}
.zb-calc-max-w-295 {
  max-width: calc(100vw - 295px) !important;
}
.zb-font-295 {
  font-size: 295px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-295 {
    max-width: 295px !important;
  }
}
.zb-h-296 {
  height: 296px !important;
}
.zb-min-h-296 {
  min-height: 296px !important;
}
.zb-max-h-296 {
  max-height: 296px !important;
}
.zb-calc-h-296 {
  height: calc(100vh - 296px) !important;
}
.zb-calc-min-h-296 {
  min-height: calc(100vh - 296px) !important;
}
.zb-calc-max-h-296 {
  max-height: calc(100vh - 296px) !important;
}
.zb-w-296 {
  width: 296px !important;
}
.zb-w-percent-296 {
  width: 296% !important;
}
.zb-min-w-296 {
  min-width: 296px !important;
}
.zb-max-w-296 {
  max-width: 296px !important;
}
.zb-calc-w-296 {
  width: calc(100vw - 296px) !important;
}
.zb-calc-min-w-296 {
  min-width: calc(100vw - 296px) !important;
}
.zb-calc-max-w-296 {
  max-width: calc(100vw - 296px) !important;
}
.zb-font-296 {
  font-size: 296px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-296 {
    max-width: 296px !important;
  }
}
.zb-h-297 {
  height: 297px !important;
}
.zb-min-h-297 {
  min-height: 297px !important;
}
.zb-max-h-297 {
  max-height: 297px !important;
}
.zb-calc-h-297 {
  height: calc(100vh - 297px) !important;
}
.zb-calc-min-h-297 {
  min-height: calc(100vh - 297px) !important;
}
.zb-calc-max-h-297 {
  max-height: calc(100vh - 297px) !important;
}
.zb-w-297 {
  width: 297px !important;
}
.zb-w-percent-297 {
  width: 297% !important;
}
.zb-min-w-297 {
  min-width: 297px !important;
}
.zb-max-w-297 {
  max-width: 297px !important;
}
.zb-calc-w-297 {
  width: calc(100vw - 297px) !important;
}
.zb-calc-min-w-297 {
  min-width: calc(100vw - 297px) !important;
}
.zb-calc-max-w-297 {
  max-width: calc(100vw - 297px) !important;
}
.zb-font-297 {
  font-size: 297px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-297 {
    max-width: 297px !important;
  }
}
.zb-h-298 {
  height: 298px !important;
}
.zb-min-h-298 {
  min-height: 298px !important;
}
.zb-max-h-298 {
  max-height: 298px !important;
}
.zb-calc-h-298 {
  height: calc(100vh - 298px) !important;
}
.zb-calc-min-h-298 {
  min-height: calc(100vh - 298px) !important;
}
.zb-calc-max-h-298 {
  max-height: calc(100vh - 298px) !important;
}
.zb-w-298 {
  width: 298px !important;
}
.zb-w-percent-298 {
  width: 298% !important;
}
.zb-min-w-298 {
  min-width: 298px !important;
}
.zb-max-w-298 {
  max-width: 298px !important;
}
.zb-calc-w-298 {
  width: calc(100vw - 298px) !important;
}
.zb-calc-min-w-298 {
  min-width: calc(100vw - 298px) !important;
}
.zb-calc-max-w-298 {
  max-width: calc(100vw - 298px) !important;
}
.zb-font-298 {
  font-size: 298px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-298 {
    max-width: 298px !important;
  }
}
.zb-h-299 {
  height: 299px !important;
}
.zb-min-h-299 {
  min-height: 299px !important;
}
.zb-max-h-299 {
  max-height: 299px !important;
}
.zb-calc-h-299 {
  height: calc(100vh - 299px) !important;
}
.zb-calc-min-h-299 {
  min-height: calc(100vh - 299px) !important;
}
.zb-calc-max-h-299 {
  max-height: calc(100vh - 299px) !important;
}
.zb-w-299 {
  width: 299px !important;
}
.zb-w-percent-299 {
  width: 299% !important;
}
.zb-min-w-299 {
  min-width: 299px !important;
}
.zb-max-w-299 {
  max-width: 299px !important;
}
.zb-calc-w-299 {
  width: calc(100vw - 299px) !important;
}
.zb-calc-min-w-299 {
  min-width: calc(100vw - 299px) !important;
}
.zb-calc-max-w-299 {
  max-width: calc(100vw - 299px) !important;
}
.zb-font-299 {
  font-size: 299px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-299 {
    max-width: 299px !important;
  }
}
.zb-h-300 {
  height: 300px !important;
}
.zb-min-h-300 {
  min-height: 300px !important;
}
.zb-max-h-300 {
  max-height: 300px !important;
}
.zb-calc-h-300 {
  height: calc(100vh - 300px) !important;
}
.zb-calc-min-h-300 {
  min-height: calc(100vh - 300px) !important;
}
.zb-calc-max-h-300 {
  max-height: calc(100vh - 300px) !important;
}
.zb-w-300 {
  width: 300px !important;
}
.zb-w-percent-300 {
  width: 300% !important;
}
.zb-min-w-300 {
  min-width: 300px !important;
}
.zb-max-w-300 {
  max-width: 300px !important;
}
.zb-calc-w-300 {
  width: calc(100vw - 300px) !important;
}
.zb-calc-min-w-300 {
  min-width: calc(100vw - 300px) !important;
}
.zb-calc-max-w-300 {
  max-width: calc(100vw - 300px) !important;
}
.zb-font-300 {
  font-size: 300px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-300 {
    max-width: 300px !important;
  }
}
.zb-h-301 {
  height: 301px !important;
}
.zb-min-h-301 {
  min-height: 301px !important;
}
.zb-max-h-301 {
  max-height: 301px !important;
}
.zb-calc-h-301 {
  height: calc(100vh - 301px) !important;
}
.zb-calc-min-h-301 {
  min-height: calc(100vh - 301px) !important;
}
.zb-calc-max-h-301 {
  max-height: calc(100vh - 301px) !important;
}
.zb-w-301 {
  width: 301px !important;
}
.zb-w-percent-301 {
  width: 301% !important;
}
.zb-min-w-301 {
  min-width: 301px !important;
}
.zb-max-w-301 {
  max-width: 301px !important;
}
.zb-calc-w-301 {
  width: calc(100vw - 301px) !important;
}
.zb-calc-min-w-301 {
  min-width: calc(100vw - 301px) !important;
}
.zb-calc-max-w-301 {
  max-width: calc(100vw - 301px) !important;
}
.zb-font-301 {
  font-size: 301px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-301 {
    max-width: 301px !important;
  }
}
.zb-h-302 {
  height: 302px !important;
}
.zb-min-h-302 {
  min-height: 302px !important;
}
.zb-max-h-302 {
  max-height: 302px !important;
}
.zb-calc-h-302 {
  height: calc(100vh - 302px) !important;
}
.zb-calc-min-h-302 {
  min-height: calc(100vh - 302px) !important;
}
.zb-calc-max-h-302 {
  max-height: calc(100vh - 302px) !important;
}
.zb-w-302 {
  width: 302px !important;
}
.zb-w-percent-302 {
  width: 302% !important;
}
.zb-min-w-302 {
  min-width: 302px !important;
}
.zb-max-w-302 {
  max-width: 302px !important;
}
.zb-calc-w-302 {
  width: calc(100vw - 302px) !important;
}
.zb-calc-min-w-302 {
  min-width: calc(100vw - 302px) !important;
}
.zb-calc-max-w-302 {
  max-width: calc(100vw - 302px) !important;
}
.zb-font-302 {
  font-size: 302px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-302 {
    max-width: 302px !important;
  }
}
.zb-h-303 {
  height: 303px !important;
}
.zb-min-h-303 {
  min-height: 303px !important;
}
.zb-max-h-303 {
  max-height: 303px !important;
}
.zb-calc-h-303 {
  height: calc(100vh - 303px) !important;
}
.zb-calc-min-h-303 {
  min-height: calc(100vh - 303px) !important;
}
.zb-calc-max-h-303 {
  max-height: calc(100vh - 303px) !important;
}
.zb-w-303 {
  width: 303px !important;
}
.zb-w-percent-303 {
  width: 303% !important;
}
.zb-min-w-303 {
  min-width: 303px !important;
}
.zb-max-w-303 {
  max-width: 303px !important;
}
.zb-calc-w-303 {
  width: calc(100vw - 303px) !important;
}
.zb-calc-min-w-303 {
  min-width: calc(100vw - 303px) !important;
}
.zb-calc-max-w-303 {
  max-width: calc(100vw - 303px) !important;
}
.zb-font-303 {
  font-size: 303px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-303 {
    max-width: 303px !important;
  }
}
.zb-h-304 {
  height: 304px !important;
}
.zb-min-h-304 {
  min-height: 304px !important;
}
.zb-max-h-304 {
  max-height: 304px !important;
}
.zb-calc-h-304 {
  height: calc(100vh - 304px) !important;
}
.zb-calc-min-h-304 {
  min-height: calc(100vh - 304px) !important;
}
.zb-calc-max-h-304 {
  max-height: calc(100vh - 304px) !important;
}
.zb-w-304 {
  width: 304px !important;
}
.zb-w-percent-304 {
  width: 304% !important;
}
.zb-min-w-304 {
  min-width: 304px !important;
}
.zb-max-w-304 {
  max-width: 304px !important;
}
.zb-calc-w-304 {
  width: calc(100vw - 304px) !important;
}
.zb-calc-min-w-304 {
  min-width: calc(100vw - 304px) !important;
}
.zb-calc-max-w-304 {
  max-width: calc(100vw - 304px) !important;
}
.zb-font-304 {
  font-size: 304px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-304 {
    max-width: 304px !important;
  }
}
.zb-h-305 {
  height: 305px !important;
}
.zb-min-h-305 {
  min-height: 305px !important;
}
.zb-max-h-305 {
  max-height: 305px !important;
}
.zb-calc-h-305 {
  height: calc(100vh - 305px) !important;
}
.zb-calc-min-h-305 {
  min-height: calc(100vh - 305px) !important;
}
.zb-calc-max-h-305 {
  max-height: calc(100vh - 305px) !important;
}
.zb-w-305 {
  width: 305px !important;
}
.zb-w-percent-305 {
  width: 305% !important;
}
.zb-min-w-305 {
  min-width: 305px !important;
}
.zb-max-w-305 {
  max-width: 305px !important;
}
.zb-calc-w-305 {
  width: calc(100vw - 305px) !important;
}
.zb-calc-min-w-305 {
  min-width: calc(100vw - 305px) !important;
}
.zb-calc-max-w-305 {
  max-width: calc(100vw - 305px) !important;
}
.zb-font-305 {
  font-size: 305px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-305 {
    max-width: 305px !important;
  }
}
.zb-h-306 {
  height: 306px !important;
}
.zb-min-h-306 {
  min-height: 306px !important;
}
.zb-max-h-306 {
  max-height: 306px !important;
}
.zb-calc-h-306 {
  height: calc(100vh - 306px) !important;
}
.zb-calc-min-h-306 {
  min-height: calc(100vh - 306px) !important;
}
.zb-calc-max-h-306 {
  max-height: calc(100vh - 306px) !important;
}
.zb-w-306 {
  width: 306px !important;
}
.zb-w-percent-306 {
  width: 306% !important;
}
.zb-min-w-306 {
  min-width: 306px !important;
}
.zb-max-w-306 {
  max-width: 306px !important;
}
.zb-calc-w-306 {
  width: calc(100vw - 306px) !important;
}
.zb-calc-min-w-306 {
  min-width: calc(100vw - 306px) !important;
}
.zb-calc-max-w-306 {
  max-width: calc(100vw - 306px) !important;
}
.zb-font-306 {
  font-size: 306px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-306 {
    max-width: 306px !important;
  }
}
.zb-h-307 {
  height: 307px !important;
}
.zb-min-h-307 {
  min-height: 307px !important;
}
.zb-max-h-307 {
  max-height: 307px !important;
}
.zb-calc-h-307 {
  height: calc(100vh - 307px) !important;
}
.zb-calc-min-h-307 {
  min-height: calc(100vh - 307px) !important;
}
.zb-calc-max-h-307 {
  max-height: calc(100vh - 307px) !important;
}
.zb-w-307 {
  width: 307px !important;
}
.zb-w-percent-307 {
  width: 307% !important;
}
.zb-min-w-307 {
  min-width: 307px !important;
}
.zb-max-w-307 {
  max-width: 307px !important;
}
.zb-calc-w-307 {
  width: calc(100vw - 307px) !important;
}
.zb-calc-min-w-307 {
  min-width: calc(100vw - 307px) !important;
}
.zb-calc-max-w-307 {
  max-width: calc(100vw - 307px) !important;
}
.zb-font-307 {
  font-size: 307px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-307 {
    max-width: 307px !important;
  }
}
.zb-h-308 {
  height: 308px !important;
}
.zb-min-h-308 {
  min-height: 308px !important;
}
.zb-max-h-308 {
  max-height: 308px !important;
}
.zb-calc-h-308 {
  height: calc(100vh - 308px) !important;
}
.zb-calc-min-h-308 {
  min-height: calc(100vh - 308px) !important;
}
.zb-calc-max-h-308 {
  max-height: calc(100vh - 308px) !important;
}
.zb-w-308 {
  width: 308px !important;
}
.zb-w-percent-308 {
  width: 308% !important;
}
.zb-min-w-308 {
  min-width: 308px !important;
}
.zb-max-w-308 {
  max-width: 308px !important;
}
.zb-calc-w-308 {
  width: calc(100vw - 308px) !important;
}
.zb-calc-min-w-308 {
  min-width: calc(100vw - 308px) !important;
}
.zb-calc-max-w-308 {
  max-width: calc(100vw - 308px) !important;
}
.zb-font-308 {
  font-size: 308px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-308 {
    max-width: 308px !important;
  }
}
.zb-h-309 {
  height: 309px !important;
}
.zb-min-h-309 {
  min-height: 309px !important;
}
.zb-max-h-309 {
  max-height: 309px !important;
}
.zb-calc-h-309 {
  height: calc(100vh - 309px) !important;
}
.zb-calc-min-h-309 {
  min-height: calc(100vh - 309px) !important;
}
.zb-calc-max-h-309 {
  max-height: calc(100vh - 309px) !important;
}
.zb-w-309 {
  width: 309px !important;
}
.zb-w-percent-309 {
  width: 309% !important;
}
.zb-min-w-309 {
  min-width: 309px !important;
}
.zb-max-w-309 {
  max-width: 309px !important;
}
.zb-calc-w-309 {
  width: calc(100vw - 309px) !important;
}
.zb-calc-min-w-309 {
  min-width: calc(100vw - 309px) !important;
}
.zb-calc-max-w-309 {
  max-width: calc(100vw - 309px) !important;
}
.zb-font-309 {
  font-size: 309px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-309 {
    max-width: 309px !important;
  }
}
.zb-h-310 {
  height: 310px !important;
}
.zb-min-h-310 {
  min-height: 310px !important;
}
.zb-max-h-310 {
  max-height: 310px !important;
}
.zb-calc-h-310 {
  height: calc(100vh - 310px) !important;
}
.zb-calc-min-h-310 {
  min-height: calc(100vh - 310px) !important;
}
.zb-calc-max-h-310 {
  max-height: calc(100vh - 310px) !important;
}
.zb-w-310 {
  width: 310px !important;
}
.zb-w-percent-310 {
  width: 310% !important;
}
.zb-min-w-310 {
  min-width: 310px !important;
}
.zb-max-w-310 {
  max-width: 310px !important;
}
.zb-calc-w-310 {
  width: calc(100vw - 310px) !important;
}
.zb-calc-min-w-310 {
  min-width: calc(100vw - 310px) !important;
}
.zb-calc-max-w-310 {
  max-width: calc(100vw - 310px) !important;
}
.zb-font-310 {
  font-size: 310px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-310 {
    max-width: 310px !important;
  }
}
.zb-h-311 {
  height: 311px !important;
}
.zb-min-h-311 {
  min-height: 311px !important;
}
.zb-max-h-311 {
  max-height: 311px !important;
}
.zb-calc-h-311 {
  height: calc(100vh - 311px) !important;
}
.zb-calc-min-h-311 {
  min-height: calc(100vh - 311px) !important;
}
.zb-calc-max-h-311 {
  max-height: calc(100vh - 311px) !important;
}
.zb-w-311 {
  width: 311px !important;
}
.zb-w-percent-311 {
  width: 311% !important;
}
.zb-min-w-311 {
  min-width: 311px !important;
}
.zb-max-w-311 {
  max-width: 311px !important;
}
.zb-calc-w-311 {
  width: calc(100vw - 311px) !important;
}
.zb-calc-min-w-311 {
  min-width: calc(100vw - 311px) !important;
}
.zb-calc-max-w-311 {
  max-width: calc(100vw - 311px) !important;
}
.zb-font-311 {
  font-size: 311px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-311 {
    max-width: 311px !important;
  }
}
.zb-h-312 {
  height: 312px !important;
}
.zb-min-h-312 {
  min-height: 312px !important;
}
.zb-max-h-312 {
  max-height: 312px !important;
}
.zb-calc-h-312 {
  height: calc(100vh - 312px) !important;
}
.zb-calc-min-h-312 {
  min-height: calc(100vh - 312px) !important;
}
.zb-calc-max-h-312 {
  max-height: calc(100vh - 312px) !important;
}
.zb-w-312 {
  width: 312px !important;
}
.zb-w-percent-312 {
  width: 312% !important;
}
.zb-min-w-312 {
  min-width: 312px !important;
}
.zb-max-w-312 {
  max-width: 312px !important;
}
.zb-calc-w-312 {
  width: calc(100vw - 312px) !important;
}
.zb-calc-min-w-312 {
  min-width: calc(100vw - 312px) !important;
}
.zb-calc-max-w-312 {
  max-width: calc(100vw - 312px) !important;
}
.zb-font-312 {
  font-size: 312px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-312 {
    max-width: 312px !important;
  }
}
.zb-h-313 {
  height: 313px !important;
}
.zb-min-h-313 {
  min-height: 313px !important;
}
.zb-max-h-313 {
  max-height: 313px !important;
}
.zb-calc-h-313 {
  height: calc(100vh - 313px) !important;
}
.zb-calc-min-h-313 {
  min-height: calc(100vh - 313px) !important;
}
.zb-calc-max-h-313 {
  max-height: calc(100vh - 313px) !important;
}
.zb-w-313 {
  width: 313px !important;
}
.zb-w-percent-313 {
  width: 313% !important;
}
.zb-min-w-313 {
  min-width: 313px !important;
}
.zb-max-w-313 {
  max-width: 313px !important;
}
.zb-calc-w-313 {
  width: calc(100vw - 313px) !important;
}
.zb-calc-min-w-313 {
  min-width: calc(100vw - 313px) !important;
}
.zb-calc-max-w-313 {
  max-width: calc(100vw - 313px) !important;
}
.zb-font-313 {
  font-size: 313px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-313 {
    max-width: 313px !important;
  }
}
.zb-h-314 {
  height: 314px !important;
}
.zb-min-h-314 {
  min-height: 314px !important;
}
.zb-max-h-314 {
  max-height: 314px !important;
}
.zb-calc-h-314 {
  height: calc(100vh - 314px) !important;
}
.zb-calc-min-h-314 {
  min-height: calc(100vh - 314px) !important;
}
.zb-calc-max-h-314 {
  max-height: calc(100vh - 314px) !important;
}
.zb-w-314 {
  width: 314px !important;
}
.zb-w-percent-314 {
  width: 314% !important;
}
.zb-min-w-314 {
  min-width: 314px !important;
}
.zb-max-w-314 {
  max-width: 314px !important;
}
.zb-calc-w-314 {
  width: calc(100vw - 314px) !important;
}
.zb-calc-min-w-314 {
  min-width: calc(100vw - 314px) !important;
}
.zb-calc-max-w-314 {
  max-width: calc(100vw - 314px) !important;
}
.zb-font-314 {
  font-size: 314px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-314 {
    max-width: 314px !important;
  }
}
.zb-h-315 {
  height: 315px !important;
}
.zb-min-h-315 {
  min-height: 315px !important;
}
.zb-max-h-315 {
  max-height: 315px !important;
}
.zb-calc-h-315 {
  height: calc(100vh - 315px) !important;
}
.zb-calc-min-h-315 {
  min-height: calc(100vh - 315px) !important;
}
.zb-calc-max-h-315 {
  max-height: calc(100vh - 315px) !important;
}
.zb-w-315 {
  width: 315px !important;
}
.zb-w-percent-315 {
  width: 315% !important;
}
.zb-min-w-315 {
  min-width: 315px !important;
}
.zb-max-w-315 {
  max-width: 315px !important;
}
.zb-calc-w-315 {
  width: calc(100vw - 315px) !important;
}
.zb-calc-min-w-315 {
  min-width: calc(100vw - 315px) !important;
}
.zb-calc-max-w-315 {
  max-width: calc(100vw - 315px) !important;
}
.zb-font-315 {
  font-size: 315px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-315 {
    max-width: 315px !important;
  }
}
.zb-h-316 {
  height: 316px !important;
}
.zb-min-h-316 {
  min-height: 316px !important;
}
.zb-max-h-316 {
  max-height: 316px !important;
}
.zb-calc-h-316 {
  height: calc(100vh - 316px) !important;
}
.zb-calc-min-h-316 {
  min-height: calc(100vh - 316px) !important;
}
.zb-calc-max-h-316 {
  max-height: calc(100vh - 316px) !important;
}
.zb-w-316 {
  width: 316px !important;
}
.zb-w-percent-316 {
  width: 316% !important;
}
.zb-min-w-316 {
  min-width: 316px !important;
}
.zb-max-w-316 {
  max-width: 316px !important;
}
.zb-calc-w-316 {
  width: calc(100vw - 316px) !important;
}
.zb-calc-min-w-316 {
  min-width: calc(100vw - 316px) !important;
}
.zb-calc-max-w-316 {
  max-width: calc(100vw - 316px) !important;
}
.zb-font-316 {
  font-size: 316px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-316 {
    max-width: 316px !important;
  }
}
.zb-h-317 {
  height: 317px !important;
}
.zb-min-h-317 {
  min-height: 317px !important;
}
.zb-max-h-317 {
  max-height: 317px !important;
}
.zb-calc-h-317 {
  height: calc(100vh - 317px) !important;
}
.zb-calc-min-h-317 {
  min-height: calc(100vh - 317px) !important;
}
.zb-calc-max-h-317 {
  max-height: calc(100vh - 317px) !important;
}
.zb-w-317 {
  width: 317px !important;
}
.zb-w-percent-317 {
  width: 317% !important;
}
.zb-min-w-317 {
  min-width: 317px !important;
}
.zb-max-w-317 {
  max-width: 317px !important;
}
.zb-calc-w-317 {
  width: calc(100vw - 317px) !important;
}
.zb-calc-min-w-317 {
  min-width: calc(100vw - 317px) !important;
}
.zb-calc-max-w-317 {
  max-width: calc(100vw - 317px) !important;
}
.zb-font-317 {
  font-size: 317px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-317 {
    max-width: 317px !important;
  }
}
.zb-h-318 {
  height: 318px !important;
}
.zb-min-h-318 {
  min-height: 318px !important;
}
.zb-max-h-318 {
  max-height: 318px !important;
}
.zb-calc-h-318 {
  height: calc(100vh - 318px) !important;
}
.zb-calc-min-h-318 {
  min-height: calc(100vh - 318px) !important;
}
.zb-calc-max-h-318 {
  max-height: calc(100vh - 318px) !important;
}
.zb-w-318 {
  width: 318px !important;
}
.zb-w-percent-318 {
  width: 318% !important;
}
.zb-min-w-318 {
  min-width: 318px !important;
}
.zb-max-w-318 {
  max-width: 318px !important;
}
.zb-calc-w-318 {
  width: calc(100vw - 318px) !important;
}
.zb-calc-min-w-318 {
  min-width: calc(100vw - 318px) !important;
}
.zb-calc-max-w-318 {
  max-width: calc(100vw - 318px) !important;
}
.zb-font-318 {
  font-size: 318px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-318 {
    max-width: 318px !important;
  }
}
.zb-h-319 {
  height: 319px !important;
}
.zb-min-h-319 {
  min-height: 319px !important;
}
.zb-max-h-319 {
  max-height: 319px !important;
}
.zb-calc-h-319 {
  height: calc(100vh - 319px) !important;
}
.zb-calc-min-h-319 {
  min-height: calc(100vh - 319px) !important;
}
.zb-calc-max-h-319 {
  max-height: calc(100vh - 319px) !important;
}
.zb-w-319 {
  width: 319px !important;
}
.zb-w-percent-319 {
  width: 319% !important;
}
.zb-min-w-319 {
  min-width: 319px !important;
}
.zb-max-w-319 {
  max-width: 319px !important;
}
.zb-calc-w-319 {
  width: calc(100vw - 319px) !important;
}
.zb-calc-min-w-319 {
  min-width: calc(100vw - 319px) !important;
}
.zb-calc-max-w-319 {
  max-width: calc(100vw - 319px) !important;
}
.zb-font-319 {
  font-size: 319px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-319 {
    max-width: 319px !important;
  }
}
.zb-h-320 {
  height: 320px !important;
}
.zb-min-h-320 {
  min-height: 320px !important;
}
.zb-max-h-320 {
  max-height: 320px !important;
}
.zb-calc-h-320 {
  height: calc(100vh - 320px) !important;
}
.zb-calc-min-h-320 {
  min-height: calc(100vh - 320px) !important;
}
.zb-calc-max-h-320 {
  max-height: calc(100vh - 320px) !important;
}
.zb-w-320 {
  width: 320px !important;
}
.zb-w-percent-320 {
  width: 320% !important;
}
.zb-min-w-320 {
  min-width: 320px !important;
}
.zb-max-w-320 {
  max-width: 320px !important;
}
.zb-calc-w-320 {
  width: calc(100vw - 320px) !important;
}
.zb-calc-min-w-320 {
  min-width: calc(100vw - 320px) !important;
}
.zb-calc-max-w-320 {
  max-width: calc(100vw - 320px) !important;
}
.zb-font-320 {
  font-size: 320px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-320 {
    max-width: 320px !important;
  }
}
.zb-h-321 {
  height: 321px !important;
}
.zb-min-h-321 {
  min-height: 321px !important;
}
.zb-max-h-321 {
  max-height: 321px !important;
}
.zb-calc-h-321 {
  height: calc(100vh - 321px) !important;
}
.zb-calc-min-h-321 {
  min-height: calc(100vh - 321px) !important;
}
.zb-calc-max-h-321 {
  max-height: calc(100vh - 321px) !important;
}
.zb-w-321 {
  width: 321px !important;
}
.zb-w-percent-321 {
  width: 321% !important;
}
.zb-min-w-321 {
  min-width: 321px !important;
}
.zb-max-w-321 {
  max-width: 321px !important;
}
.zb-calc-w-321 {
  width: calc(100vw - 321px) !important;
}
.zb-calc-min-w-321 {
  min-width: calc(100vw - 321px) !important;
}
.zb-calc-max-w-321 {
  max-width: calc(100vw - 321px) !important;
}
.zb-font-321 {
  font-size: 321px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-321 {
    max-width: 321px !important;
  }
}
.zb-h-322 {
  height: 322px !important;
}
.zb-min-h-322 {
  min-height: 322px !important;
}
.zb-max-h-322 {
  max-height: 322px !important;
}
.zb-calc-h-322 {
  height: calc(100vh - 322px) !important;
}
.zb-calc-min-h-322 {
  min-height: calc(100vh - 322px) !important;
}
.zb-calc-max-h-322 {
  max-height: calc(100vh - 322px) !important;
}
.zb-w-322 {
  width: 322px !important;
}
.zb-w-percent-322 {
  width: 322% !important;
}
.zb-min-w-322 {
  min-width: 322px !important;
}
.zb-max-w-322 {
  max-width: 322px !important;
}
.zb-calc-w-322 {
  width: calc(100vw - 322px) !important;
}
.zb-calc-min-w-322 {
  min-width: calc(100vw - 322px) !important;
}
.zb-calc-max-w-322 {
  max-width: calc(100vw - 322px) !important;
}
.zb-font-322 {
  font-size: 322px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-322 {
    max-width: 322px !important;
  }
}
.zb-h-323 {
  height: 323px !important;
}
.zb-min-h-323 {
  min-height: 323px !important;
}
.zb-max-h-323 {
  max-height: 323px !important;
}
.zb-calc-h-323 {
  height: calc(100vh - 323px) !important;
}
.zb-calc-min-h-323 {
  min-height: calc(100vh - 323px) !important;
}
.zb-calc-max-h-323 {
  max-height: calc(100vh - 323px) !important;
}
.zb-w-323 {
  width: 323px !important;
}
.zb-w-percent-323 {
  width: 323% !important;
}
.zb-min-w-323 {
  min-width: 323px !important;
}
.zb-max-w-323 {
  max-width: 323px !important;
}
.zb-calc-w-323 {
  width: calc(100vw - 323px) !important;
}
.zb-calc-min-w-323 {
  min-width: calc(100vw - 323px) !important;
}
.zb-calc-max-w-323 {
  max-width: calc(100vw - 323px) !important;
}
.zb-font-323 {
  font-size: 323px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-323 {
    max-width: 323px !important;
  }
}
.zb-h-324 {
  height: 324px !important;
}
.zb-min-h-324 {
  min-height: 324px !important;
}
.zb-max-h-324 {
  max-height: 324px !important;
}
.zb-calc-h-324 {
  height: calc(100vh - 324px) !important;
}
.zb-calc-min-h-324 {
  min-height: calc(100vh - 324px) !important;
}
.zb-calc-max-h-324 {
  max-height: calc(100vh - 324px) !important;
}
.zb-w-324 {
  width: 324px !important;
}
.zb-w-percent-324 {
  width: 324% !important;
}
.zb-min-w-324 {
  min-width: 324px !important;
}
.zb-max-w-324 {
  max-width: 324px !important;
}
.zb-calc-w-324 {
  width: calc(100vw - 324px) !important;
}
.zb-calc-min-w-324 {
  min-width: calc(100vw - 324px) !important;
}
.zb-calc-max-w-324 {
  max-width: calc(100vw - 324px) !important;
}
.zb-font-324 {
  font-size: 324px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-324 {
    max-width: 324px !important;
  }
}
.zb-h-325 {
  height: 325px !important;
}
.zb-min-h-325 {
  min-height: 325px !important;
}
.zb-max-h-325 {
  max-height: 325px !important;
}
.zb-calc-h-325 {
  height: calc(100vh - 325px) !important;
}
.zb-calc-min-h-325 {
  min-height: calc(100vh - 325px) !important;
}
.zb-calc-max-h-325 {
  max-height: calc(100vh - 325px) !important;
}
.zb-w-325 {
  width: 325px !important;
}
.zb-w-percent-325 {
  width: 325% !important;
}
.zb-min-w-325 {
  min-width: 325px !important;
}
.zb-max-w-325 {
  max-width: 325px !important;
}
.zb-calc-w-325 {
  width: calc(100vw - 325px) !important;
}
.zb-calc-min-w-325 {
  min-width: calc(100vw - 325px) !important;
}
.zb-calc-max-w-325 {
  max-width: calc(100vw - 325px) !important;
}
.zb-font-325 {
  font-size: 325px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-325 {
    max-width: 325px !important;
  }
}
.zb-h-326 {
  height: 326px !important;
}
.zb-min-h-326 {
  min-height: 326px !important;
}
.zb-max-h-326 {
  max-height: 326px !important;
}
.zb-calc-h-326 {
  height: calc(100vh - 326px) !important;
}
.zb-calc-min-h-326 {
  min-height: calc(100vh - 326px) !important;
}
.zb-calc-max-h-326 {
  max-height: calc(100vh - 326px) !important;
}
.zb-w-326 {
  width: 326px !important;
}
.zb-w-percent-326 {
  width: 326% !important;
}
.zb-min-w-326 {
  min-width: 326px !important;
}
.zb-max-w-326 {
  max-width: 326px !important;
}
.zb-calc-w-326 {
  width: calc(100vw - 326px) !important;
}
.zb-calc-min-w-326 {
  min-width: calc(100vw - 326px) !important;
}
.zb-calc-max-w-326 {
  max-width: calc(100vw - 326px) !important;
}
.zb-font-326 {
  font-size: 326px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-326 {
    max-width: 326px !important;
  }
}
.zb-h-327 {
  height: 327px !important;
}
.zb-min-h-327 {
  min-height: 327px !important;
}
.zb-max-h-327 {
  max-height: 327px !important;
}
.zb-calc-h-327 {
  height: calc(100vh - 327px) !important;
}
.zb-calc-min-h-327 {
  min-height: calc(100vh - 327px) !important;
}
.zb-calc-max-h-327 {
  max-height: calc(100vh - 327px) !important;
}
.zb-w-327 {
  width: 327px !important;
}
.zb-w-percent-327 {
  width: 327% !important;
}
.zb-min-w-327 {
  min-width: 327px !important;
}
.zb-max-w-327 {
  max-width: 327px !important;
}
.zb-calc-w-327 {
  width: calc(100vw - 327px) !important;
}
.zb-calc-min-w-327 {
  min-width: calc(100vw - 327px) !important;
}
.zb-calc-max-w-327 {
  max-width: calc(100vw - 327px) !important;
}
.zb-font-327 {
  font-size: 327px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-327 {
    max-width: 327px !important;
  }
}
.zb-h-328 {
  height: 328px !important;
}
.zb-min-h-328 {
  min-height: 328px !important;
}
.zb-max-h-328 {
  max-height: 328px !important;
}
.zb-calc-h-328 {
  height: calc(100vh - 328px) !important;
}
.zb-calc-min-h-328 {
  min-height: calc(100vh - 328px) !important;
}
.zb-calc-max-h-328 {
  max-height: calc(100vh - 328px) !important;
}
.zb-w-328 {
  width: 328px !important;
}
.zb-w-percent-328 {
  width: 328% !important;
}
.zb-min-w-328 {
  min-width: 328px !important;
}
.zb-max-w-328 {
  max-width: 328px !important;
}
.zb-calc-w-328 {
  width: calc(100vw - 328px) !important;
}
.zb-calc-min-w-328 {
  min-width: calc(100vw - 328px) !important;
}
.zb-calc-max-w-328 {
  max-width: calc(100vw - 328px) !important;
}
.zb-font-328 {
  font-size: 328px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-328 {
    max-width: 328px !important;
  }
}
.zb-h-329 {
  height: 329px !important;
}
.zb-min-h-329 {
  min-height: 329px !important;
}
.zb-max-h-329 {
  max-height: 329px !important;
}
.zb-calc-h-329 {
  height: calc(100vh - 329px) !important;
}
.zb-calc-min-h-329 {
  min-height: calc(100vh - 329px) !important;
}
.zb-calc-max-h-329 {
  max-height: calc(100vh - 329px) !important;
}
.zb-w-329 {
  width: 329px !important;
}
.zb-w-percent-329 {
  width: 329% !important;
}
.zb-min-w-329 {
  min-width: 329px !important;
}
.zb-max-w-329 {
  max-width: 329px !important;
}
.zb-calc-w-329 {
  width: calc(100vw - 329px) !important;
}
.zb-calc-min-w-329 {
  min-width: calc(100vw - 329px) !important;
}
.zb-calc-max-w-329 {
  max-width: calc(100vw - 329px) !important;
}
.zb-font-329 {
  font-size: 329px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-329 {
    max-width: 329px !important;
  }
}
.zb-h-330 {
  height: 330px !important;
}
.zb-min-h-330 {
  min-height: 330px !important;
}
.zb-max-h-330 {
  max-height: 330px !important;
}
.zb-calc-h-330 {
  height: calc(100vh - 330px) !important;
}
.zb-calc-min-h-330 {
  min-height: calc(100vh - 330px) !important;
}
.zb-calc-max-h-330 {
  max-height: calc(100vh - 330px) !important;
}
.zb-w-330 {
  width: 330px !important;
}
.zb-w-percent-330 {
  width: 330% !important;
}
.zb-min-w-330 {
  min-width: 330px !important;
}
.zb-max-w-330 {
  max-width: 330px !important;
}
.zb-calc-w-330 {
  width: calc(100vw - 330px) !important;
}
.zb-calc-min-w-330 {
  min-width: calc(100vw - 330px) !important;
}
.zb-calc-max-w-330 {
  max-width: calc(100vw - 330px) !important;
}
.zb-font-330 {
  font-size: 330px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-330 {
    max-width: 330px !important;
  }
}
.zb-h-331 {
  height: 331px !important;
}
.zb-min-h-331 {
  min-height: 331px !important;
}
.zb-max-h-331 {
  max-height: 331px !important;
}
.zb-calc-h-331 {
  height: calc(100vh - 331px) !important;
}
.zb-calc-min-h-331 {
  min-height: calc(100vh - 331px) !important;
}
.zb-calc-max-h-331 {
  max-height: calc(100vh - 331px) !important;
}
.zb-w-331 {
  width: 331px !important;
}
.zb-w-percent-331 {
  width: 331% !important;
}
.zb-min-w-331 {
  min-width: 331px !important;
}
.zb-max-w-331 {
  max-width: 331px !important;
}
.zb-calc-w-331 {
  width: calc(100vw - 331px) !important;
}
.zb-calc-min-w-331 {
  min-width: calc(100vw - 331px) !important;
}
.zb-calc-max-w-331 {
  max-width: calc(100vw - 331px) !important;
}
.zb-font-331 {
  font-size: 331px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-331 {
    max-width: 331px !important;
  }
}
.zb-h-332 {
  height: 332px !important;
}
.zb-min-h-332 {
  min-height: 332px !important;
}
.zb-max-h-332 {
  max-height: 332px !important;
}
.zb-calc-h-332 {
  height: calc(100vh - 332px) !important;
}
.zb-calc-min-h-332 {
  min-height: calc(100vh - 332px) !important;
}
.zb-calc-max-h-332 {
  max-height: calc(100vh - 332px) !important;
}
.zb-w-332 {
  width: 332px !important;
}
.zb-w-percent-332 {
  width: 332% !important;
}
.zb-min-w-332 {
  min-width: 332px !important;
}
.zb-max-w-332 {
  max-width: 332px !important;
}
.zb-calc-w-332 {
  width: calc(100vw - 332px) !important;
}
.zb-calc-min-w-332 {
  min-width: calc(100vw - 332px) !important;
}
.zb-calc-max-w-332 {
  max-width: calc(100vw - 332px) !important;
}
.zb-font-332 {
  font-size: 332px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-332 {
    max-width: 332px !important;
  }
}
.zb-h-333 {
  height: 333px !important;
}
.zb-min-h-333 {
  min-height: 333px !important;
}
.zb-max-h-333 {
  max-height: 333px !important;
}
.zb-calc-h-333 {
  height: calc(100vh - 333px) !important;
}
.zb-calc-min-h-333 {
  min-height: calc(100vh - 333px) !important;
}
.zb-calc-max-h-333 {
  max-height: calc(100vh - 333px) !important;
}
.zb-w-333 {
  width: 333px !important;
}
.zb-w-percent-333 {
  width: 333% !important;
}
.zb-min-w-333 {
  min-width: 333px !important;
}
.zb-max-w-333 {
  max-width: 333px !important;
}
.zb-calc-w-333 {
  width: calc(100vw - 333px) !important;
}
.zb-calc-min-w-333 {
  min-width: calc(100vw - 333px) !important;
}
.zb-calc-max-w-333 {
  max-width: calc(100vw - 333px) !important;
}
.zb-font-333 {
  font-size: 333px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-333 {
    max-width: 333px !important;
  }
}
.zb-h-334 {
  height: 334px !important;
}
.zb-min-h-334 {
  min-height: 334px !important;
}
.zb-max-h-334 {
  max-height: 334px !important;
}
.zb-calc-h-334 {
  height: calc(100vh - 334px) !important;
}
.zb-calc-min-h-334 {
  min-height: calc(100vh - 334px) !important;
}
.zb-calc-max-h-334 {
  max-height: calc(100vh - 334px) !important;
}
.zb-w-334 {
  width: 334px !important;
}
.zb-w-percent-334 {
  width: 334% !important;
}
.zb-min-w-334 {
  min-width: 334px !important;
}
.zb-max-w-334 {
  max-width: 334px !important;
}
.zb-calc-w-334 {
  width: calc(100vw - 334px) !important;
}
.zb-calc-min-w-334 {
  min-width: calc(100vw - 334px) !important;
}
.zb-calc-max-w-334 {
  max-width: calc(100vw - 334px) !important;
}
.zb-font-334 {
  font-size: 334px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-334 {
    max-width: 334px !important;
  }
}
.zb-h-335 {
  height: 335px !important;
}
.zb-min-h-335 {
  min-height: 335px !important;
}
.zb-max-h-335 {
  max-height: 335px !important;
}
.zb-calc-h-335 {
  height: calc(100vh - 335px) !important;
}
.zb-calc-min-h-335 {
  min-height: calc(100vh - 335px) !important;
}
.zb-calc-max-h-335 {
  max-height: calc(100vh - 335px) !important;
}
.zb-w-335 {
  width: 335px !important;
}
.zb-w-percent-335 {
  width: 335% !important;
}
.zb-min-w-335 {
  min-width: 335px !important;
}
.zb-max-w-335 {
  max-width: 335px !important;
}
.zb-calc-w-335 {
  width: calc(100vw - 335px) !important;
}
.zb-calc-min-w-335 {
  min-width: calc(100vw - 335px) !important;
}
.zb-calc-max-w-335 {
  max-width: calc(100vw - 335px) !important;
}
.zb-font-335 {
  font-size: 335px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-335 {
    max-width: 335px !important;
  }
}
.zb-h-336 {
  height: 336px !important;
}
.zb-min-h-336 {
  min-height: 336px !important;
}
.zb-max-h-336 {
  max-height: 336px !important;
}
.zb-calc-h-336 {
  height: calc(100vh - 336px) !important;
}
.zb-calc-min-h-336 {
  min-height: calc(100vh - 336px) !important;
}
.zb-calc-max-h-336 {
  max-height: calc(100vh - 336px) !important;
}
.zb-w-336 {
  width: 336px !important;
}
.zb-w-percent-336 {
  width: 336% !important;
}
.zb-min-w-336 {
  min-width: 336px !important;
}
.zb-max-w-336 {
  max-width: 336px !important;
}
.zb-calc-w-336 {
  width: calc(100vw - 336px) !important;
}
.zb-calc-min-w-336 {
  min-width: calc(100vw - 336px) !important;
}
.zb-calc-max-w-336 {
  max-width: calc(100vw - 336px) !important;
}
.zb-font-336 {
  font-size: 336px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-336 {
    max-width: 336px !important;
  }
}
.zb-h-337 {
  height: 337px !important;
}
.zb-min-h-337 {
  min-height: 337px !important;
}
.zb-max-h-337 {
  max-height: 337px !important;
}
.zb-calc-h-337 {
  height: calc(100vh - 337px) !important;
}
.zb-calc-min-h-337 {
  min-height: calc(100vh - 337px) !important;
}
.zb-calc-max-h-337 {
  max-height: calc(100vh - 337px) !important;
}
.zb-w-337 {
  width: 337px !important;
}
.zb-w-percent-337 {
  width: 337% !important;
}
.zb-min-w-337 {
  min-width: 337px !important;
}
.zb-max-w-337 {
  max-width: 337px !important;
}
.zb-calc-w-337 {
  width: calc(100vw - 337px) !important;
}
.zb-calc-min-w-337 {
  min-width: calc(100vw - 337px) !important;
}
.zb-calc-max-w-337 {
  max-width: calc(100vw - 337px) !important;
}
.zb-font-337 {
  font-size: 337px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-337 {
    max-width: 337px !important;
  }
}
.zb-h-338 {
  height: 338px !important;
}
.zb-min-h-338 {
  min-height: 338px !important;
}
.zb-max-h-338 {
  max-height: 338px !important;
}
.zb-calc-h-338 {
  height: calc(100vh - 338px) !important;
}
.zb-calc-min-h-338 {
  min-height: calc(100vh - 338px) !important;
}
.zb-calc-max-h-338 {
  max-height: calc(100vh - 338px) !important;
}
.zb-w-338 {
  width: 338px !important;
}
.zb-w-percent-338 {
  width: 338% !important;
}
.zb-min-w-338 {
  min-width: 338px !important;
}
.zb-max-w-338 {
  max-width: 338px !important;
}
.zb-calc-w-338 {
  width: calc(100vw - 338px) !important;
}
.zb-calc-min-w-338 {
  min-width: calc(100vw - 338px) !important;
}
.zb-calc-max-w-338 {
  max-width: calc(100vw - 338px) !important;
}
.zb-font-338 {
  font-size: 338px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-338 {
    max-width: 338px !important;
  }
}
.zb-h-339 {
  height: 339px !important;
}
.zb-min-h-339 {
  min-height: 339px !important;
}
.zb-max-h-339 {
  max-height: 339px !important;
}
.zb-calc-h-339 {
  height: calc(100vh - 339px) !important;
}
.zb-calc-min-h-339 {
  min-height: calc(100vh - 339px) !important;
}
.zb-calc-max-h-339 {
  max-height: calc(100vh - 339px) !important;
}
.zb-w-339 {
  width: 339px !important;
}
.zb-w-percent-339 {
  width: 339% !important;
}
.zb-min-w-339 {
  min-width: 339px !important;
}
.zb-max-w-339 {
  max-width: 339px !important;
}
.zb-calc-w-339 {
  width: calc(100vw - 339px) !important;
}
.zb-calc-min-w-339 {
  min-width: calc(100vw - 339px) !important;
}
.zb-calc-max-w-339 {
  max-width: calc(100vw - 339px) !important;
}
.zb-font-339 {
  font-size: 339px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-339 {
    max-width: 339px !important;
  }
}
.zb-h-340 {
  height: 340px !important;
}
.zb-min-h-340 {
  min-height: 340px !important;
}
.zb-max-h-340 {
  max-height: 340px !important;
}
.zb-calc-h-340 {
  height: calc(100vh - 340px) !important;
}
.zb-calc-min-h-340 {
  min-height: calc(100vh - 340px) !important;
}
.zb-calc-max-h-340 {
  max-height: calc(100vh - 340px) !important;
}
.zb-w-340 {
  width: 340px !important;
}
.zb-w-percent-340 {
  width: 340% !important;
}
.zb-min-w-340 {
  min-width: 340px !important;
}
.zb-max-w-340 {
  max-width: 340px !important;
}
.zb-calc-w-340 {
  width: calc(100vw - 340px) !important;
}
.zb-calc-min-w-340 {
  min-width: calc(100vw - 340px) !important;
}
.zb-calc-max-w-340 {
  max-width: calc(100vw - 340px) !important;
}
.zb-font-340 {
  font-size: 340px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-340 {
    max-width: 340px !important;
  }
}
.zb-h-341 {
  height: 341px !important;
}
.zb-min-h-341 {
  min-height: 341px !important;
}
.zb-max-h-341 {
  max-height: 341px !important;
}
.zb-calc-h-341 {
  height: calc(100vh - 341px) !important;
}
.zb-calc-min-h-341 {
  min-height: calc(100vh - 341px) !important;
}
.zb-calc-max-h-341 {
  max-height: calc(100vh - 341px) !important;
}
.zb-w-341 {
  width: 341px !important;
}
.zb-w-percent-341 {
  width: 341% !important;
}
.zb-min-w-341 {
  min-width: 341px !important;
}
.zb-max-w-341 {
  max-width: 341px !important;
}
.zb-calc-w-341 {
  width: calc(100vw - 341px) !important;
}
.zb-calc-min-w-341 {
  min-width: calc(100vw - 341px) !important;
}
.zb-calc-max-w-341 {
  max-width: calc(100vw - 341px) !important;
}
.zb-font-341 {
  font-size: 341px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-341 {
    max-width: 341px !important;
  }
}
.zb-h-342 {
  height: 342px !important;
}
.zb-min-h-342 {
  min-height: 342px !important;
}
.zb-max-h-342 {
  max-height: 342px !important;
}
.zb-calc-h-342 {
  height: calc(100vh - 342px) !important;
}
.zb-calc-min-h-342 {
  min-height: calc(100vh - 342px) !important;
}
.zb-calc-max-h-342 {
  max-height: calc(100vh - 342px) !important;
}
.zb-w-342 {
  width: 342px !important;
}
.zb-w-percent-342 {
  width: 342% !important;
}
.zb-min-w-342 {
  min-width: 342px !important;
}
.zb-max-w-342 {
  max-width: 342px !important;
}
.zb-calc-w-342 {
  width: calc(100vw - 342px) !important;
}
.zb-calc-min-w-342 {
  min-width: calc(100vw - 342px) !important;
}
.zb-calc-max-w-342 {
  max-width: calc(100vw - 342px) !important;
}
.zb-font-342 {
  font-size: 342px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-342 {
    max-width: 342px !important;
  }
}
.zb-h-343 {
  height: 343px !important;
}
.zb-min-h-343 {
  min-height: 343px !important;
}
.zb-max-h-343 {
  max-height: 343px !important;
}
.zb-calc-h-343 {
  height: calc(100vh - 343px) !important;
}
.zb-calc-min-h-343 {
  min-height: calc(100vh - 343px) !important;
}
.zb-calc-max-h-343 {
  max-height: calc(100vh - 343px) !important;
}
.zb-w-343 {
  width: 343px !important;
}
.zb-w-percent-343 {
  width: 343% !important;
}
.zb-min-w-343 {
  min-width: 343px !important;
}
.zb-max-w-343 {
  max-width: 343px !important;
}
.zb-calc-w-343 {
  width: calc(100vw - 343px) !important;
}
.zb-calc-min-w-343 {
  min-width: calc(100vw - 343px) !important;
}
.zb-calc-max-w-343 {
  max-width: calc(100vw - 343px) !important;
}
.zb-font-343 {
  font-size: 343px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-343 {
    max-width: 343px !important;
  }
}
.zb-h-344 {
  height: 344px !important;
}
.zb-min-h-344 {
  min-height: 344px !important;
}
.zb-max-h-344 {
  max-height: 344px !important;
}
.zb-calc-h-344 {
  height: calc(100vh - 344px) !important;
}
.zb-calc-min-h-344 {
  min-height: calc(100vh - 344px) !important;
}
.zb-calc-max-h-344 {
  max-height: calc(100vh - 344px) !important;
}
.zb-w-344 {
  width: 344px !important;
}
.zb-w-percent-344 {
  width: 344% !important;
}
.zb-min-w-344 {
  min-width: 344px !important;
}
.zb-max-w-344 {
  max-width: 344px !important;
}
.zb-calc-w-344 {
  width: calc(100vw - 344px) !important;
}
.zb-calc-min-w-344 {
  min-width: calc(100vw - 344px) !important;
}
.zb-calc-max-w-344 {
  max-width: calc(100vw - 344px) !important;
}
.zb-font-344 {
  font-size: 344px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-344 {
    max-width: 344px !important;
  }
}
.zb-h-345 {
  height: 345px !important;
}
.zb-min-h-345 {
  min-height: 345px !important;
}
.zb-max-h-345 {
  max-height: 345px !important;
}
.zb-calc-h-345 {
  height: calc(100vh - 345px) !important;
}
.zb-calc-min-h-345 {
  min-height: calc(100vh - 345px) !important;
}
.zb-calc-max-h-345 {
  max-height: calc(100vh - 345px) !important;
}
.zb-w-345 {
  width: 345px !important;
}
.zb-w-percent-345 {
  width: 345% !important;
}
.zb-min-w-345 {
  min-width: 345px !important;
}
.zb-max-w-345 {
  max-width: 345px !important;
}
.zb-calc-w-345 {
  width: calc(100vw - 345px) !important;
}
.zb-calc-min-w-345 {
  min-width: calc(100vw - 345px) !important;
}
.zb-calc-max-w-345 {
  max-width: calc(100vw - 345px) !important;
}
.zb-font-345 {
  font-size: 345px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-345 {
    max-width: 345px !important;
  }
}
.zb-h-346 {
  height: 346px !important;
}
.zb-min-h-346 {
  min-height: 346px !important;
}
.zb-max-h-346 {
  max-height: 346px !important;
}
.zb-calc-h-346 {
  height: calc(100vh - 346px) !important;
}
.zb-calc-min-h-346 {
  min-height: calc(100vh - 346px) !important;
}
.zb-calc-max-h-346 {
  max-height: calc(100vh - 346px) !important;
}
.zb-w-346 {
  width: 346px !important;
}
.zb-w-percent-346 {
  width: 346% !important;
}
.zb-min-w-346 {
  min-width: 346px !important;
}
.zb-max-w-346 {
  max-width: 346px !important;
}
.zb-calc-w-346 {
  width: calc(100vw - 346px) !important;
}
.zb-calc-min-w-346 {
  min-width: calc(100vw - 346px) !important;
}
.zb-calc-max-w-346 {
  max-width: calc(100vw - 346px) !important;
}
.zb-font-346 {
  font-size: 346px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-346 {
    max-width: 346px !important;
  }
}
.zb-h-347 {
  height: 347px !important;
}
.zb-min-h-347 {
  min-height: 347px !important;
}
.zb-max-h-347 {
  max-height: 347px !important;
}
.zb-calc-h-347 {
  height: calc(100vh - 347px) !important;
}
.zb-calc-min-h-347 {
  min-height: calc(100vh - 347px) !important;
}
.zb-calc-max-h-347 {
  max-height: calc(100vh - 347px) !important;
}
.zb-w-347 {
  width: 347px !important;
}
.zb-w-percent-347 {
  width: 347% !important;
}
.zb-min-w-347 {
  min-width: 347px !important;
}
.zb-max-w-347 {
  max-width: 347px !important;
}
.zb-calc-w-347 {
  width: calc(100vw - 347px) !important;
}
.zb-calc-min-w-347 {
  min-width: calc(100vw - 347px) !important;
}
.zb-calc-max-w-347 {
  max-width: calc(100vw - 347px) !important;
}
.zb-font-347 {
  font-size: 347px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-347 {
    max-width: 347px !important;
  }
}
.zb-h-348 {
  height: 348px !important;
}
.zb-min-h-348 {
  min-height: 348px !important;
}
.zb-max-h-348 {
  max-height: 348px !important;
}
.zb-calc-h-348 {
  height: calc(100vh - 348px) !important;
}
.zb-calc-min-h-348 {
  min-height: calc(100vh - 348px) !important;
}
.zb-calc-max-h-348 {
  max-height: calc(100vh - 348px) !important;
}
.zb-w-348 {
  width: 348px !important;
}
.zb-w-percent-348 {
  width: 348% !important;
}
.zb-min-w-348 {
  min-width: 348px !important;
}
.zb-max-w-348 {
  max-width: 348px !important;
}
.zb-calc-w-348 {
  width: calc(100vw - 348px) !important;
}
.zb-calc-min-w-348 {
  min-width: calc(100vw - 348px) !important;
}
.zb-calc-max-w-348 {
  max-width: calc(100vw - 348px) !important;
}
.zb-font-348 {
  font-size: 348px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-348 {
    max-width: 348px !important;
  }
}
.zb-h-349 {
  height: 349px !important;
}
.zb-min-h-349 {
  min-height: 349px !important;
}
.zb-max-h-349 {
  max-height: 349px !important;
}
.zb-calc-h-349 {
  height: calc(100vh - 349px) !important;
}
.zb-calc-min-h-349 {
  min-height: calc(100vh - 349px) !important;
}
.zb-calc-max-h-349 {
  max-height: calc(100vh - 349px) !important;
}
.zb-w-349 {
  width: 349px !important;
}
.zb-w-percent-349 {
  width: 349% !important;
}
.zb-min-w-349 {
  min-width: 349px !important;
}
.zb-max-w-349 {
  max-width: 349px !important;
}
.zb-calc-w-349 {
  width: calc(100vw - 349px) !important;
}
.zb-calc-min-w-349 {
  min-width: calc(100vw - 349px) !important;
}
.zb-calc-max-w-349 {
  max-width: calc(100vw - 349px) !important;
}
.zb-font-349 {
  font-size: 349px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-349 {
    max-width: 349px !important;
  }
}
.zb-h-350 {
  height: 350px !important;
}
.zb-min-h-350 {
  min-height: 350px !important;
}
.zb-max-h-350 {
  max-height: 350px !important;
}
.zb-calc-h-350 {
  height: calc(100vh - 350px) !important;
}
.zb-calc-min-h-350 {
  min-height: calc(100vh - 350px) !important;
}
.zb-calc-max-h-350 {
  max-height: calc(100vh - 350px) !important;
}
.zb-w-350 {
  width: 350px !important;
}
.zb-w-percent-350 {
  width: 350% !important;
}
.zb-min-w-350 {
  min-width: 350px !important;
}
.zb-max-w-350 {
  max-width: 350px !important;
}
.zb-calc-w-350 {
  width: calc(100vw - 350px) !important;
}
.zb-calc-min-w-350 {
  min-width: calc(100vw - 350px) !important;
}
.zb-calc-max-w-350 {
  max-width: calc(100vw - 350px) !important;
}
.zb-font-350 {
  font-size: 350px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-350 {
    max-width: 350px !important;
  }
}
.zb-h-351 {
  height: 351px !important;
}
.zb-min-h-351 {
  min-height: 351px !important;
}
.zb-max-h-351 {
  max-height: 351px !important;
}
.zb-calc-h-351 {
  height: calc(100vh - 351px) !important;
}
.zb-calc-min-h-351 {
  min-height: calc(100vh - 351px) !important;
}
.zb-calc-max-h-351 {
  max-height: calc(100vh - 351px) !important;
}
.zb-w-351 {
  width: 351px !important;
}
.zb-w-percent-351 {
  width: 351% !important;
}
.zb-min-w-351 {
  min-width: 351px !important;
}
.zb-max-w-351 {
  max-width: 351px !important;
}
.zb-calc-w-351 {
  width: calc(100vw - 351px) !important;
}
.zb-calc-min-w-351 {
  min-width: calc(100vw - 351px) !important;
}
.zb-calc-max-w-351 {
  max-width: calc(100vw - 351px) !important;
}
.zb-font-351 {
  font-size: 351px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-351 {
    max-width: 351px !important;
  }
}
.zb-h-352 {
  height: 352px !important;
}
.zb-min-h-352 {
  min-height: 352px !important;
}
.zb-max-h-352 {
  max-height: 352px !important;
}
.zb-calc-h-352 {
  height: calc(100vh - 352px) !important;
}
.zb-calc-min-h-352 {
  min-height: calc(100vh - 352px) !important;
}
.zb-calc-max-h-352 {
  max-height: calc(100vh - 352px) !important;
}
.zb-w-352 {
  width: 352px !important;
}
.zb-w-percent-352 {
  width: 352% !important;
}
.zb-min-w-352 {
  min-width: 352px !important;
}
.zb-max-w-352 {
  max-width: 352px !important;
}
.zb-calc-w-352 {
  width: calc(100vw - 352px) !important;
}
.zb-calc-min-w-352 {
  min-width: calc(100vw - 352px) !important;
}
.zb-calc-max-w-352 {
  max-width: calc(100vw - 352px) !important;
}
.zb-font-352 {
  font-size: 352px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-352 {
    max-width: 352px !important;
  }
}
.zb-h-353 {
  height: 353px !important;
}
.zb-min-h-353 {
  min-height: 353px !important;
}
.zb-max-h-353 {
  max-height: 353px !important;
}
.zb-calc-h-353 {
  height: calc(100vh - 353px) !important;
}
.zb-calc-min-h-353 {
  min-height: calc(100vh - 353px) !important;
}
.zb-calc-max-h-353 {
  max-height: calc(100vh - 353px) !important;
}
.zb-w-353 {
  width: 353px !important;
}
.zb-w-percent-353 {
  width: 353% !important;
}
.zb-min-w-353 {
  min-width: 353px !important;
}
.zb-max-w-353 {
  max-width: 353px !important;
}
.zb-calc-w-353 {
  width: calc(100vw - 353px) !important;
}
.zb-calc-min-w-353 {
  min-width: calc(100vw - 353px) !important;
}
.zb-calc-max-w-353 {
  max-width: calc(100vw - 353px) !important;
}
.zb-font-353 {
  font-size: 353px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-353 {
    max-width: 353px !important;
  }
}
.zb-h-354 {
  height: 354px !important;
}
.zb-min-h-354 {
  min-height: 354px !important;
}
.zb-max-h-354 {
  max-height: 354px !important;
}
.zb-calc-h-354 {
  height: calc(100vh - 354px) !important;
}
.zb-calc-min-h-354 {
  min-height: calc(100vh - 354px) !important;
}
.zb-calc-max-h-354 {
  max-height: calc(100vh - 354px) !important;
}
.zb-w-354 {
  width: 354px !important;
}
.zb-w-percent-354 {
  width: 354% !important;
}
.zb-min-w-354 {
  min-width: 354px !important;
}
.zb-max-w-354 {
  max-width: 354px !important;
}
.zb-calc-w-354 {
  width: calc(100vw - 354px) !important;
}
.zb-calc-min-w-354 {
  min-width: calc(100vw - 354px) !important;
}
.zb-calc-max-w-354 {
  max-width: calc(100vw - 354px) !important;
}
.zb-font-354 {
  font-size: 354px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-354 {
    max-width: 354px !important;
  }
}
.zb-h-355 {
  height: 355px !important;
}
.zb-min-h-355 {
  min-height: 355px !important;
}
.zb-max-h-355 {
  max-height: 355px !important;
}
.zb-calc-h-355 {
  height: calc(100vh - 355px) !important;
}
.zb-calc-min-h-355 {
  min-height: calc(100vh - 355px) !important;
}
.zb-calc-max-h-355 {
  max-height: calc(100vh - 355px) !important;
}
.zb-w-355 {
  width: 355px !important;
}
.zb-w-percent-355 {
  width: 355% !important;
}
.zb-min-w-355 {
  min-width: 355px !important;
}
.zb-max-w-355 {
  max-width: 355px !important;
}
.zb-calc-w-355 {
  width: calc(100vw - 355px) !important;
}
.zb-calc-min-w-355 {
  min-width: calc(100vw - 355px) !important;
}
.zb-calc-max-w-355 {
  max-width: calc(100vw - 355px) !important;
}
.zb-font-355 {
  font-size: 355px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-355 {
    max-width: 355px !important;
  }
}
.zb-h-356 {
  height: 356px !important;
}
.zb-min-h-356 {
  min-height: 356px !important;
}
.zb-max-h-356 {
  max-height: 356px !important;
}
.zb-calc-h-356 {
  height: calc(100vh - 356px) !important;
}
.zb-calc-min-h-356 {
  min-height: calc(100vh - 356px) !important;
}
.zb-calc-max-h-356 {
  max-height: calc(100vh - 356px) !important;
}
.zb-w-356 {
  width: 356px !important;
}
.zb-w-percent-356 {
  width: 356% !important;
}
.zb-min-w-356 {
  min-width: 356px !important;
}
.zb-max-w-356 {
  max-width: 356px !important;
}
.zb-calc-w-356 {
  width: calc(100vw - 356px) !important;
}
.zb-calc-min-w-356 {
  min-width: calc(100vw - 356px) !important;
}
.zb-calc-max-w-356 {
  max-width: calc(100vw - 356px) !important;
}
.zb-font-356 {
  font-size: 356px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-356 {
    max-width: 356px !important;
  }
}
.zb-h-357 {
  height: 357px !important;
}
.zb-min-h-357 {
  min-height: 357px !important;
}
.zb-max-h-357 {
  max-height: 357px !important;
}
.zb-calc-h-357 {
  height: calc(100vh - 357px) !important;
}
.zb-calc-min-h-357 {
  min-height: calc(100vh - 357px) !important;
}
.zb-calc-max-h-357 {
  max-height: calc(100vh - 357px) !important;
}
.zb-w-357 {
  width: 357px !important;
}
.zb-w-percent-357 {
  width: 357% !important;
}
.zb-min-w-357 {
  min-width: 357px !important;
}
.zb-max-w-357 {
  max-width: 357px !important;
}
.zb-calc-w-357 {
  width: calc(100vw - 357px) !important;
}
.zb-calc-min-w-357 {
  min-width: calc(100vw - 357px) !important;
}
.zb-calc-max-w-357 {
  max-width: calc(100vw - 357px) !important;
}
.zb-font-357 {
  font-size: 357px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-357 {
    max-width: 357px !important;
  }
}
.zb-h-358 {
  height: 358px !important;
}
.zb-min-h-358 {
  min-height: 358px !important;
}
.zb-max-h-358 {
  max-height: 358px !important;
}
.zb-calc-h-358 {
  height: calc(100vh - 358px) !important;
}
.zb-calc-min-h-358 {
  min-height: calc(100vh - 358px) !important;
}
.zb-calc-max-h-358 {
  max-height: calc(100vh - 358px) !important;
}
.zb-w-358 {
  width: 358px !important;
}
.zb-w-percent-358 {
  width: 358% !important;
}
.zb-min-w-358 {
  min-width: 358px !important;
}
.zb-max-w-358 {
  max-width: 358px !important;
}
.zb-calc-w-358 {
  width: calc(100vw - 358px) !important;
}
.zb-calc-min-w-358 {
  min-width: calc(100vw - 358px) !important;
}
.zb-calc-max-w-358 {
  max-width: calc(100vw - 358px) !important;
}
.zb-font-358 {
  font-size: 358px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-358 {
    max-width: 358px !important;
  }
}
.zb-h-359 {
  height: 359px !important;
}
.zb-min-h-359 {
  min-height: 359px !important;
}
.zb-max-h-359 {
  max-height: 359px !important;
}
.zb-calc-h-359 {
  height: calc(100vh - 359px) !important;
}
.zb-calc-min-h-359 {
  min-height: calc(100vh - 359px) !important;
}
.zb-calc-max-h-359 {
  max-height: calc(100vh - 359px) !important;
}
.zb-w-359 {
  width: 359px !important;
}
.zb-w-percent-359 {
  width: 359% !important;
}
.zb-min-w-359 {
  min-width: 359px !important;
}
.zb-max-w-359 {
  max-width: 359px !important;
}
.zb-calc-w-359 {
  width: calc(100vw - 359px) !important;
}
.zb-calc-min-w-359 {
  min-width: calc(100vw - 359px) !important;
}
.zb-calc-max-w-359 {
  max-width: calc(100vw - 359px) !important;
}
.zb-font-359 {
  font-size: 359px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-359 {
    max-width: 359px !important;
  }
}
.zb-h-360 {
  height: 360px !important;
}
.zb-min-h-360 {
  min-height: 360px !important;
}
.zb-max-h-360 {
  max-height: 360px !important;
}
.zb-calc-h-360 {
  height: calc(100vh - 360px) !important;
}
.zb-calc-min-h-360 {
  min-height: calc(100vh - 360px) !important;
}
.zb-calc-max-h-360 {
  max-height: calc(100vh - 360px) !important;
}
.zb-w-360 {
  width: 360px !important;
}
.zb-w-percent-360 {
  width: 360% !important;
}
.zb-min-w-360 {
  min-width: 360px !important;
}
.zb-max-w-360 {
  max-width: 360px !important;
}
.zb-calc-w-360 {
  width: calc(100vw - 360px) !important;
}
.zb-calc-min-w-360 {
  min-width: calc(100vw - 360px) !important;
}
.zb-calc-max-w-360 {
  max-width: calc(100vw - 360px) !important;
}
.zb-font-360 {
  font-size: 360px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-360 {
    max-width: 360px !important;
  }
}
.zb-h-361 {
  height: 361px !important;
}
.zb-min-h-361 {
  min-height: 361px !important;
}
.zb-max-h-361 {
  max-height: 361px !important;
}
.zb-calc-h-361 {
  height: calc(100vh - 361px) !important;
}
.zb-calc-min-h-361 {
  min-height: calc(100vh - 361px) !important;
}
.zb-calc-max-h-361 {
  max-height: calc(100vh - 361px) !important;
}
.zb-w-361 {
  width: 361px !important;
}
.zb-w-percent-361 {
  width: 361% !important;
}
.zb-min-w-361 {
  min-width: 361px !important;
}
.zb-max-w-361 {
  max-width: 361px !important;
}
.zb-calc-w-361 {
  width: calc(100vw - 361px) !important;
}
.zb-calc-min-w-361 {
  min-width: calc(100vw - 361px) !important;
}
.zb-calc-max-w-361 {
  max-width: calc(100vw - 361px) !important;
}
.zb-font-361 {
  font-size: 361px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-361 {
    max-width: 361px !important;
  }
}
.zb-h-362 {
  height: 362px !important;
}
.zb-min-h-362 {
  min-height: 362px !important;
}
.zb-max-h-362 {
  max-height: 362px !important;
}
.zb-calc-h-362 {
  height: calc(100vh - 362px) !important;
}
.zb-calc-min-h-362 {
  min-height: calc(100vh - 362px) !important;
}
.zb-calc-max-h-362 {
  max-height: calc(100vh - 362px) !important;
}
.zb-w-362 {
  width: 362px !important;
}
.zb-w-percent-362 {
  width: 362% !important;
}
.zb-min-w-362 {
  min-width: 362px !important;
}
.zb-max-w-362 {
  max-width: 362px !important;
}
.zb-calc-w-362 {
  width: calc(100vw - 362px) !important;
}
.zb-calc-min-w-362 {
  min-width: calc(100vw - 362px) !important;
}
.zb-calc-max-w-362 {
  max-width: calc(100vw - 362px) !important;
}
.zb-font-362 {
  font-size: 362px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-362 {
    max-width: 362px !important;
  }
}
.zb-h-363 {
  height: 363px !important;
}
.zb-min-h-363 {
  min-height: 363px !important;
}
.zb-max-h-363 {
  max-height: 363px !important;
}
.zb-calc-h-363 {
  height: calc(100vh - 363px) !important;
}
.zb-calc-min-h-363 {
  min-height: calc(100vh - 363px) !important;
}
.zb-calc-max-h-363 {
  max-height: calc(100vh - 363px) !important;
}
.zb-w-363 {
  width: 363px !important;
}
.zb-w-percent-363 {
  width: 363% !important;
}
.zb-min-w-363 {
  min-width: 363px !important;
}
.zb-max-w-363 {
  max-width: 363px !important;
}
.zb-calc-w-363 {
  width: calc(100vw - 363px) !important;
}
.zb-calc-min-w-363 {
  min-width: calc(100vw - 363px) !important;
}
.zb-calc-max-w-363 {
  max-width: calc(100vw - 363px) !important;
}
.zb-font-363 {
  font-size: 363px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-363 {
    max-width: 363px !important;
  }
}
.zb-h-364 {
  height: 364px !important;
}
.zb-min-h-364 {
  min-height: 364px !important;
}
.zb-max-h-364 {
  max-height: 364px !important;
}
.zb-calc-h-364 {
  height: calc(100vh - 364px) !important;
}
.zb-calc-min-h-364 {
  min-height: calc(100vh - 364px) !important;
}
.zb-calc-max-h-364 {
  max-height: calc(100vh - 364px) !important;
}
.zb-w-364 {
  width: 364px !important;
}
.zb-w-percent-364 {
  width: 364% !important;
}
.zb-min-w-364 {
  min-width: 364px !important;
}
.zb-max-w-364 {
  max-width: 364px !important;
}
.zb-calc-w-364 {
  width: calc(100vw - 364px) !important;
}
.zb-calc-min-w-364 {
  min-width: calc(100vw - 364px) !important;
}
.zb-calc-max-w-364 {
  max-width: calc(100vw - 364px) !important;
}
.zb-font-364 {
  font-size: 364px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-364 {
    max-width: 364px !important;
  }
}
.zb-h-365 {
  height: 365px !important;
}
.zb-min-h-365 {
  min-height: 365px !important;
}
.zb-max-h-365 {
  max-height: 365px !important;
}
.zb-calc-h-365 {
  height: calc(100vh - 365px) !important;
}
.zb-calc-min-h-365 {
  min-height: calc(100vh - 365px) !important;
}
.zb-calc-max-h-365 {
  max-height: calc(100vh - 365px) !important;
}
.zb-w-365 {
  width: 365px !important;
}
.zb-w-percent-365 {
  width: 365% !important;
}
.zb-min-w-365 {
  min-width: 365px !important;
}
.zb-max-w-365 {
  max-width: 365px !important;
}
.zb-calc-w-365 {
  width: calc(100vw - 365px) !important;
}
.zb-calc-min-w-365 {
  min-width: calc(100vw - 365px) !important;
}
.zb-calc-max-w-365 {
  max-width: calc(100vw - 365px) !important;
}
.zb-font-365 {
  font-size: 365px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-365 {
    max-width: 365px !important;
  }
}
.zb-h-366 {
  height: 366px !important;
}
.zb-min-h-366 {
  min-height: 366px !important;
}
.zb-max-h-366 {
  max-height: 366px !important;
}
.zb-calc-h-366 {
  height: calc(100vh - 366px) !important;
}
.zb-calc-min-h-366 {
  min-height: calc(100vh - 366px) !important;
}
.zb-calc-max-h-366 {
  max-height: calc(100vh - 366px) !important;
}
.zb-w-366 {
  width: 366px !important;
}
.zb-w-percent-366 {
  width: 366% !important;
}
.zb-min-w-366 {
  min-width: 366px !important;
}
.zb-max-w-366 {
  max-width: 366px !important;
}
.zb-calc-w-366 {
  width: calc(100vw - 366px) !important;
}
.zb-calc-min-w-366 {
  min-width: calc(100vw - 366px) !important;
}
.zb-calc-max-w-366 {
  max-width: calc(100vw - 366px) !important;
}
.zb-font-366 {
  font-size: 366px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-366 {
    max-width: 366px !important;
  }
}
.zb-h-367 {
  height: 367px !important;
}
.zb-min-h-367 {
  min-height: 367px !important;
}
.zb-max-h-367 {
  max-height: 367px !important;
}
.zb-calc-h-367 {
  height: calc(100vh - 367px) !important;
}
.zb-calc-min-h-367 {
  min-height: calc(100vh - 367px) !important;
}
.zb-calc-max-h-367 {
  max-height: calc(100vh - 367px) !important;
}
.zb-w-367 {
  width: 367px !important;
}
.zb-w-percent-367 {
  width: 367% !important;
}
.zb-min-w-367 {
  min-width: 367px !important;
}
.zb-max-w-367 {
  max-width: 367px !important;
}
.zb-calc-w-367 {
  width: calc(100vw - 367px) !important;
}
.zb-calc-min-w-367 {
  min-width: calc(100vw - 367px) !important;
}
.zb-calc-max-w-367 {
  max-width: calc(100vw - 367px) !important;
}
.zb-font-367 {
  font-size: 367px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-367 {
    max-width: 367px !important;
  }
}
.zb-h-368 {
  height: 368px !important;
}
.zb-min-h-368 {
  min-height: 368px !important;
}
.zb-max-h-368 {
  max-height: 368px !important;
}
.zb-calc-h-368 {
  height: calc(100vh - 368px) !important;
}
.zb-calc-min-h-368 {
  min-height: calc(100vh - 368px) !important;
}
.zb-calc-max-h-368 {
  max-height: calc(100vh - 368px) !important;
}
.zb-w-368 {
  width: 368px !important;
}
.zb-w-percent-368 {
  width: 368% !important;
}
.zb-min-w-368 {
  min-width: 368px !important;
}
.zb-max-w-368 {
  max-width: 368px !important;
}
.zb-calc-w-368 {
  width: calc(100vw - 368px) !important;
}
.zb-calc-min-w-368 {
  min-width: calc(100vw - 368px) !important;
}
.zb-calc-max-w-368 {
  max-width: calc(100vw - 368px) !important;
}
.zb-font-368 {
  font-size: 368px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-368 {
    max-width: 368px !important;
  }
}
.zb-h-369 {
  height: 369px !important;
}
.zb-min-h-369 {
  min-height: 369px !important;
}
.zb-max-h-369 {
  max-height: 369px !important;
}
.zb-calc-h-369 {
  height: calc(100vh - 369px) !important;
}
.zb-calc-min-h-369 {
  min-height: calc(100vh - 369px) !important;
}
.zb-calc-max-h-369 {
  max-height: calc(100vh - 369px) !important;
}
.zb-w-369 {
  width: 369px !important;
}
.zb-w-percent-369 {
  width: 369% !important;
}
.zb-min-w-369 {
  min-width: 369px !important;
}
.zb-max-w-369 {
  max-width: 369px !important;
}
.zb-calc-w-369 {
  width: calc(100vw - 369px) !important;
}
.zb-calc-min-w-369 {
  min-width: calc(100vw - 369px) !important;
}
.zb-calc-max-w-369 {
  max-width: calc(100vw - 369px) !important;
}
.zb-font-369 {
  font-size: 369px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-369 {
    max-width: 369px !important;
  }
}
.zb-h-370 {
  height: 370px !important;
}
.zb-min-h-370 {
  min-height: 370px !important;
}
.zb-max-h-370 {
  max-height: 370px !important;
}
.zb-calc-h-370 {
  height: calc(100vh - 370px) !important;
}
.zb-calc-min-h-370 {
  min-height: calc(100vh - 370px) !important;
}
.zb-calc-max-h-370 {
  max-height: calc(100vh - 370px) !important;
}
.zb-w-370 {
  width: 370px !important;
}
.zb-w-percent-370 {
  width: 370% !important;
}
.zb-min-w-370 {
  min-width: 370px !important;
}
.zb-max-w-370 {
  max-width: 370px !important;
}
.zb-calc-w-370 {
  width: calc(100vw - 370px) !important;
}
.zb-calc-min-w-370 {
  min-width: calc(100vw - 370px) !important;
}
.zb-calc-max-w-370 {
  max-width: calc(100vw - 370px) !important;
}
.zb-font-370 {
  font-size: 370px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-370 {
    max-width: 370px !important;
  }
}
.zb-h-371 {
  height: 371px !important;
}
.zb-min-h-371 {
  min-height: 371px !important;
}
.zb-max-h-371 {
  max-height: 371px !important;
}
.zb-calc-h-371 {
  height: calc(100vh - 371px) !important;
}
.zb-calc-min-h-371 {
  min-height: calc(100vh - 371px) !important;
}
.zb-calc-max-h-371 {
  max-height: calc(100vh - 371px) !important;
}
.zb-w-371 {
  width: 371px !important;
}
.zb-w-percent-371 {
  width: 371% !important;
}
.zb-min-w-371 {
  min-width: 371px !important;
}
.zb-max-w-371 {
  max-width: 371px !important;
}
.zb-calc-w-371 {
  width: calc(100vw - 371px) !important;
}
.zb-calc-min-w-371 {
  min-width: calc(100vw - 371px) !important;
}
.zb-calc-max-w-371 {
  max-width: calc(100vw - 371px) !important;
}
.zb-font-371 {
  font-size: 371px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-371 {
    max-width: 371px !important;
  }
}
.zb-h-372 {
  height: 372px !important;
}
.zb-min-h-372 {
  min-height: 372px !important;
}
.zb-max-h-372 {
  max-height: 372px !important;
}
.zb-calc-h-372 {
  height: calc(100vh - 372px) !important;
}
.zb-calc-min-h-372 {
  min-height: calc(100vh - 372px) !important;
}
.zb-calc-max-h-372 {
  max-height: calc(100vh - 372px) !important;
}
.zb-w-372 {
  width: 372px !important;
}
.zb-w-percent-372 {
  width: 372% !important;
}
.zb-min-w-372 {
  min-width: 372px !important;
}
.zb-max-w-372 {
  max-width: 372px !important;
}
.zb-calc-w-372 {
  width: calc(100vw - 372px) !important;
}
.zb-calc-min-w-372 {
  min-width: calc(100vw - 372px) !important;
}
.zb-calc-max-w-372 {
  max-width: calc(100vw - 372px) !important;
}
.zb-font-372 {
  font-size: 372px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-372 {
    max-width: 372px !important;
  }
}
.zb-h-373 {
  height: 373px !important;
}
.zb-min-h-373 {
  min-height: 373px !important;
}
.zb-max-h-373 {
  max-height: 373px !important;
}
.zb-calc-h-373 {
  height: calc(100vh - 373px) !important;
}
.zb-calc-min-h-373 {
  min-height: calc(100vh - 373px) !important;
}
.zb-calc-max-h-373 {
  max-height: calc(100vh - 373px) !important;
}
.zb-w-373 {
  width: 373px !important;
}
.zb-w-percent-373 {
  width: 373% !important;
}
.zb-min-w-373 {
  min-width: 373px !important;
}
.zb-max-w-373 {
  max-width: 373px !important;
}
.zb-calc-w-373 {
  width: calc(100vw - 373px) !important;
}
.zb-calc-min-w-373 {
  min-width: calc(100vw - 373px) !important;
}
.zb-calc-max-w-373 {
  max-width: calc(100vw - 373px) !important;
}
.zb-font-373 {
  font-size: 373px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-373 {
    max-width: 373px !important;
  }
}
.zb-h-374 {
  height: 374px !important;
}
.zb-min-h-374 {
  min-height: 374px !important;
}
.zb-max-h-374 {
  max-height: 374px !important;
}
.zb-calc-h-374 {
  height: calc(100vh - 374px) !important;
}
.zb-calc-min-h-374 {
  min-height: calc(100vh - 374px) !important;
}
.zb-calc-max-h-374 {
  max-height: calc(100vh - 374px) !important;
}
.zb-w-374 {
  width: 374px !important;
}
.zb-w-percent-374 {
  width: 374% !important;
}
.zb-min-w-374 {
  min-width: 374px !important;
}
.zb-max-w-374 {
  max-width: 374px !important;
}
.zb-calc-w-374 {
  width: calc(100vw - 374px) !important;
}
.zb-calc-min-w-374 {
  min-width: calc(100vw - 374px) !important;
}
.zb-calc-max-w-374 {
  max-width: calc(100vw - 374px) !important;
}
.zb-font-374 {
  font-size: 374px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-374 {
    max-width: 374px !important;
  }
}
.zb-h-375 {
  height: 375px !important;
}
.zb-min-h-375 {
  min-height: 375px !important;
}
.zb-max-h-375 {
  max-height: 375px !important;
}
.zb-calc-h-375 {
  height: calc(100vh - 375px) !important;
}
.zb-calc-min-h-375 {
  min-height: calc(100vh - 375px) !important;
}
.zb-calc-max-h-375 {
  max-height: calc(100vh - 375px) !important;
}
.zb-w-375 {
  width: 375px !important;
}
.zb-w-percent-375 {
  width: 375% !important;
}
.zb-min-w-375 {
  min-width: 375px !important;
}
.zb-max-w-375 {
  max-width: 375px !important;
}
.zb-calc-w-375 {
  width: calc(100vw - 375px) !important;
}
.zb-calc-min-w-375 {
  min-width: calc(100vw - 375px) !important;
}
.zb-calc-max-w-375 {
  max-width: calc(100vw - 375px) !important;
}
.zb-font-375 {
  font-size: 375px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-375 {
    max-width: 375px !important;
  }
}
.zb-h-376 {
  height: 376px !important;
}
.zb-min-h-376 {
  min-height: 376px !important;
}
.zb-max-h-376 {
  max-height: 376px !important;
}
.zb-calc-h-376 {
  height: calc(100vh - 376px) !important;
}
.zb-calc-min-h-376 {
  min-height: calc(100vh - 376px) !important;
}
.zb-calc-max-h-376 {
  max-height: calc(100vh - 376px) !important;
}
.zb-w-376 {
  width: 376px !important;
}
.zb-w-percent-376 {
  width: 376% !important;
}
.zb-min-w-376 {
  min-width: 376px !important;
}
.zb-max-w-376 {
  max-width: 376px !important;
}
.zb-calc-w-376 {
  width: calc(100vw - 376px) !important;
}
.zb-calc-min-w-376 {
  min-width: calc(100vw - 376px) !important;
}
.zb-calc-max-w-376 {
  max-width: calc(100vw - 376px) !important;
}
.zb-font-376 {
  font-size: 376px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-376 {
    max-width: 376px !important;
  }
}
.zb-h-377 {
  height: 377px !important;
}
.zb-min-h-377 {
  min-height: 377px !important;
}
.zb-max-h-377 {
  max-height: 377px !important;
}
.zb-calc-h-377 {
  height: calc(100vh - 377px) !important;
}
.zb-calc-min-h-377 {
  min-height: calc(100vh - 377px) !important;
}
.zb-calc-max-h-377 {
  max-height: calc(100vh - 377px) !important;
}
.zb-w-377 {
  width: 377px !important;
}
.zb-w-percent-377 {
  width: 377% !important;
}
.zb-min-w-377 {
  min-width: 377px !important;
}
.zb-max-w-377 {
  max-width: 377px !important;
}
.zb-calc-w-377 {
  width: calc(100vw - 377px) !important;
}
.zb-calc-min-w-377 {
  min-width: calc(100vw - 377px) !important;
}
.zb-calc-max-w-377 {
  max-width: calc(100vw - 377px) !important;
}
.zb-font-377 {
  font-size: 377px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-377 {
    max-width: 377px !important;
  }
}
.zb-h-378 {
  height: 378px !important;
}
.zb-min-h-378 {
  min-height: 378px !important;
}
.zb-max-h-378 {
  max-height: 378px !important;
}
.zb-calc-h-378 {
  height: calc(100vh - 378px) !important;
}
.zb-calc-min-h-378 {
  min-height: calc(100vh - 378px) !important;
}
.zb-calc-max-h-378 {
  max-height: calc(100vh - 378px) !important;
}
.zb-w-378 {
  width: 378px !important;
}
.zb-w-percent-378 {
  width: 378% !important;
}
.zb-min-w-378 {
  min-width: 378px !important;
}
.zb-max-w-378 {
  max-width: 378px !important;
}
.zb-calc-w-378 {
  width: calc(100vw - 378px) !important;
}
.zb-calc-min-w-378 {
  min-width: calc(100vw - 378px) !important;
}
.zb-calc-max-w-378 {
  max-width: calc(100vw - 378px) !important;
}
.zb-font-378 {
  font-size: 378px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-378 {
    max-width: 378px !important;
  }
}
.zb-h-379 {
  height: 379px !important;
}
.zb-min-h-379 {
  min-height: 379px !important;
}
.zb-max-h-379 {
  max-height: 379px !important;
}
.zb-calc-h-379 {
  height: calc(100vh - 379px) !important;
}
.zb-calc-min-h-379 {
  min-height: calc(100vh - 379px) !important;
}
.zb-calc-max-h-379 {
  max-height: calc(100vh - 379px) !important;
}
.zb-w-379 {
  width: 379px !important;
}
.zb-w-percent-379 {
  width: 379% !important;
}
.zb-min-w-379 {
  min-width: 379px !important;
}
.zb-max-w-379 {
  max-width: 379px !important;
}
.zb-calc-w-379 {
  width: calc(100vw - 379px) !important;
}
.zb-calc-min-w-379 {
  min-width: calc(100vw - 379px) !important;
}
.zb-calc-max-w-379 {
  max-width: calc(100vw - 379px) !important;
}
.zb-font-379 {
  font-size: 379px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-379 {
    max-width: 379px !important;
  }
}
.zb-h-380 {
  height: 380px !important;
}
.zb-min-h-380 {
  min-height: 380px !important;
}
.zb-max-h-380 {
  max-height: 380px !important;
}
.zb-calc-h-380 {
  height: calc(100vh - 380px) !important;
}
.zb-calc-min-h-380 {
  min-height: calc(100vh - 380px) !important;
}
.zb-calc-max-h-380 {
  max-height: calc(100vh - 380px) !important;
}
.zb-w-380 {
  width: 380px !important;
}
.zb-w-percent-380 {
  width: 380% !important;
}
.zb-min-w-380 {
  min-width: 380px !important;
}
.zb-max-w-380 {
  max-width: 380px !important;
}
.zb-calc-w-380 {
  width: calc(100vw - 380px) !important;
}
.zb-calc-min-w-380 {
  min-width: calc(100vw - 380px) !important;
}
.zb-calc-max-w-380 {
  max-width: calc(100vw - 380px) !important;
}
.zb-font-380 {
  font-size: 380px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-380 {
    max-width: 380px !important;
  }
}
.zb-h-381 {
  height: 381px !important;
}
.zb-min-h-381 {
  min-height: 381px !important;
}
.zb-max-h-381 {
  max-height: 381px !important;
}
.zb-calc-h-381 {
  height: calc(100vh - 381px) !important;
}
.zb-calc-min-h-381 {
  min-height: calc(100vh - 381px) !important;
}
.zb-calc-max-h-381 {
  max-height: calc(100vh - 381px) !important;
}
.zb-w-381 {
  width: 381px !important;
}
.zb-w-percent-381 {
  width: 381% !important;
}
.zb-min-w-381 {
  min-width: 381px !important;
}
.zb-max-w-381 {
  max-width: 381px !important;
}
.zb-calc-w-381 {
  width: calc(100vw - 381px) !important;
}
.zb-calc-min-w-381 {
  min-width: calc(100vw - 381px) !important;
}
.zb-calc-max-w-381 {
  max-width: calc(100vw - 381px) !important;
}
.zb-font-381 {
  font-size: 381px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-381 {
    max-width: 381px !important;
  }
}
.zb-h-382 {
  height: 382px !important;
}
.zb-min-h-382 {
  min-height: 382px !important;
}
.zb-max-h-382 {
  max-height: 382px !important;
}
.zb-calc-h-382 {
  height: calc(100vh - 382px) !important;
}
.zb-calc-min-h-382 {
  min-height: calc(100vh - 382px) !important;
}
.zb-calc-max-h-382 {
  max-height: calc(100vh - 382px) !important;
}
.zb-w-382 {
  width: 382px !important;
}
.zb-w-percent-382 {
  width: 382% !important;
}
.zb-min-w-382 {
  min-width: 382px !important;
}
.zb-max-w-382 {
  max-width: 382px !important;
}
.zb-calc-w-382 {
  width: calc(100vw - 382px) !important;
}
.zb-calc-min-w-382 {
  min-width: calc(100vw - 382px) !important;
}
.zb-calc-max-w-382 {
  max-width: calc(100vw - 382px) !important;
}
.zb-font-382 {
  font-size: 382px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-382 {
    max-width: 382px !important;
  }
}
.zb-h-383 {
  height: 383px !important;
}
.zb-min-h-383 {
  min-height: 383px !important;
}
.zb-max-h-383 {
  max-height: 383px !important;
}
.zb-calc-h-383 {
  height: calc(100vh - 383px) !important;
}
.zb-calc-min-h-383 {
  min-height: calc(100vh - 383px) !important;
}
.zb-calc-max-h-383 {
  max-height: calc(100vh - 383px) !important;
}
.zb-w-383 {
  width: 383px !important;
}
.zb-w-percent-383 {
  width: 383% !important;
}
.zb-min-w-383 {
  min-width: 383px !important;
}
.zb-max-w-383 {
  max-width: 383px !important;
}
.zb-calc-w-383 {
  width: calc(100vw - 383px) !important;
}
.zb-calc-min-w-383 {
  min-width: calc(100vw - 383px) !important;
}
.zb-calc-max-w-383 {
  max-width: calc(100vw - 383px) !important;
}
.zb-font-383 {
  font-size: 383px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-383 {
    max-width: 383px !important;
  }
}
.zb-h-384 {
  height: 384px !important;
}
.zb-min-h-384 {
  min-height: 384px !important;
}
.zb-max-h-384 {
  max-height: 384px !important;
}
.zb-calc-h-384 {
  height: calc(100vh - 384px) !important;
}
.zb-calc-min-h-384 {
  min-height: calc(100vh - 384px) !important;
}
.zb-calc-max-h-384 {
  max-height: calc(100vh - 384px) !important;
}
.zb-w-384 {
  width: 384px !important;
}
.zb-w-percent-384 {
  width: 384% !important;
}
.zb-min-w-384 {
  min-width: 384px !important;
}
.zb-max-w-384 {
  max-width: 384px !important;
}
.zb-calc-w-384 {
  width: calc(100vw - 384px) !important;
}
.zb-calc-min-w-384 {
  min-width: calc(100vw - 384px) !important;
}
.zb-calc-max-w-384 {
  max-width: calc(100vw - 384px) !important;
}
.zb-font-384 {
  font-size: 384px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-384 {
    max-width: 384px !important;
  }
}
.zb-h-385 {
  height: 385px !important;
}
.zb-min-h-385 {
  min-height: 385px !important;
}
.zb-max-h-385 {
  max-height: 385px !important;
}
.zb-calc-h-385 {
  height: calc(100vh - 385px) !important;
}
.zb-calc-min-h-385 {
  min-height: calc(100vh - 385px) !important;
}
.zb-calc-max-h-385 {
  max-height: calc(100vh - 385px) !important;
}
.zb-w-385 {
  width: 385px !important;
}
.zb-w-percent-385 {
  width: 385% !important;
}
.zb-min-w-385 {
  min-width: 385px !important;
}
.zb-max-w-385 {
  max-width: 385px !important;
}
.zb-calc-w-385 {
  width: calc(100vw - 385px) !important;
}
.zb-calc-min-w-385 {
  min-width: calc(100vw - 385px) !important;
}
.zb-calc-max-w-385 {
  max-width: calc(100vw - 385px) !important;
}
.zb-font-385 {
  font-size: 385px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-385 {
    max-width: 385px !important;
  }
}
.zb-h-386 {
  height: 386px !important;
}
.zb-min-h-386 {
  min-height: 386px !important;
}
.zb-max-h-386 {
  max-height: 386px !important;
}
.zb-calc-h-386 {
  height: calc(100vh - 386px) !important;
}
.zb-calc-min-h-386 {
  min-height: calc(100vh - 386px) !important;
}
.zb-calc-max-h-386 {
  max-height: calc(100vh - 386px) !important;
}
.zb-w-386 {
  width: 386px !important;
}
.zb-w-percent-386 {
  width: 386% !important;
}
.zb-min-w-386 {
  min-width: 386px !important;
}
.zb-max-w-386 {
  max-width: 386px !important;
}
.zb-calc-w-386 {
  width: calc(100vw - 386px) !important;
}
.zb-calc-min-w-386 {
  min-width: calc(100vw - 386px) !important;
}
.zb-calc-max-w-386 {
  max-width: calc(100vw - 386px) !important;
}
.zb-font-386 {
  font-size: 386px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-386 {
    max-width: 386px !important;
  }
}
.zb-h-387 {
  height: 387px !important;
}
.zb-min-h-387 {
  min-height: 387px !important;
}
.zb-max-h-387 {
  max-height: 387px !important;
}
.zb-calc-h-387 {
  height: calc(100vh - 387px) !important;
}
.zb-calc-min-h-387 {
  min-height: calc(100vh - 387px) !important;
}
.zb-calc-max-h-387 {
  max-height: calc(100vh - 387px) !important;
}
.zb-w-387 {
  width: 387px !important;
}
.zb-w-percent-387 {
  width: 387% !important;
}
.zb-min-w-387 {
  min-width: 387px !important;
}
.zb-max-w-387 {
  max-width: 387px !important;
}
.zb-calc-w-387 {
  width: calc(100vw - 387px) !important;
}
.zb-calc-min-w-387 {
  min-width: calc(100vw - 387px) !important;
}
.zb-calc-max-w-387 {
  max-width: calc(100vw - 387px) !important;
}
.zb-font-387 {
  font-size: 387px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-387 {
    max-width: 387px !important;
  }
}
.zb-h-388 {
  height: 388px !important;
}
.zb-min-h-388 {
  min-height: 388px !important;
}
.zb-max-h-388 {
  max-height: 388px !important;
}
.zb-calc-h-388 {
  height: calc(100vh - 388px) !important;
}
.zb-calc-min-h-388 {
  min-height: calc(100vh - 388px) !important;
}
.zb-calc-max-h-388 {
  max-height: calc(100vh - 388px) !important;
}
.zb-w-388 {
  width: 388px !important;
}
.zb-w-percent-388 {
  width: 388% !important;
}
.zb-min-w-388 {
  min-width: 388px !important;
}
.zb-max-w-388 {
  max-width: 388px !important;
}
.zb-calc-w-388 {
  width: calc(100vw - 388px) !important;
}
.zb-calc-min-w-388 {
  min-width: calc(100vw - 388px) !important;
}
.zb-calc-max-w-388 {
  max-width: calc(100vw - 388px) !important;
}
.zb-font-388 {
  font-size: 388px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-388 {
    max-width: 388px !important;
  }
}
.zb-h-389 {
  height: 389px !important;
}
.zb-min-h-389 {
  min-height: 389px !important;
}
.zb-max-h-389 {
  max-height: 389px !important;
}
.zb-calc-h-389 {
  height: calc(100vh - 389px) !important;
}
.zb-calc-min-h-389 {
  min-height: calc(100vh - 389px) !important;
}
.zb-calc-max-h-389 {
  max-height: calc(100vh - 389px) !important;
}
.zb-w-389 {
  width: 389px !important;
}
.zb-w-percent-389 {
  width: 389% !important;
}
.zb-min-w-389 {
  min-width: 389px !important;
}
.zb-max-w-389 {
  max-width: 389px !important;
}
.zb-calc-w-389 {
  width: calc(100vw - 389px) !important;
}
.zb-calc-min-w-389 {
  min-width: calc(100vw - 389px) !important;
}
.zb-calc-max-w-389 {
  max-width: calc(100vw - 389px) !important;
}
.zb-font-389 {
  font-size: 389px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-389 {
    max-width: 389px !important;
  }
}
.zb-h-390 {
  height: 390px !important;
}
.zb-min-h-390 {
  min-height: 390px !important;
}
.zb-max-h-390 {
  max-height: 390px !important;
}
.zb-calc-h-390 {
  height: calc(100vh - 390px) !important;
}
.zb-calc-min-h-390 {
  min-height: calc(100vh - 390px) !important;
}
.zb-calc-max-h-390 {
  max-height: calc(100vh - 390px) !important;
}
.zb-w-390 {
  width: 390px !important;
}
.zb-w-percent-390 {
  width: 390% !important;
}
.zb-min-w-390 {
  min-width: 390px !important;
}
.zb-max-w-390 {
  max-width: 390px !important;
}
.zb-calc-w-390 {
  width: calc(100vw - 390px) !important;
}
.zb-calc-min-w-390 {
  min-width: calc(100vw - 390px) !important;
}
.zb-calc-max-w-390 {
  max-width: calc(100vw - 390px) !important;
}
.zb-font-390 {
  font-size: 390px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-390 {
    max-width: 390px !important;
  }
}
.zb-h-391 {
  height: 391px !important;
}
.zb-min-h-391 {
  min-height: 391px !important;
}
.zb-max-h-391 {
  max-height: 391px !important;
}
.zb-calc-h-391 {
  height: calc(100vh - 391px) !important;
}
.zb-calc-min-h-391 {
  min-height: calc(100vh - 391px) !important;
}
.zb-calc-max-h-391 {
  max-height: calc(100vh - 391px) !important;
}
.zb-w-391 {
  width: 391px !important;
}
.zb-w-percent-391 {
  width: 391% !important;
}
.zb-min-w-391 {
  min-width: 391px !important;
}
.zb-max-w-391 {
  max-width: 391px !important;
}
.zb-calc-w-391 {
  width: calc(100vw - 391px) !important;
}
.zb-calc-min-w-391 {
  min-width: calc(100vw - 391px) !important;
}
.zb-calc-max-w-391 {
  max-width: calc(100vw - 391px) !important;
}
.zb-font-391 {
  font-size: 391px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-391 {
    max-width: 391px !important;
  }
}
.zb-h-392 {
  height: 392px !important;
}
.zb-min-h-392 {
  min-height: 392px !important;
}
.zb-max-h-392 {
  max-height: 392px !important;
}
.zb-calc-h-392 {
  height: calc(100vh - 392px) !important;
}
.zb-calc-min-h-392 {
  min-height: calc(100vh - 392px) !important;
}
.zb-calc-max-h-392 {
  max-height: calc(100vh - 392px) !important;
}
.zb-w-392 {
  width: 392px !important;
}
.zb-w-percent-392 {
  width: 392% !important;
}
.zb-min-w-392 {
  min-width: 392px !important;
}
.zb-max-w-392 {
  max-width: 392px !important;
}
.zb-calc-w-392 {
  width: calc(100vw - 392px) !important;
}
.zb-calc-min-w-392 {
  min-width: calc(100vw - 392px) !important;
}
.zb-calc-max-w-392 {
  max-width: calc(100vw - 392px) !important;
}
.zb-font-392 {
  font-size: 392px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-392 {
    max-width: 392px !important;
  }
}
.zb-h-393 {
  height: 393px !important;
}
.zb-min-h-393 {
  min-height: 393px !important;
}
.zb-max-h-393 {
  max-height: 393px !important;
}
.zb-calc-h-393 {
  height: calc(100vh - 393px) !important;
}
.zb-calc-min-h-393 {
  min-height: calc(100vh - 393px) !important;
}
.zb-calc-max-h-393 {
  max-height: calc(100vh - 393px) !important;
}
.zb-w-393 {
  width: 393px !important;
}
.zb-w-percent-393 {
  width: 393% !important;
}
.zb-min-w-393 {
  min-width: 393px !important;
}
.zb-max-w-393 {
  max-width: 393px !important;
}
.zb-calc-w-393 {
  width: calc(100vw - 393px) !important;
}
.zb-calc-min-w-393 {
  min-width: calc(100vw - 393px) !important;
}
.zb-calc-max-w-393 {
  max-width: calc(100vw - 393px) !important;
}
.zb-font-393 {
  font-size: 393px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-393 {
    max-width: 393px !important;
  }
}
.zb-h-394 {
  height: 394px !important;
}
.zb-min-h-394 {
  min-height: 394px !important;
}
.zb-max-h-394 {
  max-height: 394px !important;
}
.zb-calc-h-394 {
  height: calc(100vh - 394px) !important;
}
.zb-calc-min-h-394 {
  min-height: calc(100vh - 394px) !important;
}
.zb-calc-max-h-394 {
  max-height: calc(100vh - 394px) !important;
}
.zb-w-394 {
  width: 394px !important;
}
.zb-w-percent-394 {
  width: 394% !important;
}
.zb-min-w-394 {
  min-width: 394px !important;
}
.zb-max-w-394 {
  max-width: 394px !important;
}
.zb-calc-w-394 {
  width: calc(100vw - 394px) !important;
}
.zb-calc-min-w-394 {
  min-width: calc(100vw - 394px) !important;
}
.zb-calc-max-w-394 {
  max-width: calc(100vw - 394px) !important;
}
.zb-font-394 {
  font-size: 394px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-394 {
    max-width: 394px !important;
  }
}
.zb-h-395 {
  height: 395px !important;
}
.zb-min-h-395 {
  min-height: 395px !important;
}
.zb-max-h-395 {
  max-height: 395px !important;
}
.zb-calc-h-395 {
  height: calc(100vh - 395px) !important;
}
.zb-calc-min-h-395 {
  min-height: calc(100vh - 395px) !important;
}
.zb-calc-max-h-395 {
  max-height: calc(100vh - 395px) !important;
}
.zb-w-395 {
  width: 395px !important;
}
.zb-w-percent-395 {
  width: 395% !important;
}
.zb-min-w-395 {
  min-width: 395px !important;
}
.zb-max-w-395 {
  max-width: 395px !important;
}
.zb-calc-w-395 {
  width: calc(100vw - 395px) !important;
}
.zb-calc-min-w-395 {
  min-width: calc(100vw - 395px) !important;
}
.zb-calc-max-w-395 {
  max-width: calc(100vw - 395px) !important;
}
.zb-font-395 {
  font-size: 395px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-395 {
    max-width: 395px !important;
  }
}
.zb-h-396 {
  height: 396px !important;
}
.zb-min-h-396 {
  min-height: 396px !important;
}
.zb-max-h-396 {
  max-height: 396px !important;
}
.zb-calc-h-396 {
  height: calc(100vh - 396px) !important;
}
.zb-calc-min-h-396 {
  min-height: calc(100vh - 396px) !important;
}
.zb-calc-max-h-396 {
  max-height: calc(100vh - 396px) !important;
}
.zb-w-396 {
  width: 396px !important;
}
.zb-w-percent-396 {
  width: 396% !important;
}
.zb-min-w-396 {
  min-width: 396px !important;
}
.zb-max-w-396 {
  max-width: 396px !important;
}
.zb-calc-w-396 {
  width: calc(100vw - 396px) !important;
}
.zb-calc-min-w-396 {
  min-width: calc(100vw - 396px) !important;
}
.zb-calc-max-w-396 {
  max-width: calc(100vw - 396px) !important;
}
.zb-font-396 {
  font-size: 396px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-396 {
    max-width: 396px !important;
  }
}
.zb-h-397 {
  height: 397px !important;
}
.zb-min-h-397 {
  min-height: 397px !important;
}
.zb-max-h-397 {
  max-height: 397px !important;
}
.zb-calc-h-397 {
  height: calc(100vh - 397px) !important;
}
.zb-calc-min-h-397 {
  min-height: calc(100vh - 397px) !important;
}
.zb-calc-max-h-397 {
  max-height: calc(100vh - 397px) !important;
}
.zb-w-397 {
  width: 397px !important;
}
.zb-w-percent-397 {
  width: 397% !important;
}
.zb-min-w-397 {
  min-width: 397px !important;
}
.zb-max-w-397 {
  max-width: 397px !important;
}
.zb-calc-w-397 {
  width: calc(100vw - 397px) !important;
}
.zb-calc-min-w-397 {
  min-width: calc(100vw - 397px) !important;
}
.zb-calc-max-w-397 {
  max-width: calc(100vw - 397px) !important;
}
.zb-font-397 {
  font-size: 397px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-397 {
    max-width: 397px !important;
  }
}
.zb-h-398 {
  height: 398px !important;
}
.zb-min-h-398 {
  min-height: 398px !important;
}
.zb-max-h-398 {
  max-height: 398px !important;
}
.zb-calc-h-398 {
  height: calc(100vh - 398px) !important;
}
.zb-calc-min-h-398 {
  min-height: calc(100vh - 398px) !important;
}
.zb-calc-max-h-398 {
  max-height: calc(100vh - 398px) !important;
}
.zb-w-398 {
  width: 398px !important;
}
.zb-w-percent-398 {
  width: 398% !important;
}
.zb-min-w-398 {
  min-width: 398px !important;
}
.zb-max-w-398 {
  max-width: 398px !important;
}
.zb-calc-w-398 {
  width: calc(100vw - 398px) !important;
}
.zb-calc-min-w-398 {
  min-width: calc(100vw - 398px) !important;
}
.zb-calc-max-w-398 {
  max-width: calc(100vw - 398px) !important;
}
.zb-font-398 {
  font-size: 398px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-398 {
    max-width: 398px !important;
  }
}
.zb-h-399 {
  height: 399px !important;
}
.zb-min-h-399 {
  min-height: 399px !important;
}
.zb-max-h-399 {
  max-height: 399px !important;
}
.zb-calc-h-399 {
  height: calc(100vh - 399px) !important;
}
.zb-calc-min-h-399 {
  min-height: calc(100vh - 399px) !important;
}
.zb-calc-max-h-399 {
  max-height: calc(100vh - 399px) !important;
}
.zb-w-399 {
  width: 399px !important;
}
.zb-w-percent-399 {
  width: 399% !important;
}
.zb-min-w-399 {
  min-width: 399px !important;
}
.zb-max-w-399 {
  max-width: 399px !important;
}
.zb-calc-w-399 {
  width: calc(100vw - 399px) !important;
}
.zb-calc-min-w-399 {
  min-width: calc(100vw - 399px) !important;
}
.zb-calc-max-w-399 {
  max-width: calc(100vw - 399px) !important;
}
.zb-font-399 {
  font-size: 399px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-399 {
    max-width: 399px !important;
  }
}
.zb-h-400 {
  height: 400px !important;
}
.zb-min-h-400 {
  min-height: 400px !important;
}
.zb-max-h-400 {
  max-height: 400px !important;
}
.zb-calc-h-400 {
  height: calc(100vh - 400px) !important;
}
.zb-calc-min-h-400 {
  min-height: calc(100vh - 400px) !important;
}
.zb-calc-max-h-400 {
  max-height: calc(100vh - 400px) !important;
}
.zb-w-400 {
  width: 400px !important;
}
.zb-w-percent-400 {
  width: 400% !important;
}
.zb-min-w-400 {
  min-width: 400px !important;
}
.zb-max-w-400 {
  max-width: 400px !important;
}
.zb-calc-w-400 {
  width: calc(100vw - 400px) !important;
}
.zb-calc-min-w-400 {
  min-width: calc(100vw - 400px) !important;
}
.zb-calc-max-w-400 {
  max-width: calc(100vw - 400px) !important;
}
.zb-font-400 {
  font-size: 400px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-400 {
    max-width: 400px !important;
  }
}
.zb-h-401 {
  height: 401px !important;
}
.zb-min-h-401 {
  min-height: 401px !important;
}
.zb-max-h-401 {
  max-height: 401px !important;
}
.zb-calc-h-401 {
  height: calc(100vh - 401px) !important;
}
.zb-calc-min-h-401 {
  min-height: calc(100vh - 401px) !important;
}
.zb-calc-max-h-401 {
  max-height: calc(100vh - 401px) !important;
}
.zb-w-401 {
  width: 401px !important;
}
.zb-w-percent-401 {
  width: 401% !important;
}
.zb-min-w-401 {
  min-width: 401px !important;
}
.zb-max-w-401 {
  max-width: 401px !important;
}
.zb-calc-w-401 {
  width: calc(100vw - 401px) !important;
}
.zb-calc-min-w-401 {
  min-width: calc(100vw - 401px) !important;
}
.zb-calc-max-w-401 {
  max-width: calc(100vw - 401px) !important;
}
.zb-font-401 {
  font-size: 401px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-401 {
    max-width: 401px !important;
  }
}
.zb-h-402 {
  height: 402px !important;
}
.zb-min-h-402 {
  min-height: 402px !important;
}
.zb-max-h-402 {
  max-height: 402px !important;
}
.zb-calc-h-402 {
  height: calc(100vh - 402px) !important;
}
.zb-calc-min-h-402 {
  min-height: calc(100vh - 402px) !important;
}
.zb-calc-max-h-402 {
  max-height: calc(100vh - 402px) !important;
}
.zb-w-402 {
  width: 402px !important;
}
.zb-w-percent-402 {
  width: 402% !important;
}
.zb-min-w-402 {
  min-width: 402px !important;
}
.zb-max-w-402 {
  max-width: 402px !important;
}
.zb-calc-w-402 {
  width: calc(100vw - 402px) !important;
}
.zb-calc-min-w-402 {
  min-width: calc(100vw - 402px) !important;
}
.zb-calc-max-w-402 {
  max-width: calc(100vw - 402px) !important;
}
.zb-font-402 {
  font-size: 402px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-402 {
    max-width: 402px !important;
  }
}
.zb-h-403 {
  height: 403px !important;
}
.zb-min-h-403 {
  min-height: 403px !important;
}
.zb-max-h-403 {
  max-height: 403px !important;
}
.zb-calc-h-403 {
  height: calc(100vh - 403px) !important;
}
.zb-calc-min-h-403 {
  min-height: calc(100vh - 403px) !important;
}
.zb-calc-max-h-403 {
  max-height: calc(100vh - 403px) !important;
}
.zb-w-403 {
  width: 403px !important;
}
.zb-w-percent-403 {
  width: 403% !important;
}
.zb-min-w-403 {
  min-width: 403px !important;
}
.zb-max-w-403 {
  max-width: 403px !important;
}
.zb-calc-w-403 {
  width: calc(100vw - 403px) !important;
}
.zb-calc-min-w-403 {
  min-width: calc(100vw - 403px) !important;
}
.zb-calc-max-w-403 {
  max-width: calc(100vw - 403px) !important;
}
.zb-font-403 {
  font-size: 403px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-403 {
    max-width: 403px !important;
  }
}
.zb-h-404 {
  height: 404px !important;
}
.zb-min-h-404 {
  min-height: 404px !important;
}
.zb-max-h-404 {
  max-height: 404px !important;
}
.zb-calc-h-404 {
  height: calc(100vh - 404px) !important;
}
.zb-calc-min-h-404 {
  min-height: calc(100vh - 404px) !important;
}
.zb-calc-max-h-404 {
  max-height: calc(100vh - 404px) !important;
}
.zb-w-404 {
  width: 404px !important;
}
.zb-w-percent-404 {
  width: 404% !important;
}
.zb-min-w-404 {
  min-width: 404px !important;
}
.zb-max-w-404 {
  max-width: 404px !important;
}
.zb-calc-w-404 {
  width: calc(100vw - 404px) !important;
}
.zb-calc-min-w-404 {
  min-width: calc(100vw - 404px) !important;
}
.zb-calc-max-w-404 {
  max-width: calc(100vw - 404px) !important;
}
.zb-font-404 {
  font-size: 404px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-404 {
    max-width: 404px !important;
  }
}
.zb-h-405 {
  height: 405px !important;
}
.zb-min-h-405 {
  min-height: 405px !important;
}
.zb-max-h-405 {
  max-height: 405px !important;
}
.zb-calc-h-405 {
  height: calc(100vh - 405px) !important;
}
.zb-calc-min-h-405 {
  min-height: calc(100vh - 405px) !important;
}
.zb-calc-max-h-405 {
  max-height: calc(100vh - 405px) !important;
}
.zb-w-405 {
  width: 405px !important;
}
.zb-w-percent-405 {
  width: 405% !important;
}
.zb-min-w-405 {
  min-width: 405px !important;
}
.zb-max-w-405 {
  max-width: 405px !important;
}
.zb-calc-w-405 {
  width: calc(100vw - 405px) !important;
}
.zb-calc-min-w-405 {
  min-width: calc(100vw - 405px) !important;
}
.zb-calc-max-w-405 {
  max-width: calc(100vw - 405px) !important;
}
.zb-font-405 {
  font-size: 405px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-405 {
    max-width: 405px !important;
  }
}
.zb-h-406 {
  height: 406px !important;
}
.zb-min-h-406 {
  min-height: 406px !important;
}
.zb-max-h-406 {
  max-height: 406px !important;
}
.zb-calc-h-406 {
  height: calc(100vh - 406px) !important;
}
.zb-calc-min-h-406 {
  min-height: calc(100vh - 406px) !important;
}
.zb-calc-max-h-406 {
  max-height: calc(100vh - 406px) !important;
}
.zb-w-406 {
  width: 406px !important;
}
.zb-w-percent-406 {
  width: 406% !important;
}
.zb-min-w-406 {
  min-width: 406px !important;
}
.zb-max-w-406 {
  max-width: 406px !important;
}
.zb-calc-w-406 {
  width: calc(100vw - 406px) !important;
}
.zb-calc-min-w-406 {
  min-width: calc(100vw - 406px) !important;
}
.zb-calc-max-w-406 {
  max-width: calc(100vw - 406px) !important;
}
.zb-font-406 {
  font-size: 406px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-406 {
    max-width: 406px !important;
  }
}
.zb-h-407 {
  height: 407px !important;
}
.zb-min-h-407 {
  min-height: 407px !important;
}
.zb-max-h-407 {
  max-height: 407px !important;
}
.zb-calc-h-407 {
  height: calc(100vh - 407px) !important;
}
.zb-calc-min-h-407 {
  min-height: calc(100vh - 407px) !important;
}
.zb-calc-max-h-407 {
  max-height: calc(100vh - 407px) !important;
}
.zb-w-407 {
  width: 407px !important;
}
.zb-w-percent-407 {
  width: 407% !important;
}
.zb-min-w-407 {
  min-width: 407px !important;
}
.zb-max-w-407 {
  max-width: 407px !important;
}
.zb-calc-w-407 {
  width: calc(100vw - 407px) !important;
}
.zb-calc-min-w-407 {
  min-width: calc(100vw - 407px) !important;
}
.zb-calc-max-w-407 {
  max-width: calc(100vw - 407px) !important;
}
.zb-font-407 {
  font-size: 407px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-407 {
    max-width: 407px !important;
  }
}
.zb-h-408 {
  height: 408px !important;
}
.zb-min-h-408 {
  min-height: 408px !important;
}
.zb-max-h-408 {
  max-height: 408px !important;
}
.zb-calc-h-408 {
  height: calc(100vh - 408px) !important;
}
.zb-calc-min-h-408 {
  min-height: calc(100vh - 408px) !important;
}
.zb-calc-max-h-408 {
  max-height: calc(100vh - 408px) !important;
}
.zb-w-408 {
  width: 408px !important;
}
.zb-w-percent-408 {
  width: 408% !important;
}
.zb-min-w-408 {
  min-width: 408px !important;
}
.zb-max-w-408 {
  max-width: 408px !important;
}
.zb-calc-w-408 {
  width: calc(100vw - 408px) !important;
}
.zb-calc-min-w-408 {
  min-width: calc(100vw - 408px) !important;
}
.zb-calc-max-w-408 {
  max-width: calc(100vw - 408px) !important;
}
.zb-font-408 {
  font-size: 408px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-408 {
    max-width: 408px !important;
  }
}
.zb-h-409 {
  height: 409px !important;
}
.zb-min-h-409 {
  min-height: 409px !important;
}
.zb-max-h-409 {
  max-height: 409px !important;
}
.zb-calc-h-409 {
  height: calc(100vh - 409px) !important;
}
.zb-calc-min-h-409 {
  min-height: calc(100vh - 409px) !important;
}
.zb-calc-max-h-409 {
  max-height: calc(100vh - 409px) !important;
}
.zb-w-409 {
  width: 409px !important;
}
.zb-w-percent-409 {
  width: 409% !important;
}
.zb-min-w-409 {
  min-width: 409px !important;
}
.zb-max-w-409 {
  max-width: 409px !important;
}
.zb-calc-w-409 {
  width: calc(100vw - 409px) !important;
}
.zb-calc-min-w-409 {
  min-width: calc(100vw - 409px) !important;
}
.zb-calc-max-w-409 {
  max-width: calc(100vw - 409px) !important;
}
.zb-font-409 {
  font-size: 409px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-409 {
    max-width: 409px !important;
  }
}
.zb-h-410 {
  height: 410px !important;
}
.zb-min-h-410 {
  min-height: 410px !important;
}
.zb-max-h-410 {
  max-height: 410px !important;
}
.zb-calc-h-410 {
  height: calc(100vh - 410px) !important;
}
.zb-calc-min-h-410 {
  min-height: calc(100vh - 410px) !important;
}
.zb-calc-max-h-410 {
  max-height: calc(100vh - 410px) !important;
}
.zb-w-410 {
  width: 410px !important;
}
.zb-w-percent-410 {
  width: 410% !important;
}
.zb-min-w-410 {
  min-width: 410px !important;
}
.zb-max-w-410 {
  max-width: 410px !important;
}
.zb-calc-w-410 {
  width: calc(100vw - 410px) !important;
}
.zb-calc-min-w-410 {
  min-width: calc(100vw - 410px) !important;
}
.zb-calc-max-w-410 {
  max-width: calc(100vw - 410px) !important;
}
.zb-font-410 {
  font-size: 410px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-410 {
    max-width: 410px !important;
  }
}
.zb-h-411 {
  height: 411px !important;
}
.zb-min-h-411 {
  min-height: 411px !important;
}
.zb-max-h-411 {
  max-height: 411px !important;
}
.zb-calc-h-411 {
  height: calc(100vh - 411px) !important;
}
.zb-calc-min-h-411 {
  min-height: calc(100vh - 411px) !important;
}
.zb-calc-max-h-411 {
  max-height: calc(100vh - 411px) !important;
}
.zb-w-411 {
  width: 411px !important;
}
.zb-w-percent-411 {
  width: 411% !important;
}
.zb-min-w-411 {
  min-width: 411px !important;
}
.zb-max-w-411 {
  max-width: 411px !important;
}
.zb-calc-w-411 {
  width: calc(100vw - 411px) !important;
}
.zb-calc-min-w-411 {
  min-width: calc(100vw - 411px) !important;
}
.zb-calc-max-w-411 {
  max-width: calc(100vw - 411px) !important;
}
.zb-font-411 {
  font-size: 411px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-411 {
    max-width: 411px !important;
  }
}
.zb-h-412 {
  height: 412px !important;
}
.zb-min-h-412 {
  min-height: 412px !important;
}
.zb-max-h-412 {
  max-height: 412px !important;
}
.zb-calc-h-412 {
  height: calc(100vh - 412px) !important;
}
.zb-calc-min-h-412 {
  min-height: calc(100vh - 412px) !important;
}
.zb-calc-max-h-412 {
  max-height: calc(100vh - 412px) !important;
}
.zb-w-412 {
  width: 412px !important;
}
.zb-w-percent-412 {
  width: 412% !important;
}
.zb-min-w-412 {
  min-width: 412px !important;
}
.zb-max-w-412 {
  max-width: 412px !important;
}
.zb-calc-w-412 {
  width: calc(100vw - 412px) !important;
}
.zb-calc-min-w-412 {
  min-width: calc(100vw - 412px) !important;
}
.zb-calc-max-w-412 {
  max-width: calc(100vw - 412px) !important;
}
.zb-font-412 {
  font-size: 412px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-412 {
    max-width: 412px !important;
  }
}
.zb-h-413 {
  height: 413px !important;
}
.zb-min-h-413 {
  min-height: 413px !important;
}
.zb-max-h-413 {
  max-height: 413px !important;
}
.zb-calc-h-413 {
  height: calc(100vh - 413px) !important;
}
.zb-calc-min-h-413 {
  min-height: calc(100vh - 413px) !important;
}
.zb-calc-max-h-413 {
  max-height: calc(100vh - 413px) !important;
}
.zb-w-413 {
  width: 413px !important;
}
.zb-w-percent-413 {
  width: 413% !important;
}
.zb-min-w-413 {
  min-width: 413px !important;
}
.zb-max-w-413 {
  max-width: 413px !important;
}
.zb-calc-w-413 {
  width: calc(100vw - 413px) !important;
}
.zb-calc-min-w-413 {
  min-width: calc(100vw - 413px) !important;
}
.zb-calc-max-w-413 {
  max-width: calc(100vw - 413px) !important;
}
.zb-font-413 {
  font-size: 413px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-413 {
    max-width: 413px !important;
  }
}
.zb-h-414 {
  height: 414px !important;
}
.zb-min-h-414 {
  min-height: 414px !important;
}
.zb-max-h-414 {
  max-height: 414px !important;
}
.zb-calc-h-414 {
  height: calc(100vh - 414px) !important;
}
.zb-calc-min-h-414 {
  min-height: calc(100vh - 414px) !important;
}
.zb-calc-max-h-414 {
  max-height: calc(100vh - 414px) !important;
}
.zb-w-414 {
  width: 414px !important;
}
.zb-w-percent-414 {
  width: 414% !important;
}
.zb-min-w-414 {
  min-width: 414px !important;
}
.zb-max-w-414 {
  max-width: 414px !important;
}
.zb-calc-w-414 {
  width: calc(100vw - 414px) !important;
}
.zb-calc-min-w-414 {
  min-width: calc(100vw - 414px) !important;
}
.zb-calc-max-w-414 {
  max-width: calc(100vw - 414px) !important;
}
.zb-font-414 {
  font-size: 414px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-414 {
    max-width: 414px !important;
  }
}
.zb-h-415 {
  height: 415px !important;
}
.zb-min-h-415 {
  min-height: 415px !important;
}
.zb-max-h-415 {
  max-height: 415px !important;
}
.zb-calc-h-415 {
  height: calc(100vh - 415px) !important;
}
.zb-calc-min-h-415 {
  min-height: calc(100vh - 415px) !important;
}
.zb-calc-max-h-415 {
  max-height: calc(100vh - 415px) !important;
}
.zb-w-415 {
  width: 415px !important;
}
.zb-w-percent-415 {
  width: 415% !important;
}
.zb-min-w-415 {
  min-width: 415px !important;
}
.zb-max-w-415 {
  max-width: 415px !important;
}
.zb-calc-w-415 {
  width: calc(100vw - 415px) !important;
}
.zb-calc-min-w-415 {
  min-width: calc(100vw - 415px) !important;
}
.zb-calc-max-w-415 {
  max-width: calc(100vw - 415px) !important;
}
.zb-font-415 {
  font-size: 415px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-415 {
    max-width: 415px !important;
  }
}
.zb-h-416 {
  height: 416px !important;
}
.zb-min-h-416 {
  min-height: 416px !important;
}
.zb-max-h-416 {
  max-height: 416px !important;
}
.zb-calc-h-416 {
  height: calc(100vh - 416px) !important;
}
.zb-calc-min-h-416 {
  min-height: calc(100vh - 416px) !important;
}
.zb-calc-max-h-416 {
  max-height: calc(100vh - 416px) !important;
}
.zb-w-416 {
  width: 416px !important;
}
.zb-w-percent-416 {
  width: 416% !important;
}
.zb-min-w-416 {
  min-width: 416px !important;
}
.zb-max-w-416 {
  max-width: 416px !important;
}
.zb-calc-w-416 {
  width: calc(100vw - 416px) !important;
}
.zb-calc-min-w-416 {
  min-width: calc(100vw - 416px) !important;
}
.zb-calc-max-w-416 {
  max-width: calc(100vw - 416px) !important;
}
.zb-font-416 {
  font-size: 416px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-416 {
    max-width: 416px !important;
  }
}
.zb-h-417 {
  height: 417px !important;
}
.zb-min-h-417 {
  min-height: 417px !important;
}
.zb-max-h-417 {
  max-height: 417px !important;
}
.zb-calc-h-417 {
  height: calc(100vh - 417px) !important;
}
.zb-calc-min-h-417 {
  min-height: calc(100vh - 417px) !important;
}
.zb-calc-max-h-417 {
  max-height: calc(100vh - 417px) !important;
}
.zb-w-417 {
  width: 417px !important;
}
.zb-w-percent-417 {
  width: 417% !important;
}
.zb-min-w-417 {
  min-width: 417px !important;
}
.zb-max-w-417 {
  max-width: 417px !important;
}
.zb-calc-w-417 {
  width: calc(100vw - 417px) !important;
}
.zb-calc-min-w-417 {
  min-width: calc(100vw - 417px) !important;
}
.zb-calc-max-w-417 {
  max-width: calc(100vw - 417px) !important;
}
.zb-font-417 {
  font-size: 417px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-417 {
    max-width: 417px !important;
  }
}
.zb-h-418 {
  height: 418px !important;
}
.zb-min-h-418 {
  min-height: 418px !important;
}
.zb-max-h-418 {
  max-height: 418px !important;
}
.zb-calc-h-418 {
  height: calc(100vh - 418px) !important;
}
.zb-calc-min-h-418 {
  min-height: calc(100vh - 418px) !important;
}
.zb-calc-max-h-418 {
  max-height: calc(100vh - 418px) !important;
}
.zb-w-418 {
  width: 418px !important;
}
.zb-w-percent-418 {
  width: 418% !important;
}
.zb-min-w-418 {
  min-width: 418px !important;
}
.zb-max-w-418 {
  max-width: 418px !important;
}
.zb-calc-w-418 {
  width: calc(100vw - 418px) !important;
}
.zb-calc-min-w-418 {
  min-width: calc(100vw - 418px) !important;
}
.zb-calc-max-w-418 {
  max-width: calc(100vw - 418px) !important;
}
.zb-font-418 {
  font-size: 418px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-418 {
    max-width: 418px !important;
  }
}
.zb-h-419 {
  height: 419px !important;
}
.zb-min-h-419 {
  min-height: 419px !important;
}
.zb-max-h-419 {
  max-height: 419px !important;
}
.zb-calc-h-419 {
  height: calc(100vh - 419px) !important;
}
.zb-calc-min-h-419 {
  min-height: calc(100vh - 419px) !important;
}
.zb-calc-max-h-419 {
  max-height: calc(100vh - 419px) !important;
}
.zb-w-419 {
  width: 419px !important;
}
.zb-w-percent-419 {
  width: 419% !important;
}
.zb-min-w-419 {
  min-width: 419px !important;
}
.zb-max-w-419 {
  max-width: 419px !important;
}
.zb-calc-w-419 {
  width: calc(100vw - 419px) !important;
}
.zb-calc-min-w-419 {
  min-width: calc(100vw - 419px) !important;
}
.zb-calc-max-w-419 {
  max-width: calc(100vw - 419px) !important;
}
.zb-font-419 {
  font-size: 419px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-419 {
    max-width: 419px !important;
  }
}
.zb-h-420 {
  height: 420px !important;
}
.zb-min-h-420 {
  min-height: 420px !important;
}
.zb-max-h-420 {
  max-height: 420px !important;
}
.zb-calc-h-420 {
  height: calc(100vh - 420px) !important;
}
.zb-calc-min-h-420 {
  min-height: calc(100vh - 420px) !important;
}
.zb-calc-max-h-420 {
  max-height: calc(100vh - 420px) !important;
}
.zb-w-420 {
  width: 420px !important;
}
.zb-w-percent-420 {
  width: 420% !important;
}
.zb-min-w-420 {
  min-width: 420px !important;
}
.zb-max-w-420 {
  max-width: 420px !important;
}
.zb-calc-w-420 {
  width: calc(100vw - 420px) !important;
}
.zb-calc-min-w-420 {
  min-width: calc(100vw - 420px) !important;
}
.zb-calc-max-w-420 {
  max-width: calc(100vw - 420px) !important;
}
.zb-font-420 {
  font-size: 420px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-420 {
    max-width: 420px !important;
  }
}
.zb-h-421 {
  height: 421px !important;
}
.zb-min-h-421 {
  min-height: 421px !important;
}
.zb-max-h-421 {
  max-height: 421px !important;
}
.zb-calc-h-421 {
  height: calc(100vh - 421px) !important;
}
.zb-calc-min-h-421 {
  min-height: calc(100vh - 421px) !important;
}
.zb-calc-max-h-421 {
  max-height: calc(100vh - 421px) !important;
}
.zb-w-421 {
  width: 421px !important;
}
.zb-w-percent-421 {
  width: 421% !important;
}
.zb-min-w-421 {
  min-width: 421px !important;
}
.zb-max-w-421 {
  max-width: 421px !important;
}
.zb-calc-w-421 {
  width: calc(100vw - 421px) !important;
}
.zb-calc-min-w-421 {
  min-width: calc(100vw - 421px) !important;
}
.zb-calc-max-w-421 {
  max-width: calc(100vw - 421px) !important;
}
.zb-font-421 {
  font-size: 421px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-421 {
    max-width: 421px !important;
  }
}
.zb-h-422 {
  height: 422px !important;
}
.zb-min-h-422 {
  min-height: 422px !important;
}
.zb-max-h-422 {
  max-height: 422px !important;
}
.zb-calc-h-422 {
  height: calc(100vh - 422px) !important;
}
.zb-calc-min-h-422 {
  min-height: calc(100vh - 422px) !important;
}
.zb-calc-max-h-422 {
  max-height: calc(100vh - 422px) !important;
}
.zb-w-422 {
  width: 422px !important;
}
.zb-w-percent-422 {
  width: 422% !important;
}
.zb-min-w-422 {
  min-width: 422px !important;
}
.zb-max-w-422 {
  max-width: 422px !important;
}
.zb-calc-w-422 {
  width: calc(100vw - 422px) !important;
}
.zb-calc-min-w-422 {
  min-width: calc(100vw - 422px) !important;
}
.zb-calc-max-w-422 {
  max-width: calc(100vw - 422px) !important;
}
.zb-font-422 {
  font-size: 422px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-422 {
    max-width: 422px !important;
  }
}
.zb-h-423 {
  height: 423px !important;
}
.zb-min-h-423 {
  min-height: 423px !important;
}
.zb-max-h-423 {
  max-height: 423px !important;
}
.zb-calc-h-423 {
  height: calc(100vh - 423px) !important;
}
.zb-calc-min-h-423 {
  min-height: calc(100vh - 423px) !important;
}
.zb-calc-max-h-423 {
  max-height: calc(100vh - 423px) !important;
}
.zb-w-423 {
  width: 423px !important;
}
.zb-w-percent-423 {
  width: 423% !important;
}
.zb-min-w-423 {
  min-width: 423px !important;
}
.zb-max-w-423 {
  max-width: 423px !important;
}
.zb-calc-w-423 {
  width: calc(100vw - 423px) !important;
}
.zb-calc-min-w-423 {
  min-width: calc(100vw - 423px) !important;
}
.zb-calc-max-w-423 {
  max-width: calc(100vw - 423px) !important;
}
.zb-font-423 {
  font-size: 423px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-423 {
    max-width: 423px !important;
  }
}
.zb-h-424 {
  height: 424px !important;
}
.zb-min-h-424 {
  min-height: 424px !important;
}
.zb-max-h-424 {
  max-height: 424px !important;
}
.zb-calc-h-424 {
  height: calc(100vh - 424px) !important;
}
.zb-calc-min-h-424 {
  min-height: calc(100vh - 424px) !important;
}
.zb-calc-max-h-424 {
  max-height: calc(100vh - 424px) !important;
}
.zb-w-424 {
  width: 424px !important;
}
.zb-w-percent-424 {
  width: 424% !important;
}
.zb-min-w-424 {
  min-width: 424px !important;
}
.zb-max-w-424 {
  max-width: 424px !important;
}
.zb-calc-w-424 {
  width: calc(100vw - 424px) !important;
}
.zb-calc-min-w-424 {
  min-width: calc(100vw - 424px) !important;
}
.zb-calc-max-w-424 {
  max-width: calc(100vw - 424px) !important;
}
.zb-font-424 {
  font-size: 424px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-424 {
    max-width: 424px !important;
  }
}
.zb-h-425 {
  height: 425px !important;
}
.zb-min-h-425 {
  min-height: 425px !important;
}
.zb-max-h-425 {
  max-height: 425px !important;
}
.zb-calc-h-425 {
  height: calc(100vh - 425px) !important;
}
.zb-calc-min-h-425 {
  min-height: calc(100vh - 425px) !important;
}
.zb-calc-max-h-425 {
  max-height: calc(100vh - 425px) !important;
}
.zb-w-425 {
  width: 425px !important;
}
.zb-w-percent-425 {
  width: 425% !important;
}
.zb-min-w-425 {
  min-width: 425px !important;
}
.zb-max-w-425 {
  max-width: 425px !important;
}
.zb-calc-w-425 {
  width: calc(100vw - 425px) !important;
}
.zb-calc-min-w-425 {
  min-width: calc(100vw - 425px) !important;
}
.zb-calc-max-w-425 {
  max-width: calc(100vw - 425px) !important;
}
.zb-font-425 {
  font-size: 425px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-425 {
    max-width: 425px !important;
  }
}
.zb-h-426 {
  height: 426px !important;
}
.zb-min-h-426 {
  min-height: 426px !important;
}
.zb-max-h-426 {
  max-height: 426px !important;
}
.zb-calc-h-426 {
  height: calc(100vh - 426px) !important;
}
.zb-calc-min-h-426 {
  min-height: calc(100vh - 426px) !important;
}
.zb-calc-max-h-426 {
  max-height: calc(100vh - 426px) !important;
}
.zb-w-426 {
  width: 426px !important;
}
.zb-w-percent-426 {
  width: 426% !important;
}
.zb-min-w-426 {
  min-width: 426px !important;
}
.zb-max-w-426 {
  max-width: 426px !important;
}
.zb-calc-w-426 {
  width: calc(100vw - 426px) !important;
}
.zb-calc-min-w-426 {
  min-width: calc(100vw - 426px) !important;
}
.zb-calc-max-w-426 {
  max-width: calc(100vw - 426px) !important;
}
.zb-font-426 {
  font-size: 426px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-426 {
    max-width: 426px !important;
  }
}
.zb-h-427 {
  height: 427px !important;
}
.zb-min-h-427 {
  min-height: 427px !important;
}
.zb-max-h-427 {
  max-height: 427px !important;
}
.zb-calc-h-427 {
  height: calc(100vh - 427px) !important;
}
.zb-calc-min-h-427 {
  min-height: calc(100vh - 427px) !important;
}
.zb-calc-max-h-427 {
  max-height: calc(100vh - 427px) !important;
}
.zb-w-427 {
  width: 427px !important;
}
.zb-w-percent-427 {
  width: 427% !important;
}
.zb-min-w-427 {
  min-width: 427px !important;
}
.zb-max-w-427 {
  max-width: 427px !important;
}
.zb-calc-w-427 {
  width: calc(100vw - 427px) !important;
}
.zb-calc-min-w-427 {
  min-width: calc(100vw - 427px) !important;
}
.zb-calc-max-w-427 {
  max-width: calc(100vw - 427px) !important;
}
.zb-font-427 {
  font-size: 427px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-427 {
    max-width: 427px !important;
  }
}
.zb-h-428 {
  height: 428px !important;
}
.zb-min-h-428 {
  min-height: 428px !important;
}
.zb-max-h-428 {
  max-height: 428px !important;
}
.zb-calc-h-428 {
  height: calc(100vh - 428px) !important;
}
.zb-calc-min-h-428 {
  min-height: calc(100vh - 428px) !important;
}
.zb-calc-max-h-428 {
  max-height: calc(100vh - 428px) !important;
}
.zb-w-428 {
  width: 428px !important;
}
.zb-w-percent-428 {
  width: 428% !important;
}
.zb-min-w-428 {
  min-width: 428px !important;
}
.zb-max-w-428 {
  max-width: 428px !important;
}
.zb-calc-w-428 {
  width: calc(100vw - 428px) !important;
}
.zb-calc-min-w-428 {
  min-width: calc(100vw - 428px) !important;
}
.zb-calc-max-w-428 {
  max-width: calc(100vw - 428px) !important;
}
.zb-font-428 {
  font-size: 428px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-428 {
    max-width: 428px !important;
  }
}
.zb-h-429 {
  height: 429px !important;
}
.zb-min-h-429 {
  min-height: 429px !important;
}
.zb-max-h-429 {
  max-height: 429px !important;
}
.zb-calc-h-429 {
  height: calc(100vh - 429px) !important;
}
.zb-calc-min-h-429 {
  min-height: calc(100vh - 429px) !important;
}
.zb-calc-max-h-429 {
  max-height: calc(100vh - 429px) !important;
}
.zb-w-429 {
  width: 429px !important;
}
.zb-w-percent-429 {
  width: 429% !important;
}
.zb-min-w-429 {
  min-width: 429px !important;
}
.zb-max-w-429 {
  max-width: 429px !important;
}
.zb-calc-w-429 {
  width: calc(100vw - 429px) !important;
}
.zb-calc-min-w-429 {
  min-width: calc(100vw - 429px) !important;
}
.zb-calc-max-w-429 {
  max-width: calc(100vw - 429px) !important;
}
.zb-font-429 {
  font-size: 429px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-429 {
    max-width: 429px !important;
  }
}
.zb-h-430 {
  height: 430px !important;
}
.zb-min-h-430 {
  min-height: 430px !important;
}
.zb-max-h-430 {
  max-height: 430px !important;
}
.zb-calc-h-430 {
  height: calc(100vh - 430px) !important;
}
.zb-calc-min-h-430 {
  min-height: calc(100vh - 430px) !important;
}
.zb-calc-max-h-430 {
  max-height: calc(100vh - 430px) !important;
}
.zb-w-430 {
  width: 430px !important;
}
.zb-w-percent-430 {
  width: 430% !important;
}
.zb-min-w-430 {
  min-width: 430px !important;
}
.zb-max-w-430 {
  max-width: 430px !important;
}
.zb-calc-w-430 {
  width: calc(100vw - 430px) !important;
}
.zb-calc-min-w-430 {
  min-width: calc(100vw - 430px) !important;
}
.zb-calc-max-w-430 {
  max-width: calc(100vw - 430px) !important;
}
.zb-font-430 {
  font-size: 430px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-430 {
    max-width: 430px !important;
  }
}
.zb-h-431 {
  height: 431px !important;
}
.zb-min-h-431 {
  min-height: 431px !important;
}
.zb-max-h-431 {
  max-height: 431px !important;
}
.zb-calc-h-431 {
  height: calc(100vh - 431px) !important;
}
.zb-calc-min-h-431 {
  min-height: calc(100vh - 431px) !important;
}
.zb-calc-max-h-431 {
  max-height: calc(100vh - 431px) !important;
}
.zb-w-431 {
  width: 431px !important;
}
.zb-w-percent-431 {
  width: 431% !important;
}
.zb-min-w-431 {
  min-width: 431px !important;
}
.zb-max-w-431 {
  max-width: 431px !important;
}
.zb-calc-w-431 {
  width: calc(100vw - 431px) !important;
}
.zb-calc-min-w-431 {
  min-width: calc(100vw - 431px) !important;
}
.zb-calc-max-w-431 {
  max-width: calc(100vw - 431px) !important;
}
.zb-font-431 {
  font-size: 431px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-431 {
    max-width: 431px !important;
  }
}
.zb-h-432 {
  height: 432px !important;
}
.zb-min-h-432 {
  min-height: 432px !important;
}
.zb-max-h-432 {
  max-height: 432px !important;
}
.zb-calc-h-432 {
  height: calc(100vh - 432px) !important;
}
.zb-calc-min-h-432 {
  min-height: calc(100vh - 432px) !important;
}
.zb-calc-max-h-432 {
  max-height: calc(100vh - 432px) !important;
}
.zb-w-432 {
  width: 432px !important;
}
.zb-w-percent-432 {
  width: 432% !important;
}
.zb-min-w-432 {
  min-width: 432px !important;
}
.zb-max-w-432 {
  max-width: 432px !important;
}
.zb-calc-w-432 {
  width: calc(100vw - 432px) !important;
}
.zb-calc-min-w-432 {
  min-width: calc(100vw - 432px) !important;
}
.zb-calc-max-w-432 {
  max-width: calc(100vw - 432px) !important;
}
.zb-font-432 {
  font-size: 432px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-432 {
    max-width: 432px !important;
  }
}
.zb-h-433 {
  height: 433px !important;
}
.zb-min-h-433 {
  min-height: 433px !important;
}
.zb-max-h-433 {
  max-height: 433px !important;
}
.zb-calc-h-433 {
  height: calc(100vh - 433px) !important;
}
.zb-calc-min-h-433 {
  min-height: calc(100vh - 433px) !important;
}
.zb-calc-max-h-433 {
  max-height: calc(100vh - 433px) !important;
}
.zb-w-433 {
  width: 433px !important;
}
.zb-w-percent-433 {
  width: 433% !important;
}
.zb-min-w-433 {
  min-width: 433px !important;
}
.zb-max-w-433 {
  max-width: 433px !important;
}
.zb-calc-w-433 {
  width: calc(100vw - 433px) !important;
}
.zb-calc-min-w-433 {
  min-width: calc(100vw - 433px) !important;
}
.zb-calc-max-w-433 {
  max-width: calc(100vw - 433px) !important;
}
.zb-font-433 {
  font-size: 433px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-433 {
    max-width: 433px !important;
  }
}
.zb-h-434 {
  height: 434px !important;
}
.zb-min-h-434 {
  min-height: 434px !important;
}
.zb-max-h-434 {
  max-height: 434px !important;
}
.zb-calc-h-434 {
  height: calc(100vh - 434px) !important;
}
.zb-calc-min-h-434 {
  min-height: calc(100vh - 434px) !important;
}
.zb-calc-max-h-434 {
  max-height: calc(100vh - 434px) !important;
}
.zb-w-434 {
  width: 434px !important;
}
.zb-w-percent-434 {
  width: 434% !important;
}
.zb-min-w-434 {
  min-width: 434px !important;
}
.zb-max-w-434 {
  max-width: 434px !important;
}
.zb-calc-w-434 {
  width: calc(100vw - 434px) !important;
}
.zb-calc-min-w-434 {
  min-width: calc(100vw - 434px) !important;
}
.zb-calc-max-w-434 {
  max-width: calc(100vw - 434px) !important;
}
.zb-font-434 {
  font-size: 434px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-434 {
    max-width: 434px !important;
  }
}
.zb-h-435 {
  height: 435px !important;
}
.zb-min-h-435 {
  min-height: 435px !important;
}
.zb-max-h-435 {
  max-height: 435px !important;
}
.zb-calc-h-435 {
  height: calc(100vh - 435px) !important;
}
.zb-calc-min-h-435 {
  min-height: calc(100vh - 435px) !important;
}
.zb-calc-max-h-435 {
  max-height: calc(100vh - 435px) !important;
}
.zb-w-435 {
  width: 435px !important;
}
.zb-w-percent-435 {
  width: 435% !important;
}
.zb-min-w-435 {
  min-width: 435px !important;
}
.zb-max-w-435 {
  max-width: 435px !important;
}
.zb-calc-w-435 {
  width: calc(100vw - 435px) !important;
}
.zb-calc-min-w-435 {
  min-width: calc(100vw - 435px) !important;
}
.zb-calc-max-w-435 {
  max-width: calc(100vw - 435px) !important;
}
.zb-font-435 {
  font-size: 435px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-435 {
    max-width: 435px !important;
  }
}
.zb-h-436 {
  height: 436px !important;
}
.zb-min-h-436 {
  min-height: 436px !important;
}
.zb-max-h-436 {
  max-height: 436px !important;
}
.zb-calc-h-436 {
  height: calc(100vh - 436px) !important;
}
.zb-calc-min-h-436 {
  min-height: calc(100vh - 436px) !important;
}
.zb-calc-max-h-436 {
  max-height: calc(100vh - 436px) !important;
}
.zb-w-436 {
  width: 436px !important;
}
.zb-w-percent-436 {
  width: 436% !important;
}
.zb-min-w-436 {
  min-width: 436px !important;
}
.zb-max-w-436 {
  max-width: 436px !important;
}
.zb-calc-w-436 {
  width: calc(100vw - 436px) !important;
}
.zb-calc-min-w-436 {
  min-width: calc(100vw - 436px) !important;
}
.zb-calc-max-w-436 {
  max-width: calc(100vw - 436px) !important;
}
.zb-font-436 {
  font-size: 436px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-436 {
    max-width: 436px !important;
  }
}
.zb-h-437 {
  height: 437px !important;
}
.zb-min-h-437 {
  min-height: 437px !important;
}
.zb-max-h-437 {
  max-height: 437px !important;
}
.zb-calc-h-437 {
  height: calc(100vh - 437px) !important;
}
.zb-calc-min-h-437 {
  min-height: calc(100vh - 437px) !important;
}
.zb-calc-max-h-437 {
  max-height: calc(100vh - 437px) !important;
}
.zb-w-437 {
  width: 437px !important;
}
.zb-w-percent-437 {
  width: 437% !important;
}
.zb-min-w-437 {
  min-width: 437px !important;
}
.zb-max-w-437 {
  max-width: 437px !important;
}
.zb-calc-w-437 {
  width: calc(100vw - 437px) !important;
}
.zb-calc-min-w-437 {
  min-width: calc(100vw - 437px) !important;
}
.zb-calc-max-w-437 {
  max-width: calc(100vw - 437px) !important;
}
.zb-font-437 {
  font-size: 437px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-437 {
    max-width: 437px !important;
  }
}
.zb-h-438 {
  height: 438px !important;
}
.zb-min-h-438 {
  min-height: 438px !important;
}
.zb-max-h-438 {
  max-height: 438px !important;
}
.zb-calc-h-438 {
  height: calc(100vh - 438px) !important;
}
.zb-calc-min-h-438 {
  min-height: calc(100vh - 438px) !important;
}
.zb-calc-max-h-438 {
  max-height: calc(100vh - 438px) !important;
}
.zb-w-438 {
  width: 438px !important;
}
.zb-w-percent-438 {
  width: 438% !important;
}
.zb-min-w-438 {
  min-width: 438px !important;
}
.zb-max-w-438 {
  max-width: 438px !important;
}
.zb-calc-w-438 {
  width: calc(100vw - 438px) !important;
}
.zb-calc-min-w-438 {
  min-width: calc(100vw - 438px) !important;
}
.zb-calc-max-w-438 {
  max-width: calc(100vw - 438px) !important;
}
.zb-font-438 {
  font-size: 438px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-438 {
    max-width: 438px !important;
  }
}
.zb-h-439 {
  height: 439px !important;
}
.zb-min-h-439 {
  min-height: 439px !important;
}
.zb-max-h-439 {
  max-height: 439px !important;
}
.zb-calc-h-439 {
  height: calc(100vh - 439px) !important;
}
.zb-calc-min-h-439 {
  min-height: calc(100vh - 439px) !important;
}
.zb-calc-max-h-439 {
  max-height: calc(100vh - 439px) !important;
}
.zb-w-439 {
  width: 439px !important;
}
.zb-w-percent-439 {
  width: 439% !important;
}
.zb-min-w-439 {
  min-width: 439px !important;
}
.zb-max-w-439 {
  max-width: 439px !important;
}
.zb-calc-w-439 {
  width: calc(100vw - 439px) !important;
}
.zb-calc-min-w-439 {
  min-width: calc(100vw - 439px) !important;
}
.zb-calc-max-w-439 {
  max-width: calc(100vw - 439px) !important;
}
.zb-font-439 {
  font-size: 439px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-439 {
    max-width: 439px !important;
  }
}
.zb-h-440 {
  height: 440px !important;
}
.zb-min-h-440 {
  min-height: 440px !important;
}
.zb-max-h-440 {
  max-height: 440px !important;
}
.zb-calc-h-440 {
  height: calc(100vh - 440px) !important;
}
.zb-calc-min-h-440 {
  min-height: calc(100vh - 440px) !important;
}
.zb-calc-max-h-440 {
  max-height: calc(100vh - 440px) !important;
}
.zb-w-440 {
  width: 440px !important;
}
.zb-w-percent-440 {
  width: 440% !important;
}
.zb-min-w-440 {
  min-width: 440px !important;
}
.zb-max-w-440 {
  max-width: 440px !important;
}
.zb-calc-w-440 {
  width: calc(100vw - 440px) !important;
}
.zb-calc-min-w-440 {
  min-width: calc(100vw - 440px) !important;
}
.zb-calc-max-w-440 {
  max-width: calc(100vw - 440px) !important;
}
.zb-font-440 {
  font-size: 440px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-440 {
    max-width: 440px !important;
  }
}
.zb-h-441 {
  height: 441px !important;
}
.zb-min-h-441 {
  min-height: 441px !important;
}
.zb-max-h-441 {
  max-height: 441px !important;
}
.zb-calc-h-441 {
  height: calc(100vh - 441px) !important;
}
.zb-calc-min-h-441 {
  min-height: calc(100vh - 441px) !important;
}
.zb-calc-max-h-441 {
  max-height: calc(100vh - 441px) !important;
}
.zb-w-441 {
  width: 441px !important;
}
.zb-w-percent-441 {
  width: 441% !important;
}
.zb-min-w-441 {
  min-width: 441px !important;
}
.zb-max-w-441 {
  max-width: 441px !important;
}
.zb-calc-w-441 {
  width: calc(100vw - 441px) !important;
}
.zb-calc-min-w-441 {
  min-width: calc(100vw - 441px) !important;
}
.zb-calc-max-w-441 {
  max-width: calc(100vw - 441px) !important;
}
.zb-font-441 {
  font-size: 441px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-441 {
    max-width: 441px !important;
  }
}
.zb-h-442 {
  height: 442px !important;
}
.zb-min-h-442 {
  min-height: 442px !important;
}
.zb-max-h-442 {
  max-height: 442px !important;
}
.zb-calc-h-442 {
  height: calc(100vh - 442px) !important;
}
.zb-calc-min-h-442 {
  min-height: calc(100vh - 442px) !important;
}
.zb-calc-max-h-442 {
  max-height: calc(100vh - 442px) !important;
}
.zb-w-442 {
  width: 442px !important;
}
.zb-w-percent-442 {
  width: 442% !important;
}
.zb-min-w-442 {
  min-width: 442px !important;
}
.zb-max-w-442 {
  max-width: 442px !important;
}
.zb-calc-w-442 {
  width: calc(100vw - 442px) !important;
}
.zb-calc-min-w-442 {
  min-width: calc(100vw - 442px) !important;
}
.zb-calc-max-w-442 {
  max-width: calc(100vw - 442px) !important;
}
.zb-font-442 {
  font-size: 442px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-442 {
    max-width: 442px !important;
  }
}
.zb-h-443 {
  height: 443px !important;
}
.zb-min-h-443 {
  min-height: 443px !important;
}
.zb-max-h-443 {
  max-height: 443px !important;
}
.zb-calc-h-443 {
  height: calc(100vh - 443px) !important;
}
.zb-calc-min-h-443 {
  min-height: calc(100vh - 443px) !important;
}
.zb-calc-max-h-443 {
  max-height: calc(100vh - 443px) !important;
}
.zb-w-443 {
  width: 443px !important;
}
.zb-w-percent-443 {
  width: 443% !important;
}
.zb-min-w-443 {
  min-width: 443px !important;
}
.zb-max-w-443 {
  max-width: 443px !important;
}
.zb-calc-w-443 {
  width: calc(100vw - 443px) !important;
}
.zb-calc-min-w-443 {
  min-width: calc(100vw - 443px) !important;
}
.zb-calc-max-w-443 {
  max-width: calc(100vw - 443px) !important;
}
.zb-font-443 {
  font-size: 443px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-443 {
    max-width: 443px !important;
  }
}
.zb-h-444 {
  height: 444px !important;
}
.zb-min-h-444 {
  min-height: 444px !important;
}
.zb-max-h-444 {
  max-height: 444px !important;
}
.zb-calc-h-444 {
  height: calc(100vh - 444px) !important;
}
.zb-calc-min-h-444 {
  min-height: calc(100vh - 444px) !important;
}
.zb-calc-max-h-444 {
  max-height: calc(100vh - 444px) !important;
}
.zb-w-444 {
  width: 444px !important;
}
.zb-w-percent-444 {
  width: 444% !important;
}
.zb-min-w-444 {
  min-width: 444px !important;
}
.zb-max-w-444 {
  max-width: 444px !important;
}
.zb-calc-w-444 {
  width: calc(100vw - 444px) !important;
}
.zb-calc-min-w-444 {
  min-width: calc(100vw - 444px) !important;
}
.zb-calc-max-w-444 {
  max-width: calc(100vw - 444px) !important;
}
.zb-font-444 {
  font-size: 444px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-444 {
    max-width: 444px !important;
  }
}
.zb-h-445 {
  height: 445px !important;
}
.zb-min-h-445 {
  min-height: 445px !important;
}
.zb-max-h-445 {
  max-height: 445px !important;
}
.zb-calc-h-445 {
  height: calc(100vh - 445px) !important;
}
.zb-calc-min-h-445 {
  min-height: calc(100vh - 445px) !important;
}
.zb-calc-max-h-445 {
  max-height: calc(100vh - 445px) !important;
}
.zb-w-445 {
  width: 445px !important;
}
.zb-w-percent-445 {
  width: 445% !important;
}
.zb-min-w-445 {
  min-width: 445px !important;
}
.zb-max-w-445 {
  max-width: 445px !important;
}
.zb-calc-w-445 {
  width: calc(100vw - 445px) !important;
}
.zb-calc-min-w-445 {
  min-width: calc(100vw - 445px) !important;
}
.zb-calc-max-w-445 {
  max-width: calc(100vw - 445px) !important;
}
.zb-font-445 {
  font-size: 445px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-445 {
    max-width: 445px !important;
  }
}
.zb-h-446 {
  height: 446px !important;
}
.zb-min-h-446 {
  min-height: 446px !important;
}
.zb-max-h-446 {
  max-height: 446px !important;
}
.zb-calc-h-446 {
  height: calc(100vh - 446px) !important;
}
.zb-calc-min-h-446 {
  min-height: calc(100vh - 446px) !important;
}
.zb-calc-max-h-446 {
  max-height: calc(100vh - 446px) !important;
}
.zb-w-446 {
  width: 446px !important;
}
.zb-w-percent-446 {
  width: 446% !important;
}
.zb-min-w-446 {
  min-width: 446px !important;
}
.zb-max-w-446 {
  max-width: 446px !important;
}
.zb-calc-w-446 {
  width: calc(100vw - 446px) !important;
}
.zb-calc-min-w-446 {
  min-width: calc(100vw - 446px) !important;
}
.zb-calc-max-w-446 {
  max-width: calc(100vw - 446px) !important;
}
.zb-font-446 {
  font-size: 446px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-446 {
    max-width: 446px !important;
  }
}
.zb-h-447 {
  height: 447px !important;
}
.zb-min-h-447 {
  min-height: 447px !important;
}
.zb-max-h-447 {
  max-height: 447px !important;
}
.zb-calc-h-447 {
  height: calc(100vh - 447px) !important;
}
.zb-calc-min-h-447 {
  min-height: calc(100vh - 447px) !important;
}
.zb-calc-max-h-447 {
  max-height: calc(100vh - 447px) !important;
}
.zb-w-447 {
  width: 447px !important;
}
.zb-w-percent-447 {
  width: 447% !important;
}
.zb-min-w-447 {
  min-width: 447px !important;
}
.zb-max-w-447 {
  max-width: 447px !important;
}
.zb-calc-w-447 {
  width: calc(100vw - 447px) !important;
}
.zb-calc-min-w-447 {
  min-width: calc(100vw - 447px) !important;
}
.zb-calc-max-w-447 {
  max-width: calc(100vw - 447px) !important;
}
.zb-font-447 {
  font-size: 447px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-447 {
    max-width: 447px !important;
  }
}
.zb-h-448 {
  height: 448px !important;
}
.zb-min-h-448 {
  min-height: 448px !important;
}
.zb-max-h-448 {
  max-height: 448px !important;
}
.zb-calc-h-448 {
  height: calc(100vh - 448px) !important;
}
.zb-calc-min-h-448 {
  min-height: calc(100vh - 448px) !important;
}
.zb-calc-max-h-448 {
  max-height: calc(100vh - 448px) !important;
}
.zb-w-448 {
  width: 448px !important;
}
.zb-w-percent-448 {
  width: 448% !important;
}
.zb-min-w-448 {
  min-width: 448px !important;
}
.zb-max-w-448 {
  max-width: 448px !important;
}
.zb-calc-w-448 {
  width: calc(100vw - 448px) !important;
}
.zb-calc-min-w-448 {
  min-width: calc(100vw - 448px) !important;
}
.zb-calc-max-w-448 {
  max-width: calc(100vw - 448px) !important;
}
.zb-font-448 {
  font-size: 448px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-448 {
    max-width: 448px !important;
  }
}
.zb-h-449 {
  height: 449px !important;
}
.zb-min-h-449 {
  min-height: 449px !important;
}
.zb-max-h-449 {
  max-height: 449px !important;
}
.zb-calc-h-449 {
  height: calc(100vh - 449px) !important;
}
.zb-calc-min-h-449 {
  min-height: calc(100vh - 449px) !important;
}
.zb-calc-max-h-449 {
  max-height: calc(100vh - 449px) !important;
}
.zb-w-449 {
  width: 449px !important;
}
.zb-w-percent-449 {
  width: 449% !important;
}
.zb-min-w-449 {
  min-width: 449px !important;
}
.zb-max-w-449 {
  max-width: 449px !important;
}
.zb-calc-w-449 {
  width: calc(100vw - 449px) !important;
}
.zb-calc-min-w-449 {
  min-width: calc(100vw - 449px) !important;
}
.zb-calc-max-w-449 {
  max-width: calc(100vw - 449px) !important;
}
.zb-font-449 {
  font-size: 449px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-449 {
    max-width: 449px !important;
  }
}
.zb-h-450 {
  height: 450px !important;
}
.zb-min-h-450 {
  min-height: 450px !important;
}
.zb-max-h-450 {
  max-height: 450px !important;
}
.zb-calc-h-450 {
  height: calc(100vh - 450px) !important;
}
.zb-calc-min-h-450 {
  min-height: calc(100vh - 450px) !important;
}
.zb-calc-max-h-450 {
  max-height: calc(100vh - 450px) !important;
}
.zb-w-450 {
  width: 450px !important;
}
.zb-w-percent-450 {
  width: 450% !important;
}
.zb-min-w-450 {
  min-width: 450px !important;
}
.zb-max-w-450 {
  max-width: 450px !important;
}
.zb-calc-w-450 {
  width: calc(100vw - 450px) !important;
}
.zb-calc-min-w-450 {
  min-width: calc(100vw - 450px) !important;
}
.zb-calc-max-w-450 {
  max-width: calc(100vw - 450px) !important;
}
.zb-font-450 {
  font-size: 450px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-450 {
    max-width: 450px !important;
  }
}
.zb-h-451 {
  height: 451px !important;
}
.zb-min-h-451 {
  min-height: 451px !important;
}
.zb-max-h-451 {
  max-height: 451px !important;
}
.zb-calc-h-451 {
  height: calc(100vh - 451px) !important;
}
.zb-calc-min-h-451 {
  min-height: calc(100vh - 451px) !important;
}
.zb-calc-max-h-451 {
  max-height: calc(100vh - 451px) !important;
}
.zb-w-451 {
  width: 451px !important;
}
.zb-w-percent-451 {
  width: 451% !important;
}
.zb-min-w-451 {
  min-width: 451px !important;
}
.zb-max-w-451 {
  max-width: 451px !important;
}
.zb-calc-w-451 {
  width: calc(100vw - 451px) !important;
}
.zb-calc-min-w-451 {
  min-width: calc(100vw - 451px) !important;
}
.zb-calc-max-w-451 {
  max-width: calc(100vw - 451px) !important;
}
.zb-font-451 {
  font-size: 451px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-451 {
    max-width: 451px !important;
  }
}
.zb-h-452 {
  height: 452px !important;
}
.zb-min-h-452 {
  min-height: 452px !important;
}
.zb-max-h-452 {
  max-height: 452px !important;
}
.zb-calc-h-452 {
  height: calc(100vh - 452px) !important;
}
.zb-calc-min-h-452 {
  min-height: calc(100vh - 452px) !important;
}
.zb-calc-max-h-452 {
  max-height: calc(100vh - 452px) !important;
}
.zb-w-452 {
  width: 452px !important;
}
.zb-w-percent-452 {
  width: 452% !important;
}
.zb-min-w-452 {
  min-width: 452px !important;
}
.zb-max-w-452 {
  max-width: 452px !important;
}
.zb-calc-w-452 {
  width: calc(100vw - 452px) !important;
}
.zb-calc-min-w-452 {
  min-width: calc(100vw - 452px) !important;
}
.zb-calc-max-w-452 {
  max-width: calc(100vw - 452px) !important;
}
.zb-font-452 {
  font-size: 452px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-452 {
    max-width: 452px !important;
  }
}
.zb-h-453 {
  height: 453px !important;
}
.zb-min-h-453 {
  min-height: 453px !important;
}
.zb-max-h-453 {
  max-height: 453px !important;
}
.zb-calc-h-453 {
  height: calc(100vh - 453px) !important;
}
.zb-calc-min-h-453 {
  min-height: calc(100vh - 453px) !important;
}
.zb-calc-max-h-453 {
  max-height: calc(100vh - 453px) !important;
}
.zb-w-453 {
  width: 453px !important;
}
.zb-w-percent-453 {
  width: 453% !important;
}
.zb-min-w-453 {
  min-width: 453px !important;
}
.zb-max-w-453 {
  max-width: 453px !important;
}
.zb-calc-w-453 {
  width: calc(100vw - 453px) !important;
}
.zb-calc-min-w-453 {
  min-width: calc(100vw - 453px) !important;
}
.zb-calc-max-w-453 {
  max-width: calc(100vw - 453px) !important;
}
.zb-font-453 {
  font-size: 453px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-453 {
    max-width: 453px !important;
  }
}
.zb-h-454 {
  height: 454px !important;
}
.zb-min-h-454 {
  min-height: 454px !important;
}
.zb-max-h-454 {
  max-height: 454px !important;
}
.zb-calc-h-454 {
  height: calc(100vh - 454px) !important;
}
.zb-calc-min-h-454 {
  min-height: calc(100vh - 454px) !important;
}
.zb-calc-max-h-454 {
  max-height: calc(100vh - 454px) !important;
}
.zb-w-454 {
  width: 454px !important;
}
.zb-w-percent-454 {
  width: 454% !important;
}
.zb-min-w-454 {
  min-width: 454px !important;
}
.zb-max-w-454 {
  max-width: 454px !important;
}
.zb-calc-w-454 {
  width: calc(100vw - 454px) !important;
}
.zb-calc-min-w-454 {
  min-width: calc(100vw - 454px) !important;
}
.zb-calc-max-w-454 {
  max-width: calc(100vw - 454px) !important;
}
.zb-font-454 {
  font-size: 454px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-454 {
    max-width: 454px !important;
  }
}
.zb-h-455 {
  height: 455px !important;
}
.zb-min-h-455 {
  min-height: 455px !important;
}
.zb-max-h-455 {
  max-height: 455px !important;
}
.zb-calc-h-455 {
  height: calc(100vh - 455px) !important;
}
.zb-calc-min-h-455 {
  min-height: calc(100vh - 455px) !important;
}
.zb-calc-max-h-455 {
  max-height: calc(100vh - 455px) !important;
}
.zb-w-455 {
  width: 455px !important;
}
.zb-w-percent-455 {
  width: 455% !important;
}
.zb-min-w-455 {
  min-width: 455px !important;
}
.zb-max-w-455 {
  max-width: 455px !important;
}
.zb-calc-w-455 {
  width: calc(100vw - 455px) !important;
}
.zb-calc-min-w-455 {
  min-width: calc(100vw - 455px) !important;
}
.zb-calc-max-w-455 {
  max-width: calc(100vw - 455px) !important;
}
.zb-font-455 {
  font-size: 455px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-455 {
    max-width: 455px !important;
  }
}
.zb-h-456 {
  height: 456px !important;
}
.zb-min-h-456 {
  min-height: 456px !important;
}
.zb-max-h-456 {
  max-height: 456px !important;
}
.zb-calc-h-456 {
  height: calc(100vh - 456px) !important;
}
.zb-calc-min-h-456 {
  min-height: calc(100vh - 456px) !important;
}
.zb-calc-max-h-456 {
  max-height: calc(100vh - 456px) !important;
}
.zb-w-456 {
  width: 456px !important;
}
.zb-w-percent-456 {
  width: 456% !important;
}
.zb-min-w-456 {
  min-width: 456px !important;
}
.zb-max-w-456 {
  max-width: 456px !important;
}
.zb-calc-w-456 {
  width: calc(100vw - 456px) !important;
}
.zb-calc-min-w-456 {
  min-width: calc(100vw - 456px) !important;
}
.zb-calc-max-w-456 {
  max-width: calc(100vw - 456px) !important;
}
.zb-font-456 {
  font-size: 456px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-456 {
    max-width: 456px !important;
  }
}
.zb-h-457 {
  height: 457px !important;
}
.zb-min-h-457 {
  min-height: 457px !important;
}
.zb-max-h-457 {
  max-height: 457px !important;
}
.zb-calc-h-457 {
  height: calc(100vh - 457px) !important;
}
.zb-calc-min-h-457 {
  min-height: calc(100vh - 457px) !important;
}
.zb-calc-max-h-457 {
  max-height: calc(100vh - 457px) !important;
}
.zb-w-457 {
  width: 457px !important;
}
.zb-w-percent-457 {
  width: 457% !important;
}
.zb-min-w-457 {
  min-width: 457px !important;
}
.zb-max-w-457 {
  max-width: 457px !important;
}
.zb-calc-w-457 {
  width: calc(100vw - 457px) !important;
}
.zb-calc-min-w-457 {
  min-width: calc(100vw - 457px) !important;
}
.zb-calc-max-w-457 {
  max-width: calc(100vw - 457px) !important;
}
.zb-font-457 {
  font-size: 457px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-457 {
    max-width: 457px !important;
  }
}
.zb-h-458 {
  height: 458px !important;
}
.zb-min-h-458 {
  min-height: 458px !important;
}
.zb-max-h-458 {
  max-height: 458px !important;
}
.zb-calc-h-458 {
  height: calc(100vh - 458px) !important;
}
.zb-calc-min-h-458 {
  min-height: calc(100vh - 458px) !important;
}
.zb-calc-max-h-458 {
  max-height: calc(100vh - 458px) !important;
}
.zb-w-458 {
  width: 458px !important;
}
.zb-w-percent-458 {
  width: 458% !important;
}
.zb-min-w-458 {
  min-width: 458px !important;
}
.zb-max-w-458 {
  max-width: 458px !important;
}
.zb-calc-w-458 {
  width: calc(100vw - 458px) !important;
}
.zb-calc-min-w-458 {
  min-width: calc(100vw - 458px) !important;
}
.zb-calc-max-w-458 {
  max-width: calc(100vw - 458px) !important;
}
.zb-font-458 {
  font-size: 458px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-458 {
    max-width: 458px !important;
  }
}
.zb-h-459 {
  height: 459px !important;
}
.zb-min-h-459 {
  min-height: 459px !important;
}
.zb-max-h-459 {
  max-height: 459px !important;
}
.zb-calc-h-459 {
  height: calc(100vh - 459px) !important;
}
.zb-calc-min-h-459 {
  min-height: calc(100vh - 459px) !important;
}
.zb-calc-max-h-459 {
  max-height: calc(100vh - 459px) !important;
}
.zb-w-459 {
  width: 459px !important;
}
.zb-w-percent-459 {
  width: 459% !important;
}
.zb-min-w-459 {
  min-width: 459px !important;
}
.zb-max-w-459 {
  max-width: 459px !important;
}
.zb-calc-w-459 {
  width: calc(100vw - 459px) !important;
}
.zb-calc-min-w-459 {
  min-width: calc(100vw - 459px) !important;
}
.zb-calc-max-w-459 {
  max-width: calc(100vw - 459px) !important;
}
.zb-font-459 {
  font-size: 459px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-459 {
    max-width: 459px !important;
  }
}
.zb-h-460 {
  height: 460px !important;
}
.zb-min-h-460 {
  min-height: 460px !important;
}
.zb-max-h-460 {
  max-height: 460px !important;
}
.zb-calc-h-460 {
  height: calc(100vh - 460px) !important;
}
.zb-calc-min-h-460 {
  min-height: calc(100vh - 460px) !important;
}
.zb-calc-max-h-460 {
  max-height: calc(100vh - 460px) !important;
}
.zb-w-460 {
  width: 460px !important;
}
.zb-w-percent-460 {
  width: 460% !important;
}
.zb-min-w-460 {
  min-width: 460px !important;
}
.zb-max-w-460 {
  max-width: 460px !important;
}
.zb-calc-w-460 {
  width: calc(100vw - 460px) !important;
}
.zb-calc-min-w-460 {
  min-width: calc(100vw - 460px) !important;
}
.zb-calc-max-w-460 {
  max-width: calc(100vw - 460px) !important;
}
.zb-font-460 {
  font-size: 460px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-460 {
    max-width: 460px !important;
  }
}
.zb-h-461 {
  height: 461px !important;
}
.zb-min-h-461 {
  min-height: 461px !important;
}
.zb-max-h-461 {
  max-height: 461px !important;
}
.zb-calc-h-461 {
  height: calc(100vh - 461px) !important;
}
.zb-calc-min-h-461 {
  min-height: calc(100vh - 461px) !important;
}
.zb-calc-max-h-461 {
  max-height: calc(100vh - 461px) !important;
}
.zb-w-461 {
  width: 461px !important;
}
.zb-w-percent-461 {
  width: 461% !important;
}
.zb-min-w-461 {
  min-width: 461px !important;
}
.zb-max-w-461 {
  max-width: 461px !important;
}
.zb-calc-w-461 {
  width: calc(100vw - 461px) !important;
}
.zb-calc-min-w-461 {
  min-width: calc(100vw - 461px) !important;
}
.zb-calc-max-w-461 {
  max-width: calc(100vw - 461px) !important;
}
.zb-font-461 {
  font-size: 461px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-461 {
    max-width: 461px !important;
  }
}
.zb-h-462 {
  height: 462px !important;
}
.zb-min-h-462 {
  min-height: 462px !important;
}
.zb-max-h-462 {
  max-height: 462px !important;
}
.zb-calc-h-462 {
  height: calc(100vh - 462px) !important;
}
.zb-calc-min-h-462 {
  min-height: calc(100vh - 462px) !important;
}
.zb-calc-max-h-462 {
  max-height: calc(100vh - 462px) !important;
}
.zb-w-462 {
  width: 462px !important;
}
.zb-w-percent-462 {
  width: 462% !important;
}
.zb-min-w-462 {
  min-width: 462px !important;
}
.zb-max-w-462 {
  max-width: 462px !important;
}
.zb-calc-w-462 {
  width: calc(100vw - 462px) !important;
}
.zb-calc-min-w-462 {
  min-width: calc(100vw - 462px) !important;
}
.zb-calc-max-w-462 {
  max-width: calc(100vw - 462px) !important;
}
.zb-font-462 {
  font-size: 462px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-462 {
    max-width: 462px !important;
  }
}
.zb-h-463 {
  height: 463px !important;
}
.zb-min-h-463 {
  min-height: 463px !important;
}
.zb-max-h-463 {
  max-height: 463px !important;
}
.zb-calc-h-463 {
  height: calc(100vh - 463px) !important;
}
.zb-calc-min-h-463 {
  min-height: calc(100vh - 463px) !important;
}
.zb-calc-max-h-463 {
  max-height: calc(100vh - 463px) !important;
}
.zb-w-463 {
  width: 463px !important;
}
.zb-w-percent-463 {
  width: 463% !important;
}
.zb-min-w-463 {
  min-width: 463px !important;
}
.zb-max-w-463 {
  max-width: 463px !important;
}
.zb-calc-w-463 {
  width: calc(100vw - 463px) !important;
}
.zb-calc-min-w-463 {
  min-width: calc(100vw - 463px) !important;
}
.zb-calc-max-w-463 {
  max-width: calc(100vw - 463px) !important;
}
.zb-font-463 {
  font-size: 463px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-463 {
    max-width: 463px !important;
  }
}
.zb-h-464 {
  height: 464px !important;
}
.zb-min-h-464 {
  min-height: 464px !important;
}
.zb-max-h-464 {
  max-height: 464px !important;
}
.zb-calc-h-464 {
  height: calc(100vh - 464px) !important;
}
.zb-calc-min-h-464 {
  min-height: calc(100vh - 464px) !important;
}
.zb-calc-max-h-464 {
  max-height: calc(100vh - 464px) !important;
}
.zb-w-464 {
  width: 464px !important;
}
.zb-w-percent-464 {
  width: 464% !important;
}
.zb-min-w-464 {
  min-width: 464px !important;
}
.zb-max-w-464 {
  max-width: 464px !important;
}
.zb-calc-w-464 {
  width: calc(100vw - 464px) !important;
}
.zb-calc-min-w-464 {
  min-width: calc(100vw - 464px) !important;
}
.zb-calc-max-w-464 {
  max-width: calc(100vw - 464px) !important;
}
.zb-font-464 {
  font-size: 464px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-464 {
    max-width: 464px !important;
  }
}
.zb-h-465 {
  height: 465px !important;
}
.zb-min-h-465 {
  min-height: 465px !important;
}
.zb-max-h-465 {
  max-height: 465px !important;
}
.zb-calc-h-465 {
  height: calc(100vh - 465px) !important;
}
.zb-calc-min-h-465 {
  min-height: calc(100vh - 465px) !important;
}
.zb-calc-max-h-465 {
  max-height: calc(100vh - 465px) !important;
}
.zb-w-465 {
  width: 465px !important;
}
.zb-w-percent-465 {
  width: 465% !important;
}
.zb-min-w-465 {
  min-width: 465px !important;
}
.zb-max-w-465 {
  max-width: 465px !important;
}
.zb-calc-w-465 {
  width: calc(100vw - 465px) !important;
}
.zb-calc-min-w-465 {
  min-width: calc(100vw - 465px) !important;
}
.zb-calc-max-w-465 {
  max-width: calc(100vw - 465px) !important;
}
.zb-font-465 {
  font-size: 465px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-465 {
    max-width: 465px !important;
  }
}
.zb-h-466 {
  height: 466px !important;
}
.zb-min-h-466 {
  min-height: 466px !important;
}
.zb-max-h-466 {
  max-height: 466px !important;
}
.zb-calc-h-466 {
  height: calc(100vh - 466px) !important;
}
.zb-calc-min-h-466 {
  min-height: calc(100vh - 466px) !important;
}
.zb-calc-max-h-466 {
  max-height: calc(100vh - 466px) !important;
}
.zb-w-466 {
  width: 466px !important;
}
.zb-w-percent-466 {
  width: 466% !important;
}
.zb-min-w-466 {
  min-width: 466px !important;
}
.zb-max-w-466 {
  max-width: 466px !important;
}
.zb-calc-w-466 {
  width: calc(100vw - 466px) !important;
}
.zb-calc-min-w-466 {
  min-width: calc(100vw - 466px) !important;
}
.zb-calc-max-w-466 {
  max-width: calc(100vw - 466px) !important;
}
.zb-font-466 {
  font-size: 466px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-466 {
    max-width: 466px !important;
  }
}
.zb-h-467 {
  height: 467px !important;
}
.zb-min-h-467 {
  min-height: 467px !important;
}
.zb-max-h-467 {
  max-height: 467px !important;
}
.zb-calc-h-467 {
  height: calc(100vh - 467px) !important;
}
.zb-calc-min-h-467 {
  min-height: calc(100vh - 467px) !important;
}
.zb-calc-max-h-467 {
  max-height: calc(100vh - 467px) !important;
}
.zb-w-467 {
  width: 467px !important;
}
.zb-w-percent-467 {
  width: 467% !important;
}
.zb-min-w-467 {
  min-width: 467px !important;
}
.zb-max-w-467 {
  max-width: 467px !important;
}
.zb-calc-w-467 {
  width: calc(100vw - 467px) !important;
}
.zb-calc-min-w-467 {
  min-width: calc(100vw - 467px) !important;
}
.zb-calc-max-w-467 {
  max-width: calc(100vw - 467px) !important;
}
.zb-font-467 {
  font-size: 467px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-467 {
    max-width: 467px !important;
  }
}
.zb-h-468 {
  height: 468px !important;
}
.zb-min-h-468 {
  min-height: 468px !important;
}
.zb-max-h-468 {
  max-height: 468px !important;
}
.zb-calc-h-468 {
  height: calc(100vh - 468px) !important;
}
.zb-calc-min-h-468 {
  min-height: calc(100vh - 468px) !important;
}
.zb-calc-max-h-468 {
  max-height: calc(100vh - 468px) !important;
}
.zb-w-468 {
  width: 468px !important;
}
.zb-w-percent-468 {
  width: 468% !important;
}
.zb-min-w-468 {
  min-width: 468px !important;
}
.zb-max-w-468 {
  max-width: 468px !important;
}
.zb-calc-w-468 {
  width: calc(100vw - 468px) !important;
}
.zb-calc-min-w-468 {
  min-width: calc(100vw - 468px) !important;
}
.zb-calc-max-w-468 {
  max-width: calc(100vw - 468px) !important;
}
.zb-font-468 {
  font-size: 468px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-468 {
    max-width: 468px !important;
  }
}
.zb-h-469 {
  height: 469px !important;
}
.zb-min-h-469 {
  min-height: 469px !important;
}
.zb-max-h-469 {
  max-height: 469px !important;
}
.zb-calc-h-469 {
  height: calc(100vh - 469px) !important;
}
.zb-calc-min-h-469 {
  min-height: calc(100vh - 469px) !important;
}
.zb-calc-max-h-469 {
  max-height: calc(100vh - 469px) !important;
}
.zb-w-469 {
  width: 469px !important;
}
.zb-w-percent-469 {
  width: 469% !important;
}
.zb-min-w-469 {
  min-width: 469px !important;
}
.zb-max-w-469 {
  max-width: 469px !important;
}
.zb-calc-w-469 {
  width: calc(100vw - 469px) !important;
}
.zb-calc-min-w-469 {
  min-width: calc(100vw - 469px) !important;
}
.zb-calc-max-w-469 {
  max-width: calc(100vw - 469px) !important;
}
.zb-font-469 {
  font-size: 469px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-469 {
    max-width: 469px !important;
  }
}
.zb-h-470 {
  height: 470px !important;
}
.zb-min-h-470 {
  min-height: 470px !important;
}
.zb-max-h-470 {
  max-height: 470px !important;
}
.zb-calc-h-470 {
  height: calc(100vh - 470px) !important;
}
.zb-calc-min-h-470 {
  min-height: calc(100vh - 470px) !important;
}
.zb-calc-max-h-470 {
  max-height: calc(100vh - 470px) !important;
}
.zb-w-470 {
  width: 470px !important;
}
.zb-w-percent-470 {
  width: 470% !important;
}
.zb-min-w-470 {
  min-width: 470px !important;
}
.zb-max-w-470 {
  max-width: 470px !important;
}
.zb-calc-w-470 {
  width: calc(100vw - 470px) !important;
}
.zb-calc-min-w-470 {
  min-width: calc(100vw - 470px) !important;
}
.zb-calc-max-w-470 {
  max-width: calc(100vw - 470px) !important;
}
.zb-font-470 {
  font-size: 470px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-470 {
    max-width: 470px !important;
  }
}
.zb-h-471 {
  height: 471px !important;
}
.zb-min-h-471 {
  min-height: 471px !important;
}
.zb-max-h-471 {
  max-height: 471px !important;
}
.zb-calc-h-471 {
  height: calc(100vh - 471px) !important;
}
.zb-calc-min-h-471 {
  min-height: calc(100vh - 471px) !important;
}
.zb-calc-max-h-471 {
  max-height: calc(100vh - 471px) !important;
}
.zb-w-471 {
  width: 471px !important;
}
.zb-w-percent-471 {
  width: 471% !important;
}
.zb-min-w-471 {
  min-width: 471px !important;
}
.zb-max-w-471 {
  max-width: 471px !important;
}
.zb-calc-w-471 {
  width: calc(100vw - 471px) !important;
}
.zb-calc-min-w-471 {
  min-width: calc(100vw - 471px) !important;
}
.zb-calc-max-w-471 {
  max-width: calc(100vw - 471px) !important;
}
.zb-font-471 {
  font-size: 471px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-471 {
    max-width: 471px !important;
  }
}
.zb-h-472 {
  height: 472px !important;
}
.zb-min-h-472 {
  min-height: 472px !important;
}
.zb-max-h-472 {
  max-height: 472px !important;
}
.zb-calc-h-472 {
  height: calc(100vh - 472px) !important;
}
.zb-calc-min-h-472 {
  min-height: calc(100vh - 472px) !important;
}
.zb-calc-max-h-472 {
  max-height: calc(100vh - 472px) !important;
}
.zb-w-472 {
  width: 472px !important;
}
.zb-w-percent-472 {
  width: 472% !important;
}
.zb-min-w-472 {
  min-width: 472px !important;
}
.zb-max-w-472 {
  max-width: 472px !important;
}
.zb-calc-w-472 {
  width: calc(100vw - 472px) !important;
}
.zb-calc-min-w-472 {
  min-width: calc(100vw - 472px) !important;
}
.zb-calc-max-w-472 {
  max-width: calc(100vw - 472px) !important;
}
.zb-font-472 {
  font-size: 472px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-472 {
    max-width: 472px !important;
  }
}
.zb-h-473 {
  height: 473px !important;
}
.zb-min-h-473 {
  min-height: 473px !important;
}
.zb-max-h-473 {
  max-height: 473px !important;
}
.zb-calc-h-473 {
  height: calc(100vh - 473px) !important;
}
.zb-calc-min-h-473 {
  min-height: calc(100vh - 473px) !important;
}
.zb-calc-max-h-473 {
  max-height: calc(100vh - 473px) !important;
}
.zb-w-473 {
  width: 473px !important;
}
.zb-w-percent-473 {
  width: 473% !important;
}
.zb-min-w-473 {
  min-width: 473px !important;
}
.zb-max-w-473 {
  max-width: 473px !important;
}
.zb-calc-w-473 {
  width: calc(100vw - 473px) !important;
}
.zb-calc-min-w-473 {
  min-width: calc(100vw - 473px) !important;
}
.zb-calc-max-w-473 {
  max-width: calc(100vw - 473px) !important;
}
.zb-font-473 {
  font-size: 473px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-473 {
    max-width: 473px !important;
  }
}
.zb-h-474 {
  height: 474px !important;
}
.zb-min-h-474 {
  min-height: 474px !important;
}
.zb-max-h-474 {
  max-height: 474px !important;
}
.zb-calc-h-474 {
  height: calc(100vh - 474px) !important;
}
.zb-calc-min-h-474 {
  min-height: calc(100vh - 474px) !important;
}
.zb-calc-max-h-474 {
  max-height: calc(100vh - 474px) !important;
}
.zb-w-474 {
  width: 474px !important;
}
.zb-w-percent-474 {
  width: 474% !important;
}
.zb-min-w-474 {
  min-width: 474px !important;
}
.zb-max-w-474 {
  max-width: 474px !important;
}
.zb-calc-w-474 {
  width: calc(100vw - 474px) !important;
}
.zb-calc-min-w-474 {
  min-width: calc(100vw - 474px) !important;
}
.zb-calc-max-w-474 {
  max-width: calc(100vw - 474px) !important;
}
.zb-font-474 {
  font-size: 474px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-474 {
    max-width: 474px !important;
  }
}
.zb-h-475 {
  height: 475px !important;
}
.zb-min-h-475 {
  min-height: 475px !important;
}
.zb-max-h-475 {
  max-height: 475px !important;
}
.zb-calc-h-475 {
  height: calc(100vh - 475px) !important;
}
.zb-calc-min-h-475 {
  min-height: calc(100vh - 475px) !important;
}
.zb-calc-max-h-475 {
  max-height: calc(100vh - 475px) !important;
}
.zb-w-475 {
  width: 475px !important;
}
.zb-w-percent-475 {
  width: 475% !important;
}
.zb-min-w-475 {
  min-width: 475px !important;
}
.zb-max-w-475 {
  max-width: 475px !important;
}
.zb-calc-w-475 {
  width: calc(100vw - 475px) !important;
}
.zb-calc-min-w-475 {
  min-width: calc(100vw - 475px) !important;
}
.zb-calc-max-w-475 {
  max-width: calc(100vw - 475px) !important;
}
.zb-font-475 {
  font-size: 475px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-475 {
    max-width: 475px !important;
  }
}
.zb-h-476 {
  height: 476px !important;
}
.zb-min-h-476 {
  min-height: 476px !important;
}
.zb-max-h-476 {
  max-height: 476px !important;
}
.zb-calc-h-476 {
  height: calc(100vh - 476px) !important;
}
.zb-calc-min-h-476 {
  min-height: calc(100vh - 476px) !important;
}
.zb-calc-max-h-476 {
  max-height: calc(100vh - 476px) !important;
}
.zb-w-476 {
  width: 476px !important;
}
.zb-w-percent-476 {
  width: 476% !important;
}
.zb-min-w-476 {
  min-width: 476px !important;
}
.zb-max-w-476 {
  max-width: 476px !important;
}
.zb-calc-w-476 {
  width: calc(100vw - 476px) !important;
}
.zb-calc-min-w-476 {
  min-width: calc(100vw - 476px) !important;
}
.zb-calc-max-w-476 {
  max-width: calc(100vw - 476px) !important;
}
.zb-font-476 {
  font-size: 476px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-476 {
    max-width: 476px !important;
  }
}
.zb-h-477 {
  height: 477px !important;
}
.zb-min-h-477 {
  min-height: 477px !important;
}
.zb-max-h-477 {
  max-height: 477px !important;
}
.zb-calc-h-477 {
  height: calc(100vh - 477px) !important;
}
.zb-calc-min-h-477 {
  min-height: calc(100vh - 477px) !important;
}
.zb-calc-max-h-477 {
  max-height: calc(100vh - 477px) !important;
}
.zb-w-477 {
  width: 477px !important;
}
.zb-w-percent-477 {
  width: 477% !important;
}
.zb-min-w-477 {
  min-width: 477px !important;
}
.zb-max-w-477 {
  max-width: 477px !important;
}
.zb-calc-w-477 {
  width: calc(100vw - 477px) !important;
}
.zb-calc-min-w-477 {
  min-width: calc(100vw - 477px) !important;
}
.zb-calc-max-w-477 {
  max-width: calc(100vw - 477px) !important;
}
.zb-font-477 {
  font-size: 477px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-477 {
    max-width: 477px !important;
  }
}
.zb-h-478 {
  height: 478px !important;
}
.zb-min-h-478 {
  min-height: 478px !important;
}
.zb-max-h-478 {
  max-height: 478px !important;
}
.zb-calc-h-478 {
  height: calc(100vh - 478px) !important;
}
.zb-calc-min-h-478 {
  min-height: calc(100vh - 478px) !important;
}
.zb-calc-max-h-478 {
  max-height: calc(100vh - 478px) !important;
}
.zb-w-478 {
  width: 478px !important;
}
.zb-w-percent-478 {
  width: 478% !important;
}
.zb-min-w-478 {
  min-width: 478px !important;
}
.zb-max-w-478 {
  max-width: 478px !important;
}
.zb-calc-w-478 {
  width: calc(100vw - 478px) !important;
}
.zb-calc-min-w-478 {
  min-width: calc(100vw - 478px) !important;
}
.zb-calc-max-w-478 {
  max-width: calc(100vw - 478px) !important;
}
.zb-font-478 {
  font-size: 478px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-478 {
    max-width: 478px !important;
  }
}
.zb-h-479 {
  height: 479px !important;
}
.zb-min-h-479 {
  min-height: 479px !important;
}
.zb-max-h-479 {
  max-height: 479px !important;
}
.zb-calc-h-479 {
  height: calc(100vh - 479px) !important;
}
.zb-calc-min-h-479 {
  min-height: calc(100vh - 479px) !important;
}
.zb-calc-max-h-479 {
  max-height: calc(100vh - 479px) !important;
}
.zb-w-479 {
  width: 479px !important;
}
.zb-w-percent-479 {
  width: 479% !important;
}
.zb-min-w-479 {
  min-width: 479px !important;
}
.zb-max-w-479 {
  max-width: 479px !important;
}
.zb-calc-w-479 {
  width: calc(100vw - 479px) !important;
}
.zb-calc-min-w-479 {
  min-width: calc(100vw - 479px) !important;
}
.zb-calc-max-w-479 {
  max-width: calc(100vw - 479px) !important;
}
.zb-font-479 {
  font-size: 479px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-479 {
    max-width: 479px !important;
  }
}
.zb-h-480 {
  height: 480px !important;
}
.zb-min-h-480 {
  min-height: 480px !important;
}
.zb-max-h-480 {
  max-height: 480px !important;
}
.zb-calc-h-480 {
  height: calc(100vh - 480px) !important;
}
.zb-calc-min-h-480 {
  min-height: calc(100vh - 480px) !important;
}
.zb-calc-max-h-480 {
  max-height: calc(100vh - 480px) !important;
}
.zb-w-480 {
  width: 480px !important;
}
.zb-w-percent-480 {
  width: 480% !important;
}
.zb-min-w-480 {
  min-width: 480px !important;
}
.zb-max-w-480 {
  max-width: 480px !important;
}
.zb-calc-w-480 {
  width: calc(100vw - 480px) !important;
}
.zb-calc-min-w-480 {
  min-width: calc(100vw - 480px) !important;
}
.zb-calc-max-w-480 {
  max-width: calc(100vw - 480px) !important;
}
.zb-font-480 {
  font-size: 480px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-480 {
    max-width: 480px !important;
  }
}
.zb-h-481 {
  height: 481px !important;
}
.zb-min-h-481 {
  min-height: 481px !important;
}
.zb-max-h-481 {
  max-height: 481px !important;
}
.zb-calc-h-481 {
  height: calc(100vh - 481px) !important;
}
.zb-calc-min-h-481 {
  min-height: calc(100vh - 481px) !important;
}
.zb-calc-max-h-481 {
  max-height: calc(100vh - 481px) !important;
}
.zb-w-481 {
  width: 481px !important;
}
.zb-w-percent-481 {
  width: 481% !important;
}
.zb-min-w-481 {
  min-width: 481px !important;
}
.zb-max-w-481 {
  max-width: 481px !important;
}
.zb-calc-w-481 {
  width: calc(100vw - 481px) !important;
}
.zb-calc-min-w-481 {
  min-width: calc(100vw - 481px) !important;
}
.zb-calc-max-w-481 {
  max-width: calc(100vw - 481px) !important;
}
.zb-font-481 {
  font-size: 481px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-481 {
    max-width: 481px !important;
  }
}
.zb-h-482 {
  height: 482px !important;
}
.zb-min-h-482 {
  min-height: 482px !important;
}
.zb-max-h-482 {
  max-height: 482px !important;
}
.zb-calc-h-482 {
  height: calc(100vh - 482px) !important;
}
.zb-calc-min-h-482 {
  min-height: calc(100vh - 482px) !important;
}
.zb-calc-max-h-482 {
  max-height: calc(100vh - 482px) !important;
}
.zb-w-482 {
  width: 482px !important;
}
.zb-w-percent-482 {
  width: 482% !important;
}
.zb-min-w-482 {
  min-width: 482px !important;
}
.zb-max-w-482 {
  max-width: 482px !important;
}
.zb-calc-w-482 {
  width: calc(100vw - 482px) !important;
}
.zb-calc-min-w-482 {
  min-width: calc(100vw - 482px) !important;
}
.zb-calc-max-w-482 {
  max-width: calc(100vw - 482px) !important;
}
.zb-font-482 {
  font-size: 482px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-482 {
    max-width: 482px !important;
  }
}
.zb-h-483 {
  height: 483px !important;
}
.zb-min-h-483 {
  min-height: 483px !important;
}
.zb-max-h-483 {
  max-height: 483px !important;
}
.zb-calc-h-483 {
  height: calc(100vh - 483px) !important;
}
.zb-calc-min-h-483 {
  min-height: calc(100vh - 483px) !important;
}
.zb-calc-max-h-483 {
  max-height: calc(100vh - 483px) !important;
}
.zb-w-483 {
  width: 483px !important;
}
.zb-w-percent-483 {
  width: 483% !important;
}
.zb-min-w-483 {
  min-width: 483px !important;
}
.zb-max-w-483 {
  max-width: 483px !important;
}
.zb-calc-w-483 {
  width: calc(100vw - 483px) !important;
}
.zb-calc-min-w-483 {
  min-width: calc(100vw - 483px) !important;
}
.zb-calc-max-w-483 {
  max-width: calc(100vw - 483px) !important;
}
.zb-font-483 {
  font-size: 483px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-483 {
    max-width: 483px !important;
  }
}
.zb-h-484 {
  height: 484px !important;
}
.zb-min-h-484 {
  min-height: 484px !important;
}
.zb-max-h-484 {
  max-height: 484px !important;
}
.zb-calc-h-484 {
  height: calc(100vh - 484px) !important;
}
.zb-calc-min-h-484 {
  min-height: calc(100vh - 484px) !important;
}
.zb-calc-max-h-484 {
  max-height: calc(100vh - 484px) !important;
}
.zb-w-484 {
  width: 484px !important;
}
.zb-w-percent-484 {
  width: 484% !important;
}
.zb-min-w-484 {
  min-width: 484px !important;
}
.zb-max-w-484 {
  max-width: 484px !important;
}
.zb-calc-w-484 {
  width: calc(100vw - 484px) !important;
}
.zb-calc-min-w-484 {
  min-width: calc(100vw - 484px) !important;
}
.zb-calc-max-w-484 {
  max-width: calc(100vw - 484px) !important;
}
.zb-font-484 {
  font-size: 484px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-484 {
    max-width: 484px !important;
  }
}
.zb-h-485 {
  height: 485px !important;
}
.zb-min-h-485 {
  min-height: 485px !important;
}
.zb-max-h-485 {
  max-height: 485px !important;
}
.zb-calc-h-485 {
  height: calc(100vh - 485px) !important;
}
.zb-calc-min-h-485 {
  min-height: calc(100vh - 485px) !important;
}
.zb-calc-max-h-485 {
  max-height: calc(100vh - 485px) !important;
}
.zb-w-485 {
  width: 485px !important;
}
.zb-w-percent-485 {
  width: 485% !important;
}
.zb-min-w-485 {
  min-width: 485px !important;
}
.zb-max-w-485 {
  max-width: 485px !important;
}
.zb-calc-w-485 {
  width: calc(100vw - 485px) !important;
}
.zb-calc-min-w-485 {
  min-width: calc(100vw - 485px) !important;
}
.zb-calc-max-w-485 {
  max-width: calc(100vw - 485px) !important;
}
.zb-font-485 {
  font-size: 485px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-485 {
    max-width: 485px !important;
  }
}
.zb-h-486 {
  height: 486px !important;
}
.zb-min-h-486 {
  min-height: 486px !important;
}
.zb-max-h-486 {
  max-height: 486px !important;
}
.zb-calc-h-486 {
  height: calc(100vh - 486px) !important;
}
.zb-calc-min-h-486 {
  min-height: calc(100vh - 486px) !important;
}
.zb-calc-max-h-486 {
  max-height: calc(100vh - 486px) !important;
}
.zb-w-486 {
  width: 486px !important;
}
.zb-w-percent-486 {
  width: 486% !important;
}
.zb-min-w-486 {
  min-width: 486px !important;
}
.zb-max-w-486 {
  max-width: 486px !important;
}
.zb-calc-w-486 {
  width: calc(100vw - 486px) !important;
}
.zb-calc-min-w-486 {
  min-width: calc(100vw - 486px) !important;
}
.zb-calc-max-w-486 {
  max-width: calc(100vw - 486px) !important;
}
.zb-font-486 {
  font-size: 486px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-486 {
    max-width: 486px !important;
  }
}
.zb-h-487 {
  height: 487px !important;
}
.zb-min-h-487 {
  min-height: 487px !important;
}
.zb-max-h-487 {
  max-height: 487px !important;
}
.zb-calc-h-487 {
  height: calc(100vh - 487px) !important;
}
.zb-calc-min-h-487 {
  min-height: calc(100vh - 487px) !important;
}
.zb-calc-max-h-487 {
  max-height: calc(100vh - 487px) !important;
}
.zb-w-487 {
  width: 487px !important;
}
.zb-w-percent-487 {
  width: 487% !important;
}
.zb-min-w-487 {
  min-width: 487px !important;
}
.zb-max-w-487 {
  max-width: 487px !important;
}
.zb-calc-w-487 {
  width: calc(100vw - 487px) !important;
}
.zb-calc-min-w-487 {
  min-width: calc(100vw - 487px) !important;
}
.zb-calc-max-w-487 {
  max-width: calc(100vw - 487px) !important;
}
.zb-font-487 {
  font-size: 487px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-487 {
    max-width: 487px !important;
  }
}
.zb-h-488 {
  height: 488px !important;
}
.zb-min-h-488 {
  min-height: 488px !important;
}
.zb-max-h-488 {
  max-height: 488px !important;
}
.zb-calc-h-488 {
  height: calc(100vh - 488px) !important;
}
.zb-calc-min-h-488 {
  min-height: calc(100vh - 488px) !important;
}
.zb-calc-max-h-488 {
  max-height: calc(100vh - 488px) !important;
}
.zb-w-488 {
  width: 488px !important;
}
.zb-w-percent-488 {
  width: 488% !important;
}
.zb-min-w-488 {
  min-width: 488px !important;
}
.zb-max-w-488 {
  max-width: 488px !important;
}
.zb-calc-w-488 {
  width: calc(100vw - 488px) !important;
}
.zb-calc-min-w-488 {
  min-width: calc(100vw - 488px) !important;
}
.zb-calc-max-w-488 {
  max-width: calc(100vw - 488px) !important;
}
.zb-font-488 {
  font-size: 488px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-488 {
    max-width: 488px !important;
  }
}
.zb-h-489 {
  height: 489px !important;
}
.zb-min-h-489 {
  min-height: 489px !important;
}
.zb-max-h-489 {
  max-height: 489px !important;
}
.zb-calc-h-489 {
  height: calc(100vh - 489px) !important;
}
.zb-calc-min-h-489 {
  min-height: calc(100vh - 489px) !important;
}
.zb-calc-max-h-489 {
  max-height: calc(100vh - 489px) !important;
}
.zb-w-489 {
  width: 489px !important;
}
.zb-w-percent-489 {
  width: 489% !important;
}
.zb-min-w-489 {
  min-width: 489px !important;
}
.zb-max-w-489 {
  max-width: 489px !important;
}
.zb-calc-w-489 {
  width: calc(100vw - 489px) !important;
}
.zb-calc-min-w-489 {
  min-width: calc(100vw - 489px) !important;
}
.zb-calc-max-w-489 {
  max-width: calc(100vw - 489px) !important;
}
.zb-font-489 {
  font-size: 489px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-489 {
    max-width: 489px !important;
  }
}
.zb-h-490 {
  height: 490px !important;
}
.zb-min-h-490 {
  min-height: 490px !important;
}
.zb-max-h-490 {
  max-height: 490px !important;
}
.zb-calc-h-490 {
  height: calc(100vh - 490px) !important;
}
.zb-calc-min-h-490 {
  min-height: calc(100vh - 490px) !important;
}
.zb-calc-max-h-490 {
  max-height: calc(100vh - 490px) !important;
}
.zb-w-490 {
  width: 490px !important;
}
.zb-w-percent-490 {
  width: 490% !important;
}
.zb-min-w-490 {
  min-width: 490px !important;
}
.zb-max-w-490 {
  max-width: 490px !important;
}
.zb-calc-w-490 {
  width: calc(100vw - 490px) !important;
}
.zb-calc-min-w-490 {
  min-width: calc(100vw - 490px) !important;
}
.zb-calc-max-w-490 {
  max-width: calc(100vw - 490px) !important;
}
.zb-font-490 {
  font-size: 490px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-490 {
    max-width: 490px !important;
  }
}
.zb-h-491 {
  height: 491px !important;
}
.zb-min-h-491 {
  min-height: 491px !important;
}
.zb-max-h-491 {
  max-height: 491px !important;
}
.zb-calc-h-491 {
  height: calc(100vh - 491px) !important;
}
.zb-calc-min-h-491 {
  min-height: calc(100vh - 491px) !important;
}
.zb-calc-max-h-491 {
  max-height: calc(100vh - 491px) !important;
}
.zb-w-491 {
  width: 491px !important;
}
.zb-w-percent-491 {
  width: 491% !important;
}
.zb-min-w-491 {
  min-width: 491px !important;
}
.zb-max-w-491 {
  max-width: 491px !important;
}
.zb-calc-w-491 {
  width: calc(100vw - 491px) !important;
}
.zb-calc-min-w-491 {
  min-width: calc(100vw - 491px) !important;
}
.zb-calc-max-w-491 {
  max-width: calc(100vw - 491px) !important;
}
.zb-font-491 {
  font-size: 491px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-491 {
    max-width: 491px !important;
  }
}
.zb-h-492 {
  height: 492px !important;
}
.zb-min-h-492 {
  min-height: 492px !important;
}
.zb-max-h-492 {
  max-height: 492px !important;
}
.zb-calc-h-492 {
  height: calc(100vh - 492px) !important;
}
.zb-calc-min-h-492 {
  min-height: calc(100vh - 492px) !important;
}
.zb-calc-max-h-492 {
  max-height: calc(100vh - 492px) !important;
}
.zb-w-492 {
  width: 492px !important;
}
.zb-w-percent-492 {
  width: 492% !important;
}
.zb-min-w-492 {
  min-width: 492px !important;
}
.zb-max-w-492 {
  max-width: 492px !important;
}
.zb-calc-w-492 {
  width: calc(100vw - 492px) !important;
}
.zb-calc-min-w-492 {
  min-width: calc(100vw - 492px) !important;
}
.zb-calc-max-w-492 {
  max-width: calc(100vw - 492px) !important;
}
.zb-font-492 {
  font-size: 492px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-492 {
    max-width: 492px !important;
  }
}
.zb-h-493 {
  height: 493px !important;
}
.zb-min-h-493 {
  min-height: 493px !important;
}
.zb-max-h-493 {
  max-height: 493px !important;
}
.zb-calc-h-493 {
  height: calc(100vh - 493px) !important;
}
.zb-calc-min-h-493 {
  min-height: calc(100vh - 493px) !important;
}
.zb-calc-max-h-493 {
  max-height: calc(100vh - 493px) !important;
}
.zb-w-493 {
  width: 493px !important;
}
.zb-w-percent-493 {
  width: 493% !important;
}
.zb-min-w-493 {
  min-width: 493px !important;
}
.zb-max-w-493 {
  max-width: 493px !important;
}
.zb-calc-w-493 {
  width: calc(100vw - 493px) !important;
}
.zb-calc-min-w-493 {
  min-width: calc(100vw - 493px) !important;
}
.zb-calc-max-w-493 {
  max-width: calc(100vw - 493px) !important;
}
.zb-font-493 {
  font-size: 493px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-493 {
    max-width: 493px !important;
  }
}
.zb-h-494 {
  height: 494px !important;
}
.zb-min-h-494 {
  min-height: 494px !important;
}
.zb-max-h-494 {
  max-height: 494px !important;
}
.zb-calc-h-494 {
  height: calc(100vh - 494px) !important;
}
.zb-calc-min-h-494 {
  min-height: calc(100vh - 494px) !important;
}
.zb-calc-max-h-494 {
  max-height: calc(100vh - 494px) !important;
}
.zb-w-494 {
  width: 494px !important;
}
.zb-w-percent-494 {
  width: 494% !important;
}
.zb-min-w-494 {
  min-width: 494px !important;
}
.zb-max-w-494 {
  max-width: 494px !important;
}
.zb-calc-w-494 {
  width: calc(100vw - 494px) !important;
}
.zb-calc-min-w-494 {
  min-width: calc(100vw - 494px) !important;
}
.zb-calc-max-w-494 {
  max-width: calc(100vw - 494px) !important;
}
.zb-font-494 {
  font-size: 494px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-494 {
    max-width: 494px !important;
  }
}
.zb-h-495 {
  height: 495px !important;
}
.zb-min-h-495 {
  min-height: 495px !important;
}
.zb-max-h-495 {
  max-height: 495px !important;
}
.zb-calc-h-495 {
  height: calc(100vh - 495px) !important;
}
.zb-calc-min-h-495 {
  min-height: calc(100vh - 495px) !important;
}
.zb-calc-max-h-495 {
  max-height: calc(100vh - 495px) !important;
}
.zb-w-495 {
  width: 495px !important;
}
.zb-w-percent-495 {
  width: 495% !important;
}
.zb-min-w-495 {
  min-width: 495px !important;
}
.zb-max-w-495 {
  max-width: 495px !important;
}
.zb-calc-w-495 {
  width: calc(100vw - 495px) !important;
}
.zb-calc-min-w-495 {
  min-width: calc(100vw - 495px) !important;
}
.zb-calc-max-w-495 {
  max-width: calc(100vw - 495px) !important;
}
.zb-font-495 {
  font-size: 495px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-495 {
    max-width: 495px !important;
  }
}
.zb-h-496 {
  height: 496px !important;
}
.zb-min-h-496 {
  min-height: 496px !important;
}
.zb-max-h-496 {
  max-height: 496px !important;
}
.zb-calc-h-496 {
  height: calc(100vh - 496px) !important;
}
.zb-calc-min-h-496 {
  min-height: calc(100vh - 496px) !important;
}
.zb-calc-max-h-496 {
  max-height: calc(100vh - 496px) !important;
}
.zb-w-496 {
  width: 496px !important;
}
.zb-w-percent-496 {
  width: 496% !important;
}
.zb-min-w-496 {
  min-width: 496px !important;
}
.zb-max-w-496 {
  max-width: 496px !important;
}
.zb-calc-w-496 {
  width: calc(100vw - 496px) !important;
}
.zb-calc-min-w-496 {
  min-width: calc(100vw - 496px) !important;
}
.zb-calc-max-w-496 {
  max-width: calc(100vw - 496px) !important;
}
.zb-font-496 {
  font-size: 496px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-496 {
    max-width: 496px !important;
  }
}
.zb-h-497 {
  height: 497px !important;
}
.zb-min-h-497 {
  min-height: 497px !important;
}
.zb-max-h-497 {
  max-height: 497px !important;
}
.zb-calc-h-497 {
  height: calc(100vh - 497px) !important;
}
.zb-calc-min-h-497 {
  min-height: calc(100vh - 497px) !important;
}
.zb-calc-max-h-497 {
  max-height: calc(100vh - 497px) !important;
}
.zb-w-497 {
  width: 497px !important;
}
.zb-w-percent-497 {
  width: 497% !important;
}
.zb-min-w-497 {
  min-width: 497px !important;
}
.zb-max-w-497 {
  max-width: 497px !important;
}
.zb-calc-w-497 {
  width: calc(100vw - 497px) !important;
}
.zb-calc-min-w-497 {
  min-width: calc(100vw - 497px) !important;
}
.zb-calc-max-w-497 {
  max-width: calc(100vw - 497px) !important;
}
.zb-font-497 {
  font-size: 497px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-497 {
    max-width: 497px !important;
  }
}
.zb-h-498 {
  height: 498px !important;
}
.zb-min-h-498 {
  min-height: 498px !important;
}
.zb-max-h-498 {
  max-height: 498px !important;
}
.zb-calc-h-498 {
  height: calc(100vh - 498px) !important;
}
.zb-calc-min-h-498 {
  min-height: calc(100vh - 498px) !important;
}
.zb-calc-max-h-498 {
  max-height: calc(100vh - 498px) !important;
}
.zb-w-498 {
  width: 498px !important;
}
.zb-w-percent-498 {
  width: 498% !important;
}
.zb-min-w-498 {
  min-width: 498px !important;
}
.zb-max-w-498 {
  max-width: 498px !important;
}
.zb-calc-w-498 {
  width: calc(100vw - 498px) !important;
}
.zb-calc-min-w-498 {
  min-width: calc(100vw - 498px) !important;
}
.zb-calc-max-w-498 {
  max-width: calc(100vw - 498px) !important;
}
.zb-font-498 {
  font-size: 498px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-498 {
    max-width: 498px !important;
  }
}
.zb-h-499 {
  height: 499px !important;
}
.zb-min-h-499 {
  min-height: 499px !important;
}
.zb-max-h-499 {
  max-height: 499px !important;
}
.zb-calc-h-499 {
  height: calc(100vh - 499px) !important;
}
.zb-calc-min-h-499 {
  min-height: calc(100vh - 499px) !important;
}
.zb-calc-max-h-499 {
  max-height: calc(100vh - 499px) !important;
}
.zb-w-499 {
  width: 499px !important;
}
.zb-w-percent-499 {
  width: 499% !important;
}
.zb-min-w-499 {
  min-width: 499px !important;
}
.zb-max-w-499 {
  max-width: 499px !important;
}
.zb-calc-w-499 {
  width: calc(100vw - 499px) !important;
}
.zb-calc-min-w-499 {
  min-width: calc(100vw - 499px) !important;
}
.zb-calc-max-w-499 {
  max-width: calc(100vw - 499px) !important;
}
.zb-font-499 {
  font-size: 499px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-499 {
    max-width: 499px !important;
  }
}
.zb-h-500 {
  height: 500px !important;
}
.zb-min-h-500 {
  min-height: 500px !important;
}
.zb-max-h-500 {
  max-height: 500px !important;
}
.zb-calc-h-500 {
  height: calc(100vh - 500px) !important;
}
.zb-calc-min-h-500 {
  min-height: calc(100vh - 500px) !important;
}
.zb-calc-max-h-500 {
  max-height: calc(100vh - 500px) !important;
}
.zb-w-500 {
  width: 500px !important;
}
.zb-w-percent-500 {
  width: 500% !important;
}
.zb-min-w-500 {
  min-width: 500px !important;
}
.zb-max-w-500 {
  max-width: 500px !important;
}
.zb-calc-w-500 {
  width: calc(100vw - 500px) !important;
}
.zb-calc-min-w-500 {
  min-width: calc(100vw - 500px) !important;
}
.zb-calc-max-w-500 {
  max-width: calc(100vw - 500px) !important;
}
.zb-font-500 {
  font-size: 500px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-500 {
    max-width: 500px !important;
  }
}
.zb-h-501 {
  height: 501px !important;
}
.zb-min-h-501 {
  min-height: 501px !important;
}
.zb-max-h-501 {
  max-height: 501px !important;
}
.zb-calc-h-501 {
  height: calc(100vh - 501px) !important;
}
.zb-calc-min-h-501 {
  min-height: calc(100vh - 501px) !important;
}
.zb-calc-max-h-501 {
  max-height: calc(100vh - 501px) !important;
}
.zb-w-501 {
  width: 501px !important;
}
.zb-w-percent-501 {
  width: 501% !important;
}
.zb-min-w-501 {
  min-width: 501px !important;
}
.zb-max-w-501 {
  max-width: 501px !important;
}
.zb-calc-w-501 {
  width: calc(100vw - 501px) !important;
}
.zb-calc-min-w-501 {
  min-width: calc(100vw - 501px) !important;
}
.zb-calc-max-w-501 {
  max-width: calc(100vw - 501px) !important;
}
.zb-font-501 {
  font-size: 501px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-501 {
    max-width: 501px !important;
  }
}
.zb-h-502 {
  height: 502px !important;
}
.zb-min-h-502 {
  min-height: 502px !important;
}
.zb-max-h-502 {
  max-height: 502px !important;
}
.zb-calc-h-502 {
  height: calc(100vh - 502px) !important;
}
.zb-calc-min-h-502 {
  min-height: calc(100vh - 502px) !important;
}
.zb-calc-max-h-502 {
  max-height: calc(100vh - 502px) !important;
}
.zb-w-502 {
  width: 502px !important;
}
.zb-w-percent-502 {
  width: 502% !important;
}
.zb-min-w-502 {
  min-width: 502px !important;
}
.zb-max-w-502 {
  max-width: 502px !important;
}
.zb-calc-w-502 {
  width: calc(100vw - 502px) !important;
}
.zb-calc-min-w-502 {
  min-width: calc(100vw - 502px) !important;
}
.zb-calc-max-w-502 {
  max-width: calc(100vw - 502px) !important;
}
.zb-font-502 {
  font-size: 502px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-502 {
    max-width: 502px !important;
  }
}
.zb-h-503 {
  height: 503px !important;
}
.zb-min-h-503 {
  min-height: 503px !important;
}
.zb-max-h-503 {
  max-height: 503px !important;
}
.zb-calc-h-503 {
  height: calc(100vh - 503px) !important;
}
.zb-calc-min-h-503 {
  min-height: calc(100vh - 503px) !important;
}
.zb-calc-max-h-503 {
  max-height: calc(100vh - 503px) !important;
}
.zb-w-503 {
  width: 503px !important;
}
.zb-w-percent-503 {
  width: 503% !important;
}
.zb-min-w-503 {
  min-width: 503px !important;
}
.zb-max-w-503 {
  max-width: 503px !important;
}
.zb-calc-w-503 {
  width: calc(100vw - 503px) !important;
}
.zb-calc-min-w-503 {
  min-width: calc(100vw - 503px) !important;
}
.zb-calc-max-w-503 {
  max-width: calc(100vw - 503px) !important;
}
.zb-font-503 {
  font-size: 503px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-503 {
    max-width: 503px !important;
  }
}
.zb-h-504 {
  height: 504px !important;
}
.zb-min-h-504 {
  min-height: 504px !important;
}
.zb-max-h-504 {
  max-height: 504px !important;
}
.zb-calc-h-504 {
  height: calc(100vh - 504px) !important;
}
.zb-calc-min-h-504 {
  min-height: calc(100vh - 504px) !important;
}
.zb-calc-max-h-504 {
  max-height: calc(100vh - 504px) !important;
}
.zb-w-504 {
  width: 504px !important;
}
.zb-w-percent-504 {
  width: 504% !important;
}
.zb-min-w-504 {
  min-width: 504px !important;
}
.zb-max-w-504 {
  max-width: 504px !important;
}
.zb-calc-w-504 {
  width: calc(100vw - 504px) !important;
}
.zb-calc-min-w-504 {
  min-width: calc(100vw - 504px) !important;
}
.zb-calc-max-w-504 {
  max-width: calc(100vw - 504px) !important;
}
.zb-font-504 {
  font-size: 504px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-504 {
    max-width: 504px !important;
  }
}
.zb-h-505 {
  height: 505px !important;
}
.zb-min-h-505 {
  min-height: 505px !important;
}
.zb-max-h-505 {
  max-height: 505px !important;
}
.zb-calc-h-505 {
  height: calc(100vh - 505px) !important;
}
.zb-calc-min-h-505 {
  min-height: calc(100vh - 505px) !important;
}
.zb-calc-max-h-505 {
  max-height: calc(100vh - 505px) !important;
}
.zb-w-505 {
  width: 505px !important;
}
.zb-w-percent-505 {
  width: 505% !important;
}
.zb-min-w-505 {
  min-width: 505px !important;
}
.zb-max-w-505 {
  max-width: 505px !important;
}
.zb-calc-w-505 {
  width: calc(100vw - 505px) !important;
}
.zb-calc-min-w-505 {
  min-width: calc(100vw - 505px) !important;
}
.zb-calc-max-w-505 {
  max-width: calc(100vw - 505px) !important;
}
.zb-font-505 {
  font-size: 505px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-505 {
    max-width: 505px !important;
  }
}
.zb-h-506 {
  height: 506px !important;
}
.zb-min-h-506 {
  min-height: 506px !important;
}
.zb-max-h-506 {
  max-height: 506px !important;
}
.zb-calc-h-506 {
  height: calc(100vh - 506px) !important;
}
.zb-calc-min-h-506 {
  min-height: calc(100vh - 506px) !important;
}
.zb-calc-max-h-506 {
  max-height: calc(100vh - 506px) !important;
}
.zb-w-506 {
  width: 506px !important;
}
.zb-w-percent-506 {
  width: 506% !important;
}
.zb-min-w-506 {
  min-width: 506px !important;
}
.zb-max-w-506 {
  max-width: 506px !important;
}
.zb-calc-w-506 {
  width: calc(100vw - 506px) !important;
}
.zb-calc-min-w-506 {
  min-width: calc(100vw - 506px) !important;
}
.zb-calc-max-w-506 {
  max-width: calc(100vw - 506px) !important;
}
.zb-font-506 {
  font-size: 506px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-506 {
    max-width: 506px !important;
  }
}
.zb-h-507 {
  height: 507px !important;
}
.zb-min-h-507 {
  min-height: 507px !important;
}
.zb-max-h-507 {
  max-height: 507px !important;
}
.zb-calc-h-507 {
  height: calc(100vh - 507px) !important;
}
.zb-calc-min-h-507 {
  min-height: calc(100vh - 507px) !important;
}
.zb-calc-max-h-507 {
  max-height: calc(100vh - 507px) !important;
}
.zb-w-507 {
  width: 507px !important;
}
.zb-w-percent-507 {
  width: 507% !important;
}
.zb-min-w-507 {
  min-width: 507px !important;
}
.zb-max-w-507 {
  max-width: 507px !important;
}
.zb-calc-w-507 {
  width: calc(100vw - 507px) !important;
}
.zb-calc-min-w-507 {
  min-width: calc(100vw - 507px) !important;
}
.zb-calc-max-w-507 {
  max-width: calc(100vw - 507px) !important;
}
.zb-font-507 {
  font-size: 507px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-507 {
    max-width: 507px !important;
  }
}
.zb-h-508 {
  height: 508px !important;
}
.zb-min-h-508 {
  min-height: 508px !important;
}
.zb-max-h-508 {
  max-height: 508px !important;
}
.zb-calc-h-508 {
  height: calc(100vh - 508px) !important;
}
.zb-calc-min-h-508 {
  min-height: calc(100vh - 508px) !important;
}
.zb-calc-max-h-508 {
  max-height: calc(100vh - 508px) !important;
}
.zb-w-508 {
  width: 508px !important;
}
.zb-w-percent-508 {
  width: 508% !important;
}
.zb-min-w-508 {
  min-width: 508px !important;
}
.zb-max-w-508 {
  max-width: 508px !important;
}
.zb-calc-w-508 {
  width: calc(100vw - 508px) !important;
}
.zb-calc-min-w-508 {
  min-width: calc(100vw - 508px) !important;
}
.zb-calc-max-w-508 {
  max-width: calc(100vw - 508px) !important;
}
.zb-font-508 {
  font-size: 508px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-508 {
    max-width: 508px !important;
  }
}
.zb-h-509 {
  height: 509px !important;
}
.zb-min-h-509 {
  min-height: 509px !important;
}
.zb-max-h-509 {
  max-height: 509px !important;
}
.zb-calc-h-509 {
  height: calc(100vh - 509px) !important;
}
.zb-calc-min-h-509 {
  min-height: calc(100vh - 509px) !important;
}
.zb-calc-max-h-509 {
  max-height: calc(100vh - 509px) !important;
}
.zb-w-509 {
  width: 509px !important;
}
.zb-w-percent-509 {
  width: 509% !important;
}
.zb-min-w-509 {
  min-width: 509px !important;
}
.zb-max-w-509 {
  max-width: 509px !important;
}
.zb-calc-w-509 {
  width: calc(100vw - 509px) !important;
}
.zb-calc-min-w-509 {
  min-width: calc(100vw - 509px) !important;
}
.zb-calc-max-w-509 {
  max-width: calc(100vw - 509px) !important;
}
.zb-font-509 {
  font-size: 509px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-509 {
    max-width: 509px !important;
  }
}
.zb-h-510 {
  height: 510px !important;
}
.zb-min-h-510 {
  min-height: 510px !important;
}
.zb-max-h-510 {
  max-height: 510px !important;
}
.zb-calc-h-510 {
  height: calc(100vh - 510px) !important;
}
.zb-calc-min-h-510 {
  min-height: calc(100vh - 510px) !important;
}
.zb-calc-max-h-510 {
  max-height: calc(100vh - 510px) !important;
}
.zb-w-510 {
  width: 510px !important;
}
.zb-w-percent-510 {
  width: 510% !important;
}
.zb-min-w-510 {
  min-width: 510px !important;
}
.zb-max-w-510 {
  max-width: 510px !important;
}
.zb-calc-w-510 {
  width: calc(100vw - 510px) !important;
}
.zb-calc-min-w-510 {
  min-width: calc(100vw - 510px) !important;
}
.zb-calc-max-w-510 {
  max-width: calc(100vw - 510px) !important;
}
.zb-font-510 {
  font-size: 510px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-510 {
    max-width: 510px !important;
  }
}
.zb-h-511 {
  height: 511px !important;
}
.zb-min-h-511 {
  min-height: 511px !important;
}
.zb-max-h-511 {
  max-height: 511px !important;
}
.zb-calc-h-511 {
  height: calc(100vh - 511px) !important;
}
.zb-calc-min-h-511 {
  min-height: calc(100vh - 511px) !important;
}
.zb-calc-max-h-511 {
  max-height: calc(100vh - 511px) !important;
}
.zb-w-511 {
  width: 511px !important;
}
.zb-w-percent-511 {
  width: 511% !important;
}
.zb-min-w-511 {
  min-width: 511px !important;
}
.zb-max-w-511 {
  max-width: 511px !important;
}
.zb-calc-w-511 {
  width: calc(100vw - 511px) !important;
}
.zb-calc-min-w-511 {
  min-width: calc(100vw - 511px) !important;
}
.zb-calc-max-w-511 {
  max-width: calc(100vw - 511px) !important;
}
.zb-font-511 {
  font-size: 511px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-511 {
    max-width: 511px !important;
  }
}
.zb-h-512 {
  height: 512px !important;
}
.zb-min-h-512 {
  min-height: 512px !important;
}
.zb-max-h-512 {
  max-height: 512px !important;
}
.zb-calc-h-512 {
  height: calc(100vh - 512px) !important;
}
.zb-calc-min-h-512 {
  min-height: calc(100vh - 512px) !important;
}
.zb-calc-max-h-512 {
  max-height: calc(100vh - 512px) !important;
}
.zb-w-512 {
  width: 512px !important;
}
.zb-w-percent-512 {
  width: 512% !important;
}
.zb-min-w-512 {
  min-width: 512px !important;
}
.zb-max-w-512 {
  max-width: 512px !important;
}
.zb-calc-w-512 {
  width: calc(100vw - 512px) !important;
}
.zb-calc-min-w-512 {
  min-width: calc(100vw - 512px) !important;
}
.zb-calc-max-w-512 {
  max-width: calc(100vw - 512px) !important;
}
.zb-font-512 {
  font-size: 512px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-512 {
    max-width: 512px !important;
  }
}
.zb-h-513 {
  height: 513px !important;
}
.zb-min-h-513 {
  min-height: 513px !important;
}
.zb-max-h-513 {
  max-height: 513px !important;
}
.zb-calc-h-513 {
  height: calc(100vh - 513px) !important;
}
.zb-calc-min-h-513 {
  min-height: calc(100vh - 513px) !important;
}
.zb-calc-max-h-513 {
  max-height: calc(100vh - 513px) !important;
}
.zb-w-513 {
  width: 513px !important;
}
.zb-w-percent-513 {
  width: 513% !important;
}
.zb-min-w-513 {
  min-width: 513px !important;
}
.zb-max-w-513 {
  max-width: 513px !important;
}
.zb-calc-w-513 {
  width: calc(100vw - 513px) !important;
}
.zb-calc-min-w-513 {
  min-width: calc(100vw - 513px) !important;
}
.zb-calc-max-w-513 {
  max-width: calc(100vw - 513px) !important;
}
.zb-font-513 {
  font-size: 513px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-513 {
    max-width: 513px !important;
  }
}
.zb-h-514 {
  height: 514px !important;
}
.zb-min-h-514 {
  min-height: 514px !important;
}
.zb-max-h-514 {
  max-height: 514px !important;
}
.zb-calc-h-514 {
  height: calc(100vh - 514px) !important;
}
.zb-calc-min-h-514 {
  min-height: calc(100vh - 514px) !important;
}
.zb-calc-max-h-514 {
  max-height: calc(100vh - 514px) !important;
}
.zb-w-514 {
  width: 514px !important;
}
.zb-w-percent-514 {
  width: 514% !important;
}
.zb-min-w-514 {
  min-width: 514px !important;
}
.zb-max-w-514 {
  max-width: 514px !important;
}
.zb-calc-w-514 {
  width: calc(100vw - 514px) !important;
}
.zb-calc-min-w-514 {
  min-width: calc(100vw - 514px) !important;
}
.zb-calc-max-w-514 {
  max-width: calc(100vw - 514px) !important;
}
.zb-font-514 {
  font-size: 514px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-514 {
    max-width: 514px !important;
  }
}
.zb-h-515 {
  height: 515px !important;
}
.zb-min-h-515 {
  min-height: 515px !important;
}
.zb-max-h-515 {
  max-height: 515px !important;
}
.zb-calc-h-515 {
  height: calc(100vh - 515px) !important;
}
.zb-calc-min-h-515 {
  min-height: calc(100vh - 515px) !important;
}
.zb-calc-max-h-515 {
  max-height: calc(100vh - 515px) !important;
}
.zb-w-515 {
  width: 515px !important;
}
.zb-w-percent-515 {
  width: 515% !important;
}
.zb-min-w-515 {
  min-width: 515px !important;
}
.zb-max-w-515 {
  max-width: 515px !important;
}
.zb-calc-w-515 {
  width: calc(100vw - 515px) !important;
}
.zb-calc-min-w-515 {
  min-width: calc(100vw - 515px) !important;
}
.zb-calc-max-w-515 {
  max-width: calc(100vw - 515px) !important;
}
.zb-font-515 {
  font-size: 515px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-515 {
    max-width: 515px !important;
  }
}
.zb-h-516 {
  height: 516px !important;
}
.zb-min-h-516 {
  min-height: 516px !important;
}
.zb-max-h-516 {
  max-height: 516px !important;
}
.zb-calc-h-516 {
  height: calc(100vh - 516px) !important;
}
.zb-calc-min-h-516 {
  min-height: calc(100vh - 516px) !important;
}
.zb-calc-max-h-516 {
  max-height: calc(100vh - 516px) !important;
}
.zb-w-516 {
  width: 516px !important;
}
.zb-w-percent-516 {
  width: 516% !important;
}
.zb-min-w-516 {
  min-width: 516px !important;
}
.zb-max-w-516 {
  max-width: 516px !important;
}
.zb-calc-w-516 {
  width: calc(100vw - 516px) !important;
}
.zb-calc-min-w-516 {
  min-width: calc(100vw - 516px) !important;
}
.zb-calc-max-w-516 {
  max-width: calc(100vw - 516px) !important;
}
.zb-font-516 {
  font-size: 516px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-516 {
    max-width: 516px !important;
  }
}
.zb-h-517 {
  height: 517px !important;
}
.zb-min-h-517 {
  min-height: 517px !important;
}
.zb-max-h-517 {
  max-height: 517px !important;
}
.zb-calc-h-517 {
  height: calc(100vh - 517px) !important;
}
.zb-calc-min-h-517 {
  min-height: calc(100vh - 517px) !important;
}
.zb-calc-max-h-517 {
  max-height: calc(100vh - 517px) !important;
}
.zb-w-517 {
  width: 517px !important;
}
.zb-w-percent-517 {
  width: 517% !important;
}
.zb-min-w-517 {
  min-width: 517px !important;
}
.zb-max-w-517 {
  max-width: 517px !important;
}
.zb-calc-w-517 {
  width: calc(100vw - 517px) !important;
}
.zb-calc-min-w-517 {
  min-width: calc(100vw - 517px) !important;
}
.zb-calc-max-w-517 {
  max-width: calc(100vw - 517px) !important;
}
.zb-font-517 {
  font-size: 517px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-517 {
    max-width: 517px !important;
  }
}
.zb-h-518 {
  height: 518px !important;
}
.zb-min-h-518 {
  min-height: 518px !important;
}
.zb-max-h-518 {
  max-height: 518px !important;
}
.zb-calc-h-518 {
  height: calc(100vh - 518px) !important;
}
.zb-calc-min-h-518 {
  min-height: calc(100vh - 518px) !important;
}
.zb-calc-max-h-518 {
  max-height: calc(100vh - 518px) !important;
}
.zb-w-518 {
  width: 518px !important;
}
.zb-w-percent-518 {
  width: 518% !important;
}
.zb-min-w-518 {
  min-width: 518px !important;
}
.zb-max-w-518 {
  max-width: 518px !important;
}
.zb-calc-w-518 {
  width: calc(100vw - 518px) !important;
}
.zb-calc-min-w-518 {
  min-width: calc(100vw - 518px) !important;
}
.zb-calc-max-w-518 {
  max-width: calc(100vw - 518px) !important;
}
.zb-font-518 {
  font-size: 518px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-518 {
    max-width: 518px !important;
  }
}
.zb-h-519 {
  height: 519px !important;
}
.zb-min-h-519 {
  min-height: 519px !important;
}
.zb-max-h-519 {
  max-height: 519px !important;
}
.zb-calc-h-519 {
  height: calc(100vh - 519px) !important;
}
.zb-calc-min-h-519 {
  min-height: calc(100vh - 519px) !important;
}
.zb-calc-max-h-519 {
  max-height: calc(100vh - 519px) !important;
}
.zb-w-519 {
  width: 519px !important;
}
.zb-w-percent-519 {
  width: 519% !important;
}
.zb-min-w-519 {
  min-width: 519px !important;
}
.zb-max-w-519 {
  max-width: 519px !important;
}
.zb-calc-w-519 {
  width: calc(100vw - 519px) !important;
}
.zb-calc-min-w-519 {
  min-width: calc(100vw - 519px) !important;
}
.zb-calc-max-w-519 {
  max-width: calc(100vw - 519px) !important;
}
.zb-font-519 {
  font-size: 519px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-519 {
    max-width: 519px !important;
  }
}
.zb-h-520 {
  height: 520px !important;
}
.zb-min-h-520 {
  min-height: 520px !important;
}
.zb-max-h-520 {
  max-height: 520px !important;
}
.zb-calc-h-520 {
  height: calc(100vh - 520px) !important;
}
.zb-calc-min-h-520 {
  min-height: calc(100vh - 520px) !important;
}
.zb-calc-max-h-520 {
  max-height: calc(100vh - 520px) !important;
}
.zb-w-520 {
  width: 520px !important;
}
.zb-w-percent-520 {
  width: 520% !important;
}
.zb-min-w-520 {
  min-width: 520px !important;
}
.zb-max-w-520 {
  max-width: 520px !important;
}
.zb-calc-w-520 {
  width: calc(100vw - 520px) !important;
}
.zb-calc-min-w-520 {
  min-width: calc(100vw - 520px) !important;
}
.zb-calc-max-w-520 {
  max-width: calc(100vw - 520px) !important;
}
.zb-font-520 {
  font-size: 520px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-520 {
    max-width: 520px !important;
  }
}
.zb-h-521 {
  height: 521px !important;
}
.zb-min-h-521 {
  min-height: 521px !important;
}
.zb-max-h-521 {
  max-height: 521px !important;
}
.zb-calc-h-521 {
  height: calc(100vh - 521px) !important;
}
.zb-calc-min-h-521 {
  min-height: calc(100vh - 521px) !important;
}
.zb-calc-max-h-521 {
  max-height: calc(100vh - 521px) !important;
}
.zb-w-521 {
  width: 521px !important;
}
.zb-w-percent-521 {
  width: 521% !important;
}
.zb-min-w-521 {
  min-width: 521px !important;
}
.zb-max-w-521 {
  max-width: 521px !important;
}
.zb-calc-w-521 {
  width: calc(100vw - 521px) !important;
}
.zb-calc-min-w-521 {
  min-width: calc(100vw - 521px) !important;
}
.zb-calc-max-w-521 {
  max-width: calc(100vw - 521px) !important;
}
.zb-font-521 {
  font-size: 521px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-521 {
    max-width: 521px !important;
  }
}
.zb-h-522 {
  height: 522px !important;
}
.zb-min-h-522 {
  min-height: 522px !important;
}
.zb-max-h-522 {
  max-height: 522px !important;
}
.zb-calc-h-522 {
  height: calc(100vh - 522px) !important;
}
.zb-calc-min-h-522 {
  min-height: calc(100vh - 522px) !important;
}
.zb-calc-max-h-522 {
  max-height: calc(100vh - 522px) !important;
}
.zb-w-522 {
  width: 522px !important;
}
.zb-w-percent-522 {
  width: 522% !important;
}
.zb-min-w-522 {
  min-width: 522px !important;
}
.zb-max-w-522 {
  max-width: 522px !important;
}
.zb-calc-w-522 {
  width: calc(100vw - 522px) !important;
}
.zb-calc-min-w-522 {
  min-width: calc(100vw - 522px) !important;
}
.zb-calc-max-w-522 {
  max-width: calc(100vw - 522px) !important;
}
.zb-font-522 {
  font-size: 522px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-522 {
    max-width: 522px !important;
  }
}
.zb-h-523 {
  height: 523px !important;
}
.zb-min-h-523 {
  min-height: 523px !important;
}
.zb-max-h-523 {
  max-height: 523px !important;
}
.zb-calc-h-523 {
  height: calc(100vh - 523px) !important;
}
.zb-calc-min-h-523 {
  min-height: calc(100vh - 523px) !important;
}
.zb-calc-max-h-523 {
  max-height: calc(100vh - 523px) !important;
}
.zb-w-523 {
  width: 523px !important;
}
.zb-w-percent-523 {
  width: 523% !important;
}
.zb-min-w-523 {
  min-width: 523px !important;
}
.zb-max-w-523 {
  max-width: 523px !important;
}
.zb-calc-w-523 {
  width: calc(100vw - 523px) !important;
}
.zb-calc-min-w-523 {
  min-width: calc(100vw - 523px) !important;
}
.zb-calc-max-w-523 {
  max-width: calc(100vw - 523px) !important;
}
.zb-font-523 {
  font-size: 523px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-523 {
    max-width: 523px !important;
  }
}
.zb-h-524 {
  height: 524px !important;
}
.zb-min-h-524 {
  min-height: 524px !important;
}
.zb-max-h-524 {
  max-height: 524px !important;
}
.zb-calc-h-524 {
  height: calc(100vh - 524px) !important;
}
.zb-calc-min-h-524 {
  min-height: calc(100vh - 524px) !important;
}
.zb-calc-max-h-524 {
  max-height: calc(100vh - 524px) !important;
}
.zb-w-524 {
  width: 524px !important;
}
.zb-w-percent-524 {
  width: 524% !important;
}
.zb-min-w-524 {
  min-width: 524px !important;
}
.zb-max-w-524 {
  max-width: 524px !important;
}
.zb-calc-w-524 {
  width: calc(100vw - 524px) !important;
}
.zb-calc-min-w-524 {
  min-width: calc(100vw - 524px) !important;
}
.zb-calc-max-w-524 {
  max-width: calc(100vw - 524px) !important;
}
.zb-font-524 {
  font-size: 524px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-524 {
    max-width: 524px !important;
  }
}
.zb-h-525 {
  height: 525px !important;
}
.zb-min-h-525 {
  min-height: 525px !important;
}
.zb-max-h-525 {
  max-height: 525px !important;
}
.zb-calc-h-525 {
  height: calc(100vh - 525px) !important;
}
.zb-calc-min-h-525 {
  min-height: calc(100vh - 525px) !important;
}
.zb-calc-max-h-525 {
  max-height: calc(100vh - 525px) !important;
}
.zb-w-525 {
  width: 525px !important;
}
.zb-w-percent-525 {
  width: 525% !important;
}
.zb-min-w-525 {
  min-width: 525px !important;
}
.zb-max-w-525 {
  max-width: 525px !important;
}
.zb-calc-w-525 {
  width: calc(100vw - 525px) !important;
}
.zb-calc-min-w-525 {
  min-width: calc(100vw - 525px) !important;
}
.zb-calc-max-w-525 {
  max-width: calc(100vw - 525px) !important;
}
.zb-font-525 {
  font-size: 525px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-525 {
    max-width: 525px !important;
  }
}
.zb-h-526 {
  height: 526px !important;
}
.zb-min-h-526 {
  min-height: 526px !important;
}
.zb-max-h-526 {
  max-height: 526px !important;
}
.zb-calc-h-526 {
  height: calc(100vh - 526px) !important;
}
.zb-calc-min-h-526 {
  min-height: calc(100vh - 526px) !important;
}
.zb-calc-max-h-526 {
  max-height: calc(100vh - 526px) !important;
}
.zb-w-526 {
  width: 526px !important;
}
.zb-w-percent-526 {
  width: 526% !important;
}
.zb-min-w-526 {
  min-width: 526px !important;
}
.zb-max-w-526 {
  max-width: 526px !important;
}
.zb-calc-w-526 {
  width: calc(100vw - 526px) !important;
}
.zb-calc-min-w-526 {
  min-width: calc(100vw - 526px) !important;
}
.zb-calc-max-w-526 {
  max-width: calc(100vw - 526px) !important;
}
.zb-font-526 {
  font-size: 526px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-526 {
    max-width: 526px !important;
  }
}
.zb-h-527 {
  height: 527px !important;
}
.zb-min-h-527 {
  min-height: 527px !important;
}
.zb-max-h-527 {
  max-height: 527px !important;
}
.zb-calc-h-527 {
  height: calc(100vh - 527px) !important;
}
.zb-calc-min-h-527 {
  min-height: calc(100vh - 527px) !important;
}
.zb-calc-max-h-527 {
  max-height: calc(100vh - 527px) !important;
}
.zb-w-527 {
  width: 527px !important;
}
.zb-w-percent-527 {
  width: 527% !important;
}
.zb-min-w-527 {
  min-width: 527px !important;
}
.zb-max-w-527 {
  max-width: 527px !important;
}
.zb-calc-w-527 {
  width: calc(100vw - 527px) !important;
}
.zb-calc-min-w-527 {
  min-width: calc(100vw - 527px) !important;
}
.zb-calc-max-w-527 {
  max-width: calc(100vw - 527px) !important;
}
.zb-font-527 {
  font-size: 527px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-527 {
    max-width: 527px !important;
  }
}
.zb-h-528 {
  height: 528px !important;
}
.zb-min-h-528 {
  min-height: 528px !important;
}
.zb-max-h-528 {
  max-height: 528px !important;
}
.zb-calc-h-528 {
  height: calc(100vh - 528px) !important;
}
.zb-calc-min-h-528 {
  min-height: calc(100vh - 528px) !important;
}
.zb-calc-max-h-528 {
  max-height: calc(100vh - 528px) !important;
}
.zb-w-528 {
  width: 528px !important;
}
.zb-w-percent-528 {
  width: 528% !important;
}
.zb-min-w-528 {
  min-width: 528px !important;
}
.zb-max-w-528 {
  max-width: 528px !important;
}
.zb-calc-w-528 {
  width: calc(100vw - 528px) !important;
}
.zb-calc-min-w-528 {
  min-width: calc(100vw - 528px) !important;
}
.zb-calc-max-w-528 {
  max-width: calc(100vw - 528px) !important;
}
.zb-font-528 {
  font-size: 528px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-528 {
    max-width: 528px !important;
  }
}
.zb-h-529 {
  height: 529px !important;
}
.zb-min-h-529 {
  min-height: 529px !important;
}
.zb-max-h-529 {
  max-height: 529px !important;
}
.zb-calc-h-529 {
  height: calc(100vh - 529px) !important;
}
.zb-calc-min-h-529 {
  min-height: calc(100vh - 529px) !important;
}
.zb-calc-max-h-529 {
  max-height: calc(100vh - 529px) !important;
}
.zb-w-529 {
  width: 529px !important;
}
.zb-w-percent-529 {
  width: 529% !important;
}
.zb-min-w-529 {
  min-width: 529px !important;
}
.zb-max-w-529 {
  max-width: 529px !important;
}
.zb-calc-w-529 {
  width: calc(100vw - 529px) !important;
}
.zb-calc-min-w-529 {
  min-width: calc(100vw - 529px) !important;
}
.zb-calc-max-w-529 {
  max-width: calc(100vw - 529px) !important;
}
.zb-font-529 {
  font-size: 529px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-529 {
    max-width: 529px !important;
  }
}
.zb-h-530 {
  height: 530px !important;
}
.zb-min-h-530 {
  min-height: 530px !important;
}
.zb-max-h-530 {
  max-height: 530px !important;
}
.zb-calc-h-530 {
  height: calc(100vh - 530px) !important;
}
.zb-calc-min-h-530 {
  min-height: calc(100vh - 530px) !important;
}
.zb-calc-max-h-530 {
  max-height: calc(100vh - 530px) !important;
}
.zb-w-530 {
  width: 530px !important;
}
.zb-w-percent-530 {
  width: 530% !important;
}
.zb-min-w-530 {
  min-width: 530px !important;
}
.zb-max-w-530 {
  max-width: 530px !important;
}
.zb-calc-w-530 {
  width: calc(100vw - 530px) !important;
}
.zb-calc-min-w-530 {
  min-width: calc(100vw - 530px) !important;
}
.zb-calc-max-w-530 {
  max-width: calc(100vw - 530px) !important;
}
.zb-font-530 {
  font-size: 530px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-530 {
    max-width: 530px !important;
  }
}
.zb-h-531 {
  height: 531px !important;
}
.zb-min-h-531 {
  min-height: 531px !important;
}
.zb-max-h-531 {
  max-height: 531px !important;
}
.zb-calc-h-531 {
  height: calc(100vh - 531px) !important;
}
.zb-calc-min-h-531 {
  min-height: calc(100vh - 531px) !important;
}
.zb-calc-max-h-531 {
  max-height: calc(100vh - 531px) !important;
}
.zb-w-531 {
  width: 531px !important;
}
.zb-w-percent-531 {
  width: 531% !important;
}
.zb-min-w-531 {
  min-width: 531px !important;
}
.zb-max-w-531 {
  max-width: 531px !important;
}
.zb-calc-w-531 {
  width: calc(100vw - 531px) !important;
}
.zb-calc-min-w-531 {
  min-width: calc(100vw - 531px) !important;
}
.zb-calc-max-w-531 {
  max-width: calc(100vw - 531px) !important;
}
.zb-font-531 {
  font-size: 531px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-531 {
    max-width: 531px !important;
  }
}
.zb-h-532 {
  height: 532px !important;
}
.zb-min-h-532 {
  min-height: 532px !important;
}
.zb-max-h-532 {
  max-height: 532px !important;
}
.zb-calc-h-532 {
  height: calc(100vh - 532px) !important;
}
.zb-calc-min-h-532 {
  min-height: calc(100vh - 532px) !important;
}
.zb-calc-max-h-532 {
  max-height: calc(100vh - 532px) !important;
}
.zb-w-532 {
  width: 532px !important;
}
.zb-w-percent-532 {
  width: 532% !important;
}
.zb-min-w-532 {
  min-width: 532px !important;
}
.zb-max-w-532 {
  max-width: 532px !important;
}
.zb-calc-w-532 {
  width: calc(100vw - 532px) !important;
}
.zb-calc-min-w-532 {
  min-width: calc(100vw - 532px) !important;
}
.zb-calc-max-w-532 {
  max-width: calc(100vw - 532px) !important;
}
.zb-font-532 {
  font-size: 532px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-532 {
    max-width: 532px !important;
  }
}
.zb-h-533 {
  height: 533px !important;
}
.zb-min-h-533 {
  min-height: 533px !important;
}
.zb-max-h-533 {
  max-height: 533px !important;
}
.zb-calc-h-533 {
  height: calc(100vh - 533px) !important;
}
.zb-calc-min-h-533 {
  min-height: calc(100vh - 533px) !important;
}
.zb-calc-max-h-533 {
  max-height: calc(100vh - 533px) !important;
}
.zb-w-533 {
  width: 533px !important;
}
.zb-w-percent-533 {
  width: 533% !important;
}
.zb-min-w-533 {
  min-width: 533px !important;
}
.zb-max-w-533 {
  max-width: 533px !important;
}
.zb-calc-w-533 {
  width: calc(100vw - 533px) !important;
}
.zb-calc-min-w-533 {
  min-width: calc(100vw - 533px) !important;
}
.zb-calc-max-w-533 {
  max-width: calc(100vw - 533px) !important;
}
.zb-font-533 {
  font-size: 533px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-533 {
    max-width: 533px !important;
  }
}
.zb-h-534 {
  height: 534px !important;
}
.zb-min-h-534 {
  min-height: 534px !important;
}
.zb-max-h-534 {
  max-height: 534px !important;
}
.zb-calc-h-534 {
  height: calc(100vh - 534px) !important;
}
.zb-calc-min-h-534 {
  min-height: calc(100vh - 534px) !important;
}
.zb-calc-max-h-534 {
  max-height: calc(100vh - 534px) !important;
}
.zb-w-534 {
  width: 534px !important;
}
.zb-w-percent-534 {
  width: 534% !important;
}
.zb-min-w-534 {
  min-width: 534px !important;
}
.zb-max-w-534 {
  max-width: 534px !important;
}
.zb-calc-w-534 {
  width: calc(100vw - 534px) !important;
}
.zb-calc-min-w-534 {
  min-width: calc(100vw - 534px) !important;
}
.zb-calc-max-w-534 {
  max-width: calc(100vw - 534px) !important;
}
.zb-font-534 {
  font-size: 534px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-534 {
    max-width: 534px !important;
  }
}
.zb-h-535 {
  height: 535px !important;
}
.zb-min-h-535 {
  min-height: 535px !important;
}
.zb-max-h-535 {
  max-height: 535px !important;
}
.zb-calc-h-535 {
  height: calc(100vh - 535px) !important;
}
.zb-calc-min-h-535 {
  min-height: calc(100vh - 535px) !important;
}
.zb-calc-max-h-535 {
  max-height: calc(100vh - 535px) !important;
}
.zb-w-535 {
  width: 535px !important;
}
.zb-w-percent-535 {
  width: 535% !important;
}
.zb-min-w-535 {
  min-width: 535px !important;
}
.zb-max-w-535 {
  max-width: 535px !important;
}
.zb-calc-w-535 {
  width: calc(100vw - 535px) !important;
}
.zb-calc-min-w-535 {
  min-width: calc(100vw - 535px) !important;
}
.zb-calc-max-w-535 {
  max-width: calc(100vw - 535px) !important;
}
.zb-font-535 {
  font-size: 535px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-535 {
    max-width: 535px !important;
  }
}
.zb-h-536 {
  height: 536px !important;
}
.zb-min-h-536 {
  min-height: 536px !important;
}
.zb-max-h-536 {
  max-height: 536px !important;
}
.zb-calc-h-536 {
  height: calc(100vh - 536px) !important;
}
.zb-calc-min-h-536 {
  min-height: calc(100vh - 536px) !important;
}
.zb-calc-max-h-536 {
  max-height: calc(100vh - 536px) !important;
}
.zb-w-536 {
  width: 536px !important;
}
.zb-w-percent-536 {
  width: 536% !important;
}
.zb-min-w-536 {
  min-width: 536px !important;
}
.zb-max-w-536 {
  max-width: 536px !important;
}
.zb-calc-w-536 {
  width: calc(100vw - 536px) !important;
}
.zb-calc-min-w-536 {
  min-width: calc(100vw - 536px) !important;
}
.zb-calc-max-w-536 {
  max-width: calc(100vw - 536px) !important;
}
.zb-font-536 {
  font-size: 536px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-536 {
    max-width: 536px !important;
  }
}
.zb-h-537 {
  height: 537px !important;
}
.zb-min-h-537 {
  min-height: 537px !important;
}
.zb-max-h-537 {
  max-height: 537px !important;
}
.zb-calc-h-537 {
  height: calc(100vh - 537px) !important;
}
.zb-calc-min-h-537 {
  min-height: calc(100vh - 537px) !important;
}
.zb-calc-max-h-537 {
  max-height: calc(100vh - 537px) !important;
}
.zb-w-537 {
  width: 537px !important;
}
.zb-w-percent-537 {
  width: 537% !important;
}
.zb-min-w-537 {
  min-width: 537px !important;
}
.zb-max-w-537 {
  max-width: 537px !important;
}
.zb-calc-w-537 {
  width: calc(100vw - 537px) !important;
}
.zb-calc-min-w-537 {
  min-width: calc(100vw - 537px) !important;
}
.zb-calc-max-w-537 {
  max-width: calc(100vw - 537px) !important;
}
.zb-font-537 {
  font-size: 537px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-537 {
    max-width: 537px !important;
  }
}
.zb-h-538 {
  height: 538px !important;
}
.zb-min-h-538 {
  min-height: 538px !important;
}
.zb-max-h-538 {
  max-height: 538px !important;
}
.zb-calc-h-538 {
  height: calc(100vh - 538px) !important;
}
.zb-calc-min-h-538 {
  min-height: calc(100vh - 538px) !important;
}
.zb-calc-max-h-538 {
  max-height: calc(100vh - 538px) !important;
}
.zb-w-538 {
  width: 538px !important;
}
.zb-w-percent-538 {
  width: 538% !important;
}
.zb-min-w-538 {
  min-width: 538px !important;
}
.zb-max-w-538 {
  max-width: 538px !important;
}
.zb-calc-w-538 {
  width: calc(100vw - 538px) !important;
}
.zb-calc-min-w-538 {
  min-width: calc(100vw - 538px) !important;
}
.zb-calc-max-w-538 {
  max-width: calc(100vw - 538px) !important;
}
.zb-font-538 {
  font-size: 538px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-538 {
    max-width: 538px !important;
  }
}
.zb-h-539 {
  height: 539px !important;
}
.zb-min-h-539 {
  min-height: 539px !important;
}
.zb-max-h-539 {
  max-height: 539px !important;
}
.zb-calc-h-539 {
  height: calc(100vh - 539px) !important;
}
.zb-calc-min-h-539 {
  min-height: calc(100vh - 539px) !important;
}
.zb-calc-max-h-539 {
  max-height: calc(100vh - 539px) !important;
}
.zb-w-539 {
  width: 539px !important;
}
.zb-w-percent-539 {
  width: 539% !important;
}
.zb-min-w-539 {
  min-width: 539px !important;
}
.zb-max-w-539 {
  max-width: 539px !important;
}
.zb-calc-w-539 {
  width: calc(100vw - 539px) !important;
}
.zb-calc-min-w-539 {
  min-width: calc(100vw - 539px) !important;
}
.zb-calc-max-w-539 {
  max-width: calc(100vw - 539px) !important;
}
.zb-font-539 {
  font-size: 539px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-539 {
    max-width: 539px !important;
  }
}
.zb-h-540 {
  height: 540px !important;
}
.zb-min-h-540 {
  min-height: 540px !important;
}
.zb-max-h-540 {
  max-height: 540px !important;
}
.zb-calc-h-540 {
  height: calc(100vh - 540px) !important;
}
.zb-calc-min-h-540 {
  min-height: calc(100vh - 540px) !important;
}
.zb-calc-max-h-540 {
  max-height: calc(100vh - 540px) !important;
}
.zb-w-540 {
  width: 540px !important;
}
.zb-w-percent-540 {
  width: 540% !important;
}
.zb-min-w-540 {
  min-width: 540px !important;
}
.zb-max-w-540 {
  max-width: 540px !important;
}
.zb-calc-w-540 {
  width: calc(100vw - 540px) !important;
}
.zb-calc-min-w-540 {
  min-width: calc(100vw - 540px) !important;
}
.zb-calc-max-w-540 {
  max-width: calc(100vw - 540px) !important;
}
.zb-font-540 {
  font-size: 540px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-540 {
    max-width: 540px !important;
  }
}
.zb-h-541 {
  height: 541px !important;
}
.zb-min-h-541 {
  min-height: 541px !important;
}
.zb-max-h-541 {
  max-height: 541px !important;
}
.zb-calc-h-541 {
  height: calc(100vh - 541px) !important;
}
.zb-calc-min-h-541 {
  min-height: calc(100vh - 541px) !important;
}
.zb-calc-max-h-541 {
  max-height: calc(100vh - 541px) !important;
}
.zb-w-541 {
  width: 541px !important;
}
.zb-w-percent-541 {
  width: 541% !important;
}
.zb-min-w-541 {
  min-width: 541px !important;
}
.zb-max-w-541 {
  max-width: 541px !important;
}
.zb-calc-w-541 {
  width: calc(100vw - 541px) !important;
}
.zb-calc-min-w-541 {
  min-width: calc(100vw - 541px) !important;
}
.zb-calc-max-w-541 {
  max-width: calc(100vw - 541px) !important;
}
.zb-font-541 {
  font-size: 541px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-541 {
    max-width: 541px !important;
  }
}
.zb-h-542 {
  height: 542px !important;
}
.zb-min-h-542 {
  min-height: 542px !important;
}
.zb-max-h-542 {
  max-height: 542px !important;
}
.zb-calc-h-542 {
  height: calc(100vh - 542px) !important;
}
.zb-calc-min-h-542 {
  min-height: calc(100vh - 542px) !important;
}
.zb-calc-max-h-542 {
  max-height: calc(100vh - 542px) !important;
}
.zb-w-542 {
  width: 542px !important;
}
.zb-w-percent-542 {
  width: 542% !important;
}
.zb-min-w-542 {
  min-width: 542px !important;
}
.zb-max-w-542 {
  max-width: 542px !important;
}
.zb-calc-w-542 {
  width: calc(100vw - 542px) !important;
}
.zb-calc-min-w-542 {
  min-width: calc(100vw - 542px) !important;
}
.zb-calc-max-w-542 {
  max-width: calc(100vw - 542px) !important;
}
.zb-font-542 {
  font-size: 542px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-542 {
    max-width: 542px !important;
  }
}
.zb-h-543 {
  height: 543px !important;
}
.zb-min-h-543 {
  min-height: 543px !important;
}
.zb-max-h-543 {
  max-height: 543px !important;
}
.zb-calc-h-543 {
  height: calc(100vh - 543px) !important;
}
.zb-calc-min-h-543 {
  min-height: calc(100vh - 543px) !important;
}
.zb-calc-max-h-543 {
  max-height: calc(100vh - 543px) !important;
}
.zb-w-543 {
  width: 543px !important;
}
.zb-w-percent-543 {
  width: 543% !important;
}
.zb-min-w-543 {
  min-width: 543px !important;
}
.zb-max-w-543 {
  max-width: 543px !important;
}
.zb-calc-w-543 {
  width: calc(100vw - 543px) !important;
}
.zb-calc-min-w-543 {
  min-width: calc(100vw - 543px) !important;
}
.zb-calc-max-w-543 {
  max-width: calc(100vw - 543px) !important;
}
.zb-font-543 {
  font-size: 543px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-543 {
    max-width: 543px !important;
  }
}
.zb-h-544 {
  height: 544px !important;
}
.zb-min-h-544 {
  min-height: 544px !important;
}
.zb-max-h-544 {
  max-height: 544px !important;
}
.zb-calc-h-544 {
  height: calc(100vh - 544px) !important;
}
.zb-calc-min-h-544 {
  min-height: calc(100vh - 544px) !important;
}
.zb-calc-max-h-544 {
  max-height: calc(100vh - 544px) !important;
}
.zb-w-544 {
  width: 544px !important;
}
.zb-w-percent-544 {
  width: 544% !important;
}
.zb-min-w-544 {
  min-width: 544px !important;
}
.zb-max-w-544 {
  max-width: 544px !important;
}
.zb-calc-w-544 {
  width: calc(100vw - 544px) !important;
}
.zb-calc-min-w-544 {
  min-width: calc(100vw - 544px) !important;
}
.zb-calc-max-w-544 {
  max-width: calc(100vw - 544px) !important;
}
.zb-font-544 {
  font-size: 544px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-544 {
    max-width: 544px !important;
  }
}
.zb-h-545 {
  height: 545px !important;
}
.zb-min-h-545 {
  min-height: 545px !important;
}
.zb-max-h-545 {
  max-height: 545px !important;
}
.zb-calc-h-545 {
  height: calc(100vh - 545px) !important;
}
.zb-calc-min-h-545 {
  min-height: calc(100vh - 545px) !important;
}
.zb-calc-max-h-545 {
  max-height: calc(100vh - 545px) !important;
}
.zb-w-545 {
  width: 545px !important;
}
.zb-w-percent-545 {
  width: 545% !important;
}
.zb-min-w-545 {
  min-width: 545px !important;
}
.zb-max-w-545 {
  max-width: 545px !important;
}
.zb-calc-w-545 {
  width: calc(100vw - 545px) !important;
}
.zb-calc-min-w-545 {
  min-width: calc(100vw - 545px) !important;
}
.zb-calc-max-w-545 {
  max-width: calc(100vw - 545px) !important;
}
.zb-font-545 {
  font-size: 545px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-545 {
    max-width: 545px !important;
  }
}
.zb-h-546 {
  height: 546px !important;
}
.zb-min-h-546 {
  min-height: 546px !important;
}
.zb-max-h-546 {
  max-height: 546px !important;
}
.zb-calc-h-546 {
  height: calc(100vh - 546px) !important;
}
.zb-calc-min-h-546 {
  min-height: calc(100vh - 546px) !important;
}
.zb-calc-max-h-546 {
  max-height: calc(100vh - 546px) !important;
}
.zb-w-546 {
  width: 546px !important;
}
.zb-w-percent-546 {
  width: 546% !important;
}
.zb-min-w-546 {
  min-width: 546px !important;
}
.zb-max-w-546 {
  max-width: 546px !important;
}
.zb-calc-w-546 {
  width: calc(100vw - 546px) !important;
}
.zb-calc-min-w-546 {
  min-width: calc(100vw - 546px) !important;
}
.zb-calc-max-w-546 {
  max-width: calc(100vw - 546px) !important;
}
.zb-font-546 {
  font-size: 546px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-546 {
    max-width: 546px !important;
  }
}
.zb-h-547 {
  height: 547px !important;
}
.zb-min-h-547 {
  min-height: 547px !important;
}
.zb-max-h-547 {
  max-height: 547px !important;
}
.zb-calc-h-547 {
  height: calc(100vh - 547px) !important;
}
.zb-calc-min-h-547 {
  min-height: calc(100vh - 547px) !important;
}
.zb-calc-max-h-547 {
  max-height: calc(100vh - 547px) !important;
}
.zb-w-547 {
  width: 547px !important;
}
.zb-w-percent-547 {
  width: 547% !important;
}
.zb-min-w-547 {
  min-width: 547px !important;
}
.zb-max-w-547 {
  max-width: 547px !important;
}
.zb-calc-w-547 {
  width: calc(100vw - 547px) !important;
}
.zb-calc-min-w-547 {
  min-width: calc(100vw - 547px) !important;
}
.zb-calc-max-w-547 {
  max-width: calc(100vw - 547px) !important;
}
.zb-font-547 {
  font-size: 547px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-547 {
    max-width: 547px !important;
  }
}
.zb-h-548 {
  height: 548px !important;
}
.zb-min-h-548 {
  min-height: 548px !important;
}
.zb-max-h-548 {
  max-height: 548px !important;
}
.zb-calc-h-548 {
  height: calc(100vh - 548px) !important;
}
.zb-calc-min-h-548 {
  min-height: calc(100vh - 548px) !important;
}
.zb-calc-max-h-548 {
  max-height: calc(100vh - 548px) !important;
}
.zb-w-548 {
  width: 548px !important;
}
.zb-w-percent-548 {
  width: 548% !important;
}
.zb-min-w-548 {
  min-width: 548px !important;
}
.zb-max-w-548 {
  max-width: 548px !important;
}
.zb-calc-w-548 {
  width: calc(100vw - 548px) !important;
}
.zb-calc-min-w-548 {
  min-width: calc(100vw - 548px) !important;
}
.zb-calc-max-w-548 {
  max-width: calc(100vw - 548px) !important;
}
.zb-font-548 {
  font-size: 548px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-548 {
    max-width: 548px !important;
  }
}
.zb-h-549 {
  height: 549px !important;
}
.zb-min-h-549 {
  min-height: 549px !important;
}
.zb-max-h-549 {
  max-height: 549px !important;
}
.zb-calc-h-549 {
  height: calc(100vh - 549px) !important;
}
.zb-calc-min-h-549 {
  min-height: calc(100vh - 549px) !important;
}
.zb-calc-max-h-549 {
  max-height: calc(100vh - 549px) !important;
}
.zb-w-549 {
  width: 549px !important;
}
.zb-w-percent-549 {
  width: 549% !important;
}
.zb-min-w-549 {
  min-width: 549px !important;
}
.zb-max-w-549 {
  max-width: 549px !important;
}
.zb-calc-w-549 {
  width: calc(100vw - 549px) !important;
}
.zb-calc-min-w-549 {
  min-width: calc(100vw - 549px) !important;
}
.zb-calc-max-w-549 {
  max-width: calc(100vw - 549px) !important;
}
.zb-font-549 {
  font-size: 549px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-549 {
    max-width: 549px !important;
  }
}
.zb-h-550 {
  height: 550px !important;
}
.zb-min-h-550 {
  min-height: 550px !important;
}
.zb-max-h-550 {
  max-height: 550px !important;
}
.zb-calc-h-550 {
  height: calc(100vh - 550px) !important;
}
.zb-calc-min-h-550 {
  min-height: calc(100vh - 550px) !important;
}
.zb-calc-max-h-550 {
  max-height: calc(100vh - 550px) !important;
}
.zb-w-550 {
  width: 550px !important;
}
.zb-w-percent-550 {
  width: 550% !important;
}
.zb-min-w-550 {
  min-width: 550px !important;
}
.zb-max-w-550 {
  max-width: 550px !important;
}
.zb-calc-w-550 {
  width: calc(100vw - 550px) !important;
}
.zb-calc-min-w-550 {
  min-width: calc(100vw - 550px) !important;
}
.zb-calc-max-w-550 {
  max-width: calc(100vw - 550px) !important;
}
.zb-font-550 {
  font-size: 550px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-550 {
    max-width: 550px !important;
  }
}
.zb-h-551 {
  height: 551px !important;
}
.zb-min-h-551 {
  min-height: 551px !important;
}
.zb-max-h-551 {
  max-height: 551px !important;
}
.zb-calc-h-551 {
  height: calc(100vh - 551px) !important;
}
.zb-calc-min-h-551 {
  min-height: calc(100vh - 551px) !important;
}
.zb-calc-max-h-551 {
  max-height: calc(100vh - 551px) !important;
}
.zb-w-551 {
  width: 551px !important;
}
.zb-w-percent-551 {
  width: 551% !important;
}
.zb-min-w-551 {
  min-width: 551px !important;
}
.zb-max-w-551 {
  max-width: 551px !important;
}
.zb-calc-w-551 {
  width: calc(100vw - 551px) !important;
}
.zb-calc-min-w-551 {
  min-width: calc(100vw - 551px) !important;
}
.zb-calc-max-w-551 {
  max-width: calc(100vw - 551px) !important;
}
.zb-font-551 {
  font-size: 551px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-551 {
    max-width: 551px !important;
  }
}
.zb-h-552 {
  height: 552px !important;
}
.zb-min-h-552 {
  min-height: 552px !important;
}
.zb-max-h-552 {
  max-height: 552px !important;
}
.zb-calc-h-552 {
  height: calc(100vh - 552px) !important;
}
.zb-calc-min-h-552 {
  min-height: calc(100vh - 552px) !important;
}
.zb-calc-max-h-552 {
  max-height: calc(100vh - 552px) !important;
}
.zb-w-552 {
  width: 552px !important;
}
.zb-w-percent-552 {
  width: 552% !important;
}
.zb-min-w-552 {
  min-width: 552px !important;
}
.zb-max-w-552 {
  max-width: 552px !important;
}
.zb-calc-w-552 {
  width: calc(100vw - 552px) !important;
}
.zb-calc-min-w-552 {
  min-width: calc(100vw - 552px) !important;
}
.zb-calc-max-w-552 {
  max-width: calc(100vw - 552px) !important;
}
.zb-font-552 {
  font-size: 552px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-552 {
    max-width: 552px !important;
  }
}
.zb-h-553 {
  height: 553px !important;
}
.zb-min-h-553 {
  min-height: 553px !important;
}
.zb-max-h-553 {
  max-height: 553px !important;
}
.zb-calc-h-553 {
  height: calc(100vh - 553px) !important;
}
.zb-calc-min-h-553 {
  min-height: calc(100vh - 553px) !important;
}
.zb-calc-max-h-553 {
  max-height: calc(100vh - 553px) !important;
}
.zb-w-553 {
  width: 553px !important;
}
.zb-w-percent-553 {
  width: 553% !important;
}
.zb-min-w-553 {
  min-width: 553px !important;
}
.zb-max-w-553 {
  max-width: 553px !important;
}
.zb-calc-w-553 {
  width: calc(100vw - 553px) !important;
}
.zb-calc-min-w-553 {
  min-width: calc(100vw - 553px) !important;
}
.zb-calc-max-w-553 {
  max-width: calc(100vw - 553px) !important;
}
.zb-font-553 {
  font-size: 553px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-553 {
    max-width: 553px !important;
  }
}
.zb-h-554 {
  height: 554px !important;
}
.zb-min-h-554 {
  min-height: 554px !important;
}
.zb-max-h-554 {
  max-height: 554px !important;
}
.zb-calc-h-554 {
  height: calc(100vh - 554px) !important;
}
.zb-calc-min-h-554 {
  min-height: calc(100vh - 554px) !important;
}
.zb-calc-max-h-554 {
  max-height: calc(100vh - 554px) !important;
}
.zb-w-554 {
  width: 554px !important;
}
.zb-w-percent-554 {
  width: 554% !important;
}
.zb-min-w-554 {
  min-width: 554px !important;
}
.zb-max-w-554 {
  max-width: 554px !important;
}
.zb-calc-w-554 {
  width: calc(100vw - 554px) !important;
}
.zb-calc-min-w-554 {
  min-width: calc(100vw - 554px) !important;
}
.zb-calc-max-w-554 {
  max-width: calc(100vw - 554px) !important;
}
.zb-font-554 {
  font-size: 554px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-554 {
    max-width: 554px !important;
  }
}
.zb-h-555 {
  height: 555px !important;
}
.zb-min-h-555 {
  min-height: 555px !important;
}
.zb-max-h-555 {
  max-height: 555px !important;
}
.zb-calc-h-555 {
  height: calc(100vh - 555px) !important;
}
.zb-calc-min-h-555 {
  min-height: calc(100vh - 555px) !important;
}
.zb-calc-max-h-555 {
  max-height: calc(100vh - 555px) !important;
}
.zb-w-555 {
  width: 555px !important;
}
.zb-w-percent-555 {
  width: 555% !important;
}
.zb-min-w-555 {
  min-width: 555px !important;
}
.zb-max-w-555 {
  max-width: 555px !important;
}
.zb-calc-w-555 {
  width: calc(100vw - 555px) !important;
}
.zb-calc-min-w-555 {
  min-width: calc(100vw - 555px) !important;
}
.zb-calc-max-w-555 {
  max-width: calc(100vw - 555px) !important;
}
.zb-font-555 {
  font-size: 555px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-555 {
    max-width: 555px !important;
  }
}
.zb-h-556 {
  height: 556px !important;
}
.zb-min-h-556 {
  min-height: 556px !important;
}
.zb-max-h-556 {
  max-height: 556px !important;
}
.zb-calc-h-556 {
  height: calc(100vh - 556px) !important;
}
.zb-calc-min-h-556 {
  min-height: calc(100vh - 556px) !important;
}
.zb-calc-max-h-556 {
  max-height: calc(100vh - 556px) !important;
}
.zb-w-556 {
  width: 556px !important;
}
.zb-w-percent-556 {
  width: 556% !important;
}
.zb-min-w-556 {
  min-width: 556px !important;
}
.zb-max-w-556 {
  max-width: 556px !important;
}
.zb-calc-w-556 {
  width: calc(100vw - 556px) !important;
}
.zb-calc-min-w-556 {
  min-width: calc(100vw - 556px) !important;
}
.zb-calc-max-w-556 {
  max-width: calc(100vw - 556px) !important;
}
.zb-font-556 {
  font-size: 556px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-556 {
    max-width: 556px !important;
  }
}
.zb-h-557 {
  height: 557px !important;
}
.zb-min-h-557 {
  min-height: 557px !important;
}
.zb-max-h-557 {
  max-height: 557px !important;
}
.zb-calc-h-557 {
  height: calc(100vh - 557px) !important;
}
.zb-calc-min-h-557 {
  min-height: calc(100vh - 557px) !important;
}
.zb-calc-max-h-557 {
  max-height: calc(100vh - 557px) !important;
}
.zb-w-557 {
  width: 557px !important;
}
.zb-w-percent-557 {
  width: 557% !important;
}
.zb-min-w-557 {
  min-width: 557px !important;
}
.zb-max-w-557 {
  max-width: 557px !important;
}
.zb-calc-w-557 {
  width: calc(100vw - 557px) !important;
}
.zb-calc-min-w-557 {
  min-width: calc(100vw - 557px) !important;
}
.zb-calc-max-w-557 {
  max-width: calc(100vw - 557px) !important;
}
.zb-font-557 {
  font-size: 557px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-557 {
    max-width: 557px !important;
  }
}
.zb-h-558 {
  height: 558px !important;
}
.zb-min-h-558 {
  min-height: 558px !important;
}
.zb-max-h-558 {
  max-height: 558px !important;
}
.zb-calc-h-558 {
  height: calc(100vh - 558px) !important;
}
.zb-calc-min-h-558 {
  min-height: calc(100vh - 558px) !important;
}
.zb-calc-max-h-558 {
  max-height: calc(100vh - 558px) !important;
}
.zb-w-558 {
  width: 558px !important;
}
.zb-w-percent-558 {
  width: 558% !important;
}
.zb-min-w-558 {
  min-width: 558px !important;
}
.zb-max-w-558 {
  max-width: 558px !important;
}
.zb-calc-w-558 {
  width: calc(100vw - 558px) !important;
}
.zb-calc-min-w-558 {
  min-width: calc(100vw - 558px) !important;
}
.zb-calc-max-w-558 {
  max-width: calc(100vw - 558px) !important;
}
.zb-font-558 {
  font-size: 558px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-558 {
    max-width: 558px !important;
  }
}
.zb-h-559 {
  height: 559px !important;
}
.zb-min-h-559 {
  min-height: 559px !important;
}
.zb-max-h-559 {
  max-height: 559px !important;
}
.zb-calc-h-559 {
  height: calc(100vh - 559px) !important;
}
.zb-calc-min-h-559 {
  min-height: calc(100vh - 559px) !important;
}
.zb-calc-max-h-559 {
  max-height: calc(100vh - 559px) !important;
}
.zb-w-559 {
  width: 559px !important;
}
.zb-w-percent-559 {
  width: 559% !important;
}
.zb-min-w-559 {
  min-width: 559px !important;
}
.zb-max-w-559 {
  max-width: 559px !important;
}
.zb-calc-w-559 {
  width: calc(100vw - 559px) !important;
}
.zb-calc-min-w-559 {
  min-width: calc(100vw - 559px) !important;
}
.zb-calc-max-w-559 {
  max-width: calc(100vw - 559px) !important;
}
.zb-font-559 {
  font-size: 559px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-559 {
    max-width: 559px !important;
  }
}
.zb-h-560 {
  height: 560px !important;
}
.zb-min-h-560 {
  min-height: 560px !important;
}
.zb-max-h-560 {
  max-height: 560px !important;
}
.zb-calc-h-560 {
  height: calc(100vh - 560px) !important;
}
.zb-calc-min-h-560 {
  min-height: calc(100vh - 560px) !important;
}
.zb-calc-max-h-560 {
  max-height: calc(100vh - 560px) !important;
}
.zb-w-560 {
  width: 560px !important;
}
.zb-w-percent-560 {
  width: 560% !important;
}
.zb-min-w-560 {
  min-width: 560px !important;
}
.zb-max-w-560 {
  max-width: 560px !important;
}
.zb-calc-w-560 {
  width: calc(100vw - 560px) !important;
}
.zb-calc-min-w-560 {
  min-width: calc(100vw - 560px) !important;
}
.zb-calc-max-w-560 {
  max-width: calc(100vw - 560px) !important;
}
.zb-font-560 {
  font-size: 560px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-560 {
    max-width: 560px !important;
  }
}
.zb-h-561 {
  height: 561px !important;
}
.zb-min-h-561 {
  min-height: 561px !important;
}
.zb-max-h-561 {
  max-height: 561px !important;
}
.zb-calc-h-561 {
  height: calc(100vh - 561px) !important;
}
.zb-calc-min-h-561 {
  min-height: calc(100vh - 561px) !important;
}
.zb-calc-max-h-561 {
  max-height: calc(100vh - 561px) !important;
}
.zb-w-561 {
  width: 561px !important;
}
.zb-w-percent-561 {
  width: 561% !important;
}
.zb-min-w-561 {
  min-width: 561px !important;
}
.zb-max-w-561 {
  max-width: 561px !important;
}
.zb-calc-w-561 {
  width: calc(100vw - 561px) !important;
}
.zb-calc-min-w-561 {
  min-width: calc(100vw - 561px) !important;
}
.zb-calc-max-w-561 {
  max-width: calc(100vw - 561px) !important;
}
.zb-font-561 {
  font-size: 561px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-561 {
    max-width: 561px !important;
  }
}
.zb-h-562 {
  height: 562px !important;
}
.zb-min-h-562 {
  min-height: 562px !important;
}
.zb-max-h-562 {
  max-height: 562px !important;
}
.zb-calc-h-562 {
  height: calc(100vh - 562px) !important;
}
.zb-calc-min-h-562 {
  min-height: calc(100vh - 562px) !important;
}
.zb-calc-max-h-562 {
  max-height: calc(100vh - 562px) !important;
}
.zb-w-562 {
  width: 562px !important;
}
.zb-w-percent-562 {
  width: 562% !important;
}
.zb-min-w-562 {
  min-width: 562px !important;
}
.zb-max-w-562 {
  max-width: 562px !important;
}
.zb-calc-w-562 {
  width: calc(100vw - 562px) !important;
}
.zb-calc-min-w-562 {
  min-width: calc(100vw - 562px) !important;
}
.zb-calc-max-w-562 {
  max-width: calc(100vw - 562px) !important;
}
.zb-font-562 {
  font-size: 562px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-562 {
    max-width: 562px !important;
  }
}
.zb-h-563 {
  height: 563px !important;
}
.zb-min-h-563 {
  min-height: 563px !important;
}
.zb-max-h-563 {
  max-height: 563px !important;
}
.zb-calc-h-563 {
  height: calc(100vh - 563px) !important;
}
.zb-calc-min-h-563 {
  min-height: calc(100vh - 563px) !important;
}
.zb-calc-max-h-563 {
  max-height: calc(100vh - 563px) !important;
}
.zb-w-563 {
  width: 563px !important;
}
.zb-w-percent-563 {
  width: 563% !important;
}
.zb-min-w-563 {
  min-width: 563px !important;
}
.zb-max-w-563 {
  max-width: 563px !important;
}
.zb-calc-w-563 {
  width: calc(100vw - 563px) !important;
}
.zb-calc-min-w-563 {
  min-width: calc(100vw - 563px) !important;
}
.zb-calc-max-w-563 {
  max-width: calc(100vw - 563px) !important;
}
.zb-font-563 {
  font-size: 563px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-563 {
    max-width: 563px !important;
  }
}
.zb-h-564 {
  height: 564px !important;
}
.zb-min-h-564 {
  min-height: 564px !important;
}
.zb-max-h-564 {
  max-height: 564px !important;
}
.zb-calc-h-564 {
  height: calc(100vh - 564px) !important;
}
.zb-calc-min-h-564 {
  min-height: calc(100vh - 564px) !important;
}
.zb-calc-max-h-564 {
  max-height: calc(100vh - 564px) !important;
}
.zb-w-564 {
  width: 564px !important;
}
.zb-w-percent-564 {
  width: 564% !important;
}
.zb-min-w-564 {
  min-width: 564px !important;
}
.zb-max-w-564 {
  max-width: 564px !important;
}
.zb-calc-w-564 {
  width: calc(100vw - 564px) !important;
}
.zb-calc-min-w-564 {
  min-width: calc(100vw - 564px) !important;
}
.zb-calc-max-w-564 {
  max-width: calc(100vw - 564px) !important;
}
.zb-font-564 {
  font-size: 564px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-564 {
    max-width: 564px !important;
  }
}
.zb-h-565 {
  height: 565px !important;
}
.zb-min-h-565 {
  min-height: 565px !important;
}
.zb-max-h-565 {
  max-height: 565px !important;
}
.zb-calc-h-565 {
  height: calc(100vh - 565px) !important;
}
.zb-calc-min-h-565 {
  min-height: calc(100vh - 565px) !important;
}
.zb-calc-max-h-565 {
  max-height: calc(100vh - 565px) !important;
}
.zb-w-565 {
  width: 565px !important;
}
.zb-w-percent-565 {
  width: 565% !important;
}
.zb-min-w-565 {
  min-width: 565px !important;
}
.zb-max-w-565 {
  max-width: 565px !important;
}
.zb-calc-w-565 {
  width: calc(100vw - 565px) !important;
}
.zb-calc-min-w-565 {
  min-width: calc(100vw - 565px) !important;
}
.zb-calc-max-w-565 {
  max-width: calc(100vw - 565px) !important;
}
.zb-font-565 {
  font-size: 565px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-565 {
    max-width: 565px !important;
  }
}
.zb-h-566 {
  height: 566px !important;
}
.zb-min-h-566 {
  min-height: 566px !important;
}
.zb-max-h-566 {
  max-height: 566px !important;
}
.zb-calc-h-566 {
  height: calc(100vh - 566px) !important;
}
.zb-calc-min-h-566 {
  min-height: calc(100vh - 566px) !important;
}
.zb-calc-max-h-566 {
  max-height: calc(100vh - 566px) !important;
}
.zb-w-566 {
  width: 566px !important;
}
.zb-w-percent-566 {
  width: 566% !important;
}
.zb-min-w-566 {
  min-width: 566px !important;
}
.zb-max-w-566 {
  max-width: 566px !important;
}
.zb-calc-w-566 {
  width: calc(100vw - 566px) !important;
}
.zb-calc-min-w-566 {
  min-width: calc(100vw - 566px) !important;
}
.zb-calc-max-w-566 {
  max-width: calc(100vw - 566px) !important;
}
.zb-font-566 {
  font-size: 566px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-566 {
    max-width: 566px !important;
  }
}
.zb-h-567 {
  height: 567px !important;
}
.zb-min-h-567 {
  min-height: 567px !important;
}
.zb-max-h-567 {
  max-height: 567px !important;
}
.zb-calc-h-567 {
  height: calc(100vh - 567px) !important;
}
.zb-calc-min-h-567 {
  min-height: calc(100vh - 567px) !important;
}
.zb-calc-max-h-567 {
  max-height: calc(100vh - 567px) !important;
}
.zb-w-567 {
  width: 567px !important;
}
.zb-w-percent-567 {
  width: 567% !important;
}
.zb-min-w-567 {
  min-width: 567px !important;
}
.zb-max-w-567 {
  max-width: 567px !important;
}
.zb-calc-w-567 {
  width: calc(100vw - 567px) !important;
}
.zb-calc-min-w-567 {
  min-width: calc(100vw - 567px) !important;
}
.zb-calc-max-w-567 {
  max-width: calc(100vw - 567px) !important;
}
.zb-font-567 {
  font-size: 567px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-567 {
    max-width: 567px !important;
  }
}
.zb-h-568 {
  height: 568px !important;
}
.zb-min-h-568 {
  min-height: 568px !important;
}
.zb-max-h-568 {
  max-height: 568px !important;
}
.zb-calc-h-568 {
  height: calc(100vh - 568px) !important;
}
.zb-calc-min-h-568 {
  min-height: calc(100vh - 568px) !important;
}
.zb-calc-max-h-568 {
  max-height: calc(100vh - 568px) !important;
}
.zb-w-568 {
  width: 568px !important;
}
.zb-w-percent-568 {
  width: 568% !important;
}
.zb-min-w-568 {
  min-width: 568px !important;
}
.zb-max-w-568 {
  max-width: 568px !important;
}
.zb-calc-w-568 {
  width: calc(100vw - 568px) !important;
}
.zb-calc-min-w-568 {
  min-width: calc(100vw - 568px) !important;
}
.zb-calc-max-w-568 {
  max-width: calc(100vw - 568px) !important;
}
.zb-font-568 {
  font-size: 568px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-568 {
    max-width: 568px !important;
  }
}
.zb-h-569 {
  height: 569px !important;
}
.zb-min-h-569 {
  min-height: 569px !important;
}
.zb-max-h-569 {
  max-height: 569px !important;
}
.zb-calc-h-569 {
  height: calc(100vh - 569px) !important;
}
.zb-calc-min-h-569 {
  min-height: calc(100vh - 569px) !important;
}
.zb-calc-max-h-569 {
  max-height: calc(100vh - 569px) !important;
}
.zb-w-569 {
  width: 569px !important;
}
.zb-w-percent-569 {
  width: 569% !important;
}
.zb-min-w-569 {
  min-width: 569px !important;
}
.zb-max-w-569 {
  max-width: 569px !important;
}
.zb-calc-w-569 {
  width: calc(100vw - 569px) !important;
}
.zb-calc-min-w-569 {
  min-width: calc(100vw - 569px) !important;
}
.zb-calc-max-w-569 {
  max-width: calc(100vw - 569px) !important;
}
.zb-font-569 {
  font-size: 569px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-569 {
    max-width: 569px !important;
  }
}
.zb-h-570 {
  height: 570px !important;
}
.zb-min-h-570 {
  min-height: 570px !important;
}
.zb-max-h-570 {
  max-height: 570px !important;
}
.zb-calc-h-570 {
  height: calc(100vh - 570px) !important;
}
.zb-calc-min-h-570 {
  min-height: calc(100vh - 570px) !important;
}
.zb-calc-max-h-570 {
  max-height: calc(100vh - 570px) !important;
}
.zb-w-570 {
  width: 570px !important;
}
.zb-w-percent-570 {
  width: 570% !important;
}
.zb-min-w-570 {
  min-width: 570px !important;
}
.zb-max-w-570 {
  max-width: 570px !important;
}
.zb-calc-w-570 {
  width: calc(100vw - 570px) !important;
}
.zb-calc-min-w-570 {
  min-width: calc(100vw - 570px) !important;
}
.zb-calc-max-w-570 {
  max-width: calc(100vw - 570px) !important;
}
.zb-font-570 {
  font-size: 570px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-570 {
    max-width: 570px !important;
  }
}
.zb-h-571 {
  height: 571px !important;
}
.zb-min-h-571 {
  min-height: 571px !important;
}
.zb-max-h-571 {
  max-height: 571px !important;
}
.zb-calc-h-571 {
  height: calc(100vh - 571px) !important;
}
.zb-calc-min-h-571 {
  min-height: calc(100vh - 571px) !important;
}
.zb-calc-max-h-571 {
  max-height: calc(100vh - 571px) !important;
}
.zb-w-571 {
  width: 571px !important;
}
.zb-w-percent-571 {
  width: 571% !important;
}
.zb-min-w-571 {
  min-width: 571px !important;
}
.zb-max-w-571 {
  max-width: 571px !important;
}
.zb-calc-w-571 {
  width: calc(100vw - 571px) !important;
}
.zb-calc-min-w-571 {
  min-width: calc(100vw - 571px) !important;
}
.zb-calc-max-w-571 {
  max-width: calc(100vw - 571px) !important;
}
.zb-font-571 {
  font-size: 571px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-571 {
    max-width: 571px !important;
  }
}
.zb-h-572 {
  height: 572px !important;
}
.zb-min-h-572 {
  min-height: 572px !important;
}
.zb-max-h-572 {
  max-height: 572px !important;
}
.zb-calc-h-572 {
  height: calc(100vh - 572px) !important;
}
.zb-calc-min-h-572 {
  min-height: calc(100vh - 572px) !important;
}
.zb-calc-max-h-572 {
  max-height: calc(100vh - 572px) !important;
}
.zb-w-572 {
  width: 572px !important;
}
.zb-w-percent-572 {
  width: 572% !important;
}
.zb-min-w-572 {
  min-width: 572px !important;
}
.zb-max-w-572 {
  max-width: 572px !important;
}
.zb-calc-w-572 {
  width: calc(100vw - 572px) !important;
}
.zb-calc-min-w-572 {
  min-width: calc(100vw - 572px) !important;
}
.zb-calc-max-w-572 {
  max-width: calc(100vw - 572px) !important;
}
.zb-font-572 {
  font-size: 572px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-572 {
    max-width: 572px !important;
  }
}
.zb-h-573 {
  height: 573px !important;
}
.zb-min-h-573 {
  min-height: 573px !important;
}
.zb-max-h-573 {
  max-height: 573px !important;
}
.zb-calc-h-573 {
  height: calc(100vh - 573px) !important;
}
.zb-calc-min-h-573 {
  min-height: calc(100vh - 573px) !important;
}
.zb-calc-max-h-573 {
  max-height: calc(100vh - 573px) !important;
}
.zb-w-573 {
  width: 573px !important;
}
.zb-w-percent-573 {
  width: 573% !important;
}
.zb-min-w-573 {
  min-width: 573px !important;
}
.zb-max-w-573 {
  max-width: 573px !important;
}
.zb-calc-w-573 {
  width: calc(100vw - 573px) !important;
}
.zb-calc-min-w-573 {
  min-width: calc(100vw - 573px) !important;
}
.zb-calc-max-w-573 {
  max-width: calc(100vw - 573px) !important;
}
.zb-font-573 {
  font-size: 573px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-573 {
    max-width: 573px !important;
  }
}
.zb-h-574 {
  height: 574px !important;
}
.zb-min-h-574 {
  min-height: 574px !important;
}
.zb-max-h-574 {
  max-height: 574px !important;
}
.zb-calc-h-574 {
  height: calc(100vh - 574px) !important;
}
.zb-calc-min-h-574 {
  min-height: calc(100vh - 574px) !important;
}
.zb-calc-max-h-574 {
  max-height: calc(100vh - 574px) !important;
}
.zb-w-574 {
  width: 574px !important;
}
.zb-w-percent-574 {
  width: 574% !important;
}
.zb-min-w-574 {
  min-width: 574px !important;
}
.zb-max-w-574 {
  max-width: 574px !important;
}
.zb-calc-w-574 {
  width: calc(100vw - 574px) !important;
}
.zb-calc-min-w-574 {
  min-width: calc(100vw - 574px) !important;
}
.zb-calc-max-w-574 {
  max-width: calc(100vw - 574px) !important;
}
.zb-font-574 {
  font-size: 574px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-574 {
    max-width: 574px !important;
  }
}
.zb-h-575 {
  height: 575px !important;
}
.zb-min-h-575 {
  min-height: 575px !important;
}
.zb-max-h-575 {
  max-height: 575px !important;
}
.zb-calc-h-575 {
  height: calc(100vh - 575px) !important;
}
.zb-calc-min-h-575 {
  min-height: calc(100vh - 575px) !important;
}
.zb-calc-max-h-575 {
  max-height: calc(100vh - 575px) !important;
}
.zb-w-575 {
  width: 575px !important;
}
.zb-w-percent-575 {
  width: 575% !important;
}
.zb-min-w-575 {
  min-width: 575px !important;
}
.zb-max-w-575 {
  max-width: 575px !important;
}
.zb-calc-w-575 {
  width: calc(100vw - 575px) !important;
}
.zb-calc-min-w-575 {
  min-width: calc(100vw - 575px) !important;
}
.zb-calc-max-w-575 {
  max-width: calc(100vw - 575px) !important;
}
.zb-font-575 {
  font-size: 575px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-575 {
    max-width: 575px !important;
  }
}
.zb-h-576 {
  height: 576px !important;
}
.zb-min-h-576 {
  min-height: 576px !important;
}
.zb-max-h-576 {
  max-height: 576px !important;
}
.zb-calc-h-576 {
  height: calc(100vh - 576px) !important;
}
.zb-calc-min-h-576 {
  min-height: calc(100vh - 576px) !important;
}
.zb-calc-max-h-576 {
  max-height: calc(100vh - 576px) !important;
}
.zb-w-576 {
  width: 576px !important;
}
.zb-w-percent-576 {
  width: 576% !important;
}
.zb-min-w-576 {
  min-width: 576px !important;
}
.zb-max-w-576 {
  max-width: 576px !important;
}
.zb-calc-w-576 {
  width: calc(100vw - 576px) !important;
}
.zb-calc-min-w-576 {
  min-width: calc(100vw - 576px) !important;
}
.zb-calc-max-w-576 {
  max-width: calc(100vw - 576px) !important;
}
.zb-font-576 {
  font-size: 576px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-576 {
    max-width: 576px !important;
  }
}
.zb-h-577 {
  height: 577px !important;
}
.zb-min-h-577 {
  min-height: 577px !important;
}
.zb-max-h-577 {
  max-height: 577px !important;
}
.zb-calc-h-577 {
  height: calc(100vh - 577px) !important;
}
.zb-calc-min-h-577 {
  min-height: calc(100vh - 577px) !important;
}
.zb-calc-max-h-577 {
  max-height: calc(100vh - 577px) !important;
}
.zb-w-577 {
  width: 577px !important;
}
.zb-w-percent-577 {
  width: 577% !important;
}
.zb-min-w-577 {
  min-width: 577px !important;
}
.zb-max-w-577 {
  max-width: 577px !important;
}
.zb-calc-w-577 {
  width: calc(100vw - 577px) !important;
}
.zb-calc-min-w-577 {
  min-width: calc(100vw - 577px) !important;
}
.zb-calc-max-w-577 {
  max-width: calc(100vw - 577px) !important;
}
.zb-font-577 {
  font-size: 577px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-577 {
    max-width: 577px !important;
  }
}
.zb-h-578 {
  height: 578px !important;
}
.zb-min-h-578 {
  min-height: 578px !important;
}
.zb-max-h-578 {
  max-height: 578px !important;
}
.zb-calc-h-578 {
  height: calc(100vh - 578px) !important;
}
.zb-calc-min-h-578 {
  min-height: calc(100vh - 578px) !important;
}
.zb-calc-max-h-578 {
  max-height: calc(100vh - 578px) !important;
}
.zb-w-578 {
  width: 578px !important;
}
.zb-w-percent-578 {
  width: 578% !important;
}
.zb-min-w-578 {
  min-width: 578px !important;
}
.zb-max-w-578 {
  max-width: 578px !important;
}
.zb-calc-w-578 {
  width: calc(100vw - 578px) !important;
}
.zb-calc-min-w-578 {
  min-width: calc(100vw - 578px) !important;
}
.zb-calc-max-w-578 {
  max-width: calc(100vw - 578px) !important;
}
.zb-font-578 {
  font-size: 578px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-578 {
    max-width: 578px !important;
  }
}
.zb-h-579 {
  height: 579px !important;
}
.zb-min-h-579 {
  min-height: 579px !important;
}
.zb-max-h-579 {
  max-height: 579px !important;
}
.zb-calc-h-579 {
  height: calc(100vh - 579px) !important;
}
.zb-calc-min-h-579 {
  min-height: calc(100vh - 579px) !important;
}
.zb-calc-max-h-579 {
  max-height: calc(100vh - 579px) !important;
}
.zb-w-579 {
  width: 579px !important;
}
.zb-w-percent-579 {
  width: 579% !important;
}
.zb-min-w-579 {
  min-width: 579px !important;
}
.zb-max-w-579 {
  max-width: 579px !important;
}
.zb-calc-w-579 {
  width: calc(100vw - 579px) !important;
}
.zb-calc-min-w-579 {
  min-width: calc(100vw - 579px) !important;
}
.zb-calc-max-w-579 {
  max-width: calc(100vw - 579px) !important;
}
.zb-font-579 {
  font-size: 579px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-579 {
    max-width: 579px !important;
  }
}
.zb-h-580 {
  height: 580px !important;
}
.zb-min-h-580 {
  min-height: 580px !important;
}
.zb-max-h-580 {
  max-height: 580px !important;
}
.zb-calc-h-580 {
  height: calc(100vh - 580px) !important;
}
.zb-calc-min-h-580 {
  min-height: calc(100vh - 580px) !important;
}
.zb-calc-max-h-580 {
  max-height: calc(100vh - 580px) !important;
}
.zb-w-580 {
  width: 580px !important;
}
.zb-w-percent-580 {
  width: 580% !important;
}
.zb-min-w-580 {
  min-width: 580px !important;
}
.zb-max-w-580 {
  max-width: 580px !important;
}
.zb-calc-w-580 {
  width: calc(100vw - 580px) !important;
}
.zb-calc-min-w-580 {
  min-width: calc(100vw - 580px) !important;
}
.zb-calc-max-w-580 {
  max-width: calc(100vw - 580px) !important;
}
.zb-font-580 {
  font-size: 580px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-580 {
    max-width: 580px !important;
  }
}
.zb-h-581 {
  height: 581px !important;
}
.zb-min-h-581 {
  min-height: 581px !important;
}
.zb-max-h-581 {
  max-height: 581px !important;
}
.zb-calc-h-581 {
  height: calc(100vh - 581px) !important;
}
.zb-calc-min-h-581 {
  min-height: calc(100vh - 581px) !important;
}
.zb-calc-max-h-581 {
  max-height: calc(100vh - 581px) !important;
}
.zb-w-581 {
  width: 581px !important;
}
.zb-w-percent-581 {
  width: 581% !important;
}
.zb-min-w-581 {
  min-width: 581px !important;
}
.zb-max-w-581 {
  max-width: 581px !important;
}
.zb-calc-w-581 {
  width: calc(100vw - 581px) !important;
}
.zb-calc-min-w-581 {
  min-width: calc(100vw - 581px) !important;
}
.zb-calc-max-w-581 {
  max-width: calc(100vw - 581px) !important;
}
.zb-font-581 {
  font-size: 581px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-581 {
    max-width: 581px !important;
  }
}
.zb-h-582 {
  height: 582px !important;
}
.zb-min-h-582 {
  min-height: 582px !important;
}
.zb-max-h-582 {
  max-height: 582px !important;
}
.zb-calc-h-582 {
  height: calc(100vh - 582px) !important;
}
.zb-calc-min-h-582 {
  min-height: calc(100vh - 582px) !important;
}
.zb-calc-max-h-582 {
  max-height: calc(100vh - 582px) !important;
}
.zb-w-582 {
  width: 582px !important;
}
.zb-w-percent-582 {
  width: 582% !important;
}
.zb-min-w-582 {
  min-width: 582px !important;
}
.zb-max-w-582 {
  max-width: 582px !important;
}
.zb-calc-w-582 {
  width: calc(100vw - 582px) !important;
}
.zb-calc-min-w-582 {
  min-width: calc(100vw - 582px) !important;
}
.zb-calc-max-w-582 {
  max-width: calc(100vw - 582px) !important;
}
.zb-font-582 {
  font-size: 582px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-582 {
    max-width: 582px !important;
  }
}
.zb-h-583 {
  height: 583px !important;
}
.zb-min-h-583 {
  min-height: 583px !important;
}
.zb-max-h-583 {
  max-height: 583px !important;
}
.zb-calc-h-583 {
  height: calc(100vh - 583px) !important;
}
.zb-calc-min-h-583 {
  min-height: calc(100vh - 583px) !important;
}
.zb-calc-max-h-583 {
  max-height: calc(100vh - 583px) !important;
}
.zb-w-583 {
  width: 583px !important;
}
.zb-w-percent-583 {
  width: 583% !important;
}
.zb-min-w-583 {
  min-width: 583px !important;
}
.zb-max-w-583 {
  max-width: 583px !important;
}
.zb-calc-w-583 {
  width: calc(100vw - 583px) !important;
}
.zb-calc-min-w-583 {
  min-width: calc(100vw - 583px) !important;
}
.zb-calc-max-w-583 {
  max-width: calc(100vw - 583px) !important;
}
.zb-font-583 {
  font-size: 583px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-583 {
    max-width: 583px !important;
  }
}
.zb-h-584 {
  height: 584px !important;
}
.zb-min-h-584 {
  min-height: 584px !important;
}
.zb-max-h-584 {
  max-height: 584px !important;
}
.zb-calc-h-584 {
  height: calc(100vh - 584px) !important;
}
.zb-calc-min-h-584 {
  min-height: calc(100vh - 584px) !important;
}
.zb-calc-max-h-584 {
  max-height: calc(100vh - 584px) !important;
}
.zb-w-584 {
  width: 584px !important;
}
.zb-w-percent-584 {
  width: 584% !important;
}
.zb-min-w-584 {
  min-width: 584px !important;
}
.zb-max-w-584 {
  max-width: 584px !important;
}
.zb-calc-w-584 {
  width: calc(100vw - 584px) !important;
}
.zb-calc-min-w-584 {
  min-width: calc(100vw - 584px) !important;
}
.zb-calc-max-w-584 {
  max-width: calc(100vw - 584px) !important;
}
.zb-font-584 {
  font-size: 584px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-584 {
    max-width: 584px !important;
  }
}
.zb-h-585 {
  height: 585px !important;
}
.zb-min-h-585 {
  min-height: 585px !important;
}
.zb-max-h-585 {
  max-height: 585px !important;
}
.zb-calc-h-585 {
  height: calc(100vh - 585px) !important;
}
.zb-calc-min-h-585 {
  min-height: calc(100vh - 585px) !important;
}
.zb-calc-max-h-585 {
  max-height: calc(100vh - 585px) !important;
}
.zb-w-585 {
  width: 585px !important;
}
.zb-w-percent-585 {
  width: 585% !important;
}
.zb-min-w-585 {
  min-width: 585px !important;
}
.zb-max-w-585 {
  max-width: 585px !important;
}
.zb-calc-w-585 {
  width: calc(100vw - 585px) !important;
}
.zb-calc-min-w-585 {
  min-width: calc(100vw - 585px) !important;
}
.zb-calc-max-w-585 {
  max-width: calc(100vw - 585px) !important;
}
.zb-font-585 {
  font-size: 585px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-585 {
    max-width: 585px !important;
  }
}
.zb-h-586 {
  height: 586px !important;
}
.zb-min-h-586 {
  min-height: 586px !important;
}
.zb-max-h-586 {
  max-height: 586px !important;
}
.zb-calc-h-586 {
  height: calc(100vh - 586px) !important;
}
.zb-calc-min-h-586 {
  min-height: calc(100vh - 586px) !important;
}
.zb-calc-max-h-586 {
  max-height: calc(100vh - 586px) !important;
}
.zb-w-586 {
  width: 586px !important;
}
.zb-w-percent-586 {
  width: 586% !important;
}
.zb-min-w-586 {
  min-width: 586px !important;
}
.zb-max-w-586 {
  max-width: 586px !important;
}
.zb-calc-w-586 {
  width: calc(100vw - 586px) !important;
}
.zb-calc-min-w-586 {
  min-width: calc(100vw - 586px) !important;
}
.zb-calc-max-w-586 {
  max-width: calc(100vw - 586px) !important;
}
.zb-font-586 {
  font-size: 586px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-586 {
    max-width: 586px !important;
  }
}
.zb-h-587 {
  height: 587px !important;
}
.zb-min-h-587 {
  min-height: 587px !important;
}
.zb-max-h-587 {
  max-height: 587px !important;
}
.zb-calc-h-587 {
  height: calc(100vh - 587px) !important;
}
.zb-calc-min-h-587 {
  min-height: calc(100vh - 587px) !important;
}
.zb-calc-max-h-587 {
  max-height: calc(100vh - 587px) !important;
}
.zb-w-587 {
  width: 587px !important;
}
.zb-w-percent-587 {
  width: 587% !important;
}
.zb-min-w-587 {
  min-width: 587px !important;
}
.zb-max-w-587 {
  max-width: 587px !important;
}
.zb-calc-w-587 {
  width: calc(100vw - 587px) !important;
}
.zb-calc-min-w-587 {
  min-width: calc(100vw - 587px) !important;
}
.zb-calc-max-w-587 {
  max-width: calc(100vw - 587px) !important;
}
.zb-font-587 {
  font-size: 587px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-587 {
    max-width: 587px !important;
  }
}
.zb-h-588 {
  height: 588px !important;
}
.zb-min-h-588 {
  min-height: 588px !important;
}
.zb-max-h-588 {
  max-height: 588px !important;
}
.zb-calc-h-588 {
  height: calc(100vh - 588px) !important;
}
.zb-calc-min-h-588 {
  min-height: calc(100vh - 588px) !important;
}
.zb-calc-max-h-588 {
  max-height: calc(100vh - 588px) !important;
}
.zb-w-588 {
  width: 588px !important;
}
.zb-w-percent-588 {
  width: 588% !important;
}
.zb-min-w-588 {
  min-width: 588px !important;
}
.zb-max-w-588 {
  max-width: 588px !important;
}
.zb-calc-w-588 {
  width: calc(100vw - 588px) !important;
}
.zb-calc-min-w-588 {
  min-width: calc(100vw - 588px) !important;
}
.zb-calc-max-w-588 {
  max-width: calc(100vw - 588px) !important;
}
.zb-font-588 {
  font-size: 588px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-588 {
    max-width: 588px !important;
  }
}
.zb-h-589 {
  height: 589px !important;
}
.zb-min-h-589 {
  min-height: 589px !important;
}
.zb-max-h-589 {
  max-height: 589px !important;
}
.zb-calc-h-589 {
  height: calc(100vh - 589px) !important;
}
.zb-calc-min-h-589 {
  min-height: calc(100vh - 589px) !important;
}
.zb-calc-max-h-589 {
  max-height: calc(100vh - 589px) !important;
}
.zb-w-589 {
  width: 589px !important;
}
.zb-w-percent-589 {
  width: 589% !important;
}
.zb-min-w-589 {
  min-width: 589px !important;
}
.zb-max-w-589 {
  max-width: 589px !important;
}
.zb-calc-w-589 {
  width: calc(100vw - 589px) !important;
}
.zb-calc-min-w-589 {
  min-width: calc(100vw - 589px) !important;
}
.zb-calc-max-w-589 {
  max-width: calc(100vw - 589px) !important;
}
.zb-font-589 {
  font-size: 589px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-589 {
    max-width: 589px !important;
  }
}
.zb-h-590 {
  height: 590px !important;
}
.zb-min-h-590 {
  min-height: 590px !important;
}
.zb-max-h-590 {
  max-height: 590px !important;
}
.zb-calc-h-590 {
  height: calc(100vh - 590px) !important;
}
.zb-calc-min-h-590 {
  min-height: calc(100vh - 590px) !important;
}
.zb-calc-max-h-590 {
  max-height: calc(100vh - 590px) !important;
}
.zb-w-590 {
  width: 590px !important;
}
.zb-w-percent-590 {
  width: 590% !important;
}
.zb-min-w-590 {
  min-width: 590px !important;
}
.zb-max-w-590 {
  max-width: 590px !important;
}
.zb-calc-w-590 {
  width: calc(100vw - 590px) !important;
}
.zb-calc-min-w-590 {
  min-width: calc(100vw - 590px) !important;
}
.zb-calc-max-w-590 {
  max-width: calc(100vw - 590px) !important;
}
.zb-font-590 {
  font-size: 590px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-590 {
    max-width: 590px !important;
  }
}
.zb-h-591 {
  height: 591px !important;
}
.zb-min-h-591 {
  min-height: 591px !important;
}
.zb-max-h-591 {
  max-height: 591px !important;
}
.zb-calc-h-591 {
  height: calc(100vh - 591px) !important;
}
.zb-calc-min-h-591 {
  min-height: calc(100vh - 591px) !important;
}
.zb-calc-max-h-591 {
  max-height: calc(100vh - 591px) !important;
}
.zb-w-591 {
  width: 591px !important;
}
.zb-w-percent-591 {
  width: 591% !important;
}
.zb-min-w-591 {
  min-width: 591px !important;
}
.zb-max-w-591 {
  max-width: 591px !important;
}
.zb-calc-w-591 {
  width: calc(100vw - 591px) !important;
}
.zb-calc-min-w-591 {
  min-width: calc(100vw - 591px) !important;
}
.zb-calc-max-w-591 {
  max-width: calc(100vw - 591px) !important;
}
.zb-font-591 {
  font-size: 591px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-591 {
    max-width: 591px !important;
  }
}
.zb-h-592 {
  height: 592px !important;
}
.zb-min-h-592 {
  min-height: 592px !important;
}
.zb-max-h-592 {
  max-height: 592px !important;
}
.zb-calc-h-592 {
  height: calc(100vh - 592px) !important;
}
.zb-calc-min-h-592 {
  min-height: calc(100vh - 592px) !important;
}
.zb-calc-max-h-592 {
  max-height: calc(100vh - 592px) !important;
}
.zb-w-592 {
  width: 592px !important;
}
.zb-w-percent-592 {
  width: 592% !important;
}
.zb-min-w-592 {
  min-width: 592px !important;
}
.zb-max-w-592 {
  max-width: 592px !important;
}
.zb-calc-w-592 {
  width: calc(100vw - 592px) !important;
}
.zb-calc-min-w-592 {
  min-width: calc(100vw - 592px) !important;
}
.zb-calc-max-w-592 {
  max-width: calc(100vw - 592px) !important;
}
.zb-font-592 {
  font-size: 592px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-592 {
    max-width: 592px !important;
  }
}
.zb-h-593 {
  height: 593px !important;
}
.zb-min-h-593 {
  min-height: 593px !important;
}
.zb-max-h-593 {
  max-height: 593px !important;
}
.zb-calc-h-593 {
  height: calc(100vh - 593px) !important;
}
.zb-calc-min-h-593 {
  min-height: calc(100vh - 593px) !important;
}
.zb-calc-max-h-593 {
  max-height: calc(100vh - 593px) !important;
}
.zb-w-593 {
  width: 593px !important;
}
.zb-w-percent-593 {
  width: 593% !important;
}
.zb-min-w-593 {
  min-width: 593px !important;
}
.zb-max-w-593 {
  max-width: 593px !important;
}
.zb-calc-w-593 {
  width: calc(100vw - 593px) !important;
}
.zb-calc-min-w-593 {
  min-width: calc(100vw - 593px) !important;
}
.zb-calc-max-w-593 {
  max-width: calc(100vw - 593px) !important;
}
.zb-font-593 {
  font-size: 593px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-593 {
    max-width: 593px !important;
  }
}
.zb-h-594 {
  height: 594px !important;
}
.zb-min-h-594 {
  min-height: 594px !important;
}
.zb-max-h-594 {
  max-height: 594px !important;
}
.zb-calc-h-594 {
  height: calc(100vh - 594px) !important;
}
.zb-calc-min-h-594 {
  min-height: calc(100vh - 594px) !important;
}
.zb-calc-max-h-594 {
  max-height: calc(100vh - 594px) !important;
}
.zb-w-594 {
  width: 594px !important;
}
.zb-w-percent-594 {
  width: 594% !important;
}
.zb-min-w-594 {
  min-width: 594px !important;
}
.zb-max-w-594 {
  max-width: 594px !important;
}
.zb-calc-w-594 {
  width: calc(100vw - 594px) !important;
}
.zb-calc-min-w-594 {
  min-width: calc(100vw - 594px) !important;
}
.zb-calc-max-w-594 {
  max-width: calc(100vw - 594px) !important;
}
.zb-font-594 {
  font-size: 594px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-594 {
    max-width: 594px !important;
  }
}
.zb-h-595 {
  height: 595px !important;
}
.zb-min-h-595 {
  min-height: 595px !important;
}
.zb-max-h-595 {
  max-height: 595px !important;
}
.zb-calc-h-595 {
  height: calc(100vh - 595px) !important;
}
.zb-calc-min-h-595 {
  min-height: calc(100vh - 595px) !important;
}
.zb-calc-max-h-595 {
  max-height: calc(100vh - 595px) !important;
}
.zb-w-595 {
  width: 595px !important;
}
.zb-w-percent-595 {
  width: 595% !important;
}
.zb-min-w-595 {
  min-width: 595px !important;
}
.zb-max-w-595 {
  max-width: 595px !important;
}
.zb-calc-w-595 {
  width: calc(100vw - 595px) !important;
}
.zb-calc-min-w-595 {
  min-width: calc(100vw - 595px) !important;
}
.zb-calc-max-w-595 {
  max-width: calc(100vw - 595px) !important;
}
.zb-font-595 {
  font-size: 595px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-595 {
    max-width: 595px !important;
  }
}
.zb-h-596 {
  height: 596px !important;
}
.zb-min-h-596 {
  min-height: 596px !important;
}
.zb-max-h-596 {
  max-height: 596px !important;
}
.zb-calc-h-596 {
  height: calc(100vh - 596px) !important;
}
.zb-calc-min-h-596 {
  min-height: calc(100vh - 596px) !important;
}
.zb-calc-max-h-596 {
  max-height: calc(100vh - 596px) !important;
}
.zb-w-596 {
  width: 596px !important;
}
.zb-w-percent-596 {
  width: 596% !important;
}
.zb-min-w-596 {
  min-width: 596px !important;
}
.zb-max-w-596 {
  max-width: 596px !important;
}
.zb-calc-w-596 {
  width: calc(100vw - 596px) !important;
}
.zb-calc-min-w-596 {
  min-width: calc(100vw - 596px) !important;
}
.zb-calc-max-w-596 {
  max-width: calc(100vw - 596px) !important;
}
.zb-font-596 {
  font-size: 596px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-596 {
    max-width: 596px !important;
  }
}
.zb-h-597 {
  height: 597px !important;
}
.zb-min-h-597 {
  min-height: 597px !important;
}
.zb-max-h-597 {
  max-height: 597px !important;
}
.zb-calc-h-597 {
  height: calc(100vh - 597px) !important;
}
.zb-calc-min-h-597 {
  min-height: calc(100vh - 597px) !important;
}
.zb-calc-max-h-597 {
  max-height: calc(100vh - 597px) !important;
}
.zb-w-597 {
  width: 597px !important;
}
.zb-w-percent-597 {
  width: 597% !important;
}
.zb-min-w-597 {
  min-width: 597px !important;
}
.zb-max-w-597 {
  max-width: 597px !important;
}
.zb-calc-w-597 {
  width: calc(100vw - 597px) !important;
}
.zb-calc-min-w-597 {
  min-width: calc(100vw - 597px) !important;
}
.zb-calc-max-w-597 {
  max-width: calc(100vw - 597px) !important;
}
.zb-font-597 {
  font-size: 597px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-597 {
    max-width: 597px !important;
  }
}
.zb-h-598 {
  height: 598px !important;
}
.zb-min-h-598 {
  min-height: 598px !important;
}
.zb-max-h-598 {
  max-height: 598px !important;
}
.zb-calc-h-598 {
  height: calc(100vh - 598px) !important;
}
.zb-calc-min-h-598 {
  min-height: calc(100vh - 598px) !important;
}
.zb-calc-max-h-598 {
  max-height: calc(100vh - 598px) !important;
}
.zb-w-598 {
  width: 598px !important;
}
.zb-w-percent-598 {
  width: 598% !important;
}
.zb-min-w-598 {
  min-width: 598px !important;
}
.zb-max-w-598 {
  max-width: 598px !important;
}
.zb-calc-w-598 {
  width: calc(100vw - 598px) !important;
}
.zb-calc-min-w-598 {
  min-width: calc(100vw - 598px) !important;
}
.zb-calc-max-w-598 {
  max-width: calc(100vw - 598px) !important;
}
.zb-font-598 {
  font-size: 598px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-598 {
    max-width: 598px !important;
  }
}
.zb-h-599 {
  height: 599px !important;
}
.zb-min-h-599 {
  min-height: 599px !important;
}
.zb-max-h-599 {
  max-height: 599px !important;
}
.zb-calc-h-599 {
  height: calc(100vh - 599px) !important;
}
.zb-calc-min-h-599 {
  min-height: calc(100vh - 599px) !important;
}
.zb-calc-max-h-599 {
  max-height: calc(100vh - 599px) !important;
}
.zb-w-599 {
  width: 599px !important;
}
.zb-w-percent-599 {
  width: 599% !important;
}
.zb-min-w-599 {
  min-width: 599px !important;
}
.zb-max-w-599 {
  max-width: 599px !important;
}
.zb-calc-w-599 {
  width: calc(100vw - 599px) !important;
}
.zb-calc-min-w-599 {
  min-width: calc(100vw - 599px) !important;
}
.zb-calc-max-w-599 {
  max-width: calc(100vw - 599px) !important;
}
.zb-font-599 {
  font-size: 599px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-599 {
    max-width: 599px !important;
  }
}
.zb-h-600 {
  height: 600px !important;
}
.zb-min-h-600 {
  min-height: 600px !important;
}
.zb-max-h-600 {
  max-height: 600px !important;
}
.zb-calc-h-600 {
  height: calc(100vh - 600px) !important;
}
.zb-calc-min-h-600 {
  min-height: calc(100vh - 600px) !important;
}
.zb-calc-max-h-600 {
  max-height: calc(100vh - 600px) !important;
}
.zb-w-600 {
  width: 600px !important;
}
.zb-w-percent-600 {
  width: 600% !important;
}
.zb-min-w-600 {
  min-width: 600px !important;
}
.zb-max-w-600 {
  max-width: 600px !important;
}
.zb-calc-w-600 {
  width: calc(100vw - 600px) !important;
}
.zb-calc-min-w-600 {
  min-width: calc(100vw - 600px) !important;
}
.zb-calc-max-w-600 {
  max-width: calc(100vw - 600px) !important;
}
.zb-font-600 {
  font-size: 600px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-600 {
    max-width: 600px !important;
  }
}
.zb-h-601 {
  height: 601px !important;
}
.zb-min-h-601 {
  min-height: 601px !important;
}
.zb-max-h-601 {
  max-height: 601px !important;
}
.zb-calc-h-601 {
  height: calc(100vh - 601px) !important;
}
.zb-calc-min-h-601 {
  min-height: calc(100vh - 601px) !important;
}
.zb-calc-max-h-601 {
  max-height: calc(100vh - 601px) !important;
}
.zb-w-601 {
  width: 601px !important;
}
.zb-w-percent-601 {
  width: 601% !important;
}
.zb-min-w-601 {
  min-width: 601px !important;
}
.zb-max-w-601 {
  max-width: 601px !important;
}
.zb-calc-w-601 {
  width: calc(100vw - 601px) !important;
}
.zb-calc-min-w-601 {
  min-width: calc(100vw - 601px) !important;
}
.zb-calc-max-w-601 {
  max-width: calc(100vw - 601px) !important;
}
.zb-font-601 {
  font-size: 601px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-601 {
    max-width: 601px !important;
  }
}
.zb-h-602 {
  height: 602px !important;
}
.zb-min-h-602 {
  min-height: 602px !important;
}
.zb-max-h-602 {
  max-height: 602px !important;
}
.zb-calc-h-602 {
  height: calc(100vh - 602px) !important;
}
.zb-calc-min-h-602 {
  min-height: calc(100vh - 602px) !important;
}
.zb-calc-max-h-602 {
  max-height: calc(100vh - 602px) !important;
}
.zb-w-602 {
  width: 602px !important;
}
.zb-w-percent-602 {
  width: 602% !important;
}
.zb-min-w-602 {
  min-width: 602px !important;
}
.zb-max-w-602 {
  max-width: 602px !important;
}
.zb-calc-w-602 {
  width: calc(100vw - 602px) !important;
}
.zb-calc-min-w-602 {
  min-width: calc(100vw - 602px) !important;
}
.zb-calc-max-w-602 {
  max-width: calc(100vw - 602px) !important;
}
.zb-font-602 {
  font-size: 602px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-602 {
    max-width: 602px !important;
  }
}
.zb-h-603 {
  height: 603px !important;
}
.zb-min-h-603 {
  min-height: 603px !important;
}
.zb-max-h-603 {
  max-height: 603px !important;
}
.zb-calc-h-603 {
  height: calc(100vh - 603px) !important;
}
.zb-calc-min-h-603 {
  min-height: calc(100vh - 603px) !important;
}
.zb-calc-max-h-603 {
  max-height: calc(100vh - 603px) !important;
}
.zb-w-603 {
  width: 603px !important;
}
.zb-w-percent-603 {
  width: 603% !important;
}
.zb-min-w-603 {
  min-width: 603px !important;
}
.zb-max-w-603 {
  max-width: 603px !important;
}
.zb-calc-w-603 {
  width: calc(100vw - 603px) !important;
}
.zb-calc-min-w-603 {
  min-width: calc(100vw - 603px) !important;
}
.zb-calc-max-w-603 {
  max-width: calc(100vw - 603px) !important;
}
.zb-font-603 {
  font-size: 603px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-603 {
    max-width: 603px !important;
  }
}
.zb-h-604 {
  height: 604px !important;
}
.zb-min-h-604 {
  min-height: 604px !important;
}
.zb-max-h-604 {
  max-height: 604px !important;
}
.zb-calc-h-604 {
  height: calc(100vh - 604px) !important;
}
.zb-calc-min-h-604 {
  min-height: calc(100vh - 604px) !important;
}
.zb-calc-max-h-604 {
  max-height: calc(100vh - 604px) !important;
}
.zb-w-604 {
  width: 604px !important;
}
.zb-w-percent-604 {
  width: 604% !important;
}
.zb-min-w-604 {
  min-width: 604px !important;
}
.zb-max-w-604 {
  max-width: 604px !important;
}
.zb-calc-w-604 {
  width: calc(100vw - 604px) !important;
}
.zb-calc-min-w-604 {
  min-width: calc(100vw - 604px) !important;
}
.zb-calc-max-w-604 {
  max-width: calc(100vw - 604px) !important;
}
.zb-font-604 {
  font-size: 604px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-604 {
    max-width: 604px !important;
  }
}
.zb-h-605 {
  height: 605px !important;
}
.zb-min-h-605 {
  min-height: 605px !important;
}
.zb-max-h-605 {
  max-height: 605px !important;
}
.zb-calc-h-605 {
  height: calc(100vh - 605px) !important;
}
.zb-calc-min-h-605 {
  min-height: calc(100vh - 605px) !important;
}
.zb-calc-max-h-605 {
  max-height: calc(100vh - 605px) !important;
}
.zb-w-605 {
  width: 605px !important;
}
.zb-w-percent-605 {
  width: 605% !important;
}
.zb-min-w-605 {
  min-width: 605px !important;
}
.zb-max-w-605 {
  max-width: 605px !important;
}
.zb-calc-w-605 {
  width: calc(100vw - 605px) !important;
}
.zb-calc-min-w-605 {
  min-width: calc(100vw - 605px) !important;
}
.zb-calc-max-w-605 {
  max-width: calc(100vw - 605px) !important;
}
.zb-font-605 {
  font-size: 605px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-605 {
    max-width: 605px !important;
  }
}
.zb-h-606 {
  height: 606px !important;
}
.zb-min-h-606 {
  min-height: 606px !important;
}
.zb-max-h-606 {
  max-height: 606px !important;
}
.zb-calc-h-606 {
  height: calc(100vh - 606px) !important;
}
.zb-calc-min-h-606 {
  min-height: calc(100vh - 606px) !important;
}
.zb-calc-max-h-606 {
  max-height: calc(100vh - 606px) !important;
}
.zb-w-606 {
  width: 606px !important;
}
.zb-w-percent-606 {
  width: 606% !important;
}
.zb-min-w-606 {
  min-width: 606px !important;
}
.zb-max-w-606 {
  max-width: 606px !important;
}
.zb-calc-w-606 {
  width: calc(100vw - 606px) !important;
}
.zb-calc-min-w-606 {
  min-width: calc(100vw - 606px) !important;
}
.zb-calc-max-w-606 {
  max-width: calc(100vw - 606px) !important;
}
.zb-font-606 {
  font-size: 606px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-606 {
    max-width: 606px !important;
  }
}
.zb-h-607 {
  height: 607px !important;
}
.zb-min-h-607 {
  min-height: 607px !important;
}
.zb-max-h-607 {
  max-height: 607px !important;
}
.zb-calc-h-607 {
  height: calc(100vh - 607px) !important;
}
.zb-calc-min-h-607 {
  min-height: calc(100vh - 607px) !important;
}
.zb-calc-max-h-607 {
  max-height: calc(100vh - 607px) !important;
}
.zb-w-607 {
  width: 607px !important;
}
.zb-w-percent-607 {
  width: 607% !important;
}
.zb-min-w-607 {
  min-width: 607px !important;
}
.zb-max-w-607 {
  max-width: 607px !important;
}
.zb-calc-w-607 {
  width: calc(100vw - 607px) !important;
}
.zb-calc-min-w-607 {
  min-width: calc(100vw - 607px) !important;
}
.zb-calc-max-w-607 {
  max-width: calc(100vw - 607px) !important;
}
.zb-font-607 {
  font-size: 607px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-607 {
    max-width: 607px !important;
  }
}
.zb-h-608 {
  height: 608px !important;
}
.zb-min-h-608 {
  min-height: 608px !important;
}
.zb-max-h-608 {
  max-height: 608px !important;
}
.zb-calc-h-608 {
  height: calc(100vh - 608px) !important;
}
.zb-calc-min-h-608 {
  min-height: calc(100vh - 608px) !important;
}
.zb-calc-max-h-608 {
  max-height: calc(100vh - 608px) !important;
}
.zb-w-608 {
  width: 608px !important;
}
.zb-w-percent-608 {
  width: 608% !important;
}
.zb-min-w-608 {
  min-width: 608px !important;
}
.zb-max-w-608 {
  max-width: 608px !important;
}
.zb-calc-w-608 {
  width: calc(100vw - 608px) !important;
}
.zb-calc-min-w-608 {
  min-width: calc(100vw - 608px) !important;
}
.zb-calc-max-w-608 {
  max-width: calc(100vw - 608px) !important;
}
.zb-font-608 {
  font-size: 608px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-608 {
    max-width: 608px !important;
  }
}
.zb-h-609 {
  height: 609px !important;
}
.zb-min-h-609 {
  min-height: 609px !important;
}
.zb-max-h-609 {
  max-height: 609px !important;
}
.zb-calc-h-609 {
  height: calc(100vh - 609px) !important;
}
.zb-calc-min-h-609 {
  min-height: calc(100vh - 609px) !important;
}
.zb-calc-max-h-609 {
  max-height: calc(100vh - 609px) !important;
}
.zb-w-609 {
  width: 609px !important;
}
.zb-w-percent-609 {
  width: 609% !important;
}
.zb-min-w-609 {
  min-width: 609px !important;
}
.zb-max-w-609 {
  max-width: 609px !important;
}
.zb-calc-w-609 {
  width: calc(100vw - 609px) !important;
}
.zb-calc-min-w-609 {
  min-width: calc(100vw - 609px) !important;
}
.zb-calc-max-w-609 {
  max-width: calc(100vw - 609px) !important;
}
.zb-font-609 {
  font-size: 609px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-609 {
    max-width: 609px !important;
  }
}
.zb-h-610 {
  height: 610px !important;
}
.zb-min-h-610 {
  min-height: 610px !important;
}
.zb-max-h-610 {
  max-height: 610px !important;
}
.zb-calc-h-610 {
  height: calc(100vh - 610px) !important;
}
.zb-calc-min-h-610 {
  min-height: calc(100vh - 610px) !important;
}
.zb-calc-max-h-610 {
  max-height: calc(100vh - 610px) !important;
}
.zb-w-610 {
  width: 610px !important;
}
.zb-w-percent-610 {
  width: 610% !important;
}
.zb-min-w-610 {
  min-width: 610px !important;
}
.zb-max-w-610 {
  max-width: 610px !important;
}
.zb-calc-w-610 {
  width: calc(100vw - 610px) !important;
}
.zb-calc-min-w-610 {
  min-width: calc(100vw - 610px) !important;
}
.zb-calc-max-w-610 {
  max-width: calc(100vw - 610px) !important;
}
.zb-font-610 {
  font-size: 610px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-610 {
    max-width: 610px !important;
  }
}
.zb-h-611 {
  height: 611px !important;
}
.zb-min-h-611 {
  min-height: 611px !important;
}
.zb-max-h-611 {
  max-height: 611px !important;
}
.zb-calc-h-611 {
  height: calc(100vh - 611px) !important;
}
.zb-calc-min-h-611 {
  min-height: calc(100vh - 611px) !important;
}
.zb-calc-max-h-611 {
  max-height: calc(100vh - 611px) !important;
}
.zb-w-611 {
  width: 611px !important;
}
.zb-w-percent-611 {
  width: 611% !important;
}
.zb-min-w-611 {
  min-width: 611px !important;
}
.zb-max-w-611 {
  max-width: 611px !important;
}
.zb-calc-w-611 {
  width: calc(100vw - 611px) !important;
}
.zb-calc-min-w-611 {
  min-width: calc(100vw - 611px) !important;
}
.zb-calc-max-w-611 {
  max-width: calc(100vw - 611px) !important;
}
.zb-font-611 {
  font-size: 611px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-611 {
    max-width: 611px !important;
  }
}
.zb-h-612 {
  height: 612px !important;
}
.zb-min-h-612 {
  min-height: 612px !important;
}
.zb-max-h-612 {
  max-height: 612px !important;
}
.zb-calc-h-612 {
  height: calc(100vh - 612px) !important;
}
.zb-calc-min-h-612 {
  min-height: calc(100vh - 612px) !important;
}
.zb-calc-max-h-612 {
  max-height: calc(100vh - 612px) !important;
}
.zb-w-612 {
  width: 612px !important;
}
.zb-w-percent-612 {
  width: 612% !important;
}
.zb-min-w-612 {
  min-width: 612px !important;
}
.zb-max-w-612 {
  max-width: 612px !important;
}
.zb-calc-w-612 {
  width: calc(100vw - 612px) !important;
}
.zb-calc-min-w-612 {
  min-width: calc(100vw - 612px) !important;
}
.zb-calc-max-w-612 {
  max-width: calc(100vw - 612px) !important;
}
.zb-font-612 {
  font-size: 612px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-612 {
    max-width: 612px !important;
  }
}
.zb-h-613 {
  height: 613px !important;
}
.zb-min-h-613 {
  min-height: 613px !important;
}
.zb-max-h-613 {
  max-height: 613px !important;
}
.zb-calc-h-613 {
  height: calc(100vh - 613px) !important;
}
.zb-calc-min-h-613 {
  min-height: calc(100vh - 613px) !important;
}
.zb-calc-max-h-613 {
  max-height: calc(100vh - 613px) !important;
}
.zb-w-613 {
  width: 613px !important;
}
.zb-w-percent-613 {
  width: 613% !important;
}
.zb-min-w-613 {
  min-width: 613px !important;
}
.zb-max-w-613 {
  max-width: 613px !important;
}
.zb-calc-w-613 {
  width: calc(100vw - 613px) !important;
}
.zb-calc-min-w-613 {
  min-width: calc(100vw - 613px) !important;
}
.zb-calc-max-w-613 {
  max-width: calc(100vw - 613px) !important;
}
.zb-font-613 {
  font-size: 613px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-613 {
    max-width: 613px !important;
  }
}
.zb-h-614 {
  height: 614px !important;
}
.zb-min-h-614 {
  min-height: 614px !important;
}
.zb-max-h-614 {
  max-height: 614px !important;
}
.zb-calc-h-614 {
  height: calc(100vh - 614px) !important;
}
.zb-calc-min-h-614 {
  min-height: calc(100vh - 614px) !important;
}
.zb-calc-max-h-614 {
  max-height: calc(100vh - 614px) !important;
}
.zb-w-614 {
  width: 614px !important;
}
.zb-w-percent-614 {
  width: 614% !important;
}
.zb-min-w-614 {
  min-width: 614px !important;
}
.zb-max-w-614 {
  max-width: 614px !important;
}
.zb-calc-w-614 {
  width: calc(100vw - 614px) !important;
}
.zb-calc-min-w-614 {
  min-width: calc(100vw - 614px) !important;
}
.zb-calc-max-w-614 {
  max-width: calc(100vw - 614px) !important;
}
.zb-font-614 {
  font-size: 614px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-614 {
    max-width: 614px !important;
  }
}
.zb-h-615 {
  height: 615px !important;
}
.zb-min-h-615 {
  min-height: 615px !important;
}
.zb-max-h-615 {
  max-height: 615px !important;
}
.zb-calc-h-615 {
  height: calc(100vh - 615px) !important;
}
.zb-calc-min-h-615 {
  min-height: calc(100vh - 615px) !important;
}
.zb-calc-max-h-615 {
  max-height: calc(100vh - 615px) !important;
}
.zb-w-615 {
  width: 615px !important;
}
.zb-w-percent-615 {
  width: 615% !important;
}
.zb-min-w-615 {
  min-width: 615px !important;
}
.zb-max-w-615 {
  max-width: 615px !important;
}
.zb-calc-w-615 {
  width: calc(100vw - 615px) !important;
}
.zb-calc-min-w-615 {
  min-width: calc(100vw - 615px) !important;
}
.zb-calc-max-w-615 {
  max-width: calc(100vw - 615px) !important;
}
.zb-font-615 {
  font-size: 615px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-615 {
    max-width: 615px !important;
  }
}
.zb-h-616 {
  height: 616px !important;
}
.zb-min-h-616 {
  min-height: 616px !important;
}
.zb-max-h-616 {
  max-height: 616px !important;
}
.zb-calc-h-616 {
  height: calc(100vh - 616px) !important;
}
.zb-calc-min-h-616 {
  min-height: calc(100vh - 616px) !important;
}
.zb-calc-max-h-616 {
  max-height: calc(100vh - 616px) !important;
}
.zb-w-616 {
  width: 616px !important;
}
.zb-w-percent-616 {
  width: 616% !important;
}
.zb-min-w-616 {
  min-width: 616px !important;
}
.zb-max-w-616 {
  max-width: 616px !important;
}
.zb-calc-w-616 {
  width: calc(100vw - 616px) !important;
}
.zb-calc-min-w-616 {
  min-width: calc(100vw - 616px) !important;
}
.zb-calc-max-w-616 {
  max-width: calc(100vw - 616px) !important;
}
.zb-font-616 {
  font-size: 616px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-616 {
    max-width: 616px !important;
  }
}
.zb-h-617 {
  height: 617px !important;
}
.zb-min-h-617 {
  min-height: 617px !important;
}
.zb-max-h-617 {
  max-height: 617px !important;
}
.zb-calc-h-617 {
  height: calc(100vh - 617px) !important;
}
.zb-calc-min-h-617 {
  min-height: calc(100vh - 617px) !important;
}
.zb-calc-max-h-617 {
  max-height: calc(100vh - 617px) !important;
}
.zb-w-617 {
  width: 617px !important;
}
.zb-w-percent-617 {
  width: 617% !important;
}
.zb-min-w-617 {
  min-width: 617px !important;
}
.zb-max-w-617 {
  max-width: 617px !important;
}
.zb-calc-w-617 {
  width: calc(100vw - 617px) !important;
}
.zb-calc-min-w-617 {
  min-width: calc(100vw - 617px) !important;
}
.zb-calc-max-w-617 {
  max-width: calc(100vw - 617px) !important;
}
.zb-font-617 {
  font-size: 617px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-617 {
    max-width: 617px !important;
  }
}
.zb-h-618 {
  height: 618px !important;
}
.zb-min-h-618 {
  min-height: 618px !important;
}
.zb-max-h-618 {
  max-height: 618px !important;
}
.zb-calc-h-618 {
  height: calc(100vh - 618px) !important;
}
.zb-calc-min-h-618 {
  min-height: calc(100vh - 618px) !important;
}
.zb-calc-max-h-618 {
  max-height: calc(100vh - 618px) !important;
}
.zb-w-618 {
  width: 618px !important;
}
.zb-w-percent-618 {
  width: 618% !important;
}
.zb-min-w-618 {
  min-width: 618px !important;
}
.zb-max-w-618 {
  max-width: 618px !important;
}
.zb-calc-w-618 {
  width: calc(100vw - 618px) !important;
}
.zb-calc-min-w-618 {
  min-width: calc(100vw - 618px) !important;
}
.zb-calc-max-w-618 {
  max-width: calc(100vw - 618px) !important;
}
.zb-font-618 {
  font-size: 618px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-618 {
    max-width: 618px !important;
  }
}
.zb-h-619 {
  height: 619px !important;
}
.zb-min-h-619 {
  min-height: 619px !important;
}
.zb-max-h-619 {
  max-height: 619px !important;
}
.zb-calc-h-619 {
  height: calc(100vh - 619px) !important;
}
.zb-calc-min-h-619 {
  min-height: calc(100vh - 619px) !important;
}
.zb-calc-max-h-619 {
  max-height: calc(100vh - 619px) !important;
}
.zb-w-619 {
  width: 619px !important;
}
.zb-w-percent-619 {
  width: 619% !important;
}
.zb-min-w-619 {
  min-width: 619px !important;
}
.zb-max-w-619 {
  max-width: 619px !important;
}
.zb-calc-w-619 {
  width: calc(100vw - 619px) !important;
}
.zb-calc-min-w-619 {
  min-width: calc(100vw - 619px) !important;
}
.zb-calc-max-w-619 {
  max-width: calc(100vw - 619px) !important;
}
.zb-font-619 {
  font-size: 619px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-619 {
    max-width: 619px !important;
  }
}
.zb-h-620 {
  height: 620px !important;
}
.zb-min-h-620 {
  min-height: 620px !important;
}
.zb-max-h-620 {
  max-height: 620px !important;
}
.zb-calc-h-620 {
  height: calc(100vh - 620px) !important;
}
.zb-calc-min-h-620 {
  min-height: calc(100vh - 620px) !important;
}
.zb-calc-max-h-620 {
  max-height: calc(100vh - 620px) !important;
}
.zb-w-620 {
  width: 620px !important;
}
.zb-w-percent-620 {
  width: 620% !important;
}
.zb-min-w-620 {
  min-width: 620px !important;
}
.zb-max-w-620 {
  max-width: 620px !important;
}
.zb-calc-w-620 {
  width: calc(100vw - 620px) !important;
}
.zb-calc-min-w-620 {
  min-width: calc(100vw - 620px) !important;
}
.zb-calc-max-w-620 {
  max-width: calc(100vw - 620px) !important;
}
.zb-font-620 {
  font-size: 620px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-620 {
    max-width: 620px !important;
  }
}
.zb-h-621 {
  height: 621px !important;
}
.zb-min-h-621 {
  min-height: 621px !important;
}
.zb-max-h-621 {
  max-height: 621px !important;
}
.zb-calc-h-621 {
  height: calc(100vh - 621px) !important;
}
.zb-calc-min-h-621 {
  min-height: calc(100vh - 621px) !important;
}
.zb-calc-max-h-621 {
  max-height: calc(100vh - 621px) !important;
}
.zb-w-621 {
  width: 621px !important;
}
.zb-w-percent-621 {
  width: 621% !important;
}
.zb-min-w-621 {
  min-width: 621px !important;
}
.zb-max-w-621 {
  max-width: 621px !important;
}
.zb-calc-w-621 {
  width: calc(100vw - 621px) !important;
}
.zb-calc-min-w-621 {
  min-width: calc(100vw - 621px) !important;
}
.zb-calc-max-w-621 {
  max-width: calc(100vw - 621px) !important;
}
.zb-font-621 {
  font-size: 621px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-621 {
    max-width: 621px !important;
  }
}
.zb-h-622 {
  height: 622px !important;
}
.zb-min-h-622 {
  min-height: 622px !important;
}
.zb-max-h-622 {
  max-height: 622px !important;
}
.zb-calc-h-622 {
  height: calc(100vh - 622px) !important;
}
.zb-calc-min-h-622 {
  min-height: calc(100vh - 622px) !important;
}
.zb-calc-max-h-622 {
  max-height: calc(100vh - 622px) !important;
}
.zb-w-622 {
  width: 622px !important;
}
.zb-w-percent-622 {
  width: 622% !important;
}
.zb-min-w-622 {
  min-width: 622px !important;
}
.zb-max-w-622 {
  max-width: 622px !important;
}
.zb-calc-w-622 {
  width: calc(100vw - 622px) !important;
}
.zb-calc-min-w-622 {
  min-width: calc(100vw - 622px) !important;
}
.zb-calc-max-w-622 {
  max-width: calc(100vw - 622px) !important;
}
.zb-font-622 {
  font-size: 622px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-622 {
    max-width: 622px !important;
  }
}
.zb-h-623 {
  height: 623px !important;
}
.zb-min-h-623 {
  min-height: 623px !important;
}
.zb-max-h-623 {
  max-height: 623px !important;
}
.zb-calc-h-623 {
  height: calc(100vh - 623px) !important;
}
.zb-calc-min-h-623 {
  min-height: calc(100vh - 623px) !important;
}
.zb-calc-max-h-623 {
  max-height: calc(100vh - 623px) !important;
}
.zb-w-623 {
  width: 623px !important;
}
.zb-w-percent-623 {
  width: 623% !important;
}
.zb-min-w-623 {
  min-width: 623px !important;
}
.zb-max-w-623 {
  max-width: 623px !important;
}
.zb-calc-w-623 {
  width: calc(100vw - 623px) !important;
}
.zb-calc-min-w-623 {
  min-width: calc(100vw - 623px) !important;
}
.zb-calc-max-w-623 {
  max-width: calc(100vw - 623px) !important;
}
.zb-font-623 {
  font-size: 623px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-623 {
    max-width: 623px !important;
  }
}
.zb-h-624 {
  height: 624px !important;
}
.zb-min-h-624 {
  min-height: 624px !important;
}
.zb-max-h-624 {
  max-height: 624px !important;
}
.zb-calc-h-624 {
  height: calc(100vh - 624px) !important;
}
.zb-calc-min-h-624 {
  min-height: calc(100vh - 624px) !important;
}
.zb-calc-max-h-624 {
  max-height: calc(100vh - 624px) !important;
}
.zb-w-624 {
  width: 624px !important;
}
.zb-w-percent-624 {
  width: 624% !important;
}
.zb-min-w-624 {
  min-width: 624px !important;
}
.zb-max-w-624 {
  max-width: 624px !important;
}
.zb-calc-w-624 {
  width: calc(100vw - 624px) !important;
}
.zb-calc-min-w-624 {
  min-width: calc(100vw - 624px) !important;
}
.zb-calc-max-w-624 {
  max-width: calc(100vw - 624px) !important;
}
.zb-font-624 {
  font-size: 624px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-624 {
    max-width: 624px !important;
  }
}
.zb-h-625 {
  height: 625px !important;
}
.zb-min-h-625 {
  min-height: 625px !important;
}
.zb-max-h-625 {
  max-height: 625px !important;
}
.zb-calc-h-625 {
  height: calc(100vh - 625px) !important;
}
.zb-calc-min-h-625 {
  min-height: calc(100vh - 625px) !important;
}
.zb-calc-max-h-625 {
  max-height: calc(100vh - 625px) !important;
}
.zb-w-625 {
  width: 625px !important;
}
.zb-w-percent-625 {
  width: 625% !important;
}
.zb-min-w-625 {
  min-width: 625px !important;
}
.zb-max-w-625 {
  max-width: 625px !important;
}
.zb-calc-w-625 {
  width: calc(100vw - 625px) !important;
}
.zb-calc-min-w-625 {
  min-width: calc(100vw - 625px) !important;
}
.zb-calc-max-w-625 {
  max-width: calc(100vw - 625px) !important;
}
.zb-font-625 {
  font-size: 625px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-625 {
    max-width: 625px !important;
  }
}
.zb-h-626 {
  height: 626px !important;
}
.zb-min-h-626 {
  min-height: 626px !important;
}
.zb-max-h-626 {
  max-height: 626px !important;
}
.zb-calc-h-626 {
  height: calc(100vh - 626px) !important;
}
.zb-calc-min-h-626 {
  min-height: calc(100vh - 626px) !important;
}
.zb-calc-max-h-626 {
  max-height: calc(100vh - 626px) !important;
}
.zb-w-626 {
  width: 626px !important;
}
.zb-w-percent-626 {
  width: 626% !important;
}
.zb-min-w-626 {
  min-width: 626px !important;
}
.zb-max-w-626 {
  max-width: 626px !important;
}
.zb-calc-w-626 {
  width: calc(100vw - 626px) !important;
}
.zb-calc-min-w-626 {
  min-width: calc(100vw - 626px) !important;
}
.zb-calc-max-w-626 {
  max-width: calc(100vw - 626px) !important;
}
.zb-font-626 {
  font-size: 626px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-626 {
    max-width: 626px !important;
  }
}
.zb-h-627 {
  height: 627px !important;
}
.zb-min-h-627 {
  min-height: 627px !important;
}
.zb-max-h-627 {
  max-height: 627px !important;
}
.zb-calc-h-627 {
  height: calc(100vh - 627px) !important;
}
.zb-calc-min-h-627 {
  min-height: calc(100vh - 627px) !important;
}
.zb-calc-max-h-627 {
  max-height: calc(100vh - 627px) !important;
}
.zb-w-627 {
  width: 627px !important;
}
.zb-w-percent-627 {
  width: 627% !important;
}
.zb-min-w-627 {
  min-width: 627px !important;
}
.zb-max-w-627 {
  max-width: 627px !important;
}
.zb-calc-w-627 {
  width: calc(100vw - 627px) !important;
}
.zb-calc-min-w-627 {
  min-width: calc(100vw - 627px) !important;
}
.zb-calc-max-w-627 {
  max-width: calc(100vw - 627px) !important;
}
.zb-font-627 {
  font-size: 627px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-627 {
    max-width: 627px !important;
  }
}
.zb-h-628 {
  height: 628px !important;
}
.zb-min-h-628 {
  min-height: 628px !important;
}
.zb-max-h-628 {
  max-height: 628px !important;
}
.zb-calc-h-628 {
  height: calc(100vh - 628px) !important;
}
.zb-calc-min-h-628 {
  min-height: calc(100vh - 628px) !important;
}
.zb-calc-max-h-628 {
  max-height: calc(100vh - 628px) !important;
}
.zb-w-628 {
  width: 628px !important;
}
.zb-w-percent-628 {
  width: 628% !important;
}
.zb-min-w-628 {
  min-width: 628px !important;
}
.zb-max-w-628 {
  max-width: 628px !important;
}
.zb-calc-w-628 {
  width: calc(100vw - 628px) !important;
}
.zb-calc-min-w-628 {
  min-width: calc(100vw - 628px) !important;
}
.zb-calc-max-w-628 {
  max-width: calc(100vw - 628px) !important;
}
.zb-font-628 {
  font-size: 628px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-628 {
    max-width: 628px !important;
  }
}
.zb-h-629 {
  height: 629px !important;
}
.zb-min-h-629 {
  min-height: 629px !important;
}
.zb-max-h-629 {
  max-height: 629px !important;
}
.zb-calc-h-629 {
  height: calc(100vh - 629px) !important;
}
.zb-calc-min-h-629 {
  min-height: calc(100vh - 629px) !important;
}
.zb-calc-max-h-629 {
  max-height: calc(100vh - 629px) !important;
}
.zb-w-629 {
  width: 629px !important;
}
.zb-w-percent-629 {
  width: 629% !important;
}
.zb-min-w-629 {
  min-width: 629px !important;
}
.zb-max-w-629 {
  max-width: 629px !important;
}
.zb-calc-w-629 {
  width: calc(100vw - 629px) !important;
}
.zb-calc-min-w-629 {
  min-width: calc(100vw - 629px) !important;
}
.zb-calc-max-w-629 {
  max-width: calc(100vw - 629px) !important;
}
.zb-font-629 {
  font-size: 629px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-629 {
    max-width: 629px !important;
  }
}
.zb-h-630 {
  height: 630px !important;
}
.zb-min-h-630 {
  min-height: 630px !important;
}
.zb-max-h-630 {
  max-height: 630px !important;
}
.zb-calc-h-630 {
  height: calc(100vh - 630px) !important;
}
.zb-calc-min-h-630 {
  min-height: calc(100vh - 630px) !important;
}
.zb-calc-max-h-630 {
  max-height: calc(100vh - 630px) !important;
}
.zb-w-630 {
  width: 630px !important;
}
.zb-w-percent-630 {
  width: 630% !important;
}
.zb-min-w-630 {
  min-width: 630px !important;
}
.zb-max-w-630 {
  max-width: 630px !important;
}
.zb-calc-w-630 {
  width: calc(100vw - 630px) !important;
}
.zb-calc-min-w-630 {
  min-width: calc(100vw - 630px) !important;
}
.zb-calc-max-w-630 {
  max-width: calc(100vw - 630px) !important;
}
.zb-font-630 {
  font-size: 630px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-630 {
    max-width: 630px !important;
  }
}
.zb-h-631 {
  height: 631px !important;
}
.zb-min-h-631 {
  min-height: 631px !important;
}
.zb-max-h-631 {
  max-height: 631px !important;
}
.zb-calc-h-631 {
  height: calc(100vh - 631px) !important;
}
.zb-calc-min-h-631 {
  min-height: calc(100vh - 631px) !important;
}
.zb-calc-max-h-631 {
  max-height: calc(100vh - 631px) !important;
}
.zb-w-631 {
  width: 631px !important;
}
.zb-w-percent-631 {
  width: 631% !important;
}
.zb-min-w-631 {
  min-width: 631px !important;
}
.zb-max-w-631 {
  max-width: 631px !important;
}
.zb-calc-w-631 {
  width: calc(100vw - 631px) !important;
}
.zb-calc-min-w-631 {
  min-width: calc(100vw - 631px) !important;
}
.zb-calc-max-w-631 {
  max-width: calc(100vw - 631px) !important;
}
.zb-font-631 {
  font-size: 631px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-631 {
    max-width: 631px !important;
  }
}
.zb-h-632 {
  height: 632px !important;
}
.zb-min-h-632 {
  min-height: 632px !important;
}
.zb-max-h-632 {
  max-height: 632px !important;
}
.zb-calc-h-632 {
  height: calc(100vh - 632px) !important;
}
.zb-calc-min-h-632 {
  min-height: calc(100vh - 632px) !important;
}
.zb-calc-max-h-632 {
  max-height: calc(100vh - 632px) !important;
}
.zb-w-632 {
  width: 632px !important;
}
.zb-w-percent-632 {
  width: 632% !important;
}
.zb-min-w-632 {
  min-width: 632px !important;
}
.zb-max-w-632 {
  max-width: 632px !important;
}
.zb-calc-w-632 {
  width: calc(100vw - 632px) !important;
}
.zb-calc-min-w-632 {
  min-width: calc(100vw - 632px) !important;
}
.zb-calc-max-w-632 {
  max-width: calc(100vw - 632px) !important;
}
.zb-font-632 {
  font-size: 632px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-632 {
    max-width: 632px !important;
  }
}
.zb-h-633 {
  height: 633px !important;
}
.zb-min-h-633 {
  min-height: 633px !important;
}
.zb-max-h-633 {
  max-height: 633px !important;
}
.zb-calc-h-633 {
  height: calc(100vh - 633px) !important;
}
.zb-calc-min-h-633 {
  min-height: calc(100vh - 633px) !important;
}
.zb-calc-max-h-633 {
  max-height: calc(100vh - 633px) !important;
}
.zb-w-633 {
  width: 633px !important;
}
.zb-w-percent-633 {
  width: 633% !important;
}
.zb-min-w-633 {
  min-width: 633px !important;
}
.zb-max-w-633 {
  max-width: 633px !important;
}
.zb-calc-w-633 {
  width: calc(100vw - 633px) !important;
}
.zb-calc-min-w-633 {
  min-width: calc(100vw - 633px) !important;
}
.zb-calc-max-w-633 {
  max-width: calc(100vw - 633px) !important;
}
.zb-font-633 {
  font-size: 633px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-633 {
    max-width: 633px !important;
  }
}
.zb-h-634 {
  height: 634px !important;
}
.zb-min-h-634 {
  min-height: 634px !important;
}
.zb-max-h-634 {
  max-height: 634px !important;
}
.zb-calc-h-634 {
  height: calc(100vh - 634px) !important;
}
.zb-calc-min-h-634 {
  min-height: calc(100vh - 634px) !important;
}
.zb-calc-max-h-634 {
  max-height: calc(100vh - 634px) !important;
}
.zb-w-634 {
  width: 634px !important;
}
.zb-w-percent-634 {
  width: 634% !important;
}
.zb-min-w-634 {
  min-width: 634px !important;
}
.zb-max-w-634 {
  max-width: 634px !important;
}
.zb-calc-w-634 {
  width: calc(100vw - 634px) !important;
}
.zb-calc-min-w-634 {
  min-width: calc(100vw - 634px) !important;
}
.zb-calc-max-w-634 {
  max-width: calc(100vw - 634px) !important;
}
.zb-font-634 {
  font-size: 634px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-634 {
    max-width: 634px !important;
  }
}
.zb-h-635 {
  height: 635px !important;
}
.zb-min-h-635 {
  min-height: 635px !important;
}
.zb-max-h-635 {
  max-height: 635px !important;
}
.zb-calc-h-635 {
  height: calc(100vh - 635px) !important;
}
.zb-calc-min-h-635 {
  min-height: calc(100vh - 635px) !important;
}
.zb-calc-max-h-635 {
  max-height: calc(100vh - 635px) !important;
}
.zb-w-635 {
  width: 635px !important;
}
.zb-w-percent-635 {
  width: 635% !important;
}
.zb-min-w-635 {
  min-width: 635px !important;
}
.zb-max-w-635 {
  max-width: 635px !important;
}
.zb-calc-w-635 {
  width: calc(100vw - 635px) !important;
}
.zb-calc-min-w-635 {
  min-width: calc(100vw - 635px) !important;
}
.zb-calc-max-w-635 {
  max-width: calc(100vw - 635px) !important;
}
.zb-font-635 {
  font-size: 635px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-635 {
    max-width: 635px !important;
  }
}
.zb-h-636 {
  height: 636px !important;
}
.zb-min-h-636 {
  min-height: 636px !important;
}
.zb-max-h-636 {
  max-height: 636px !important;
}
.zb-calc-h-636 {
  height: calc(100vh - 636px) !important;
}
.zb-calc-min-h-636 {
  min-height: calc(100vh - 636px) !important;
}
.zb-calc-max-h-636 {
  max-height: calc(100vh - 636px) !important;
}
.zb-w-636 {
  width: 636px !important;
}
.zb-w-percent-636 {
  width: 636% !important;
}
.zb-min-w-636 {
  min-width: 636px !important;
}
.zb-max-w-636 {
  max-width: 636px !important;
}
.zb-calc-w-636 {
  width: calc(100vw - 636px) !important;
}
.zb-calc-min-w-636 {
  min-width: calc(100vw - 636px) !important;
}
.zb-calc-max-w-636 {
  max-width: calc(100vw - 636px) !important;
}
.zb-font-636 {
  font-size: 636px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-636 {
    max-width: 636px !important;
  }
}
.zb-h-637 {
  height: 637px !important;
}
.zb-min-h-637 {
  min-height: 637px !important;
}
.zb-max-h-637 {
  max-height: 637px !important;
}
.zb-calc-h-637 {
  height: calc(100vh - 637px) !important;
}
.zb-calc-min-h-637 {
  min-height: calc(100vh - 637px) !important;
}
.zb-calc-max-h-637 {
  max-height: calc(100vh - 637px) !important;
}
.zb-w-637 {
  width: 637px !important;
}
.zb-w-percent-637 {
  width: 637% !important;
}
.zb-min-w-637 {
  min-width: 637px !important;
}
.zb-max-w-637 {
  max-width: 637px !important;
}
.zb-calc-w-637 {
  width: calc(100vw - 637px) !important;
}
.zb-calc-min-w-637 {
  min-width: calc(100vw - 637px) !important;
}
.zb-calc-max-w-637 {
  max-width: calc(100vw - 637px) !important;
}
.zb-font-637 {
  font-size: 637px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-637 {
    max-width: 637px !important;
  }
}
.zb-h-638 {
  height: 638px !important;
}
.zb-min-h-638 {
  min-height: 638px !important;
}
.zb-max-h-638 {
  max-height: 638px !important;
}
.zb-calc-h-638 {
  height: calc(100vh - 638px) !important;
}
.zb-calc-min-h-638 {
  min-height: calc(100vh - 638px) !important;
}
.zb-calc-max-h-638 {
  max-height: calc(100vh - 638px) !important;
}
.zb-w-638 {
  width: 638px !important;
}
.zb-w-percent-638 {
  width: 638% !important;
}
.zb-min-w-638 {
  min-width: 638px !important;
}
.zb-max-w-638 {
  max-width: 638px !important;
}
.zb-calc-w-638 {
  width: calc(100vw - 638px) !important;
}
.zb-calc-min-w-638 {
  min-width: calc(100vw - 638px) !important;
}
.zb-calc-max-w-638 {
  max-width: calc(100vw - 638px) !important;
}
.zb-font-638 {
  font-size: 638px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-638 {
    max-width: 638px !important;
  }
}
.zb-h-639 {
  height: 639px !important;
}
.zb-min-h-639 {
  min-height: 639px !important;
}
.zb-max-h-639 {
  max-height: 639px !important;
}
.zb-calc-h-639 {
  height: calc(100vh - 639px) !important;
}
.zb-calc-min-h-639 {
  min-height: calc(100vh - 639px) !important;
}
.zb-calc-max-h-639 {
  max-height: calc(100vh - 639px) !important;
}
.zb-w-639 {
  width: 639px !important;
}
.zb-w-percent-639 {
  width: 639% !important;
}
.zb-min-w-639 {
  min-width: 639px !important;
}
.zb-max-w-639 {
  max-width: 639px !important;
}
.zb-calc-w-639 {
  width: calc(100vw - 639px) !important;
}
.zb-calc-min-w-639 {
  min-width: calc(100vw - 639px) !important;
}
.zb-calc-max-w-639 {
  max-width: calc(100vw - 639px) !important;
}
.zb-font-639 {
  font-size: 639px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-639 {
    max-width: 639px !important;
  }
}
.zb-h-640 {
  height: 640px !important;
}
.zb-min-h-640 {
  min-height: 640px !important;
}
.zb-max-h-640 {
  max-height: 640px !important;
}
.zb-calc-h-640 {
  height: calc(100vh - 640px) !important;
}
.zb-calc-min-h-640 {
  min-height: calc(100vh - 640px) !important;
}
.zb-calc-max-h-640 {
  max-height: calc(100vh - 640px) !important;
}
.zb-w-640 {
  width: 640px !important;
}
.zb-w-percent-640 {
  width: 640% !important;
}
.zb-min-w-640 {
  min-width: 640px !important;
}
.zb-max-w-640 {
  max-width: 640px !important;
}
.zb-calc-w-640 {
  width: calc(100vw - 640px) !important;
}
.zb-calc-min-w-640 {
  min-width: calc(100vw - 640px) !important;
}
.zb-calc-max-w-640 {
  max-width: calc(100vw - 640px) !important;
}
.zb-font-640 {
  font-size: 640px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-640 {
    max-width: 640px !important;
  }
}
.zb-h-641 {
  height: 641px !important;
}
.zb-min-h-641 {
  min-height: 641px !important;
}
.zb-max-h-641 {
  max-height: 641px !important;
}
.zb-calc-h-641 {
  height: calc(100vh - 641px) !important;
}
.zb-calc-min-h-641 {
  min-height: calc(100vh - 641px) !important;
}
.zb-calc-max-h-641 {
  max-height: calc(100vh - 641px) !important;
}
.zb-w-641 {
  width: 641px !important;
}
.zb-w-percent-641 {
  width: 641% !important;
}
.zb-min-w-641 {
  min-width: 641px !important;
}
.zb-max-w-641 {
  max-width: 641px !important;
}
.zb-calc-w-641 {
  width: calc(100vw - 641px) !important;
}
.zb-calc-min-w-641 {
  min-width: calc(100vw - 641px) !important;
}
.zb-calc-max-w-641 {
  max-width: calc(100vw - 641px) !important;
}
.zb-font-641 {
  font-size: 641px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-641 {
    max-width: 641px !important;
  }
}
.zb-h-642 {
  height: 642px !important;
}
.zb-min-h-642 {
  min-height: 642px !important;
}
.zb-max-h-642 {
  max-height: 642px !important;
}
.zb-calc-h-642 {
  height: calc(100vh - 642px) !important;
}
.zb-calc-min-h-642 {
  min-height: calc(100vh - 642px) !important;
}
.zb-calc-max-h-642 {
  max-height: calc(100vh - 642px) !important;
}
.zb-w-642 {
  width: 642px !important;
}
.zb-w-percent-642 {
  width: 642% !important;
}
.zb-min-w-642 {
  min-width: 642px !important;
}
.zb-max-w-642 {
  max-width: 642px !important;
}
.zb-calc-w-642 {
  width: calc(100vw - 642px) !important;
}
.zb-calc-min-w-642 {
  min-width: calc(100vw - 642px) !important;
}
.zb-calc-max-w-642 {
  max-width: calc(100vw - 642px) !important;
}
.zb-font-642 {
  font-size: 642px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-642 {
    max-width: 642px !important;
  }
}
.zb-h-643 {
  height: 643px !important;
}
.zb-min-h-643 {
  min-height: 643px !important;
}
.zb-max-h-643 {
  max-height: 643px !important;
}
.zb-calc-h-643 {
  height: calc(100vh - 643px) !important;
}
.zb-calc-min-h-643 {
  min-height: calc(100vh - 643px) !important;
}
.zb-calc-max-h-643 {
  max-height: calc(100vh - 643px) !important;
}
.zb-w-643 {
  width: 643px !important;
}
.zb-w-percent-643 {
  width: 643% !important;
}
.zb-min-w-643 {
  min-width: 643px !important;
}
.zb-max-w-643 {
  max-width: 643px !important;
}
.zb-calc-w-643 {
  width: calc(100vw - 643px) !important;
}
.zb-calc-min-w-643 {
  min-width: calc(100vw - 643px) !important;
}
.zb-calc-max-w-643 {
  max-width: calc(100vw - 643px) !important;
}
.zb-font-643 {
  font-size: 643px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-643 {
    max-width: 643px !important;
  }
}
.zb-h-644 {
  height: 644px !important;
}
.zb-min-h-644 {
  min-height: 644px !important;
}
.zb-max-h-644 {
  max-height: 644px !important;
}
.zb-calc-h-644 {
  height: calc(100vh - 644px) !important;
}
.zb-calc-min-h-644 {
  min-height: calc(100vh - 644px) !important;
}
.zb-calc-max-h-644 {
  max-height: calc(100vh - 644px) !important;
}
.zb-w-644 {
  width: 644px !important;
}
.zb-w-percent-644 {
  width: 644% !important;
}
.zb-min-w-644 {
  min-width: 644px !important;
}
.zb-max-w-644 {
  max-width: 644px !important;
}
.zb-calc-w-644 {
  width: calc(100vw - 644px) !important;
}
.zb-calc-min-w-644 {
  min-width: calc(100vw - 644px) !important;
}
.zb-calc-max-w-644 {
  max-width: calc(100vw - 644px) !important;
}
.zb-font-644 {
  font-size: 644px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-644 {
    max-width: 644px !important;
  }
}
.zb-h-645 {
  height: 645px !important;
}
.zb-min-h-645 {
  min-height: 645px !important;
}
.zb-max-h-645 {
  max-height: 645px !important;
}
.zb-calc-h-645 {
  height: calc(100vh - 645px) !important;
}
.zb-calc-min-h-645 {
  min-height: calc(100vh - 645px) !important;
}
.zb-calc-max-h-645 {
  max-height: calc(100vh - 645px) !important;
}
.zb-w-645 {
  width: 645px !important;
}
.zb-w-percent-645 {
  width: 645% !important;
}
.zb-min-w-645 {
  min-width: 645px !important;
}
.zb-max-w-645 {
  max-width: 645px !important;
}
.zb-calc-w-645 {
  width: calc(100vw - 645px) !important;
}
.zb-calc-min-w-645 {
  min-width: calc(100vw - 645px) !important;
}
.zb-calc-max-w-645 {
  max-width: calc(100vw - 645px) !important;
}
.zb-font-645 {
  font-size: 645px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-645 {
    max-width: 645px !important;
  }
}
.zb-h-646 {
  height: 646px !important;
}
.zb-min-h-646 {
  min-height: 646px !important;
}
.zb-max-h-646 {
  max-height: 646px !important;
}
.zb-calc-h-646 {
  height: calc(100vh - 646px) !important;
}
.zb-calc-min-h-646 {
  min-height: calc(100vh - 646px) !important;
}
.zb-calc-max-h-646 {
  max-height: calc(100vh - 646px) !important;
}
.zb-w-646 {
  width: 646px !important;
}
.zb-w-percent-646 {
  width: 646% !important;
}
.zb-min-w-646 {
  min-width: 646px !important;
}
.zb-max-w-646 {
  max-width: 646px !important;
}
.zb-calc-w-646 {
  width: calc(100vw - 646px) !important;
}
.zb-calc-min-w-646 {
  min-width: calc(100vw - 646px) !important;
}
.zb-calc-max-w-646 {
  max-width: calc(100vw - 646px) !important;
}
.zb-font-646 {
  font-size: 646px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-646 {
    max-width: 646px !important;
  }
}
.zb-h-647 {
  height: 647px !important;
}
.zb-min-h-647 {
  min-height: 647px !important;
}
.zb-max-h-647 {
  max-height: 647px !important;
}
.zb-calc-h-647 {
  height: calc(100vh - 647px) !important;
}
.zb-calc-min-h-647 {
  min-height: calc(100vh - 647px) !important;
}
.zb-calc-max-h-647 {
  max-height: calc(100vh - 647px) !important;
}
.zb-w-647 {
  width: 647px !important;
}
.zb-w-percent-647 {
  width: 647% !important;
}
.zb-min-w-647 {
  min-width: 647px !important;
}
.zb-max-w-647 {
  max-width: 647px !important;
}
.zb-calc-w-647 {
  width: calc(100vw - 647px) !important;
}
.zb-calc-min-w-647 {
  min-width: calc(100vw - 647px) !important;
}
.zb-calc-max-w-647 {
  max-width: calc(100vw - 647px) !important;
}
.zb-font-647 {
  font-size: 647px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-647 {
    max-width: 647px !important;
  }
}
.zb-h-648 {
  height: 648px !important;
}
.zb-min-h-648 {
  min-height: 648px !important;
}
.zb-max-h-648 {
  max-height: 648px !important;
}
.zb-calc-h-648 {
  height: calc(100vh - 648px) !important;
}
.zb-calc-min-h-648 {
  min-height: calc(100vh - 648px) !important;
}
.zb-calc-max-h-648 {
  max-height: calc(100vh - 648px) !important;
}
.zb-w-648 {
  width: 648px !important;
}
.zb-w-percent-648 {
  width: 648% !important;
}
.zb-min-w-648 {
  min-width: 648px !important;
}
.zb-max-w-648 {
  max-width: 648px !important;
}
.zb-calc-w-648 {
  width: calc(100vw - 648px) !important;
}
.zb-calc-min-w-648 {
  min-width: calc(100vw - 648px) !important;
}
.zb-calc-max-w-648 {
  max-width: calc(100vw - 648px) !important;
}
.zb-font-648 {
  font-size: 648px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-648 {
    max-width: 648px !important;
  }
}
.zb-h-649 {
  height: 649px !important;
}
.zb-min-h-649 {
  min-height: 649px !important;
}
.zb-max-h-649 {
  max-height: 649px !important;
}
.zb-calc-h-649 {
  height: calc(100vh - 649px) !important;
}
.zb-calc-min-h-649 {
  min-height: calc(100vh - 649px) !important;
}
.zb-calc-max-h-649 {
  max-height: calc(100vh - 649px) !important;
}
.zb-w-649 {
  width: 649px !important;
}
.zb-w-percent-649 {
  width: 649% !important;
}
.zb-min-w-649 {
  min-width: 649px !important;
}
.zb-max-w-649 {
  max-width: 649px !important;
}
.zb-calc-w-649 {
  width: calc(100vw - 649px) !important;
}
.zb-calc-min-w-649 {
  min-width: calc(100vw - 649px) !important;
}
.zb-calc-max-w-649 {
  max-width: calc(100vw - 649px) !important;
}
.zb-font-649 {
  font-size: 649px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-649 {
    max-width: 649px !important;
  }
}
.zb-h-650 {
  height: 650px !important;
}
.zb-min-h-650 {
  min-height: 650px !important;
}
.zb-max-h-650 {
  max-height: 650px !important;
}
.zb-calc-h-650 {
  height: calc(100vh - 650px) !important;
}
.zb-calc-min-h-650 {
  min-height: calc(100vh - 650px) !important;
}
.zb-calc-max-h-650 {
  max-height: calc(100vh - 650px) !important;
}
.zb-w-650 {
  width: 650px !important;
}
.zb-w-percent-650 {
  width: 650% !important;
}
.zb-min-w-650 {
  min-width: 650px !important;
}
.zb-max-w-650 {
  max-width: 650px !important;
}
.zb-calc-w-650 {
  width: calc(100vw - 650px) !important;
}
.zb-calc-min-w-650 {
  min-width: calc(100vw - 650px) !important;
}
.zb-calc-max-w-650 {
  max-width: calc(100vw - 650px) !important;
}
.zb-font-650 {
  font-size: 650px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-650 {
    max-width: 650px !important;
  }
}
.zb-h-651 {
  height: 651px !important;
}
.zb-min-h-651 {
  min-height: 651px !important;
}
.zb-max-h-651 {
  max-height: 651px !important;
}
.zb-calc-h-651 {
  height: calc(100vh - 651px) !important;
}
.zb-calc-min-h-651 {
  min-height: calc(100vh - 651px) !important;
}
.zb-calc-max-h-651 {
  max-height: calc(100vh - 651px) !important;
}
.zb-w-651 {
  width: 651px !important;
}
.zb-w-percent-651 {
  width: 651% !important;
}
.zb-min-w-651 {
  min-width: 651px !important;
}
.zb-max-w-651 {
  max-width: 651px !important;
}
.zb-calc-w-651 {
  width: calc(100vw - 651px) !important;
}
.zb-calc-min-w-651 {
  min-width: calc(100vw - 651px) !important;
}
.zb-calc-max-w-651 {
  max-width: calc(100vw - 651px) !important;
}
.zb-font-651 {
  font-size: 651px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-651 {
    max-width: 651px !important;
  }
}
.zb-h-652 {
  height: 652px !important;
}
.zb-min-h-652 {
  min-height: 652px !important;
}
.zb-max-h-652 {
  max-height: 652px !important;
}
.zb-calc-h-652 {
  height: calc(100vh - 652px) !important;
}
.zb-calc-min-h-652 {
  min-height: calc(100vh - 652px) !important;
}
.zb-calc-max-h-652 {
  max-height: calc(100vh - 652px) !important;
}
.zb-w-652 {
  width: 652px !important;
}
.zb-w-percent-652 {
  width: 652% !important;
}
.zb-min-w-652 {
  min-width: 652px !important;
}
.zb-max-w-652 {
  max-width: 652px !important;
}
.zb-calc-w-652 {
  width: calc(100vw - 652px) !important;
}
.zb-calc-min-w-652 {
  min-width: calc(100vw - 652px) !important;
}
.zb-calc-max-w-652 {
  max-width: calc(100vw - 652px) !important;
}
.zb-font-652 {
  font-size: 652px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-652 {
    max-width: 652px !important;
  }
}
.zb-h-653 {
  height: 653px !important;
}
.zb-min-h-653 {
  min-height: 653px !important;
}
.zb-max-h-653 {
  max-height: 653px !important;
}
.zb-calc-h-653 {
  height: calc(100vh - 653px) !important;
}
.zb-calc-min-h-653 {
  min-height: calc(100vh - 653px) !important;
}
.zb-calc-max-h-653 {
  max-height: calc(100vh - 653px) !important;
}
.zb-w-653 {
  width: 653px !important;
}
.zb-w-percent-653 {
  width: 653% !important;
}
.zb-min-w-653 {
  min-width: 653px !important;
}
.zb-max-w-653 {
  max-width: 653px !important;
}
.zb-calc-w-653 {
  width: calc(100vw - 653px) !important;
}
.zb-calc-min-w-653 {
  min-width: calc(100vw - 653px) !important;
}
.zb-calc-max-w-653 {
  max-width: calc(100vw - 653px) !important;
}
.zb-font-653 {
  font-size: 653px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-653 {
    max-width: 653px !important;
  }
}
.zb-h-654 {
  height: 654px !important;
}
.zb-min-h-654 {
  min-height: 654px !important;
}
.zb-max-h-654 {
  max-height: 654px !important;
}
.zb-calc-h-654 {
  height: calc(100vh - 654px) !important;
}
.zb-calc-min-h-654 {
  min-height: calc(100vh - 654px) !important;
}
.zb-calc-max-h-654 {
  max-height: calc(100vh - 654px) !important;
}
.zb-w-654 {
  width: 654px !important;
}
.zb-w-percent-654 {
  width: 654% !important;
}
.zb-min-w-654 {
  min-width: 654px !important;
}
.zb-max-w-654 {
  max-width: 654px !important;
}
.zb-calc-w-654 {
  width: calc(100vw - 654px) !important;
}
.zb-calc-min-w-654 {
  min-width: calc(100vw - 654px) !important;
}
.zb-calc-max-w-654 {
  max-width: calc(100vw - 654px) !important;
}
.zb-font-654 {
  font-size: 654px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-654 {
    max-width: 654px !important;
  }
}
.zb-h-655 {
  height: 655px !important;
}
.zb-min-h-655 {
  min-height: 655px !important;
}
.zb-max-h-655 {
  max-height: 655px !important;
}
.zb-calc-h-655 {
  height: calc(100vh - 655px) !important;
}
.zb-calc-min-h-655 {
  min-height: calc(100vh - 655px) !important;
}
.zb-calc-max-h-655 {
  max-height: calc(100vh - 655px) !important;
}
.zb-w-655 {
  width: 655px !important;
}
.zb-w-percent-655 {
  width: 655% !important;
}
.zb-min-w-655 {
  min-width: 655px !important;
}
.zb-max-w-655 {
  max-width: 655px !important;
}
.zb-calc-w-655 {
  width: calc(100vw - 655px) !important;
}
.zb-calc-min-w-655 {
  min-width: calc(100vw - 655px) !important;
}
.zb-calc-max-w-655 {
  max-width: calc(100vw - 655px) !important;
}
.zb-font-655 {
  font-size: 655px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-655 {
    max-width: 655px !important;
  }
}
.zb-h-656 {
  height: 656px !important;
}
.zb-min-h-656 {
  min-height: 656px !important;
}
.zb-max-h-656 {
  max-height: 656px !important;
}
.zb-calc-h-656 {
  height: calc(100vh - 656px) !important;
}
.zb-calc-min-h-656 {
  min-height: calc(100vh - 656px) !important;
}
.zb-calc-max-h-656 {
  max-height: calc(100vh - 656px) !important;
}
.zb-w-656 {
  width: 656px !important;
}
.zb-w-percent-656 {
  width: 656% !important;
}
.zb-min-w-656 {
  min-width: 656px !important;
}
.zb-max-w-656 {
  max-width: 656px !important;
}
.zb-calc-w-656 {
  width: calc(100vw - 656px) !important;
}
.zb-calc-min-w-656 {
  min-width: calc(100vw - 656px) !important;
}
.zb-calc-max-w-656 {
  max-width: calc(100vw - 656px) !important;
}
.zb-font-656 {
  font-size: 656px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-656 {
    max-width: 656px !important;
  }
}
.zb-h-657 {
  height: 657px !important;
}
.zb-min-h-657 {
  min-height: 657px !important;
}
.zb-max-h-657 {
  max-height: 657px !important;
}
.zb-calc-h-657 {
  height: calc(100vh - 657px) !important;
}
.zb-calc-min-h-657 {
  min-height: calc(100vh - 657px) !important;
}
.zb-calc-max-h-657 {
  max-height: calc(100vh - 657px) !important;
}
.zb-w-657 {
  width: 657px !important;
}
.zb-w-percent-657 {
  width: 657% !important;
}
.zb-min-w-657 {
  min-width: 657px !important;
}
.zb-max-w-657 {
  max-width: 657px !important;
}
.zb-calc-w-657 {
  width: calc(100vw - 657px) !important;
}
.zb-calc-min-w-657 {
  min-width: calc(100vw - 657px) !important;
}
.zb-calc-max-w-657 {
  max-width: calc(100vw - 657px) !important;
}
.zb-font-657 {
  font-size: 657px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-657 {
    max-width: 657px !important;
  }
}
.zb-h-658 {
  height: 658px !important;
}
.zb-min-h-658 {
  min-height: 658px !important;
}
.zb-max-h-658 {
  max-height: 658px !important;
}
.zb-calc-h-658 {
  height: calc(100vh - 658px) !important;
}
.zb-calc-min-h-658 {
  min-height: calc(100vh - 658px) !important;
}
.zb-calc-max-h-658 {
  max-height: calc(100vh - 658px) !important;
}
.zb-w-658 {
  width: 658px !important;
}
.zb-w-percent-658 {
  width: 658% !important;
}
.zb-min-w-658 {
  min-width: 658px !important;
}
.zb-max-w-658 {
  max-width: 658px !important;
}
.zb-calc-w-658 {
  width: calc(100vw - 658px) !important;
}
.zb-calc-min-w-658 {
  min-width: calc(100vw - 658px) !important;
}
.zb-calc-max-w-658 {
  max-width: calc(100vw - 658px) !important;
}
.zb-font-658 {
  font-size: 658px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-658 {
    max-width: 658px !important;
  }
}
.zb-h-659 {
  height: 659px !important;
}
.zb-min-h-659 {
  min-height: 659px !important;
}
.zb-max-h-659 {
  max-height: 659px !important;
}
.zb-calc-h-659 {
  height: calc(100vh - 659px) !important;
}
.zb-calc-min-h-659 {
  min-height: calc(100vh - 659px) !important;
}
.zb-calc-max-h-659 {
  max-height: calc(100vh - 659px) !important;
}
.zb-w-659 {
  width: 659px !important;
}
.zb-w-percent-659 {
  width: 659% !important;
}
.zb-min-w-659 {
  min-width: 659px !important;
}
.zb-max-w-659 {
  max-width: 659px !important;
}
.zb-calc-w-659 {
  width: calc(100vw - 659px) !important;
}
.zb-calc-min-w-659 {
  min-width: calc(100vw - 659px) !important;
}
.zb-calc-max-w-659 {
  max-width: calc(100vw - 659px) !important;
}
.zb-font-659 {
  font-size: 659px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-659 {
    max-width: 659px !important;
  }
}
.zb-h-660 {
  height: 660px !important;
}
.zb-min-h-660 {
  min-height: 660px !important;
}
.zb-max-h-660 {
  max-height: 660px !important;
}
.zb-calc-h-660 {
  height: calc(100vh - 660px) !important;
}
.zb-calc-min-h-660 {
  min-height: calc(100vh - 660px) !important;
}
.zb-calc-max-h-660 {
  max-height: calc(100vh - 660px) !important;
}
.zb-w-660 {
  width: 660px !important;
}
.zb-w-percent-660 {
  width: 660% !important;
}
.zb-min-w-660 {
  min-width: 660px !important;
}
.zb-max-w-660 {
  max-width: 660px !important;
}
.zb-calc-w-660 {
  width: calc(100vw - 660px) !important;
}
.zb-calc-min-w-660 {
  min-width: calc(100vw - 660px) !important;
}
.zb-calc-max-w-660 {
  max-width: calc(100vw - 660px) !important;
}
.zb-font-660 {
  font-size: 660px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-660 {
    max-width: 660px !important;
  }
}
.zb-h-661 {
  height: 661px !important;
}
.zb-min-h-661 {
  min-height: 661px !important;
}
.zb-max-h-661 {
  max-height: 661px !important;
}
.zb-calc-h-661 {
  height: calc(100vh - 661px) !important;
}
.zb-calc-min-h-661 {
  min-height: calc(100vh - 661px) !important;
}
.zb-calc-max-h-661 {
  max-height: calc(100vh - 661px) !important;
}
.zb-w-661 {
  width: 661px !important;
}
.zb-w-percent-661 {
  width: 661% !important;
}
.zb-min-w-661 {
  min-width: 661px !important;
}
.zb-max-w-661 {
  max-width: 661px !important;
}
.zb-calc-w-661 {
  width: calc(100vw - 661px) !important;
}
.zb-calc-min-w-661 {
  min-width: calc(100vw - 661px) !important;
}
.zb-calc-max-w-661 {
  max-width: calc(100vw - 661px) !important;
}
.zb-font-661 {
  font-size: 661px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-661 {
    max-width: 661px !important;
  }
}
.zb-h-662 {
  height: 662px !important;
}
.zb-min-h-662 {
  min-height: 662px !important;
}
.zb-max-h-662 {
  max-height: 662px !important;
}
.zb-calc-h-662 {
  height: calc(100vh - 662px) !important;
}
.zb-calc-min-h-662 {
  min-height: calc(100vh - 662px) !important;
}
.zb-calc-max-h-662 {
  max-height: calc(100vh - 662px) !important;
}
.zb-w-662 {
  width: 662px !important;
}
.zb-w-percent-662 {
  width: 662% !important;
}
.zb-min-w-662 {
  min-width: 662px !important;
}
.zb-max-w-662 {
  max-width: 662px !important;
}
.zb-calc-w-662 {
  width: calc(100vw - 662px) !important;
}
.zb-calc-min-w-662 {
  min-width: calc(100vw - 662px) !important;
}
.zb-calc-max-w-662 {
  max-width: calc(100vw - 662px) !important;
}
.zb-font-662 {
  font-size: 662px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-662 {
    max-width: 662px !important;
  }
}
.zb-h-663 {
  height: 663px !important;
}
.zb-min-h-663 {
  min-height: 663px !important;
}
.zb-max-h-663 {
  max-height: 663px !important;
}
.zb-calc-h-663 {
  height: calc(100vh - 663px) !important;
}
.zb-calc-min-h-663 {
  min-height: calc(100vh - 663px) !important;
}
.zb-calc-max-h-663 {
  max-height: calc(100vh - 663px) !important;
}
.zb-w-663 {
  width: 663px !important;
}
.zb-w-percent-663 {
  width: 663% !important;
}
.zb-min-w-663 {
  min-width: 663px !important;
}
.zb-max-w-663 {
  max-width: 663px !important;
}
.zb-calc-w-663 {
  width: calc(100vw - 663px) !important;
}
.zb-calc-min-w-663 {
  min-width: calc(100vw - 663px) !important;
}
.zb-calc-max-w-663 {
  max-width: calc(100vw - 663px) !important;
}
.zb-font-663 {
  font-size: 663px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-663 {
    max-width: 663px !important;
  }
}
.zb-h-664 {
  height: 664px !important;
}
.zb-min-h-664 {
  min-height: 664px !important;
}
.zb-max-h-664 {
  max-height: 664px !important;
}
.zb-calc-h-664 {
  height: calc(100vh - 664px) !important;
}
.zb-calc-min-h-664 {
  min-height: calc(100vh - 664px) !important;
}
.zb-calc-max-h-664 {
  max-height: calc(100vh - 664px) !important;
}
.zb-w-664 {
  width: 664px !important;
}
.zb-w-percent-664 {
  width: 664% !important;
}
.zb-min-w-664 {
  min-width: 664px !important;
}
.zb-max-w-664 {
  max-width: 664px !important;
}
.zb-calc-w-664 {
  width: calc(100vw - 664px) !important;
}
.zb-calc-min-w-664 {
  min-width: calc(100vw - 664px) !important;
}
.zb-calc-max-w-664 {
  max-width: calc(100vw - 664px) !important;
}
.zb-font-664 {
  font-size: 664px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-664 {
    max-width: 664px !important;
  }
}
.zb-h-665 {
  height: 665px !important;
}
.zb-min-h-665 {
  min-height: 665px !important;
}
.zb-max-h-665 {
  max-height: 665px !important;
}
.zb-calc-h-665 {
  height: calc(100vh - 665px) !important;
}
.zb-calc-min-h-665 {
  min-height: calc(100vh - 665px) !important;
}
.zb-calc-max-h-665 {
  max-height: calc(100vh - 665px) !important;
}
.zb-w-665 {
  width: 665px !important;
}
.zb-w-percent-665 {
  width: 665% !important;
}
.zb-min-w-665 {
  min-width: 665px !important;
}
.zb-max-w-665 {
  max-width: 665px !important;
}
.zb-calc-w-665 {
  width: calc(100vw - 665px) !important;
}
.zb-calc-min-w-665 {
  min-width: calc(100vw - 665px) !important;
}
.zb-calc-max-w-665 {
  max-width: calc(100vw - 665px) !important;
}
.zb-font-665 {
  font-size: 665px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-665 {
    max-width: 665px !important;
  }
}
.zb-h-666 {
  height: 666px !important;
}
.zb-min-h-666 {
  min-height: 666px !important;
}
.zb-max-h-666 {
  max-height: 666px !important;
}
.zb-calc-h-666 {
  height: calc(100vh - 666px) !important;
}
.zb-calc-min-h-666 {
  min-height: calc(100vh - 666px) !important;
}
.zb-calc-max-h-666 {
  max-height: calc(100vh - 666px) !important;
}
.zb-w-666 {
  width: 666px !important;
}
.zb-w-percent-666 {
  width: 666% !important;
}
.zb-min-w-666 {
  min-width: 666px !important;
}
.zb-max-w-666 {
  max-width: 666px !important;
}
.zb-calc-w-666 {
  width: calc(100vw - 666px) !important;
}
.zb-calc-min-w-666 {
  min-width: calc(100vw - 666px) !important;
}
.zb-calc-max-w-666 {
  max-width: calc(100vw - 666px) !important;
}
.zb-font-666 {
  font-size: 666px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-666 {
    max-width: 666px !important;
  }
}
.zb-h-667 {
  height: 667px !important;
}
.zb-min-h-667 {
  min-height: 667px !important;
}
.zb-max-h-667 {
  max-height: 667px !important;
}
.zb-calc-h-667 {
  height: calc(100vh - 667px) !important;
}
.zb-calc-min-h-667 {
  min-height: calc(100vh - 667px) !important;
}
.zb-calc-max-h-667 {
  max-height: calc(100vh - 667px) !important;
}
.zb-w-667 {
  width: 667px !important;
}
.zb-w-percent-667 {
  width: 667% !important;
}
.zb-min-w-667 {
  min-width: 667px !important;
}
.zb-max-w-667 {
  max-width: 667px !important;
}
.zb-calc-w-667 {
  width: calc(100vw - 667px) !important;
}
.zb-calc-min-w-667 {
  min-width: calc(100vw - 667px) !important;
}
.zb-calc-max-w-667 {
  max-width: calc(100vw - 667px) !important;
}
.zb-font-667 {
  font-size: 667px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-667 {
    max-width: 667px !important;
  }
}
.zb-h-668 {
  height: 668px !important;
}
.zb-min-h-668 {
  min-height: 668px !important;
}
.zb-max-h-668 {
  max-height: 668px !important;
}
.zb-calc-h-668 {
  height: calc(100vh - 668px) !important;
}
.zb-calc-min-h-668 {
  min-height: calc(100vh - 668px) !important;
}
.zb-calc-max-h-668 {
  max-height: calc(100vh - 668px) !important;
}
.zb-w-668 {
  width: 668px !important;
}
.zb-w-percent-668 {
  width: 668% !important;
}
.zb-min-w-668 {
  min-width: 668px !important;
}
.zb-max-w-668 {
  max-width: 668px !important;
}
.zb-calc-w-668 {
  width: calc(100vw - 668px) !important;
}
.zb-calc-min-w-668 {
  min-width: calc(100vw - 668px) !important;
}
.zb-calc-max-w-668 {
  max-width: calc(100vw - 668px) !important;
}
.zb-font-668 {
  font-size: 668px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-668 {
    max-width: 668px !important;
  }
}
.zb-h-669 {
  height: 669px !important;
}
.zb-min-h-669 {
  min-height: 669px !important;
}
.zb-max-h-669 {
  max-height: 669px !important;
}
.zb-calc-h-669 {
  height: calc(100vh - 669px) !important;
}
.zb-calc-min-h-669 {
  min-height: calc(100vh - 669px) !important;
}
.zb-calc-max-h-669 {
  max-height: calc(100vh - 669px) !important;
}
.zb-w-669 {
  width: 669px !important;
}
.zb-w-percent-669 {
  width: 669% !important;
}
.zb-min-w-669 {
  min-width: 669px !important;
}
.zb-max-w-669 {
  max-width: 669px !important;
}
.zb-calc-w-669 {
  width: calc(100vw - 669px) !important;
}
.zb-calc-min-w-669 {
  min-width: calc(100vw - 669px) !important;
}
.zb-calc-max-w-669 {
  max-width: calc(100vw - 669px) !important;
}
.zb-font-669 {
  font-size: 669px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-669 {
    max-width: 669px !important;
  }
}
.zb-h-670 {
  height: 670px !important;
}
.zb-min-h-670 {
  min-height: 670px !important;
}
.zb-max-h-670 {
  max-height: 670px !important;
}
.zb-calc-h-670 {
  height: calc(100vh - 670px) !important;
}
.zb-calc-min-h-670 {
  min-height: calc(100vh - 670px) !important;
}
.zb-calc-max-h-670 {
  max-height: calc(100vh - 670px) !important;
}
.zb-w-670 {
  width: 670px !important;
}
.zb-w-percent-670 {
  width: 670% !important;
}
.zb-min-w-670 {
  min-width: 670px !important;
}
.zb-max-w-670 {
  max-width: 670px !important;
}
.zb-calc-w-670 {
  width: calc(100vw - 670px) !important;
}
.zb-calc-min-w-670 {
  min-width: calc(100vw - 670px) !important;
}
.zb-calc-max-w-670 {
  max-width: calc(100vw - 670px) !important;
}
.zb-font-670 {
  font-size: 670px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-670 {
    max-width: 670px !important;
  }
}
.zb-h-671 {
  height: 671px !important;
}
.zb-min-h-671 {
  min-height: 671px !important;
}
.zb-max-h-671 {
  max-height: 671px !important;
}
.zb-calc-h-671 {
  height: calc(100vh - 671px) !important;
}
.zb-calc-min-h-671 {
  min-height: calc(100vh - 671px) !important;
}
.zb-calc-max-h-671 {
  max-height: calc(100vh - 671px) !important;
}
.zb-w-671 {
  width: 671px !important;
}
.zb-w-percent-671 {
  width: 671% !important;
}
.zb-min-w-671 {
  min-width: 671px !important;
}
.zb-max-w-671 {
  max-width: 671px !important;
}
.zb-calc-w-671 {
  width: calc(100vw - 671px) !important;
}
.zb-calc-min-w-671 {
  min-width: calc(100vw - 671px) !important;
}
.zb-calc-max-w-671 {
  max-width: calc(100vw - 671px) !important;
}
.zb-font-671 {
  font-size: 671px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-671 {
    max-width: 671px !important;
  }
}
.zb-h-672 {
  height: 672px !important;
}
.zb-min-h-672 {
  min-height: 672px !important;
}
.zb-max-h-672 {
  max-height: 672px !important;
}
.zb-calc-h-672 {
  height: calc(100vh - 672px) !important;
}
.zb-calc-min-h-672 {
  min-height: calc(100vh - 672px) !important;
}
.zb-calc-max-h-672 {
  max-height: calc(100vh - 672px) !important;
}
.zb-w-672 {
  width: 672px !important;
}
.zb-w-percent-672 {
  width: 672% !important;
}
.zb-min-w-672 {
  min-width: 672px !important;
}
.zb-max-w-672 {
  max-width: 672px !important;
}
.zb-calc-w-672 {
  width: calc(100vw - 672px) !important;
}
.zb-calc-min-w-672 {
  min-width: calc(100vw - 672px) !important;
}
.zb-calc-max-w-672 {
  max-width: calc(100vw - 672px) !important;
}
.zb-font-672 {
  font-size: 672px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-672 {
    max-width: 672px !important;
  }
}
.zb-h-673 {
  height: 673px !important;
}
.zb-min-h-673 {
  min-height: 673px !important;
}
.zb-max-h-673 {
  max-height: 673px !important;
}
.zb-calc-h-673 {
  height: calc(100vh - 673px) !important;
}
.zb-calc-min-h-673 {
  min-height: calc(100vh - 673px) !important;
}
.zb-calc-max-h-673 {
  max-height: calc(100vh - 673px) !important;
}
.zb-w-673 {
  width: 673px !important;
}
.zb-w-percent-673 {
  width: 673% !important;
}
.zb-min-w-673 {
  min-width: 673px !important;
}
.zb-max-w-673 {
  max-width: 673px !important;
}
.zb-calc-w-673 {
  width: calc(100vw - 673px) !important;
}
.zb-calc-min-w-673 {
  min-width: calc(100vw - 673px) !important;
}
.zb-calc-max-w-673 {
  max-width: calc(100vw - 673px) !important;
}
.zb-font-673 {
  font-size: 673px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-673 {
    max-width: 673px !important;
  }
}
.zb-h-674 {
  height: 674px !important;
}
.zb-min-h-674 {
  min-height: 674px !important;
}
.zb-max-h-674 {
  max-height: 674px !important;
}
.zb-calc-h-674 {
  height: calc(100vh - 674px) !important;
}
.zb-calc-min-h-674 {
  min-height: calc(100vh - 674px) !important;
}
.zb-calc-max-h-674 {
  max-height: calc(100vh - 674px) !important;
}
.zb-w-674 {
  width: 674px !important;
}
.zb-w-percent-674 {
  width: 674% !important;
}
.zb-min-w-674 {
  min-width: 674px !important;
}
.zb-max-w-674 {
  max-width: 674px !important;
}
.zb-calc-w-674 {
  width: calc(100vw - 674px) !important;
}
.zb-calc-min-w-674 {
  min-width: calc(100vw - 674px) !important;
}
.zb-calc-max-w-674 {
  max-width: calc(100vw - 674px) !important;
}
.zb-font-674 {
  font-size: 674px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-674 {
    max-width: 674px !important;
  }
}
.zb-h-675 {
  height: 675px !important;
}
.zb-min-h-675 {
  min-height: 675px !important;
}
.zb-max-h-675 {
  max-height: 675px !important;
}
.zb-calc-h-675 {
  height: calc(100vh - 675px) !important;
}
.zb-calc-min-h-675 {
  min-height: calc(100vh - 675px) !important;
}
.zb-calc-max-h-675 {
  max-height: calc(100vh - 675px) !important;
}
.zb-w-675 {
  width: 675px !important;
}
.zb-w-percent-675 {
  width: 675% !important;
}
.zb-min-w-675 {
  min-width: 675px !important;
}
.zb-max-w-675 {
  max-width: 675px !important;
}
.zb-calc-w-675 {
  width: calc(100vw - 675px) !important;
}
.zb-calc-min-w-675 {
  min-width: calc(100vw - 675px) !important;
}
.zb-calc-max-w-675 {
  max-width: calc(100vw - 675px) !important;
}
.zb-font-675 {
  font-size: 675px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-675 {
    max-width: 675px !important;
  }
}
.zb-h-676 {
  height: 676px !important;
}
.zb-min-h-676 {
  min-height: 676px !important;
}
.zb-max-h-676 {
  max-height: 676px !important;
}
.zb-calc-h-676 {
  height: calc(100vh - 676px) !important;
}
.zb-calc-min-h-676 {
  min-height: calc(100vh - 676px) !important;
}
.zb-calc-max-h-676 {
  max-height: calc(100vh - 676px) !important;
}
.zb-w-676 {
  width: 676px !important;
}
.zb-w-percent-676 {
  width: 676% !important;
}
.zb-min-w-676 {
  min-width: 676px !important;
}
.zb-max-w-676 {
  max-width: 676px !important;
}
.zb-calc-w-676 {
  width: calc(100vw - 676px) !important;
}
.zb-calc-min-w-676 {
  min-width: calc(100vw - 676px) !important;
}
.zb-calc-max-w-676 {
  max-width: calc(100vw - 676px) !important;
}
.zb-font-676 {
  font-size: 676px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-676 {
    max-width: 676px !important;
  }
}
.zb-h-677 {
  height: 677px !important;
}
.zb-min-h-677 {
  min-height: 677px !important;
}
.zb-max-h-677 {
  max-height: 677px !important;
}
.zb-calc-h-677 {
  height: calc(100vh - 677px) !important;
}
.zb-calc-min-h-677 {
  min-height: calc(100vh - 677px) !important;
}
.zb-calc-max-h-677 {
  max-height: calc(100vh - 677px) !important;
}
.zb-w-677 {
  width: 677px !important;
}
.zb-w-percent-677 {
  width: 677% !important;
}
.zb-min-w-677 {
  min-width: 677px !important;
}
.zb-max-w-677 {
  max-width: 677px !important;
}
.zb-calc-w-677 {
  width: calc(100vw - 677px) !important;
}
.zb-calc-min-w-677 {
  min-width: calc(100vw - 677px) !important;
}
.zb-calc-max-w-677 {
  max-width: calc(100vw - 677px) !important;
}
.zb-font-677 {
  font-size: 677px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-677 {
    max-width: 677px !important;
  }
}
.zb-h-678 {
  height: 678px !important;
}
.zb-min-h-678 {
  min-height: 678px !important;
}
.zb-max-h-678 {
  max-height: 678px !important;
}
.zb-calc-h-678 {
  height: calc(100vh - 678px) !important;
}
.zb-calc-min-h-678 {
  min-height: calc(100vh - 678px) !important;
}
.zb-calc-max-h-678 {
  max-height: calc(100vh - 678px) !important;
}
.zb-w-678 {
  width: 678px !important;
}
.zb-w-percent-678 {
  width: 678% !important;
}
.zb-min-w-678 {
  min-width: 678px !important;
}
.zb-max-w-678 {
  max-width: 678px !important;
}
.zb-calc-w-678 {
  width: calc(100vw - 678px) !important;
}
.zb-calc-min-w-678 {
  min-width: calc(100vw - 678px) !important;
}
.zb-calc-max-w-678 {
  max-width: calc(100vw - 678px) !important;
}
.zb-font-678 {
  font-size: 678px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-678 {
    max-width: 678px !important;
  }
}
.zb-h-679 {
  height: 679px !important;
}
.zb-min-h-679 {
  min-height: 679px !important;
}
.zb-max-h-679 {
  max-height: 679px !important;
}
.zb-calc-h-679 {
  height: calc(100vh - 679px) !important;
}
.zb-calc-min-h-679 {
  min-height: calc(100vh - 679px) !important;
}
.zb-calc-max-h-679 {
  max-height: calc(100vh - 679px) !important;
}
.zb-w-679 {
  width: 679px !important;
}
.zb-w-percent-679 {
  width: 679% !important;
}
.zb-min-w-679 {
  min-width: 679px !important;
}
.zb-max-w-679 {
  max-width: 679px !important;
}
.zb-calc-w-679 {
  width: calc(100vw - 679px) !important;
}
.zb-calc-min-w-679 {
  min-width: calc(100vw - 679px) !important;
}
.zb-calc-max-w-679 {
  max-width: calc(100vw - 679px) !important;
}
.zb-font-679 {
  font-size: 679px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-679 {
    max-width: 679px !important;
  }
}
.zb-h-680 {
  height: 680px !important;
}
.zb-min-h-680 {
  min-height: 680px !important;
}
.zb-max-h-680 {
  max-height: 680px !important;
}
.zb-calc-h-680 {
  height: calc(100vh - 680px) !important;
}
.zb-calc-min-h-680 {
  min-height: calc(100vh - 680px) !important;
}
.zb-calc-max-h-680 {
  max-height: calc(100vh - 680px) !important;
}
.zb-w-680 {
  width: 680px !important;
}
.zb-w-percent-680 {
  width: 680% !important;
}
.zb-min-w-680 {
  min-width: 680px !important;
}
.zb-max-w-680 {
  max-width: 680px !important;
}
.zb-calc-w-680 {
  width: calc(100vw - 680px) !important;
}
.zb-calc-min-w-680 {
  min-width: calc(100vw - 680px) !important;
}
.zb-calc-max-w-680 {
  max-width: calc(100vw - 680px) !important;
}
.zb-font-680 {
  font-size: 680px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-680 {
    max-width: 680px !important;
  }
}
.zb-h-681 {
  height: 681px !important;
}
.zb-min-h-681 {
  min-height: 681px !important;
}
.zb-max-h-681 {
  max-height: 681px !important;
}
.zb-calc-h-681 {
  height: calc(100vh - 681px) !important;
}
.zb-calc-min-h-681 {
  min-height: calc(100vh - 681px) !important;
}
.zb-calc-max-h-681 {
  max-height: calc(100vh - 681px) !important;
}
.zb-w-681 {
  width: 681px !important;
}
.zb-w-percent-681 {
  width: 681% !important;
}
.zb-min-w-681 {
  min-width: 681px !important;
}
.zb-max-w-681 {
  max-width: 681px !important;
}
.zb-calc-w-681 {
  width: calc(100vw - 681px) !important;
}
.zb-calc-min-w-681 {
  min-width: calc(100vw - 681px) !important;
}
.zb-calc-max-w-681 {
  max-width: calc(100vw - 681px) !important;
}
.zb-font-681 {
  font-size: 681px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-681 {
    max-width: 681px !important;
  }
}
.zb-h-682 {
  height: 682px !important;
}
.zb-min-h-682 {
  min-height: 682px !important;
}
.zb-max-h-682 {
  max-height: 682px !important;
}
.zb-calc-h-682 {
  height: calc(100vh - 682px) !important;
}
.zb-calc-min-h-682 {
  min-height: calc(100vh - 682px) !important;
}
.zb-calc-max-h-682 {
  max-height: calc(100vh - 682px) !important;
}
.zb-w-682 {
  width: 682px !important;
}
.zb-w-percent-682 {
  width: 682% !important;
}
.zb-min-w-682 {
  min-width: 682px !important;
}
.zb-max-w-682 {
  max-width: 682px !important;
}
.zb-calc-w-682 {
  width: calc(100vw - 682px) !important;
}
.zb-calc-min-w-682 {
  min-width: calc(100vw - 682px) !important;
}
.zb-calc-max-w-682 {
  max-width: calc(100vw - 682px) !important;
}
.zb-font-682 {
  font-size: 682px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-682 {
    max-width: 682px !important;
  }
}
.zb-h-683 {
  height: 683px !important;
}
.zb-min-h-683 {
  min-height: 683px !important;
}
.zb-max-h-683 {
  max-height: 683px !important;
}
.zb-calc-h-683 {
  height: calc(100vh - 683px) !important;
}
.zb-calc-min-h-683 {
  min-height: calc(100vh - 683px) !important;
}
.zb-calc-max-h-683 {
  max-height: calc(100vh - 683px) !important;
}
.zb-w-683 {
  width: 683px !important;
}
.zb-w-percent-683 {
  width: 683% !important;
}
.zb-min-w-683 {
  min-width: 683px !important;
}
.zb-max-w-683 {
  max-width: 683px !important;
}
.zb-calc-w-683 {
  width: calc(100vw - 683px) !important;
}
.zb-calc-min-w-683 {
  min-width: calc(100vw - 683px) !important;
}
.zb-calc-max-w-683 {
  max-width: calc(100vw - 683px) !important;
}
.zb-font-683 {
  font-size: 683px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-683 {
    max-width: 683px !important;
  }
}
.zb-h-684 {
  height: 684px !important;
}
.zb-min-h-684 {
  min-height: 684px !important;
}
.zb-max-h-684 {
  max-height: 684px !important;
}
.zb-calc-h-684 {
  height: calc(100vh - 684px) !important;
}
.zb-calc-min-h-684 {
  min-height: calc(100vh - 684px) !important;
}
.zb-calc-max-h-684 {
  max-height: calc(100vh - 684px) !important;
}
.zb-w-684 {
  width: 684px !important;
}
.zb-w-percent-684 {
  width: 684% !important;
}
.zb-min-w-684 {
  min-width: 684px !important;
}
.zb-max-w-684 {
  max-width: 684px !important;
}
.zb-calc-w-684 {
  width: calc(100vw - 684px) !important;
}
.zb-calc-min-w-684 {
  min-width: calc(100vw - 684px) !important;
}
.zb-calc-max-w-684 {
  max-width: calc(100vw - 684px) !important;
}
.zb-font-684 {
  font-size: 684px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-684 {
    max-width: 684px !important;
  }
}
.zb-h-685 {
  height: 685px !important;
}
.zb-min-h-685 {
  min-height: 685px !important;
}
.zb-max-h-685 {
  max-height: 685px !important;
}
.zb-calc-h-685 {
  height: calc(100vh - 685px) !important;
}
.zb-calc-min-h-685 {
  min-height: calc(100vh - 685px) !important;
}
.zb-calc-max-h-685 {
  max-height: calc(100vh - 685px) !important;
}
.zb-w-685 {
  width: 685px !important;
}
.zb-w-percent-685 {
  width: 685% !important;
}
.zb-min-w-685 {
  min-width: 685px !important;
}
.zb-max-w-685 {
  max-width: 685px !important;
}
.zb-calc-w-685 {
  width: calc(100vw - 685px) !important;
}
.zb-calc-min-w-685 {
  min-width: calc(100vw - 685px) !important;
}
.zb-calc-max-w-685 {
  max-width: calc(100vw - 685px) !important;
}
.zb-font-685 {
  font-size: 685px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-685 {
    max-width: 685px !important;
  }
}
.zb-h-686 {
  height: 686px !important;
}
.zb-min-h-686 {
  min-height: 686px !important;
}
.zb-max-h-686 {
  max-height: 686px !important;
}
.zb-calc-h-686 {
  height: calc(100vh - 686px) !important;
}
.zb-calc-min-h-686 {
  min-height: calc(100vh - 686px) !important;
}
.zb-calc-max-h-686 {
  max-height: calc(100vh - 686px) !important;
}
.zb-w-686 {
  width: 686px !important;
}
.zb-w-percent-686 {
  width: 686% !important;
}
.zb-min-w-686 {
  min-width: 686px !important;
}
.zb-max-w-686 {
  max-width: 686px !important;
}
.zb-calc-w-686 {
  width: calc(100vw - 686px) !important;
}
.zb-calc-min-w-686 {
  min-width: calc(100vw - 686px) !important;
}
.zb-calc-max-w-686 {
  max-width: calc(100vw - 686px) !important;
}
.zb-font-686 {
  font-size: 686px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-686 {
    max-width: 686px !important;
  }
}
.zb-h-687 {
  height: 687px !important;
}
.zb-min-h-687 {
  min-height: 687px !important;
}
.zb-max-h-687 {
  max-height: 687px !important;
}
.zb-calc-h-687 {
  height: calc(100vh - 687px) !important;
}
.zb-calc-min-h-687 {
  min-height: calc(100vh - 687px) !important;
}
.zb-calc-max-h-687 {
  max-height: calc(100vh - 687px) !important;
}
.zb-w-687 {
  width: 687px !important;
}
.zb-w-percent-687 {
  width: 687% !important;
}
.zb-min-w-687 {
  min-width: 687px !important;
}
.zb-max-w-687 {
  max-width: 687px !important;
}
.zb-calc-w-687 {
  width: calc(100vw - 687px) !important;
}
.zb-calc-min-w-687 {
  min-width: calc(100vw - 687px) !important;
}
.zb-calc-max-w-687 {
  max-width: calc(100vw - 687px) !important;
}
.zb-font-687 {
  font-size: 687px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-687 {
    max-width: 687px !important;
  }
}
.zb-h-688 {
  height: 688px !important;
}
.zb-min-h-688 {
  min-height: 688px !important;
}
.zb-max-h-688 {
  max-height: 688px !important;
}
.zb-calc-h-688 {
  height: calc(100vh - 688px) !important;
}
.zb-calc-min-h-688 {
  min-height: calc(100vh - 688px) !important;
}
.zb-calc-max-h-688 {
  max-height: calc(100vh - 688px) !important;
}
.zb-w-688 {
  width: 688px !important;
}
.zb-w-percent-688 {
  width: 688% !important;
}
.zb-min-w-688 {
  min-width: 688px !important;
}
.zb-max-w-688 {
  max-width: 688px !important;
}
.zb-calc-w-688 {
  width: calc(100vw - 688px) !important;
}
.zb-calc-min-w-688 {
  min-width: calc(100vw - 688px) !important;
}
.zb-calc-max-w-688 {
  max-width: calc(100vw - 688px) !important;
}
.zb-font-688 {
  font-size: 688px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-688 {
    max-width: 688px !important;
  }
}
.zb-h-689 {
  height: 689px !important;
}
.zb-min-h-689 {
  min-height: 689px !important;
}
.zb-max-h-689 {
  max-height: 689px !important;
}
.zb-calc-h-689 {
  height: calc(100vh - 689px) !important;
}
.zb-calc-min-h-689 {
  min-height: calc(100vh - 689px) !important;
}
.zb-calc-max-h-689 {
  max-height: calc(100vh - 689px) !important;
}
.zb-w-689 {
  width: 689px !important;
}
.zb-w-percent-689 {
  width: 689% !important;
}
.zb-min-w-689 {
  min-width: 689px !important;
}
.zb-max-w-689 {
  max-width: 689px !important;
}
.zb-calc-w-689 {
  width: calc(100vw - 689px) !important;
}
.zb-calc-min-w-689 {
  min-width: calc(100vw - 689px) !important;
}
.zb-calc-max-w-689 {
  max-width: calc(100vw - 689px) !important;
}
.zb-font-689 {
  font-size: 689px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-689 {
    max-width: 689px !important;
  }
}
.zb-h-690 {
  height: 690px !important;
}
.zb-min-h-690 {
  min-height: 690px !important;
}
.zb-max-h-690 {
  max-height: 690px !important;
}
.zb-calc-h-690 {
  height: calc(100vh - 690px) !important;
}
.zb-calc-min-h-690 {
  min-height: calc(100vh - 690px) !important;
}
.zb-calc-max-h-690 {
  max-height: calc(100vh - 690px) !important;
}
.zb-w-690 {
  width: 690px !important;
}
.zb-w-percent-690 {
  width: 690% !important;
}
.zb-min-w-690 {
  min-width: 690px !important;
}
.zb-max-w-690 {
  max-width: 690px !important;
}
.zb-calc-w-690 {
  width: calc(100vw - 690px) !important;
}
.zb-calc-min-w-690 {
  min-width: calc(100vw - 690px) !important;
}
.zb-calc-max-w-690 {
  max-width: calc(100vw - 690px) !important;
}
.zb-font-690 {
  font-size: 690px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-690 {
    max-width: 690px !important;
  }
}
.zb-h-691 {
  height: 691px !important;
}
.zb-min-h-691 {
  min-height: 691px !important;
}
.zb-max-h-691 {
  max-height: 691px !important;
}
.zb-calc-h-691 {
  height: calc(100vh - 691px) !important;
}
.zb-calc-min-h-691 {
  min-height: calc(100vh - 691px) !important;
}
.zb-calc-max-h-691 {
  max-height: calc(100vh - 691px) !important;
}
.zb-w-691 {
  width: 691px !important;
}
.zb-w-percent-691 {
  width: 691% !important;
}
.zb-min-w-691 {
  min-width: 691px !important;
}
.zb-max-w-691 {
  max-width: 691px !important;
}
.zb-calc-w-691 {
  width: calc(100vw - 691px) !important;
}
.zb-calc-min-w-691 {
  min-width: calc(100vw - 691px) !important;
}
.zb-calc-max-w-691 {
  max-width: calc(100vw - 691px) !important;
}
.zb-font-691 {
  font-size: 691px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-691 {
    max-width: 691px !important;
  }
}
.zb-h-692 {
  height: 692px !important;
}
.zb-min-h-692 {
  min-height: 692px !important;
}
.zb-max-h-692 {
  max-height: 692px !important;
}
.zb-calc-h-692 {
  height: calc(100vh - 692px) !important;
}
.zb-calc-min-h-692 {
  min-height: calc(100vh - 692px) !important;
}
.zb-calc-max-h-692 {
  max-height: calc(100vh - 692px) !important;
}
.zb-w-692 {
  width: 692px !important;
}
.zb-w-percent-692 {
  width: 692% !important;
}
.zb-min-w-692 {
  min-width: 692px !important;
}
.zb-max-w-692 {
  max-width: 692px !important;
}
.zb-calc-w-692 {
  width: calc(100vw - 692px) !important;
}
.zb-calc-min-w-692 {
  min-width: calc(100vw - 692px) !important;
}
.zb-calc-max-w-692 {
  max-width: calc(100vw - 692px) !important;
}
.zb-font-692 {
  font-size: 692px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-692 {
    max-width: 692px !important;
  }
}
.zb-h-693 {
  height: 693px !important;
}
.zb-min-h-693 {
  min-height: 693px !important;
}
.zb-max-h-693 {
  max-height: 693px !important;
}
.zb-calc-h-693 {
  height: calc(100vh - 693px) !important;
}
.zb-calc-min-h-693 {
  min-height: calc(100vh - 693px) !important;
}
.zb-calc-max-h-693 {
  max-height: calc(100vh - 693px) !important;
}
.zb-w-693 {
  width: 693px !important;
}
.zb-w-percent-693 {
  width: 693% !important;
}
.zb-min-w-693 {
  min-width: 693px !important;
}
.zb-max-w-693 {
  max-width: 693px !important;
}
.zb-calc-w-693 {
  width: calc(100vw - 693px) !important;
}
.zb-calc-min-w-693 {
  min-width: calc(100vw - 693px) !important;
}
.zb-calc-max-w-693 {
  max-width: calc(100vw - 693px) !important;
}
.zb-font-693 {
  font-size: 693px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-693 {
    max-width: 693px !important;
  }
}
.zb-h-694 {
  height: 694px !important;
}
.zb-min-h-694 {
  min-height: 694px !important;
}
.zb-max-h-694 {
  max-height: 694px !important;
}
.zb-calc-h-694 {
  height: calc(100vh - 694px) !important;
}
.zb-calc-min-h-694 {
  min-height: calc(100vh - 694px) !important;
}
.zb-calc-max-h-694 {
  max-height: calc(100vh - 694px) !important;
}
.zb-w-694 {
  width: 694px !important;
}
.zb-w-percent-694 {
  width: 694% !important;
}
.zb-min-w-694 {
  min-width: 694px !important;
}
.zb-max-w-694 {
  max-width: 694px !important;
}
.zb-calc-w-694 {
  width: calc(100vw - 694px) !important;
}
.zb-calc-min-w-694 {
  min-width: calc(100vw - 694px) !important;
}
.zb-calc-max-w-694 {
  max-width: calc(100vw - 694px) !important;
}
.zb-font-694 {
  font-size: 694px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-694 {
    max-width: 694px !important;
  }
}
.zb-h-695 {
  height: 695px !important;
}
.zb-min-h-695 {
  min-height: 695px !important;
}
.zb-max-h-695 {
  max-height: 695px !important;
}
.zb-calc-h-695 {
  height: calc(100vh - 695px) !important;
}
.zb-calc-min-h-695 {
  min-height: calc(100vh - 695px) !important;
}
.zb-calc-max-h-695 {
  max-height: calc(100vh - 695px) !important;
}
.zb-w-695 {
  width: 695px !important;
}
.zb-w-percent-695 {
  width: 695% !important;
}
.zb-min-w-695 {
  min-width: 695px !important;
}
.zb-max-w-695 {
  max-width: 695px !important;
}
.zb-calc-w-695 {
  width: calc(100vw - 695px) !important;
}
.zb-calc-min-w-695 {
  min-width: calc(100vw - 695px) !important;
}
.zb-calc-max-w-695 {
  max-width: calc(100vw - 695px) !important;
}
.zb-font-695 {
  font-size: 695px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-695 {
    max-width: 695px !important;
  }
}
.zb-h-696 {
  height: 696px !important;
}
.zb-min-h-696 {
  min-height: 696px !important;
}
.zb-max-h-696 {
  max-height: 696px !important;
}
.zb-calc-h-696 {
  height: calc(100vh - 696px) !important;
}
.zb-calc-min-h-696 {
  min-height: calc(100vh - 696px) !important;
}
.zb-calc-max-h-696 {
  max-height: calc(100vh - 696px) !important;
}
.zb-w-696 {
  width: 696px !important;
}
.zb-w-percent-696 {
  width: 696% !important;
}
.zb-min-w-696 {
  min-width: 696px !important;
}
.zb-max-w-696 {
  max-width: 696px !important;
}
.zb-calc-w-696 {
  width: calc(100vw - 696px) !important;
}
.zb-calc-min-w-696 {
  min-width: calc(100vw - 696px) !important;
}
.zb-calc-max-w-696 {
  max-width: calc(100vw - 696px) !important;
}
.zb-font-696 {
  font-size: 696px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-696 {
    max-width: 696px !important;
  }
}
.zb-h-697 {
  height: 697px !important;
}
.zb-min-h-697 {
  min-height: 697px !important;
}
.zb-max-h-697 {
  max-height: 697px !important;
}
.zb-calc-h-697 {
  height: calc(100vh - 697px) !important;
}
.zb-calc-min-h-697 {
  min-height: calc(100vh - 697px) !important;
}
.zb-calc-max-h-697 {
  max-height: calc(100vh - 697px) !important;
}
.zb-w-697 {
  width: 697px !important;
}
.zb-w-percent-697 {
  width: 697% !important;
}
.zb-min-w-697 {
  min-width: 697px !important;
}
.zb-max-w-697 {
  max-width: 697px !important;
}
.zb-calc-w-697 {
  width: calc(100vw - 697px) !important;
}
.zb-calc-min-w-697 {
  min-width: calc(100vw - 697px) !important;
}
.zb-calc-max-w-697 {
  max-width: calc(100vw - 697px) !important;
}
.zb-font-697 {
  font-size: 697px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-697 {
    max-width: 697px !important;
  }
}
.zb-h-698 {
  height: 698px !important;
}
.zb-min-h-698 {
  min-height: 698px !important;
}
.zb-max-h-698 {
  max-height: 698px !important;
}
.zb-calc-h-698 {
  height: calc(100vh - 698px) !important;
}
.zb-calc-min-h-698 {
  min-height: calc(100vh - 698px) !important;
}
.zb-calc-max-h-698 {
  max-height: calc(100vh - 698px) !important;
}
.zb-w-698 {
  width: 698px !important;
}
.zb-w-percent-698 {
  width: 698% !important;
}
.zb-min-w-698 {
  min-width: 698px !important;
}
.zb-max-w-698 {
  max-width: 698px !important;
}
.zb-calc-w-698 {
  width: calc(100vw - 698px) !important;
}
.zb-calc-min-w-698 {
  min-width: calc(100vw - 698px) !important;
}
.zb-calc-max-w-698 {
  max-width: calc(100vw - 698px) !important;
}
.zb-font-698 {
  font-size: 698px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-698 {
    max-width: 698px !important;
  }
}
.zb-h-699 {
  height: 699px !important;
}
.zb-min-h-699 {
  min-height: 699px !important;
}
.zb-max-h-699 {
  max-height: 699px !important;
}
.zb-calc-h-699 {
  height: calc(100vh - 699px) !important;
}
.zb-calc-min-h-699 {
  min-height: calc(100vh - 699px) !important;
}
.zb-calc-max-h-699 {
  max-height: calc(100vh - 699px) !important;
}
.zb-w-699 {
  width: 699px !important;
}
.zb-w-percent-699 {
  width: 699% !important;
}
.zb-min-w-699 {
  min-width: 699px !important;
}
.zb-max-w-699 {
  max-width: 699px !important;
}
.zb-calc-w-699 {
  width: calc(100vw - 699px) !important;
}
.zb-calc-min-w-699 {
  min-width: calc(100vw - 699px) !important;
}
.zb-calc-max-w-699 {
  max-width: calc(100vw - 699px) !important;
}
.zb-font-699 {
  font-size: 699px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-699 {
    max-width: 699px !important;
  }
}
.zb-h-700 {
  height: 700px !important;
}
.zb-min-h-700 {
  min-height: 700px !important;
}
.zb-max-h-700 {
  max-height: 700px !important;
}
.zb-calc-h-700 {
  height: calc(100vh - 700px) !important;
}
.zb-calc-min-h-700 {
  min-height: calc(100vh - 700px) !important;
}
.zb-calc-max-h-700 {
  max-height: calc(100vh - 700px) !important;
}
.zb-w-700 {
  width: 700px !important;
}
.zb-w-percent-700 {
  width: 700% !important;
}
.zb-min-w-700 {
  min-width: 700px !important;
}
.zb-max-w-700 {
  max-width: 700px !important;
}
.zb-calc-w-700 {
  width: calc(100vw - 700px) !important;
}
.zb-calc-min-w-700 {
  min-width: calc(100vw - 700px) !important;
}
.zb-calc-max-w-700 {
  max-width: calc(100vw - 700px) !important;
}
.zb-font-700 {
  font-size: 700px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-700 {
    max-width: 700px !important;
  }
}
.zb-h-701 {
  height: 701px !important;
}
.zb-min-h-701 {
  min-height: 701px !important;
}
.zb-max-h-701 {
  max-height: 701px !important;
}
.zb-calc-h-701 {
  height: calc(100vh - 701px) !important;
}
.zb-calc-min-h-701 {
  min-height: calc(100vh - 701px) !important;
}
.zb-calc-max-h-701 {
  max-height: calc(100vh - 701px) !important;
}
.zb-w-701 {
  width: 701px !important;
}
.zb-w-percent-701 {
  width: 701% !important;
}
.zb-min-w-701 {
  min-width: 701px !important;
}
.zb-max-w-701 {
  max-width: 701px !important;
}
.zb-calc-w-701 {
  width: calc(100vw - 701px) !important;
}
.zb-calc-min-w-701 {
  min-width: calc(100vw - 701px) !important;
}
.zb-calc-max-w-701 {
  max-width: calc(100vw - 701px) !important;
}
.zb-font-701 {
  font-size: 701px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-701 {
    max-width: 701px !important;
  }
}
.zb-h-702 {
  height: 702px !important;
}
.zb-min-h-702 {
  min-height: 702px !important;
}
.zb-max-h-702 {
  max-height: 702px !important;
}
.zb-calc-h-702 {
  height: calc(100vh - 702px) !important;
}
.zb-calc-min-h-702 {
  min-height: calc(100vh - 702px) !important;
}
.zb-calc-max-h-702 {
  max-height: calc(100vh - 702px) !important;
}
.zb-w-702 {
  width: 702px !important;
}
.zb-w-percent-702 {
  width: 702% !important;
}
.zb-min-w-702 {
  min-width: 702px !important;
}
.zb-max-w-702 {
  max-width: 702px !important;
}
.zb-calc-w-702 {
  width: calc(100vw - 702px) !important;
}
.zb-calc-min-w-702 {
  min-width: calc(100vw - 702px) !important;
}
.zb-calc-max-w-702 {
  max-width: calc(100vw - 702px) !important;
}
.zb-font-702 {
  font-size: 702px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-702 {
    max-width: 702px !important;
  }
}
.zb-h-703 {
  height: 703px !important;
}
.zb-min-h-703 {
  min-height: 703px !important;
}
.zb-max-h-703 {
  max-height: 703px !important;
}
.zb-calc-h-703 {
  height: calc(100vh - 703px) !important;
}
.zb-calc-min-h-703 {
  min-height: calc(100vh - 703px) !important;
}
.zb-calc-max-h-703 {
  max-height: calc(100vh - 703px) !important;
}
.zb-w-703 {
  width: 703px !important;
}
.zb-w-percent-703 {
  width: 703% !important;
}
.zb-min-w-703 {
  min-width: 703px !important;
}
.zb-max-w-703 {
  max-width: 703px !important;
}
.zb-calc-w-703 {
  width: calc(100vw - 703px) !important;
}
.zb-calc-min-w-703 {
  min-width: calc(100vw - 703px) !important;
}
.zb-calc-max-w-703 {
  max-width: calc(100vw - 703px) !important;
}
.zb-font-703 {
  font-size: 703px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-703 {
    max-width: 703px !important;
  }
}
.zb-h-704 {
  height: 704px !important;
}
.zb-min-h-704 {
  min-height: 704px !important;
}
.zb-max-h-704 {
  max-height: 704px !important;
}
.zb-calc-h-704 {
  height: calc(100vh - 704px) !important;
}
.zb-calc-min-h-704 {
  min-height: calc(100vh - 704px) !important;
}
.zb-calc-max-h-704 {
  max-height: calc(100vh - 704px) !important;
}
.zb-w-704 {
  width: 704px !important;
}
.zb-w-percent-704 {
  width: 704% !important;
}
.zb-min-w-704 {
  min-width: 704px !important;
}
.zb-max-w-704 {
  max-width: 704px !important;
}
.zb-calc-w-704 {
  width: calc(100vw - 704px) !important;
}
.zb-calc-min-w-704 {
  min-width: calc(100vw - 704px) !important;
}
.zb-calc-max-w-704 {
  max-width: calc(100vw - 704px) !important;
}
.zb-font-704 {
  font-size: 704px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-704 {
    max-width: 704px !important;
  }
}
.zb-h-705 {
  height: 705px !important;
}
.zb-min-h-705 {
  min-height: 705px !important;
}
.zb-max-h-705 {
  max-height: 705px !important;
}
.zb-calc-h-705 {
  height: calc(100vh - 705px) !important;
}
.zb-calc-min-h-705 {
  min-height: calc(100vh - 705px) !important;
}
.zb-calc-max-h-705 {
  max-height: calc(100vh - 705px) !important;
}
.zb-w-705 {
  width: 705px !important;
}
.zb-w-percent-705 {
  width: 705% !important;
}
.zb-min-w-705 {
  min-width: 705px !important;
}
.zb-max-w-705 {
  max-width: 705px !important;
}
.zb-calc-w-705 {
  width: calc(100vw - 705px) !important;
}
.zb-calc-min-w-705 {
  min-width: calc(100vw - 705px) !important;
}
.zb-calc-max-w-705 {
  max-width: calc(100vw - 705px) !important;
}
.zb-font-705 {
  font-size: 705px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-705 {
    max-width: 705px !important;
  }
}
.zb-h-706 {
  height: 706px !important;
}
.zb-min-h-706 {
  min-height: 706px !important;
}
.zb-max-h-706 {
  max-height: 706px !important;
}
.zb-calc-h-706 {
  height: calc(100vh - 706px) !important;
}
.zb-calc-min-h-706 {
  min-height: calc(100vh - 706px) !important;
}
.zb-calc-max-h-706 {
  max-height: calc(100vh - 706px) !important;
}
.zb-w-706 {
  width: 706px !important;
}
.zb-w-percent-706 {
  width: 706% !important;
}
.zb-min-w-706 {
  min-width: 706px !important;
}
.zb-max-w-706 {
  max-width: 706px !important;
}
.zb-calc-w-706 {
  width: calc(100vw - 706px) !important;
}
.zb-calc-min-w-706 {
  min-width: calc(100vw - 706px) !important;
}
.zb-calc-max-w-706 {
  max-width: calc(100vw - 706px) !important;
}
.zb-font-706 {
  font-size: 706px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-706 {
    max-width: 706px !important;
  }
}
.zb-h-707 {
  height: 707px !important;
}
.zb-min-h-707 {
  min-height: 707px !important;
}
.zb-max-h-707 {
  max-height: 707px !important;
}
.zb-calc-h-707 {
  height: calc(100vh - 707px) !important;
}
.zb-calc-min-h-707 {
  min-height: calc(100vh - 707px) !important;
}
.zb-calc-max-h-707 {
  max-height: calc(100vh - 707px) !important;
}
.zb-w-707 {
  width: 707px !important;
}
.zb-w-percent-707 {
  width: 707% !important;
}
.zb-min-w-707 {
  min-width: 707px !important;
}
.zb-max-w-707 {
  max-width: 707px !important;
}
.zb-calc-w-707 {
  width: calc(100vw - 707px) !important;
}
.zb-calc-min-w-707 {
  min-width: calc(100vw - 707px) !important;
}
.zb-calc-max-w-707 {
  max-width: calc(100vw - 707px) !important;
}
.zb-font-707 {
  font-size: 707px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-707 {
    max-width: 707px !important;
  }
}
.zb-h-708 {
  height: 708px !important;
}
.zb-min-h-708 {
  min-height: 708px !important;
}
.zb-max-h-708 {
  max-height: 708px !important;
}
.zb-calc-h-708 {
  height: calc(100vh - 708px) !important;
}
.zb-calc-min-h-708 {
  min-height: calc(100vh - 708px) !important;
}
.zb-calc-max-h-708 {
  max-height: calc(100vh - 708px) !important;
}
.zb-w-708 {
  width: 708px !important;
}
.zb-w-percent-708 {
  width: 708% !important;
}
.zb-min-w-708 {
  min-width: 708px !important;
}
.zb-max-w-708 {
  max-width: 708px !important;
}
.zb-calc-w-708 {
  width: calc(100vw - 708px) !important;
}
.zb-calc-min-w-708 {
  min-width: calc(100vw - 708px) !important;
}
.zb-calc-max-w-708 {
  max-width: calc(100vw - 708px) !important;
}
.zb-font-708 {
  font-size: 708px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-708 {
    max-width: 708px !important;
  }
}
.zb-h-709 {
  height: 709px !important;
}
.zb-min-h-709 {
  min-height: 709px !important;
}
.zb-max-h-709 {
  max-height: 709px !important;
}
.zb-calc-h-709 {
  height: calc(100vh - 709px) !important;
}
.zb-calc-min-h-709 {
  min-height: calc(100vh - 709px) !important;
}
.zb-calc-max-h-709 {
  max-height: calc(100vh - 709px) !important;
}
.zb-w-709 {
  width: 709px !important;
}
.zb-w-percent-709 {
  width: 709% !important;
}
.zb-min-w-709 {
  min-width: 709px !important;
}
.zb-max-w-709 {
  max-width: 709px !important;
}
.zb-calc-w-709 {
  width: calc(100vw - 709px) !important;
}
.zb-calc-min-w-709 {
  min-width: calc(100vw - 709px) !important;
}
.zb-calc-max-w-709 {
  max-width: calc(100vw - 709px) !important;
}
.zb-font-709 {
  font-size: 709px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-709 {
    max-width: 709px !important;
  }
}
.zb-h-710 {
  height: 710px !important;
}
.zb-min-h-710 {
  min-height: 710px !important;
}
.zb-max-h-710 {
  max-height: 710px !important;
}
.zb-calc-h-710 {
  height: calc(100vh - 710px) !important;
}
.zb-calc-min-h-710 {
  min-height: calc(100vh - 710px) !important;
}
.zb-calc-max-h-710 {
  max-height: calc(100vh - 710px) !important;
}
.zb-w-710 {
  width: 710px !important;
}
.zb-w-percent-710 {
  width: 710% !important;
}
.zb-min-w-710 {
  min-width: 710px !important;
}
.zb-max-w-710 {
  max-width: 710px !important;
}
.zb-calc-w-710 {
  width: calc(100vw - 710px) !important;
}
.zb-calc-min-w-710 {
  min-width: calc(100vw - 710px) !important;
}
.zb-calc-max-w-710 {
  max-width: calc(100vw - 710px) !important;
}
.zb-font-710 {
  font-size: 710px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-710 {
    max-width: 710px !important;
  }
}
.zb-h-711 {
  height: 711px !important;
}
.zb-min-h-711 {
  min-height: 711px !important;
}
.zb-max-h-711 {
  max-height: 711px !important;
}
.zb-calc-h-711 {
  height: calc(100vh - 711px) !important;
}
.zb-calc-min-h-711 {
  min-height: calc(100vh - 711px) !important;
}
.zb-calc-max-h-711 {
  max-height: calc(100vh - 711px) !important;
}
.zb-w-711 {
  width: 711px !important;
}
.zb-w-percent-711 {
  width: 711% !important;
}
.zb-min-w-711 {
  min-width: 711px !important;
}
.zb-max-w-711 {
  max-width: 711px !important;
}
.zb-calc-w-711 {
  width: calc(100vw - 711px) !important;
}
.zb-calc-min-w-711 {
  min-width: calc(100vw - 711px) !important;
}
.zb-calc-max-w-711 {
  max-width: calc(100vw - 711px) !important;
}
.zb-font-711 {
  font-size: 711px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-711 {
    max-width: 711px !important;
  }
}
.zb-h-712 {
  height: 712px !important;
}
.zb-min-h-712 {
  min-height: 712px !important;
}
.zb-max-h-712 {
  max-height: 712px !important;
}
.zb-calc-h-712 {
  height: calc(100vh - 712px) !important;
}
.zb-calc-min-h-712 {
  min-height: calc(100vh - 712px) !important;
}
.zb-calc-max-h-712 {
  max-height: calc(100vh - 712px) !important;
}
.zb-w-712 {
  width: 712px !important;
}
.zb-w-percent-712 {
  width: 712% !important;
}
.zb-min-w-712 {
  min-width: 712px !important;
}
.zb-max-w-712 {
  max-width: 712px !important;
}
.zb-calc-w-712 {
  width: calc(100vw - 712px) !important;
}
.zb-calc-min-w-712 {
  min-width: calc(100vw - 712px) !important;
}
.zb-calc-max-w-712 {
  max-width: calc(100vw - 712px) !important;
}
.zb-font-712 {
  font-size: 712px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-712 {
    max-width: 712px !important;
  }
}
.zb-h-713 {
  height: 713px !important;
}
.zb-min-h-713 {
  min-height: 713px !important;
}
.zb-max-h-713 {
  max-height: 713px !important;
}
.zb-calc-h-713 {
  height: calc(100vh - 713px) !important;
}
.zb-calc-min-h-713 {
  min-height: calc(100vh - 713px) !important;
}
.zb-calc-max-h-713 {
  max-height: calc(100vh - 713px) !important;
}
.zb-w-713 {
  width: 713px !important;
}
.zb-w-percent-713 {
  width: 713% !important;
}
.zb-min-w-713 {
  min-width: 713px !important;
}
.zb-max-w-713 {
  max-width: 713px !important;
}
.zb-calc-w-713 {
  width: calc(100vw - 713px) !important;
}
.zb-calc-min-w-713 {
  min-width: calc(100vw - 713px) !important;
}
.zb-calc-max-w-713 {
  max-width: calc(100vw - 713px) !important;
}
.zb-font-713 {
  font-size: 713px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-713 {
    max-width: 713px !important;
  }
}
.zb-h-714 {
  height: 714px !important;
}
.zb-min-h-714 {
  min-height: 714px !important;
}
.zb-max-h-714 {
  max-height: 714px !important;
}
.zb-calc-h-714 {
  height: calc(100vh - 714px) !important;
}
.zb-calc-min-h-714 {
  min-height: calc(100vh - 714px) !important;
}
.zb-calc-max-h-714 {
  max-height: calc(100vh - 714px) !important;
}
.zb-w-714 {
  width: 714px !important;
}
.zb-w-percent-714 {
  width: 714% !important;
}
.zb-min-w-714 {
  min-width: 714px !important;
}
.zb-max-w-714 {
  max-width: 714px !important;
}
.zb-calc-w-714 {
  width: calc(100vw - 714px) !important;
}
.zb-calc-min-w-714 {
  min-width: calc(100vw - 714px) !important;
}
.zb-calc-max-w-714 {
  max-width: calc(100vw - 714px) !important;
}
.zb-font-714 {
  font-size: 714px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-714 {
    max-width: 714px !important;
  }
}
.zb-h-715 {
  height: 715px !important;
}
.zb-min-h-715 {
  min-height: 715px !important;
}
.zb-max-h-715 {
  max-height: 715px !important;
}
.zb-calc-h-715 {
  height: calc(100vh - 715px) !important;
}
.zb-calc-min-h-715 {
  min-height: calc(100vh - 715px) !important;
}
.zb-calc-max-h-715 {
  max-height: calc(100vh - 715px) !important;
}
.zb-w-715 {
  width: 715px !important;
}
.zb-w-percent-715 {
  width: 715% !important;
}
.zb-min-w-715 {
  min-width: 715px !important;
}
.zb-max-w-715 {
  max-width: 715px !important;
}
.zb-calc-w-715 {
  width: calc(100vw - 715px) !important;
}
.zb-calc-min-w-715 {
  min-width: calc(100vw - 715px) !important;
}
.zb-calc-max-w-715 {
  max-width: calc(100vw - 715px) !important;
}
.zb-font-715 {
  font-size: 715px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-715 {
    max-width: 715px !important;
  }
}
.zb-h-716 {
  height: 716px !important;
}
.zb-min-h-716 {
  min-height: 716px !important;
}
.zb-max-h-716 {
  max-height: 716px !important;
}
.zb-calc-h-716 {
  height: calc(100vh - 716px) !important;
}
.zb-calc-min-h-716 {
  min-height: calc(100vh - 716px) !important;
}
.zb-calc-max-h-716 {
  max-height: calc(100vh - 716px) !important;
}
.zb-w-716 {
  width: 716px !important;
}
.zb-w-percent-716 {
  width: 716% !important;
}
.zb-min-w-716 {
  min-width: 716px !important;
}
.zb-max-w-716 {
  max-width: 716px !important;
}
.zb-calc-w-716 {
  width: calc(100vw - 716px) !important;
}
.zb-calc-min-w-716 {
  min-width: calc(100vw - 716px) !important;
}
.zb-calc-max-w-716 {
  max-width: calc(100vw - 716px) !important;
}
.zb-font-716 {
  font-size: 716px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-716 {
    max-width: 716px !important;
  }
}
.zb-h-717 {
  height: 717px !important;
}
.zb-min-h-717 {
  min-height: 717px !important;
}
.zb-max-h-717 {
  max-height: 717px !important;
}
.zb-calc-h-717 {
  height: calc(100vh - 717px) !important;
}
.zb-calc-min-h-717 {
  min-height: calc(100vh - 717px) !important;
}
.zb-calc-max-h-717 {
  max-height: calc(100vh - 717px) !important;
}
.zb-w-717 {
  width: 717px !important;
}
.zb-w-percent-717 {
  width: 717% !important;
}
.zb-min-w-717 {
  min-width: 717px !important;
}
.zb-max-w-717 {
  max-width: 717px !important;
}
.zb-calc-w-717 {
  width: calc(100vw - 717px) !important;
}
.zb-calc-min-w-717 {
  min-width: calc(100vw - 717px) !important;
}
.zb-calc-max-w-717 {
  max-width: calc(100vw - 717px) !important;
}
.zb-font-717 {
  font-size: 717px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-717 {
    max-width: 717px !important;
  }
}
.zb-h-718 {
  height: 718px !important;
}
.zb-min-h-718 {
  min-height: 718px !important;
}
.zb-max-h-718 {
  max-height: 718px !important;
}
.zb-calc-h-718 {
  height: calc(100vh - 718px) !important;
}
.zb-calc-min-h-718 {
  min-height: calc(100vh - 718px) !important;
}
.zb-calc-max-h-718 {
  max-height: calc(100vh - 718px) !important;
}
.zb-w-718 {
  width: 718px !important;
}
.zb-w-percent-718 {
  width: 718% !important;
}
.zb-min-w-718 {
  min-width: 718px !important;
}
.zb-max-w-718 {
  max-width: 718px !important;
}
.zb-calc-w-718 {
  width: calc(100vw - 718px) !important;
}
.zb-calc-min-w-718 {
  min-width: calc(100vw - 718px) !important;
}
.zb-calc-max-w-718 {
  max-width: calc(100vw - 718px) !important;
}
.zb-font-718 {
  font-size: 718px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-718 {
    max-width: 718px !important;
  }
}
.zb-h-719 {
  height: 719px !important;
}
.zb-min-h-719 {
  min-height: 719px !important;
}
.zb-max-h-719 {
  max-height: 719px !important;
}
.zb-calc-h-719 {
  height: calc(100vh - 719px) !important;
}
.zb-calc-min-h-719 {
  min-height: calc(100vh - 719px) !important;
}
.zb-calc-max-h-719 {
  max-height: calc(100vh - 719px) !important;
}
.zb-w-719 {
  width: 719px !important;
}
.zb-w-percent-719 {
  width: 719% !important;
}
.zb-min-w-719 {
  min-width: 719px !important;
}
.zb-max-w-719 {
  max-width: 719px !important;
}
.zb-calc-w-719 {
  width: calc(100vw - 719px) !important;
}
.zb-calc-min-w-719 {
  min-width: calc(100vw - 719px) !important;
}
.zb-calc-max-w-719 {
  max-width: calc(100vw - 719px) !important;
}
.zb-font-719 {
  font-size: 719px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-719 {
    max-width: 719px !important;
  }
}
.zb-h-720 {
  height: 720px !important;
}
.zb-min-h-720 {
  min-height: 720px !important;
}
.zb-max-h-720 {
  max-height: 720px !important;
}
.zb-calc-h-720 {
  height: calc(100vh - 720px) !important;
}
.zb-calc-min-h-720 {
  min-height: calc(100vh - 720px) !important;
}
.zb-calc-max-h-720 {
  max-height: calc(100vh - 720px) !important;
}
.zb-w-720 {
  width: 720px !important;
}
.zb-w-percent-720 {
  width: 720% !important;
}
.zb-min-w-720 {
  min-width: 720px !important;
}
.zb-max-w-720 {
  max-width: 720px !important;
}
.zb-calc-w-720 {
  width: calc(100vw - 720px) !important;
}
.zb-calc-min-w-720 {
  min-width: calc(100vw - 720px) !important;
}
.zb-calc-max-w-720 {
  max-width: calc(100vw - 720px) !important;
}
.zb-font-720 {
  font-size: 720px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-720 {
    max-width: 720px !important;
  }
}
.zb-h-721 {
  height: 721px !important;
}
.zb-min-h-721 {
  min-height: 721px !important;
}
.zb-max-h-721 {
  max-height: 721px !important;
}
.zb-calc-h-721 {
  height: calc(100vh - 721px) !important;
}
.zb-calc-min-h-721 {
  min-height: calc(100vh - 721px) !important;
}
.zb-calc-max-h-721 {
  max-height: calc(100vh - 721px) !important;
}
.zb-w-721 {
  width: 721px !important;
}
.zb-w-percent-721 {
  width: 721% !important;
}
.zb-min-w-721 {
  min-width: 721px !important;
}
.zb-max-w-721 {
  max-width: 721px !important;
}
.zb-calc-w-721 {
  width: calc(100vw - 721px) !important;
}
.zb-calc-min-w-721 {
  min-width: calc(100vw - 721px) !important;
}
.zb-calc-max-w-721 {
  max-width: calc(100vw - 721px) !important;
}
.zb-font-721 {
  font-size: 721px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-721 {
    max-width: 721px !important;
  }
}
.zb-h-722 {
  height: 722px !important;
}
.zb-min-h-722 {
  min-height: 722px !important;
}
.zb-max-h-722 {
  max-height: 722px !important;
}
.zb-calc-h-722 {
  height: calc(100vh - 722px) !important;
}
.zb-calc-min-h-722 {
  min-height: calc(100vh - 722px) !important;
}
.zb-calc-max-h-722 {
  max-height: calc(100vh - 722px) !important;
}
.zb-w-722 {
  width: 722px !important;
}
.zb-w-percent-722 {
  width: 722% !important;
}
.zb-min-w-722 {
  min-width: 722px !important;
}
.zb-max-w-722 {
  max-width: 722px !important;
}
.zb-calc-w-722 {
  width: calc(100vw - 722px) !important;
}
.zb-calc-min-w-722 {
  min-width: calc(100vw - 722px) !important;
}
.zb-calc-max-w-722 {
  max-width: calc(100vw - 722px) !important;
}
.zb-font-722 {
  font-size: 722px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-722 {
    max-width: 722px !important;
  }
}
.zb-h-723 {
  height: 723px !important;
}
.zb-min-h-723 {
  min-height: 723px !important;
}
.zb-max-h-723 {
  max-height: 723px !important;
}
.zb-calc-h-723 {
  height: calc(100vh - 723px) !important;
}
.zb-calc-min-h-723 {
  min-height: calc(100vh - 723px) !important;
}
.zb-calc-max-h-723 {
  max-height: calc(100vh - 723px) !important;
}
.zb-w-723 {
  width: 723px !important;
}
.zb-w-percent-723 {
  width: 723% !important;
}
.zb-min-w-723 {
  min-width: 723px !important;
}
.zb-max-w-723 {
  max-width: 723px !important;
}
.zb-calc-w-723 {
  width: calc(100vw - 723px) !important;
}
.zb-calc-min-w-723 {
  min-width: calc(100vw - 723px) !important;
}
.zb-calc-max-w-723 {
  max-width: calc(100vw - 723px) !important;
}
.zb-font-723 {
  font-size: 723px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-723 {
    max-width: 723px !important;
  }
}
.zb-h-724 {
  height: 724px !important;
}
.zb-min-h-724 {
  min-height: 724px !important;
}
.zb-max-h-724 {
  max-height: 724px !important;
}
.zb-calc-h-724 {
  height: calc(100vh - 724px) !important;
}
.zb-calc-min-h-724 {
  min-height: calc(100vh - 724px) !important;
}
.zb-calc-max-h-724 {
  max-height: calc(100vh - 724px) !important;
}
.zb-w-724 {
  width: 724px !important;
}
.zb-w-percent-724 {
  width: 724% !important;
}
.zb-min-w-724 {
  min-width: 724px !important;
}
.zb-max-w-724 {
  max-width: 724px !important;
}
.zb-calc-w-724 {
  width: calc(100vw - 724px) !important;
}
.zb-calc-min-w-724 {
  min-width: calc(100vw - 724px) !important;
}
.zb-calc-max-w-724 {
  max-width: calc(100vw - 724px) !important;
}
.zb-font-724 {
  font-size: 724px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-724 {
    max-width: 724px !important;
  }
}
.zb-h-725 {
  height: 725px !important;
}
.zb-min-h-725 {
  min-height: 725px !important;
}
.zb-max-h-725 {
  max-height: 725px !important;
}
.zb-calc-h-725 {
  height: calc(100vh - 725px) !important;
}
.zb-calc-min-h-725 {
  min-height: calc(100vh - 725px) !important;
}
.zb-calc-max-h-725 {
  max-height: calc(100vh - 725px) !important;
}
.zb-w-725 {
  width: 725px !important;
}
.zb-w-percent-725 {
  width: 725% !important;
}
.zb-min-w-725 {
  min-width: 725px !important;
}
.zb-max-w-725 {
  max-width: 725px !important;
}
.zb-calc-w-725 {
  width: calc(100vw - 725px) !important;
}
.zb-calc-min-w-725 {
  min-width: calc(100vw - 725px) !important;
}
.zb-calc-max-w-725 {
  max-width: calc(100vw - 725px) !important;
}
.zb-font-725 {
  font-size: 725px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-725 {
    max-width: 725px !important;
  }
}
.zb-h-726 {
  height: 726px !important;
}
.zb-min-h-726 {
  min-height: 726px !important;
}
.zb-max-h-726 {
  max-height: 726px !important;
}
.zb-calc-h-726 {
  height: calc(100vh - 726px) !important;
}
.zb-calc-min-h-726 {
  min-height: calc(100vh - 726px) !important;
}
.zb-calc-max-h-726 {
  max-height: calc(100vh - 726px) !important;
}
.zb-w-726 {
  width: 726px !important;
}
.zb-w-percent-726 {
  width: 726% !important;
}
.zb-min-w-726 {
  min-width: 726px !important;
}
.zb-max-w-726 {
  max-width: 726px !important;
}
.zb-calc-w-726 {
  width: calc(100vw - 726px) !important;
}
.zb-calc-min-w-726 {
  min-width: calc(100vw - 726px) !important;
}
.zb-calc-max-w-726 {
  max-width: calc(100vw - 726px) !important;
}
.zb-font-726 {
  font-size: 726px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-726 {
    max-width: 726px !important;
  }
}
.zb-h-727 {
  height: 727px !important;
}
.zb-min-h-727 {
  min-height: 727px !important;
}
.zb-max-h-727 {
  max-height: 727px !important;
}
.zb-calc-h-727 {
  height: calc(100vh - 727px) !important;
}
.zb-calc-min-h-727 {
  min-height: calc(100vh - 727px) !important;
}
.zb-calc-max-h-727 {
  max-height: calc(100vh - 727px) !important;
}
.zb-w-727 {
  width: 727px !important;
}
.zb-w-percent-727 {
  width: 727% !important;
}
.zb-min-w-727 {
  min-width: 727px !important;
}
.zb-max-w-727 {
  max-width: 727px !important;
}
.zb-calc-w-727 {
  width: calc(100vw - 727px) !important;
}
.zb-calc-min-w-727 {
  min-width: calc(100vw - 727px) !important;
}
.zb-calc-max-w-727 {
  max-width: calc(100vw - 727px) !important;
}
.zb-font-727 {
  font-size: 727px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-727 {
    max-width: 727px !important;
  }
}
.zb-h-728 {
  height: 728px !important;
}
.zb-min-h-728 {
  min-height: 728px !important;
}
.zb-max-h-728 {
  max-height: 728px !important;
}
.zb-calc-h-728 {
  height: calc(100vh - 728px) !important;
}
.zb-calc-min-h-728 {
  min-height: calc(100vh - 728px) !important;
}
.zb-calc-max-h-728 {
  max-height: calc(100vh - 728px) !important;
}
.zb-w-728 {
  width: 728px !important;
}
.zb-w-percent-728 {
  width: 728% !important;
}
.zb-min-w-728 {
  min-width: 728px !important;
}
.zb-max-w-728 {
  max-width: 728px !important;
}
.zb-calc-w-728 {
  width: calc(100vw - 728px) !important;
}
.zb-calc-min-w-728 {
  min-width: calc(100vw - 728px) !important;
}
.zb-calc-max-w-728 {
  max-width: calc(100vw - 728px) !important;
}
.zb-font-728 {
  font-size: 728px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-728 {
    max-width: 728px !important;
  }
}
.zb-h-729 {
  height: 729px !important;
}
.zb-min-h-729 {
  min-height: 729px !important;
}
.zb-max-h-729 {
  max-height: 729px !important;
}
.zb-calc-h-729 {
  height: calc(100vh - 729px) !important;
}
.zb-calc-min-h-729 {
  min-height: calc(100vh - 729px) !important;
}
.zb-calc-max-h-729 {
  max-height: calc(100vh - 729px) !important;
}
.zb-w-729 {
  width: 729px !important;
}
.zb-w-percent-729 {
  width: 729% !important;
}
.zb-min-w-729 {
  min-width: 729px !important;
}
.zb-max-w-729 {
  max-width: 729px !important;
}
.zb-calc-w-729 {
  width: calc(100vw - 729px) !important;
}
.zb-calc-min-w-729 {
  min-width: calc(100vw - 729px) !important;
}
.zb-calc-max-w-729 {
  max-width: calc(100vw - 729px) !important;
}
.zb-font-729 {
  font-size: 729px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-729 {
    max-width: 729px !important;
  }
}
.zb-h-730 {
  height: 730px !important;
}
.zb-min-h-730 {
  min-height: 730px !important;
}
.zb-max-h-730 {
  max-height: 730px !important;
}
.zb-calc-h-730 {
  height: calc(100vh - 730px) !important;
}
.zb-calc-min-h-730 {
  min-height: calc(100vh - 730px) !important;
}
.zb-calc-max-h-730 {
  max-height: calc(100vh - 730px) !important;
}
.zb-w-730 {
  width: 730px !important;
}
.zb-w-percent-730 {
  width: 730% !important;
}
.zb-min-w-730 {
  min-width: 730px !important;
}
.zb-max-w-730 {
  max-width: 730px !important;
}
.zb-calc-w-730 {
  width: calc(100vw - 730px) !important;
}
.zb-calc-min-w-730 {
  min-width: calc(100vw - 730px) !important;
}
.zb-calc-max-w-730 {
  max-width: calc(100vw - 730px) !important;
}
.zb-font-730 {
  font-size: 730px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-730 {
    max-width: 730px !important;
  }
}
.zb-h-731 {
  height: 731px !important;
}
.zb-min-h-731 {
  min-height: 731px !important;
}
.zb-max-h-731 {
  max-height: 731px !important;
}
.zb-calc-h-731 {
  height: calc(100vh - 731px) !important;
}
.zb-calc-min-h-731 {
  min-height: calc(100vh - 731px) !important;
}
.zb-calc-max-h-731 {
  max-height: calc(100vh - 731px) !important;
}
.zb-w-731 {
  width: 731px !important;
}
.zb-w-percent-731 {
  width: 731% !important;
}
.zb-min-w-731 {
  min-width: 731px !important;
}
.zb-max-w-731 {
  max-width: 731px !important;
}
.zb-calc-w-731 {
  width: calc(100vw - 731px) !important;
}
.zb-calc-min-w-731 {
  min-width: calc(100vw - 731px) !important;
}
.zb-calc-max-w-731 {
  max-width: calc(100vw - 731px) !important;
}
.zb-font-731 {
  font-size: 731px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-731 {
    max-width: 731px !important;
  }
}
.zb-h-732 {
  height: 732px !important;
}
.zb-min-h-732 {
  min-height: 732px !important;
}
.zb-max-h-732 {
  max-height: 732px !important;
}
.zb-calc-h-732 {
  height: calc(100vh - 732px) !important;
}
.zb-calc-min-h-732 {
  min-height: calc(100vh - 732px) !important;
}
.zb-calc-max-h-732 {
  max-height: calc(100vh - 732px) !important;
}
.zb-w-732 {
  width: 732px !important;
}
.zb-w-percent-732 {
  width: 732% !important;
}
.zb-min-w-732 {
  min-width: 732px !important;
}
.zb-max-w-732 {
  max-width: 732px !important;
}
.zb-calc-w-732 {
  width: calc(100vw - 732px) !important;
}
.zb-calc-min-w-732 {
  min-width: calc(100vw - 732px) !important;
}
.zb-calc-max-w-732 {
  max-width: calc(100vw - 732px) !important;
}
.zb-font-732 {
  font-size: 732px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-732 {
    max-width: 732px !important;
  }
}
.zb-h-733 {
  height: 733px !important;
}
.zb-min-h-733 {
  min-height: 733px !important;
}
.zb-max-h-733 {
  max-height: 733px !important;
}
.zb-calc-h-733 {
  height: calc(100vh - 733px) !important;
}
.zb-calc-min-h-733 {
  min-height: calc(100vh - 733px) !important;
}
.zb-calc-max-h-733 {
  max-height: calc(100vh - 733px) !important;
}
.zb-w-733 {
  width: 733px !important;
}
.zb-w-percent-733 {
  width: 733% !important;
}
.zb-min-w-733 {
  min-width: 733px !important;
}
.zb-max-w-733 {
  max-width: 733px !important;
}
.zb-calc-w-733 {
  width: calc(100vw - 733px) !important;
}
.zb-calc-min-w-733 {
  min-width: calc(100vw - 733px) !important;
}
.zb-calc-max-w-733 {
  max-width: calc(100vw - 733px) !important;
}
.zb-font-733 {
  font-size: 733px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-733 {
    max-width: 733px !important;
  }
}
.zb-h-734 {
  height: 734px !important;
}
.zb-min-h-734 {
  min-height: 734px !important;
}
.zb-max-h-734 {
  max-height: 734px !important;
}
.zb-calc-h-734 {
  height: calc(100vh - 734px) !important;
}
.zb-calc-min-h-734 {
  min-height: calc(100vh - 734px) !important;
}
.zb-calc-max-h-734 {
  max-height: calc(100vh - 734px) !important;
}
.zb-w-734 {
  width: 734px !important;
}
.zb-w-percent-734 {
  width: 734% !important;
}
.zb-min-w-734 {
  min-width: 734px !important;
}
.zb-max-w-734 {
  max-width: 734px !important;
}
.zb-calc-w-734 {
  width: calc(100vw - 734px) !important;
}
.zb-calc-min-w-734 {
  min-width: calc(100vw - 734px) !important;
}
.zb-calc-max-w-734 {
  max-width: calc(100vw - 734px) !important;
}
.zb-font-734 {
  font-size: 734px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-734 {
    max-width: 734px !important;
  }
}
.zb-h-735 {
  height: 735px !important;
}
.zb-min-h-735 {
  min-height: 735px !important;
}
.zb-max-h-735 {
  max-height: 735px !important;
}
.zb-calc-h-735 {
  height: calc(100vh - 735px) !important;
}
.zb-calc-min-h-735 {
  min-height: calc(100vh - 735px) !important;
}
.zb-calc-max-h-735 {
  max-height: calc(100vh - 735px) !important;
}
.zb-w-735 {
  width: 735px !important;
}
.zb-w-percent-735 {
  width: 735% !important;
}
.zb-min-w-735 {
  min-width: 735px !important;
}
.zb-max-w-735 {
  max-width: 735px !important;
}
.zb-calc-w-735 {
  width: calc(100vw - 735px) !important;
}
.zb-calc-min-w-735 {
  min-width: calc(100vw - 735px) !important;
}
.zb-calc-max-w-735 {
  max-width: calc(100vw - 735px) !important;
}
.zb-font-735 {
  font-size: 735px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-735 {
    max-width: 735px !important;
  }
}
.zb-h-736 {
  height: 736px !important;
}
.zb-min-h-736 {
  min-height: 736px !important;
}
.zb-max-h-736 {
  max-height: 736px !important;
}
.zb-calc-h-736 {
  height: calc(100vh - 736px) !important;
}
.zb-calc-min-h-736 {
  min-height: calc(100vh - 736px) !important;
}
.zb-calc-max-h-736 {
  max-height: calc(100vh - 736px) !important;
}
.zb-w-736 {
  width: 736px !important;
}
.zb-w-percent-736 {
  width: 736% !important;
}
.zb-min-w-736 {
  min-width: 736px !important;
}
.zb-max-w-736 {
  max-width: 736px !important;
}
.zb-calc-w-736 {
  width: calc(100vw - 736px) !important;
}
.zb-calc-min-w-736 {
  min-width: calc(100vw - 736px) !important;
}
.zb-calc-max-w-736 {
  max-width: calc(100vw - 736px) !important;
}
.zb-font-736 {
  font-size: 736px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-736 {
    max-width: 736px !important;
  }
}
.zb-h-737 {
  height: 737px !important;
}
.zb-min-h-737 {
  min-height: 737px !important;
}
.zb-max-h-737 {
  max-height: 737px !important;
}
.zb-calc-h-737 {
  height: calc(100vh - 737px) !important;
}
.zb-calc-min-h-737 {
  min-height: calc(100vh - 737px) !important;
}
.zb-calc-max-h-737 {
  max-height: calc(100vh - 737px) !important;
}
.zb-w-737 {
  width: 737px !important;
}
.zb-w-percent-737 {
  width: 737% !important;
}
.zb-min-w-737 {
  min-width: 737px !important;
}
.zb-max-w-737 {
  max-width: 737px !important;
}
.zb-calc-w-737 {
  width: calc(100vw - 737px) !important;
}
.zb-calc-min-w-737 {
  min-width: calc(100vw - 737px) !important;
}
.zb-calc-max-w-737 {
  max-width: calc(100vw - 737px) !important;
}
.zb-font-737 {
  font-size: 737px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-737 {
    max-width: 737px !important;
  }
}
.zb-h-738 {
  height: 738px !important;
}
.zb-min-h-738 {
  min-height: 738px !important;
}
.zb-max-h-738 {
  max-height: 738px !important;
}
.zb-calc-h-738 {
  height: calc(100vh - 738px) !important;
}
.zb-calc-min-h-738 {
  min-height: calc(100vh - 738px) !important;
}
.zb-calc-max-h-738 {
  max-height: calc(100vh - 738px) !important;
}
.zb-w-738 {
  width: 738px !important;
}
.zb-w-percent-738 {
  width: 738% !important;
}
.zb-min-w-738 {
  min-width: 738px !important;
}
.zb-max-w-738 {
  max-width: 738px !important;
}
.zb-calc-w-738 {
  width: calc(100vw - 738px) !important;
}
.zb-calc-min-w-738 {
  min-width: calc(100vw - 738px) !important;
}
.zb-calc-max-w-738 {
  max-width: calc(100vw - 738px) !important;
}
.zb-font-738 {
  font-size: 738px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-738 {
    max-width: 738px !important;
  }
}
.zb-h-739 {
  height: 739px !important;
}
.zb-min-h-739 {
  min-height: 739px !important;
}
.zb-max-h-739 {
  max-height: 739px !important;
}
.zb-calc-h-739 {
  height: calc(100vh - 739px) !important;
}
.zb-calc-min-h-739 {
  min-height: calc(100vh - 739px) !important;
}
.zb-calc-max-h-739 {
  max-height: calc(100vh - 739px) !important;
}
.zb-w-739 {
  width: 739px !important;
}
.zb-w-percent-739 {
  width: 739% !important;
}
.zb-min-w-739 {
  min-width: 739px !important;
}
.zb-max-w-739 {
  max-width: 739px !important;
}
.zb-calc-w-739 {
  width: calc(100vw - 739px) !important;
}
.zb-calc-min-w-739 {
  min-width: calc(100vw - 739px) !important;
}
.zb-calc-max-w-739 {
  max-width: calc(100vw - 739px) !important;
}
.zb-font-739 {
  font-size: 739px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-739 {
    max-width: 739px !important;
  }
}
.zb-h-740 {
  height: 740px !important;
}
.zb-min-h-740 {
  min-height: 740px !important;
}
.zb-max-h-740 {
  max-height: 740px !important;
}
.zb-calc-h-740 {
  height: calc(100vh - 740px) !important;
}
.zb-calc-min-h-740 {
  min-height: calc(100vh - 740px) !important;
}
.zb-calc-max-h-740 {
  max-height: calc(100vh - 740px) !important;
}
.zb-w-740 {
  width: 740px !important;
}
.zb-w-percent-740 {
  width: 740% !important;
}
.zb-min-w-740 {
  min-width: 740px !important;
}
.zb-max-w-740 {
  max-width: 740px !important;
}
.zb-calc-w-740 {
  width: calc(100vw - 740px) !important;
}
.zb-calc-min-w-740 {
  min-width: calc(100vw - 740px) !important;
}
.zb-calc-max-w-740 {
  max-width: calc(100vw - 740px) !important;
}
.zb-font-740 {
  font-size: 740px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-740 {
    max-width: 740px !important;
  }
}
.zb-h-741 {
  height: 741px !important;
}
.zb-min-h-741 {
  min-height: 741px !important;
}
.zb-max-h-741 {
  max-height: 741px !important;
}
.zb-calc-h-741 {
  height: calc(100vh - 741px) !important;
}
.zb-calc-min-h-741 {
  min-height: calc(100vh - 741px) !important;
}
.zb-calc-max-h-741 {
  max-height: calc(100vh - 741px) !important;
}
.zb-w-741 {
  width: 741px !important;
}
.zb-w-percent-741 {
  width: 741% !important;
}
.zb-min-w-741 {
  min-width: 741px !important;
}
.zb-max-w-741 {
  max-width: 741px !important;
}
.zb-calc-w-741 {
  width: calc(100vw - 741px) !important;
}
.zb-calc-min-w-741 {
  min-width: calc(100vw - 741px) !important;
}
.zb-calc-max-w-741 {
  max-width: calc(100vw - 741px) !important;
}
.zb-font-741 {
  font-size: 741px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-741 {
    max-width: 741px !important;
  }
}
.zb-h-742 {
  height: 742px !important;
}
.zb-min-h-742 {
  min-height: 742px !important;
}
.zb-max-h-742 {
  max-height: 742px !important;
}
.zb-calc-h-742 {
  height: calc(100vh - 742px) !important;
}
.zb-calc-min-h-742 {
  min-height: calc(100vh - 742px) !important;
}
.zb-calc-max-h-742 {
  max-height: calc(100vh - 742px) !important;
}
.zb-w-742 {
  width: 742px !important;
}
.zb-w-percent-742 {
  width: 742% !important;
}
.zb-min-w-742 {
  min-width: 742px !important;
}
.zb-max-w-742 {
  max-width: 742px !important;
}
.zb-calc-w-742 {
  width: calc(100vw - 742px) !important;
}
.zb-calc-min-w-742 {
  min-width: calc(100vw - 742px) !important;
}
.zb-calc-max-w-742 {
  max-width: calc(100vw - 742px) !important;
}
.zb-font-742 {
  font-size: 742px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-742 {
    max-width: 742px !important;
  }
}
.zb-h-743 {
  height: 743px !important;
}
.zb-min-h-743 {
  min-height: 743px !important;
}
.zb-max-h-743 {
  max-height: 743px !important;
}
.zb-calc-h-743 {
  height: calc(100vh - 743px) !important;
}
.zb-calc-min-h-743 {
  min-height: calc(100vh - 743px) !important;
}
.zb-calc-max-h-743 {
  max-height: calc(100vh - 743px) !important;
}
.zb-w-743 {
  width: 743px !important;
}
.zb-w-percent-743 {
  width: 743% !important;
}
.zb-min-w-743 {
  min-width: 743px !important;
}
.zb-max-w-743 {
  max-width: 743px !important;
}
.zb-calc-w-743 {
  width: calc(100vw - 743px) !important;
}
.zb-calc-min-w-743 {
  min-width: calc(100vw - 743px) !important;
}
.zb-calc-max-w-743 {
  max-width: calc(100vw - 743px) !important;
}
.zb-font-743 {
  font-size: 743px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-743 {
    max-width: 743px !important;
  }
}
.zb-h-744 {
  height: 744px !important;
}
.zb-min-h-744 {
  min-height: 744px !important;
}
.zb-max-h-744 {
  max-height: 744px !important;
}
.zb-calc-h-744 {
  height: calc(100vh - 744px) !important;
}
.zb-calc-min-h-744 {
  min-height: calc(100vh - 744px) !important;
}
.zb-calc-max-h-744 {
  max-height: calc(100vh - 744px) !important;
}
.zb-w-744 {
  width: 744px !important;
}
.zb-w-percent-744 {
  width: 744% !important;
}
.zb-min-w-744 {
  min-width: 744px !important;
}
.zb-max-w-744 {
  max-width: 744px !important;
}
.zb-calc-w-744 {
  width: calc(100vw - 744px) !important;
}
.zb-calc-min-w-744 {
  min-width: calc(100vw - 744px) !important;
}
.zb-calc-max-w-744 {
  max-width: calc(100vw - 744px) !important;
}
.zb-font-744 {
  font-size: 744px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-744 {
    max-width: 744px !important;
  }
}
.zb-h-745 {
  height: 745px !important;
}
.zb-min-h-745 {
  min-height: 745px !important;
}
.zb-max-h-745 {
  max-height: 745px !important;
}
.zb-calc-h-745 {
  height: calc(100vh - 745px) !important;
}
.zb-calc-min-h-745 {
  min-height: calc(100vh - 745px) !important;
}
.zb-calc-max-h-745 {
  max-height: calc(100vh - 745px) !important;
}
.zb-w-745 {
  width: 745px !important;
}
.zb-w-percent-745 {
  width: 745% !important;
}
.zb-min-w-745 {
  min-width: 745px !important;
}
.zb-max-w-745 {
  max-width: 745px !important;
}
.zb-calc-w-745 {
  width: calc(100vw - 745px) !important;
}
.zb-calc-min-w-745 {
  min-width: calc(100vw - 745px) !important;
}
.zb-calc-max-w-745 {
  max-width: calc(100vw - 745px) !important;
}
.zb-font-745 {
  font-size: 745px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-745 {
    max-width: 745px !important;
  }
}
.zb-h-746 {
  height: 746px !important;
}
.zb-min-h-746 {
  min-height: 746px !important;
}
.zb-max-h-746 {
  max-height: 746px !important;
}
.zb-calc-h-746 {
  height: calc(100vh - 746px) !important;
}
.zb-calc-min-h-746 {
  min-height: calc(100vh - 746px) !important;
}
.zb-calc-max-h-746 {
  max-height: calc(100vh - 746px) !important;
}
.zb-w-746 {
  width: 746px !important;
}
.zb-w-percent-746 {
  width: 746% !important;
}
.zb-min-w-746 {
  min-width: 746px !important;
}
.zb-max-w-746 {
  max-width: 746px !important;
}
.zb-calc-w-746 {
  width: calc(100vw - 746px) !important;
}
.zb-calc-min-w-746 {
  min-width: calc(100vw - 746px) !important;
}
.zb-calc-max-w-746 {
  max-width: calc(100vw - 746px) !important;
}
.zb-font-746 {
  font-size: 746px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-746 {
    max-width: 746px !important;
  }
}
.zb-h-747 {
  height: 747px !important;
}
.zb-min-h-747 {
  min-height: 747px !important;
}
.zb-max-h-747 {
  max-height: 747px !important;
}
.zb-calc-h-747 {
  height: calc(100vh - 747px) !important;
}
.zb-calc-min-h-747 {
  min-height: calc(100vh - 747px) !important;
}
.zb-calc-max-h-747 {
  max-height: calc(100vh - 747px) !important;
}
.zb-w-747 {
  width: 747px !important;
}
.zb-w-percent-747 {
  width: 747% !important;
}
.zb-min-w-747 {
  min-width: 747px !important;
}
.zb-max-w-747 {
  max-width: 747px !important;
}
.zb-calc-w-747 {
  width: calc(100vw - 747px) !important;
}
.zb-calc-min-w-747 {
  min-width: calc(100vw - 747px) !important;
}
.zb-calc-max-w-747 {
  max-width: calc(100vw - 747px) !important;
}
.zb-font-747 {
  font-size: 747px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-747 {
    max-width: 747px !important;
  }
}
.zb-h-748 {
  height: 748px !important;
}
.zb-min-h-748 {
  min-height: 748px !important;
}
.zb-max-h-748 {
  max-height: 748px !important;
}
.zb-calc-h-748 {
  height: calc(100vh - 748px) !important;
}
.zb-calc-min-h-748 {
  min-height: calc(100vh - 748px) !important;
}
.zb-calc-max-h-748 {
  max-height: calc(100vh - 748px) !important;
}
.zb-w-748 {
  width: 748px !important;
}
.zb-w-percent-748 {
  width: 748% !important;
}
.zb-min-w-748 {
  min-width: 748px !important;
}
.zb-max-w-748 {
  max-width: 748px !important;
}
.zb-calc-w-748 {
  width: calc(100vw - 748px) !important;
}
.zb-calc-min-w-748 {
  min-width: calc(100vw - 748px) !important;
}
.zb-calc-max-w-748 {
  max-width: calc(100vw - 748px) !important;
}
.zb-font-748 {
  font-size: 748px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-748 {
    max-width: 748px !important;
  }
}
.zb-h-749 {
  height: 749px !important;
}
.zb-min-h-749 {
  min-height: 749px !important;
}
.zb-max-h-749 {
  max-height: 749px !important;
}
.zb-calc-h-749 {
  height: calc(100vh - 749px) !important;
}
.zb-calc-min-h-749 {
  min-height: calc(100vh - 749px) !important;
}
.zb-calc-max-h-749 {
  max-height: calc(100vh - 749px) !important;
}
.zb-w-749 {
  width: 749px !important;
}
.zb-w-percent-749 {
  width: 749% !important;
}
.zb-min-w-749 {
  min-width: 749px !important;
}
.zb-max-w-749 {
  max-width: 749px !important;
}
.zb-calc-w-749 {
  width: calc(100vw - 749px) !important;
}
.zb-calc-min-w-749 {
  min-width: calc(100vw - 749px) !important;
}
.zb-calc-max-w-749 {
  max-width: calc(100vw - 749px) !important;
}
.zb-font-749 {
  font-size: 749px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-749 {
    max-width: 749px !important;
  }
}
.zb-h-750 {
  height: 750px !important;
}
.zb-min-h-750 {
  min-height: 750px !important;
}
.zb-max-h-750 {
  max-height: 750px !important;
}
.zb-calc-h-750 {
  height: calc(100vh - 750px) !important;
}
.zb-calc-min-h-750 {
  min-height: calc(100vh - 750px) !important;
}
.zb-calc-max-h-750 {
  max-height: calc(100vh - 750px) !important;
}
.zb-w-750 {
  width: 750px !important;
}
.zb-w-percent-750 {
  width: 750% !important;
}
.zb-min-w-750 {
  min-width: 750px !important;
}
.zb-max-w-750 {
  max-width: 750px !important;
}
.zb-calc-w-750 {
  width: calc(100vw - 750px) !important;
}
.zb-calc-min-w-750 {
  min-width: calc(100vw - 750px) !important;
}
.zb-calc-max-w-750 {
  max-width: calc(100vw - 750px) !important;
}
.zb-font-750 {
  font-size: 750px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-750 {
    max-width: 750px !important;
  }
}
.zb-h-751 {
  height: 751px !important;
}
.zb-min-h-751 {
  min-height: 751px !important;
}
.zb-max-h-751 {
  max-height: 751px !important;
}
.zb-calc-h-751 {
  height: calc(100vh - 751px) !important;
}
.zb-calc-min-h-751 {
  min-height: calc(100vh - 751px) !important;
}
.zb-calc-max-h-751 {
  max-height: calc(100vh - 751px) !important;
}
.zb-w-751 {
  width: 751px !important;
}
.zb-w-percent-751 {
  width: 751% !important;
}
.zb-min-w-751 {
  min-width: 751px !important;
}
.zb-max-w-751 {
  max-width: 751px !important;
}
.zb-calc-w-751 {
  width: calc(100vw - 751px) !important;
}
.zb-calc-min-w-751 {
  min-width: calc(100vw - 751px) !important;
}
.zb-calc-max-w-751 {
  max-width: calc(100vw - 751px) !important;
}
.zb-font-751 {
  font-size: 751px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-751 {
    max-width: 751px !important;
  }
}
.zb-h-752 {
  height: 752px !important;
}
.zb-min-h-752 {
  min-height: 752px !important;
}
.zb-max-h-752 {
  max-height: 752px !important;
}
.zb-calc-h-752 {
  height: calc(100vh - 752px) !important;
}
.zb-calc-min-h-752 {
  min-height: calc(100vh - 752px) !important;
}
.zb-calc-max-h-752 {
  max-height: calc(100vh - 752px) !important;
}
.zb-w-752 {
  width: 752px !important;
}
.zb-w-percent-752 {
  width: 752% !important;
}
.zb-min-w-752 {
  min-width: 752px !important;
}
.zb-max-w-752 {
  max-width: 752px !important;
}
.zb-calc-w-752 {
  width: calc(100vw - 752px) !important;
}
.zb-calc-min-w-752 {
  min-width: calc(100vw - 752px) !important;
}
.zb-calc-max-w-752 {
  max-width: calc(100vw - 752px) !important;
}
.zb-font-752 {
  font-size: 752px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-752 {
    max-width: 752px !important;
  }
}
.zb-h-753 {
  height: 753px !important;
}
.zb-min-h-753 {
  min-height: 753px !important;
}
.zb-max-h-753 {
  max-height: 753px !important;
}
.zb-calc-h-753 {
  height: calc(100vh - 753px) !important;
}
.zb-calc-min-h-753 {
  min-height: calc(100vh - 753px) !important;
}
.zb-calc-max-h-753 {
  max-height: calc(100vh - 753px) !important;
}
.zb-w-753 {
  width: 753px !important;
}
.zb-w-percent-753 {
  width: 753% !important;
}
.zb-min-w-753 {
  min-width: 753px !important;
}
.zb-max-w-753 {
  max-width: 753px !important;
}
.zb-calc-w-753 {
  width: calc(100vw - 753px) !important;
}
.zb-calc-min-w-753 {
  min-width: calc(100vw - 753px) !important;
}
.zb-calc-max-w-753 {
  max-width: calc(100vw - 753px) !important;
}
.zb-font-753 {
  font-size: 753px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-753 {
    max-width: 753px !important;
  }
}
.zb-h-754 {
  height: 754px !important;
}
.zb-min-h-754 {
  min-height: 754px !important;
}
.zb-max-h-754 {
  max-height: 754px !important;
}
.zb-calc-h-754 {
  height: calc(100vh - 754px) !important;
}
.zb-calc-min-h-754 {
  min-height: calc(100vh - 754px) !important;
}
.zb-calc-max-h-754 {
  max-height: calc(100vh - 754px) !important;
}
.zb-w-754 {
  width: 754px !important;
}
.zb-w-percent-754 {
  width: 754% !important;
}
.zb-min-w-754 {
  min-width: 754px !important;
}
.zb-max-w-754 {
  max-width: 754px !important;
}
.zb-calc-w-754 {
  width: calc(100vw - 754px) !important;
}
.zb-calc-min-w-754 {
  min-width: calc(100vw - 754px) !important;
}
.zb-calc-max-w-754 {
  max-width: calc(100vw - 754px) !important;
}
.zb-font-754 {
  font-size: 754px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-754 {
    max-width: 754px !important;
  }
}
.zb-h-755 {
  height: 755px !important;
}
.zb-min-h-755 {
  min-height: 755px !important;
}
.zb-max-h-755 {
  max-height: 755px !important;
}
.zb-calc-h-755 {
  height: calc(100vh - 755px) !important;
}
.zb-calc-min-h-755 {
  min-height: calc(100vh - 755px) !important;
}
.zb-calc-max-h-755 {
  max-height: calc(100vh - 755px) !important;
}
.zb-w-755 {
  width: 755px !important;
}
.zb-w-percent-755 {
  width: 755% !important;
}
.zb-min-w-755 {
  min-width: 755px !important;
}
.zb-max-w-755 {
  max-width: 755px !important;
}
.zb-calc-w-755 {
  width: calc(100vw - 755px) !important;
}
.zb-calc-min-w-755 {
  min-width: calc(100vw - 755px) !important;
}
.zb-calc-max-w-755 {
  max-width: calc(100vw - 755px) !important;
}
.zb-font-755 {
  font-size: 755px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-755 {
    max-width: 755px !important;
  }
}
.zb-h-756 {
  height: 756px !important;
}
.zb-min-h-756 {
  min-height: 756px !important;
}
.zb-max-h-756 {
  max-height: 756px !important;
}
.zb-calc-h-756 {
  height: calc(100vh - 756px) !important;
}
.zb-calc-min-h-756 {
  min-height: calc(100vh - 756px) !important;
}
.zb-calc-max-h-756 {
  max-height: calc(100vh - 756px) !important;
}
.zb-w-756 {
  width: 756px !important;
}
.zb-w-percent-756 {
  width: 756% !important;
}
.zb-min-w-756 {
  min-width: 756px !important;
}
.zb-max-w-756 {
  max-width: 756px !important;
}
.zb-calc-w-756 {
  width: calc(100vw - 756px) !important;
}
.zb-calc-min-w-756 {
  min-width: calc(100vw - 756px) !important;
}
.zb-calc-max-w-756 {
  max-width: calc(100vw - 756px) !important;
}
.zb-font-756 {
  font-size: 756px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-756 {
    max-width: 756px !important;
  }
}
.zb-h-757 {
  height: 757px !important;
}
.zb-min-h-757 {
  min-height: 757px !important;
}
.zb-max-h-757 {
  max-height: 757px !important;
}
.zb-calc-h-757 {
  height: calc(100vh - 757px) !important;
}
.zb-calc-min-h-757 {
  min-height: calc(100vh - 757px) !important;
}
.zb-calc-max-h-757 {
  max-height: calc(100vh - 757px) !important;
}
.zb-w-757 {
  width: 757px !important;
}
.zb-w-percent-757 {
  width: 757% !important;
}
.zb-min-w-757 {
  min-width: 757px !important;
}
.zb-max-w-757 {
  max-width: 757px !important;
}
.zb-calc-w-757 {
  width: calc(100vw - 757px) !important;
}
.zb-calc-min-w-757 {
  min-width: calc(100vw - 757px) !important;
}
.zb-calc-max-w-757 {
  max-width: calc(100vw - 757px) !important;
}
.zb-font-757 {
  font-size: 757px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-757 {
    max-width: 757px !important;
  }
}
.zb-h-758 {
  height: 758px !important;
}
.zb-min-h-758 {
  min-height: 758px !important;
}
.zb-max-h-758 {
  max-height: 758px !important;
}
.zb-calc-h-758 {
  height: calc(100vh - 758px) !important;
}
.zb-calc-min-h-758 {
  min-height: calc(100vh - 758px) !important;
}
.zb-calc-max-h-758 {
  max-height: calc(100vh - 758px) !important;
}
.zb-w-758 {
  width: 758px !important;
}
.zb-w-percent-758 {
  width: 758% !important;
}
.zb-min-w-758 {
  min-width: 758px !important;
}
.zb-max-w-758 {
  max-width: 758px !important;
}
.zb-calc-w-758 {
  width: calc(100vw - 758px) !important;
}
.zb-calc-min-w-758 {
  min-width: calc(100vw - 758px) !important;
}
.zb-calc-max-w-758 {
  max-width: calc(100vw - 758px) !important;
}
.zb-font-758 {
  font-size: 758px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-758 {
    max-width: 758px !important;
  }
}
.zb-h-759 {
  height: 759px !important;
}
.zb-min-h-759 {
  min-height: 759px !important;
}
.zb-max-h-759 {
  max-height: 759px !important;
}
.zb-calc-h-759 {
  height: calc(100vh - 759px) !important;
}
.zb-calc-min-h-759 {
  min-height: calc(100vh - 759px) !important;
}
.zb-calc-max-h-759 {
  max-height: calc(100vh - 759px) !important;
}
.zb-w-759 {
  width: 759px !important;
}
.zb-w-percent-759 {
  width: 759% !important;
}
.zb-min-w-759 {
  min-width: 759px !important;
}
.zb-max-w-759 {
  max-width: 759px !important;
}
.zb-calc-w-759 {
  width: calc(100vw - 759px) !important;
}
.zb-calc-min-w-759 {
  min-width: calc(100vw - 759px) !important;
}
.zb-calc-max-w-759 {
  max-width: calc(100vw - 759px) !important;
}
.zb-font-759 {
  font-size: 759px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-759 {
    max-width: 759px !important;
  }
}
.zb-h-760 {
  height: 760px !important;
}
.zb-min-h-760 {
  min-height: 760px !important;
}
.zb-max-h-760 {
  max-height: 760px !important;
}
.zb-calc-h-760 {
  height: calc(100vh - 760px) !important;
}
.zb-calc-min-h-760 {
  min-height: calc(100vh - 760px) !important;
}
.zb-calc-max-h-760 {
  max-height: calc(100vh - 760px) !important;
}
.zb-w-760 {
  width: 760px !important;
}
.zb-w-percent-760 {
  width: 760% !important;
}
.zb-min-w-760 {
  min-width: 760px !important;
}
.zb-max-w-760 {
  max-width: 760px !important;
}
.zb-calc-w-760 {
  width: calc(100vw - 760px) !important;
}
.zb-calc-min-w-760 {
  min-width: calc(100vw - 760px) !important;
}
.zb-calc-max-w-760 {
  max-width: calc(100vw - 760px) !important;
}
.zb-font-760 {
  font-size: 760px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-760 {
    max-width: 760px !important;
  }
}
.zb-h-761 {
  height: 761px !important;
}
.zb-min-h-761 {
  min-height: 761px !important;
}
.zb-max-h-761 {
  max-height: 761px !important;
}
.zb-calc-h-761 {
  height: calc(100vh - 761px) !important;
}
.zb-calc-min-h-761 {
  min-height: calc(100vh - 761px) !important;
}
.zb-calc-max-h-761 {
  max-height: calc(100vh - 761px) !important;
}
.zb-w-761 {
  width: 761px !important;
}
.zb-w-percent-761 {
  width: 761% !important;
}
.zb-min-w-761 {
  min-width: 761px !important;
}
.zb-max-w-761 {
  max-width: 761px !important;
}
.zb-calc-w-761 {
  width: calc(100vw - 761px) !important;
}
.zb-calc-min-w-761 {
  min-width: calc(100vw - 761px) !important;
}
.zb-calc-max-w-761 {
  max-width: calc(100vw - 761px) !important;
}
.zb-font-761 {
  font-size: 761px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-761 {
    max-width: 761px !important;
  }
}
.zb-h-762 {
  height: 762px !important;
}
.zb-min-h-762 {
  min-height: 762px !important;
}
.zb-max-h-762 {
  max-height: 762px !important;
}
.zb-calc-h-762 {
  height: calc(100vh - 762px) !important;
}
.zb-calc-min-h-762 {
  min-height: calc(100vh - 762px) !important;
}
.zb-calc-max-h-762 {
  max-height: calc(100vh - 762px) !important;
}
.zb-w-762 {
  width: 762px !important;
}
.zb-w-percent-762 {
  width: 762% !important;
}
.zb-min-w-762 {
  min-width: 762px !important;
}
.zb-max-w-762 {
  max-width: 762px !important;
}
.zb-calc-w-762 {
  width: calc(100vw - 762px) !important;
}
.zb-calc-min-w-762 {
  min-width: calc(100vw - 762px) !important;
}
.zb-calc-max-w-762 {
  max-width: calc(100vw - 762px) !important;
}
.zb-font-762 {
  font-size: 762px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-762 {
    max-width: 762px !important;
  }
}
.zb-h-763 {
  height: 763px !important;
}
.zb-min-h-763 {
  min-height: 763px !important;
}
.zb-max-h-763 {
  max-height: 763px !important;
}
.zb-calc-h-763 {
  height: calc(100vh - 763px) !important;
}
.zb-calc-min-h-763 {
  min-height: calc(100vh - 763px) !important;
}
.zb-calc-max-h-763 {
  max-height: calc(100vh - 763px) !important;
}
.zb-w-763 {
  width: 763px !important;
}
.zb-w-percent-763 {
  width: 763% !important;
}
.zb-min-w-763 {
  min-width: 763px !important;
}
.zb-max-w-763 {
  max-width: 763px !important;
}
.zb-calc-w-763 {
  width: calc(100vw - 763px) !important;
}
.zb-calc-min-w-763 {
  min-width: calc(100vw - 763px) !important;
}
.zb-calc-max-w-763 {
  max-width: calc(100vw - 763px) !important;
}
.zb-font-763 {
  font-size: 763px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-763 {
    max-width: 763px !important;
  }
}
.zb-h-764 {
  height: 764px !important;
}
.zb-min-h-764 {
  min-height: 764px !important;
}
.zb-max-h-764 {
  max-height: 764px !important;
}
.zb-calc-h-764 {
  height: calc(100vh - 764px) !important;
}
.zb-calc-min-h-764 {
  min-height: calc(100vh - 764px) !important;
}
.zb-calc-max-h-764 {
  max-height: calc(100vh - 764px) !important;
}
.zb-w-764 {
  width: 764px !important;
}
.zb-w-percent-764 {
  width: 764% !important;
}
.zb-min-w-764 {
  min-width: 764px !important;
}
.zb-max-w-764 {
  max-width: 764px !important;
}
.zb-calc-w-764 {
  width: calc(100vw - 764px) !important;
}
.zb-calc-min-w-764 {
  min-width: calc(100vw - 764px) !important;
}
.zb-calc-max-w-764 {
  max-width: calc(100vw - 764px) !important;
}
.zb-font-764 {
  font-size: 764px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-764 {
    max-width: 764px !important;
  }
}
.zb-h-765 {
  height: 765px !important;
}
.zb-min-h-765 {
  min-height: 765px !important;
}
.zb-max-h-765 {
  max-height: 765px !important;
}
.zb-calc-h-765 {
  height: calc(100vh - 765px) !important;
}
.zb-calc-min-h-765 {
  min-height: calc(100vh - 765px) !important;
}
.zb-calc-max-h-765 {
  max-height: calc(100vh - 765px) !important;
}
.zb-w-765 {
  width: 765px !important;
}
.zb-w-percent-765 {
  width: 765% !important;
}
.zb-min-w-765 {
  min-width: 765px !important;
}
.zb-max-w-765 {
  max-width: 765px !important;
}
.zb-calc-w-765 {
  width: calc(100vw - 765px) !important;
}
.zb-calc-min-w-765 {
  min-width: calc(100vw - 765px) !important;
}
.zb-calc-max-w-765 {
  max-width: calc(100vw - 765px) !important;
}
.zb-font-765 {
  font-size: 765px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-765 {
    max-width: 765px !important;
  }
}
.zb-h-766 {
  height: 766px !important;
}
.zb-min-h-766 {
  min-height: 766px !important;
}
.zb-max-h-766 {
  max-height: 766px !important;
}
.zb-calc-h-766 {
  height: calc(100vh - 766px) !important;
}
.zb-calc-min-h-766 {
  min-height: calc(100vh - 766px) !important;
}
.zb-calc-max-h-766 {
  max-height: calc(100vh - 766px) !important;
}
.zb-w-766 {
  width: 766px !important;
}
.zb-w-percent-766 {
  width: 766% !important;
}
.zb-min-w-766 {
  min-width: 766px !important;
}
.zb-max-w-766 {
  max-width: 766px !important;
}
.zb-calc-w-766 {
  width: calc(100vw - 766px) !important;
}
.zb-calc-min-w-766 {
  min-width: calc(100vw - 766px) !important;
}
.zb-calc-max-w-766 {
  max-width: calc(100vw - 766px) !important;
}
.zb-font-766 {
  font-size: 766px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-766 {
    max-width: 766px !important;
  }
}
.zb-h-767 {
  height: 767px !important;
}
.zb-min-h-767 {
  min-height: 767px !important;
}
.zb-max-h-767 {
  max-height: 767px !important;
}
.zb-calc-h-767 {
  height: calc(100vh - 767px) !important;
}
.zb-calc-min-h-767 {
  min-height: calc(100vh - 767px) !important;
}
.zb-calc-max-h-767 {
  max-height: calc(100vh - 767px) !important;
}
.zb-w-767 {
  width: 767px !important;
}
.zb-w-percent-767 {
  width: 767% !important;
}
.zb-min-w-767 {
  min-width: 767px !important;
}
.zb-max-w-767 {
  max-width: 767px !important;
}
.zb-calc-w-767 {
  width: calc(100vw - 767px) !important;
}
.zb-calc-min-w-767 {
  min-width: calc(100vw - 767px) !important;
}
.zb-calc-max-w-767 {
  max-width: calc(100vw - 767px) !important;
}
.zb-font-767 {
  font-size: 767px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-767 {
    max-width: 767px !important;
  }
}
.zb-h-768 {
  height: 768px !important;
}
.zb-min-h-768 {
  min-height: 768px !important;
}
.zb-max-h-768 {
  max-height: 768px !important;
}
.zb-calc-h-768 {
  height: calc(100vh - 768px) !important;
}
.zb-calc-min-h-768 {
  min-height: calc(100vh - 768px) !important;
}
.zb-calc-max-h-768 {
  max-height: calc(100vh - 768px) !important;
}
.zb-w-768 {
  width: 768px !important;
}
.zb-w-percent-768 {
  width: 768% !important;
}
.zb-min-w-768 {
  min-width: 768px !important;
}
.zb-max-w-768 {
  max-width: 768px !important;
}
.zb-calc-w-768 {
  width: calc(100vw - 768px) !important;
}
.zb-calc-min-w-768 {
  min-width: calc(100vw - 768px) !important;
}
.zb-calc-max-w-768 {
  max-width: calc(100vw - 768px) !important;
}
.zb-font-768 {
  font-size: 768px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-768 {
    max-width: 768px !important;
  }
}
.zb-h-769 {
  height: 769px !important;
}
.zb-min-h-769 {
  min-height: 769px !important;
}
.zb-max-h-769 {
  max-height: 769px !important;
}
.zb-calc-h-769 {
  height: calc(100vh - 769px) !important;
}
.zb-calc-min-h-769 {
  min-height: calc(100vh - 769px) !important;
}
.zb-calc-max-h-769 {
  max-height: calc(100vh - 769px) !important;
}
.zb-w-769 {
  width: 769px !important;
}
.zb-w-percent-769 {
  width: 769% !important;
}
.zb-min-w-769 {
  min-width: 769px !important;
}
.zb-max-w-769 {
  max-width: 769px !important;
}
.zb-calc-w-769 {
  width: calc(100vw - 769px) !important;
}
.zb-calc-min-w-769 {
  min-width: calc(100vw - 769px) !important;
}
.zb-calc-max-w-769 {
  max-width: calc(100vw - 769px) !important;
}
.zb-font-769 {
  font-size: 769px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-769 {
    max-width: 769px !important;
  }
}
.zb-h-770 {
  height: 770px !important;
}
.zb-min-h-770 {
  min-height: 770px !important;
}
.zb-max-h-770 {
  max-height: 770px !important;
}
.zb-calc-h-770 {
  height: calc(100vh - 770px) !important;
}
.zb-calc-min-h-770 {
  min-height: calc(100vh - 770px) !important;
}
.zb-calc-max-h-770 {
  max-height: calc(100vh - 770px) !important;
}
.zb-w-770 {
  width: 770px !important;
}
.zb-w-percent-770 {
  width: 770% !important;
}
.zb-min-w-770 {
  min-width: 770px !important;
}
.zb-max-w-770 {
  max-width: 770px !important;
}
.zb-calc-w-770 {
  width: calc(100vw - 770px) !important;
}
.zb-calc-min-w-770 {
  min-width: calc(100vw - 770px) !important;
}
.zb-calc-max-w-770 {
  max-width: calc(100vw - 770px) !important;
}
.zb-font-770 {
  font-size: 770px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-770 {
    max-width: 770px !important;
  }
}
.zb-h-771 {
  height: 771px !important;
}
.zb-min-h-771 {
  min-height: 771px !important;
}
.zb-max-h-771 {
  max-height: 771px !important;
}
.zb-calc-h-771 {
  height: calc(100vh - 771px) !important;
}
.zb-calc-min-h-771 {
  min-height: calc(100vh - 771px) !important;
}
.zb-calc-max-h-771 {
  max-height: calc(100vh - 771px) !important;
}
.zb-w-771 {
  width: 771px !important;
}
.zb-w-percent-771 {
  width: 771% !important;
}
.zb-min-w-771 {
  min-width: 771px !important;
}
.zb-max-w-771 {
  max-width: 771px !important;
}
.zb-calc-w-771 {
  width: calc(100vw - 771px) !important;
}
.zb-calc-min-w-771 {
  min-width: calc(100vw - 771px) !important;
}
.zb-calc-max-w-771 {
  max-width: calc(100vw - 771px) !important;
}
.zb-font-771 {
  font-size: 771px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-771 {
    max-width: 771px !important;
  }
}
.zb-h-772 {
  height: 772px !important;
}
.zb-min-h-772 {
  min-height: 772px !important;
}
.zb-max-h-772 {
  max-height: 772px !important;
}
.zb-calc-h-772 {
  height: calc(100vh - 772px) !important;
}
.zb-calc-min-h-772 {
  min-height: calc(100vh - 772px) !important;
}
.zb-calc-max-h-772 {
  max-height: calc(100vh - 772px) !important;
}
.zb-w-772 {
  width: 772px !important;
}
.zb-w-percent-772 {
  width: 772% !important;
}
.zb-min-w-772 {
  min-width: 772px !important;
}
.zb-max-w-772 {
  max-width: 772px !important;
}
.zb-calc-w-772 {
  width: calc(100vw - 772px) !important;
}
.zb-calc-min-w-772 {
  min-width: calc(100vw - 772px) !important;
}
.zb-calc-max-w-772 {
  max-width: calc(100vw - 772px) !important;
}
.zb-font-772 {
  font-size: 772px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-772 {
    max-width: 772px !important;
  }
}
.zb-h-773 {
  height: 773px !important;
}
.zb-min-h-773 {
  min-height: 773px !important;
}
.zb-max-h-773 {
  max-height: 773px !important;
}
.zb-calc-h-773 {
  height: calc(100vh - 773px) !important;
}
.zb-calc-min-h-773 {
  min-height: calc(100vh - 773px) !important;
}
.zb-calc-max-h-773 {
  max-height: calc(100vh - 773px) !important;
}
.zb-w-773 {
  width: 773px !important;
}
.zb-w-percent-773 {
  width: 773% !important;
}
.zb-min-w-773 {
  min-width: 773px !important;
}
.zb-max-w-773 {
  max-width: 773px !important;
}
.zb-calc-w-773 {
  width: calc(100vw - 773px) !important;
}
.zb-calc-min-w-773 {
  min-width: calc(100vw - 773px) !important;
}
.zb-calc-max-w-773 {
  max-width: calc(100vw - 773px) !important;
}
.zb-font-773 {
  font-size: 773px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-773 {
    max-width: 773px !important;
  }
}
.zb-h-774 {
  height: 774px !important;
}
.zb-min-h-774 {
  min-height: 774px !important;
}
.zb-max-h-774 {
  max-height: 774px !important;
}
.zb-calc-h-774 {
  height: calc(100vh - 774px) !important;
}
.zb-calc-min-h-774 {
  min-height: calc(100vh - 774px) !important;
}
.zb-calc-max-h-774 {
  max-height: calc(100vh - 774px) !important;
}
.zb-w-774 {
  width: 774px !important;
}
.zb-w-percent-774 {
  width: 774% !important;
}
.zb-min-w-774 {
  min-width: 774px !important;
}
.zb-max-w-774 {
  max-width: 774px !important;
}
.zb-calc-w-774 {
  width: calc(100vw - 774px) !important;
}
.zb-calc-min-w-774 {
  min-width: calc(100vw - 774px) !important;
}
.zb-calc-max-w-774 {
  max-width: calc(100vw - 774px) !important;
}
.zb-font-774 {
  font-size: 774px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-774 {
    max-width: 774px !important;
  }
}
.zb-h-775 {
  height: 775px !important;
}
.zb-min-h-775 {
  min-height: 775px !important;
}
.zb-max-h-775 {
  max-height: 775px !important;
}
.zb-calc-h-775 {
  height: calc(100vh - 775px) !important;
}
.zb-calc-min-h-775 {
  min-height: calc(100vh - 775px) !important;
}
.zb-calc-max-h-775 {
  max-height: calc(100vh - 775px) !important;
}
.zb-w-775 {
  width: 775px !important;
}
.zb-w-percent-775 {
  width: 775% !important;
}
.zb-min-w-775 {
  min-width: 775px !important;
}
.zb-max-w-775 {
  max-width: 775px !important;
}
.zb-calc-w-775 {
  width: calc(100vw - 775px) !important;
}
.zb-calc-min-w-775 {
  min-width: calc(100vw - 775px) !important;
}
.zb-calc-max-w-775 {
  max-width: calc(100vw - 775px) !important;
}
.zb-font-775 {
  font-size: 775px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-775 {
    max-width: 775px !important;
  }
}
.zb-h-776 {
  height: 776px !important;
}
.zb-min-h-776 {
  min-height: 776px !important;
}
.zb-max-h-776 {
  max-height: 776px !important;
}
.zb-calc-h-776 {
  height: calc(100vh - 776px) !important;
}
.zb-calc-min-h-776 {
  min-height: calc(100vh - 776px) !important;
}
.zb-calc-max-h-776 {
  max-height: calc(100vh - 776px) !important;
}
.zb-w-776 {
  width: 776px !important;
}
.zb-w-percent-776 {
  width: 776% !important;
}
.zb-min-w-776 {
  min-width: 776px !important;
}
.zb-max-w-776 {
  max-width: 776px !important;
}
.zb-calc-w-776 {
  width: calc(100vw - 776px) !important;
}
.zb-calc-min-w-776 {
  min-width: calc(100vw - 776px) !important;
}
.zb-calc-max-w-776 {
  max-width: calc(100vw - 776px) !important;
}
.zb-font-776 {
  font-size: 776px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-776 {
    max-width: 776px !important;
  }
}
.zb-h-777 {
  height: 777px !important;
}
.zb-min-h-777 {
  min-height: 777px !important;
}
.zb-max-h-777 {
  max-height: 777px !important;
}
.zb-calc-h-777 {
  height: calc(100vh - 777px) !important;
}
.zb-calc-min-h-777 {
  min-height: calc(100vh - 777px) !important;
}
.zb-calc-max-h-777 {
  max-height: calc(100vh - 777px) !important;
}
.zb-w-777 {
  width: 777px !important;
}
.zb-w-percent-777 {
  width: 777% !important;
}
.zb-min-w-777 {
  min-width: 777px !important;
}
.zb-max-w-777 {
  max-width: 777px !important;
}
.zb-calc-w-777 {
  width: calc(100vw - 777px) !important;
}
.zb-calc-min-w-777 {
  min-width: calc(100vw - 777px) !important;
}
.zb-calc-max-w-777 {
  max-width: calc(100vw - 777px) !important;
}
.zb-font-777 {
  font-size: 777px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-777 {
    max-width: 777px !important;
  }
}
.zb-h-778 {
  height: 778px !important;
}
.zb-min-h-778 {
  min-height: 778px !important;
}
.zb-max-h-778 {
  max-height: 778px !important;
}
.zb-calc-h-778 {
  height: calc(100vh - 778px) !important;
}
.zb-calc-min-h-778 {
  min-height: calc(100vh - 778px) !important;
}
.zb-calc-max-h-778 {
  max-height: calc(100vh - 778px) !important;
}
.zb-w-778 {
  width: 778px !important;
}
.zb-w-percent-778 {
  width: 778% !important;
}
.zb-min-w-778 {
  min-width: 778px !important;
}
.zb-max-w-778 {
  max-width: 778px !important;
}
.zb-calc-w-778 {
  width: calc(100vw - 778px) !important;
}
.zb-calc-min-w-778 {
  min-width: calc(100vw - 778px) !important;
}
.zb-calc-max-w-778 {
  max-width: calc(100vw - 778px) !important;
}
.zb-font-778 {
  font-size: 778px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-778 {
    max-width: 778px !important;
  }
}
.zb-h-779 {
  height: 779px !important;
}
.zb-min-h-779 {
  min-height: 779px !important;
}
.zb-max-h-779 {
  max-height: 779px !important;
}
.zb-calc-h-779 {
  height: calc(100vh - 779px) !important;
}
.zb-calc-min-h-779 {
  min-height: calc(100vh - 779px) !important;
}
.zb-calc-max-h-779 {
  max-height: calc(100vh - 779px) !important;
}
.zb-w-779 {
  width: 779px !important;
}
.zb-w-percent-779 {
  width: 779% !important;
}
.zb-min-w-779 {
  min-width: 779px !important;
}
.zb-max-w-779 {
  max-width: 779px !important;
}
.zb-calc-w-779 {
  width: calc(100vw - 779px) !important;
}
.zb-calc-min-w-779 {
  min-width: calc(100vw - 779px) !important;
}
.zb-calc-max-w-779 {
  max-width: calc(100vw - 779px) !important;
}
.zb-font-779 {
  font-size: 779px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-779 {
    max-width: 779px !important;
  }
}
.zb-h-780 {
  height: 780px !important;
}
.zb-min-h-780 {
  min-height: 780px !important;
}
.zb-max-h-780 {
  max-height: 780px !important;
}
.zb-calc-h-780 {
  height: calc(100vh - 780px) !important;
}
.zb-calc-min-h-780 {
  min-height: calc(100vh - 780px) !important;
}
.zb-calc-max-h-780 {
  max-height: calc(100vh - 780px) !important;
}
.zb-w-780 {
  width: 780px !important;
}
.zb-w-percent-780 {
  width: 780% !important;
}
.zb-min-w-780 {
  min-width: 780px !important;
}
.zb-max-w-780 {
  max-width: 780px !important;
}
.zb-calc-w-780 {
  width: calc(100vw - 780px) !important;
}
.zb-calc-min-w-780 {
  min-width: calc(100vw - 780px) !important;
}
.zb-calc-max-w-780 {
  max-width: calc(100vw - 780px) !important;
}
.zb-font-780 {
  font-size: 780px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-780 {
    max-width: 780px !important;
  }
}
.zb-h-781 {
  height: 781px !important;
}
.zb-min-h-781 {
  min-height: 781px !important;
}
.zb-max-h-781 {
  max-height: 781px !important;
}
.zb-calc-h-781 {
  height: calc(100vh - 781px) !important;
}
.zb-calc-min-h-781 {
  min-height: calc(100vh - 781px) !important;
}
.zb-calc-max-h-781 {
  max-height: calc(100vh - 781px) !important;
}
.zb-w-781 {
  width: 781px !important;
}
.zb-w-percent-781 {
  width: 781% !important;
}
.zb-min-w-781 {
  min-width: 781px !important;
}
.zb-max-w-781 {
  max-width: 781px !important;
}
.zb-calc-w-781 {
  width: calc(100vw - 781px) !important;
}
.zb-calc-min-w-781 {
  min-width: calc(100vw - 781px) !important;
}
.zb-calc-max-w-781 {
  max-width: calc(100vw - 781px) !important;
}
.zb-font-781 {
  font-size: 781px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-781 {
    max-width: 781px !important;
  }
}
.zb-h-782 {
  height: 782px !important;
}
.zb-min-h-782 {
  min-height: 782px !important;
}
.zb-max-h-782 {
  max-height: 782px !important;
}
.zb-calc-h-782 {
  height: calc(100vh - 782px) !important;
}
.zb-calc-min-h-782 {
  min-height: calc(100vh - 782px) !important;
}
.zb-calc-max-h-782 {
  max-height: calc(100vh - 782px) !important;
}
.zb-w-782 {
  width: 782px !important;
}
.zb-w-percent-782 {
  width: 782% !important;
}
.zb-min-w-782 {
  min-width: 782px !important;
}
.zb-max-w-782 {
  max-width: 782px !important;
}
.zb-calc-w-782 {
  width: calc(100vw - 782px) !important;
}
.zb-calc-min-w-782 {
  min-width: calc(100vw - 782px) !important;
}
.zb-calc-max-w-782 {
  max-width: calc(100vw - 782px) !important;
}
.zb-font-782 {
  font-size: 782px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-782 {
    max-width: 782px !important;
  }
}
.zb-h-783 {
  height: 783px !important;
}
.zb-min-h-783 {
  min-height: 783px !important;
}
.zb-max-h-783 {
  max-height: 783px !important;
}
.zb-calc-h-783 {
  height: calc(100vh - 783px) !important;
}
.zb-calc-min-h-783 {
  min-height: calc(100vh - 783px) !important;
}
.zb-calc-max-h-783 {
  max-height: calc(100vh - 783px) !important;
}
.zb-w-783 {
  width: 783px !important;
}
.zb-w-percent-783 {
  width: 783% !important;
}
.zb-min-w-783 {
  min-width: 783px !important;
}
.zb-max-w-783 {
  max-width: 783px !important;
}
.zb-calc-w-783 {
  width: calc(100vw - 783px) !important;
}
.zb-calc-min-w-783 {
  min-width: calc(100vw - 783px) !important;
}
.zb-calc-max-w-783 {
  max-width: calc(100vw - 783px) !important;
}
.zb-font-783 {
  font-size: 783px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-783 {
    max-width: 783px !important;
  }
}
.zb-h-784 {
  height: 784px !important;
}
.zb-min-h-784 {
  min-height: 784px !important;
}
.zb-max-h-784 {
  max-height: 784px !important;
}
.zb-calc-h-784 {
  height: calc(100vh - 784px) !important;
}
.zb-calc-min-h-784 {
  min-height: calc(100vh - 784px) !important;
}
.zb-calc-max-h-784 {
  max-height: calc(100vh - 784px) !important;
}
.zb-w-784 {
  width: 784px !important;
}
.zb-w-percent-784 {
  width: 784% !important;
}
.zb-min-w-784 {
  min-width: 784px !important;
}
.zb-max-w-784 {
  max-width: 784px !important;
}
.zb-calc-w-784 {
  width: calc(100vw - 784px) !important;
}
.zb-calc-min-w-784 {
  min-width: calc(100vw - 784px) !important;
}
.zb-calc-max-w-784 {
  max-width: calc(100vw - 784px) !important;
}
.zb-font-784 {
  font-size: 784px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-784 {
    max-width: 784px !important;
  }
}
.zb-h-785 {
  height: 785px !important;
}
.zb-min-h-785 {
  min-height: 785px !important;
}
.zb-max-h-785 {
  max-height: 785px !important;
}
.zb-calc-h-785 {
  height: calc(100vh - 785px) !important;
}
.zb-calc-min-h-785 {
  min-height: calc(100vh - 785px) !important;
}
.zb-calc-max-h-785 {
  max-height: calc(100vh - 785px) !important;
}
.zb-w-785 {
  width: 785px !important;
}
.zb-w-percent-785 {
  width: 785% !important;
}
.zb-min-w-785 {
  min-width: 785px !important;
}
.zb-max-w-785 {
  max-width: 785px !important;
}
.zb-calc-w-785 {
  width: calc(100vw - 785px) !important;
}
.zb-calc-min-w-785 {
  min-width: calc(100vw - 785px) !important;
}
.zb-calc-max-w-785 {
  max-width: calc(100vw - 785px) !important;
}
.zb-font-785 {
  font-size: 785px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-785 {
    max-width: 785px !important;
  }
}
.zb-h-786 {
  height: 786px !important;
}
.zb-min-h-786 {
  min-height: 786px !important;
}
.zb-max-h-786 {
  max-height: 786px !important;
}
.zb-calc-h-786 {
  height: calc(100vh - 786px) !important;
}
.zb-calc-min-h-786 {
  min-height: calc(100vh - 786px) !important;
}
.zb-calc-max-h-786 {
  max-height: calc(100vh - 786px) !important;
}
.zb-w-786 {
  width: 786px !important;
}
.zb-w-percent-786 {
  width: 786% !important;
}
.zb-min-w-786 {
  min-width: 786px !important;
}
.zb-max-w-786 {
  max-width: 786px !important;
}
.zb-calc-w-786 {
  width: calc(100vw - 786px) !important;
}
.zb-calc-min-w-786 {
  min-width: calc(100vw - 786px) !important;
}
.zb-calc-max-w-786 {
  max-width: calc(100vw - 786px) !important;
}
.zb-font-786 {
  font-size: 786px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-786 {
    max-width: 786px !important;
  }
}
.zb-h-787 {
  height: 787px !important;
}
.zb-min-h-787 {
  min-height: 787px !important;
}
.zb-max-h-787 {
  max-height: 787px !important;
}
.zb-calc-h-787 {
  height: calc(100vh - 787px) !important;
}
.zb-calc-min-h-787 {
  min-height: calc(100vh - 787px) !important;
}
.zb-calc-max-h-787 {
  max-height: calc(100vh - 787px) !important;
}
.zb-w-787 {
  width: 787px !important;
}
.zb-w-percent-787 {
  width: 787% !important;
}
.zb-min-w-787 {
  min-width: 787px !important;
}
.zb-max-w-787 {
  max-width: 787px !important;
}
.zb-calc-w-787 {
  width: calc(100vw - 787px) !important;
}
.zb-calc-min-w-787 {
  min-width: calc(100vw - 787px) !important;
}
.zb-calc-max-w-787 {
  max-width: calc(100vw - 787px) !important;
}
.zb-font-787 {
  font-size: 787px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-787 {
    max-width: 787px !important;
  }
}
.zb-h-788 {
  height: 788px !important;
}
.zb-min-h-788 {
  min-height: 788px !important;
}
.zb-max-h-788 {
  max-height: 788px !important;
}
.zb-calc-h-788 {
  height: calc(100vh - 788px) !important;
}
.zb-calc-min-h-788 {
  min-height: calc(100vh - 788px) !important;
}
.zb-calc-max-h-788 {
  max-height: calc(100vh - 788px) !important;
}
.zb-w-788 {
  width: 788px !important;
}
.zb-w-percent-788 {
  width: 788% !important;
}
.zb-min-w-788 {
  min-width: 788px !important;
}
.zb-max-w-788 {
  max-width: 788px !important;
}
.zb-calc-w-788 {
  width: calc(100vw - 788px) !important;
}
.zb-calc-min-w-788 {
  min-width: calc(100vw - 788px) !important;
}
.zb-calc-max-w-788 {
  max-width: calc(100vw - 788px) !important;
}
.zb-font-788 {
  font-size: 788px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-788 {
    max-width: 788px !important;
  }
}
.zb-h-789 {
  height: 789px !important;
}
.zb-min-h-789 {
  min-height: 789px !important;
}
.zb-max-h-789 {
  max-height: 789px !important;
}
.zb-calc-h-789 {
  height: calc(100vh - 789px) !important;
}
.zb-calc-min-h-789 {
  min-height: calc(100vh - 789px) !important;
}
.zb-calc-max-h-789 {
  max-height: calc(100vh - 789px) !important;
}
.zb-w-789 {
  width: 789px !important;
}
.zb-w-percent-789 {
  width: 789% !important;
}
.zb-min-w-789 {
  min-width: 789px !important;
}
.zb-max-w-789 {
  max-width: 789px !important;
}
.zb-calc-w-789 {
  width: calc(100vw - 789px) !important;
}
.zb-calc-min-w-789 {
  min-width: calc(100vw - 789px) !important;
}
.zb-calc-max-w-789 {
  max-width: calc(100vw - 789px) !important;
}
.zb-font-789 {
  font-size: 789px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-789 {
    max-width: 789px !important;
  }
}
.zb-h-790 {
  height: 790px !important;
}
.zb-min-h-790 {
  min-height: 790px !important;
}
.zb-max-h-790 {
  max-height: 790px !important;
}
.zb-calc-h-790 {
  height: calc(100vh - 790px) !important;
}
.zb-calc-min-h-790 {
  min-height: calc(100vh - 790px) !important;
}
.zb-calc-max-h-790 {
  max-height: calc(100vh - 790px) !important;
}
.zb-w-790 {
  width: 790px !important;
}
.zb-w-percent-790 {
  width: 790% !important;
}
.zb-min-w-790 {
  min-width: 790px !important;
}
.zb-max-w-790 {
  max-width: 790px !important;
}
.zb-calc-w-790 {
  width: calc(100vw - 790px) !important;
}
.zb-calc-min-w-790 {
  min-width: calc(100vw - 790px) !important;
}
.zb-calc-max-w-790 {
  max-width: calc(100vw - 790px) !important;
}
.zb-font-790 {
  font-size: 790px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-790 {
    max-width: 790px !important;
  }
}
.zb-h-791 {
  height: 791px !important;
}
.zb-min-h-791 {
  min-height: 791px !important;
}
.zb-max-h-791 {
  max-height: 791px !important;
}
.zb-calc-h-791 {
  height: calc(100vh - 791px) !important;
}
.zb-calc-min-h-791 {
  min-height: calc(100vh - 791px) !important;
}
.zb-calc-max-h-791 {
  max-height: calc(100vh - 791px) !important;
}
.zb-w-791 {
  width: 791px !important;
}
.zb-w-percent-791 {
  width: 791% !important;
}
.zb-min-w-791 {
  min-width: 791px !important;
}
.zb-max-w-791 {
  max-width: 791px !important;
}
.zb-calc-w-791 {
  width: calc(100vw - 791px) !important;
}
.zb-calc-min-w-791 {
  min-width: calc(100vw - 791px) !important;
}
.zb-calc-max-w-791 {
  max-width: calc(100vw - 791px) !important;
}
.zb-font-791 {
  font-size: 791px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-791 {
    max-width: 791px !important;
  }
}
.zb-h-792 {
  height: 792px !important;
}
.zb-min-h-792 {
  min-height: 792px !important;
}
.zb-max-h-792 {
  max-height: 792px !important;
}
.zb-calc-h-792 {
  height: calc(100vh - 792px) !important;
}
.zb-calc-min-h-792 {
  min-height: calc(100vh - 792px) !important;
}
.zb-calc-max-h-792 {
  max-height: calc(100vh - 792px) !important;
}
.zb-w-792 {
  width: 792px !important;
}
.zb-w-percent-792 {
  width: 792% !important;
}
.zb-min-w-792 {
  min-width: 792px !important;
}
.zb-max-w-792 {
  max-width: 792px !important;
}
.zb-calc-w-792 {
  width: calc(100vw - 792px) !important;
}
.zb-calc-min-w-792 {
  min-width: calc(100vw - 792px) !important;
}
.zb-calc-max-w-792 {
  max-width: calc(100vw - 792px) !important;
}
.zb-font-792 {
  font-size: 792px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-792 {
    max-width: 792px !important;
  }
}
.zb-h-793 {
  height: 793px !important;
}
.zb-min-h-793 {
  min-height: 793px !important;
}
.zb-max-h-793 {
  max-height: 793px !important;
}
.zb-calc-h-793 {
  height: calc(100vh - 793px) !important;
}
.zb-calc-min-h-793 {
  min-height: calc(100vh - 793px) !important;
}
.zb-calc-max-h-793 {
  max-height: calc(100vh - 793px) !important;
}
.zb-w-793 {
  width: 793px !important;
}
.zb-w-percent-793 {
  width: 793% !important;
}
.zb-min-w-793 {
  min-width: 793px !important;
}
.zb-max-w-793 {
  max-width: 793px !important;
}
.zb-calc-w-793 {
  width: calc(100vw - 793px) !important;
}
.zb-calc-min-w-793 {
  min-width: calc(100vw - 793px) !important;
}
.zb-calc-max-w-793 {
  max-width: calc(100vw - 793px) !important;
}
.zb-font-793 {
  font-size: 793px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-793 {
    max-width: 793px !important;
  }
}
.zb-h-794 {
  height: 794px !important;
}
.zb-min-h-794 {
  min-height: 794px !important;
}
.zb-max-h-794 {
  max-height: 794px !important;
}
.zb-calc-h-794 {
  height: calc(100vh - 794px) !important;
}
.zb-calc-min-h-794 {
  min-height: calc(100vh - 794px) !important;
}
.zb-calc-max-h-794 {
  max-height: calc(100vh - 794px) !important;
}
.zb-w-794 {
  width: 794px !important;
}
.zb-w-percent-794 {
  width: 794% !important;
}
.zb-min-w-794 {
  min-width: 794px !important;
}
.zb-max-w-794 {
  max-width: 794px !important;
}
.zb-calc-w-794 {
  width: calc(100vw - 794px) !important;
}
.zb-calc-min-w-794 {
  min-width: calc(100vw - 794px) !important;
}
.zb-calc-max-w-794 {
  max-width: calc(100vw - 794px) !important;
}
.zb-font-794 {
  font-size: 794px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-794 {
    max-width: 794px !important;
  }
}
.zb-h-795 {
  height: 795px !important;
}
.zb-min-h-795 {
  min-height: 795px !important;
}
.zb-max-h-795 {
  max-height: 795px !important;
}
.zb-calc-h-795 {
  height: calc(100vh - 795px) !important;
}
.zb-calc-min-h-795 {
  min-height: calc(100vh - 795px) !important;
}
.zb-calc-max-h-795 {
  max-height: calc(100vh - 795px) !important;
}
.zb-w-795 {
  width: 795px !important;
}
.zb-w-percent-795 {
  width: 795% !important;
}
.zb-min-w-795 {
  min-width: 795px !important;
}
.zb-max-w-795 {
  max-width: 795px !important;
}
.zb-calc-w-795 {
  width: calc(100vw - 795px) !important;
}
.zb-calc-min-w-795 {
  min-width: calc(100vw - 795px) !important;
}
.zb-calc-max-w-795 {
  max-width: calc(100vw - 795px) !important;
}
.zb-font-795 {
  font-size: 795px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-795 {
    max-width: 795px !important;
  }
}
.zb-h-796 {
  height: 796px !important;
}
.zb-min-h-796 {
  min-height: 796px !important;
}
.zb-max-h-796 {
  max-height: 796px !important;
}
.zb-calc-h-796 {
  height: calc(100vh - 796px) !important;
}
.zb-calc-min-h-796 {
  min-height: calc(100vh - 796px) !important;
}
.zb-calc-max-h-796 {
  max-height: calc(100vh - 796px) !important;
}
.zb-w-796 {
  width: 796px !important;
}
.zb-w-percent-796 {
  width: 796% !important;
}
.zb-min-w-796 {
  min-width: 796px !important;
}
.zb-max-w-796 {
  max-width: 796px !important;
}
.zb-calc-w-796 {
  width: calc(100vw - 796px) !important;
}
.zb-calc-min-w-796 {
  min-width: calc(100vw - 796px) !important;
}
.zb-calc-max-w-796 {
  max-width: calc(100vw - 796px) !important;
}
.zb-font-796 {
  font-size: 796px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-796 {
    max-width: 796px !important;
  }
}
.zb-h-797 {
  height: 797px !important;
}
.zb-min-h-797 {
  min-height: 797px !important;
}
.zb-max-h-797 {
  max-height: 797px !important;
}
.zb-calc-h-797 {
  height: calc(100vh - 797px) !important;
}
.zb-calc-min-h-797 {
  min-height: calc(100vh - 797px) !important;
}
.zb-calc-max-h-797 {
  max-height: calc(100vh - 797px) !important;
}
.zb-w-797 {
  width: 797px !important;
}
.zb-w-percent-797 {
  width: 797% !important;
}
.zb-min-w-797 {
  min-width: 797px !important;
}
.zb-max-w-797 {
  max-width: 797px !important;
}
.zb-calc-w-797 {
  width: calc(100vw - 797px) !important;
}
.zb-calc-min-w-797 {
  min-width: calc(100vw - 797px) !important;
}
.zb-calc-max-w-797 {
  max-width: calc(100vw - 797px) !important;
}
.zb-font-797 {
  font-size: 797px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-797 {
    max-width: 797px !important;
  }
}
.zb-h-798 {
  height: 798px !important;
}
.zb-min-h-798 {
  min-height: 798px !important;
}
.zb-max-h-798 {
  max-height: 798px !important;
}
.zb-calc-h-798 {
  height: calc(100vh - 798px) !important;
}
.zb-calc-min-h-798 {
  min-height: calc(100vh - 798px) !important;
}
.zb-calc-max-h-798 {
  max-height: calc(100vh - 798px) !important;
}
.zb-w-798 {
  width: 798px !important;
}
.zb-w-percent-798 {
  width: 798% !important;
}
.zb-min-w-798 {
  min-width: 798px !important;
}
.zb-max-w-798 {
  max-width: 798px !important;
}
.zb-calc-w-798 {
  width: calc(100vw - 798px) !important;
}
.zb-calc-min-w-798 {
  min-width: calc(100vw - 798px) !important;
}
.zb-calc-max-w-798 {
  max-width: calc(100vw - 798px) !important;
}
.zb-font-798 {
  font-size: 798px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-798 {
    max-width: 798px !important;
  }
}
.zb-h-799 {
  height: 799px !important;
}
.zb-min-h-799 {
  min-height: 799px !important;
}
.zb-max-h-799 {
  max-height: 799px !important;
}
.zb-calc-h-799 {
  height: calc(100vh - 799px) !important;
}
.zb-calc-min-h-799 {
  min-height: calc(100vh - 799px) !important;
}
.zb-calc-max-h-799 {
  max-height: calc(100vh - 799px) !important;
}
.zb-w-799 {
  width: 799px !important;
}
.zb-w-percent-799 {
  width: 799% !important;
}
.zb-min-w-799 {
  min-width: 799px !important;
}
.zb-max-w-799 {
  max-width: 799px !important;
}
.zb-calc-w-799 {
  width: calc(100vw - 799px) !important;
}
.zb-calc-min-w-799 {
  min-width: calc(100vw - 799px) !important;
}
.zb-calc-max-w-799 {
  max-width: calc(100vw - 799px) !important;
}
.zb-font-799 {
  font-size: 799px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-799 {
    max-width: 799px !important;
  }
}
.zb-h-800 {
  height: 800px !important;
}
.zb-min-h-800 {
  min-height: 800px !important;
}
.zb-max-h-800 {
  max-height: 800px !important;
}
.zb-calc-h-800 {
  height: calc(100vh - 800px) !important;
}
.zb-calc-min-h-800 {
  min-height: calc(100vh - 800px) !important;
}
.zb-calc-max-h-800 {
  max-height: calc(100vh - 800px) !important;
}
.zb-w-800 {
  width: 800px !important;
}
.zb-w-percent-800 {
  width: 800% !important;
}
.zb-min-w-800 {
  min-width: 800px !important;
}
.zb-max-w-800 {
  max-width: 800px !important;
}
.zb-calc-w-800 {
  width: calc(100vw - 800px) !important;
}
.zb-calc-min-w-800 {
  min-width: calc(100vw - 800px) !important;
}
.zb-calc-max-w-800 {
  max-width: calc(100vw - 800px) !important;
}
.zb-font-800 {
  font-size: 800px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-800 {
    max-width: 800px !important;
  }
}
.zb-h-801 {
  height: 801px !important;
}
.zb-min-h-801 {
  min-height: 801px !important;
}
.zb-max-h-801 {
  max-height: 801px !important;
}
.zb-calc-h-801 {
  height: calc(100vh - 801px) !important;
}
.zb-calc-min-h-801 {
  min-height: calc(100vh - 801px) !important;
}
.zb-calc-max-h-801 {
  max-height: calc(100vh - 801px) !important;
}
.zb-w-801 {
  width: 801px !important;
}
.zb-w-percent-801 {
  width: 801% !important;
}
.zb-min-w-801 {
  min-width: 801px !important;
}
.zb-max-w-801 {
  max-width: 801px !important;
}
.zb-calc-w-801 {
  width: calc(100vw - 801px) !important;
}
.zb-calc-min-w-801 {
  min-width: calc(100vw - 801px) !important;
}
.zb-calc-max-w-801 {
  max-width: calc(100vw - 801px) !important;
}
.zb-font-801 {
  font-size: 801px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-801 {
    max-width: 801px !important;
  }
}
.zb-h-802 {
  height: 802px !important;
}
.zb-min-h-802 {
  min-height: 802px !important;
}
.zb-max-h-802 {
  max-height: 802px !important;
}
.zb-calc-h-802 {
  height: calc(100vh - 802px) !important;
}
.zb-calc-min-h-802 {
  min-height: calc(100vh - 802px) !important;
}
.zb-calc-max-h-802 {
  max-height: calc(100vh - 802px) !important;
}
.zb-w-802 {
  width: 802px !important;
}
.zb-w-percent-802 {
  width: 802% !important;
}
.zb-min-w-802 {
  min-width: 802px !important;
}
.zb-max-w-802 {
  max-width: 802px !important;
}
.zb-calc-w-802 {
  width: calc(100vw - 802px) !important;
}
.zb-calc-min-w-802 {
  min-width: calc(100vw - 802px) !important;
}
.zb-calc-max-w-802 {
  max-width: calc(100vw - 802px) !important;
}
.zb-font-802 {
  font-size: 802px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-802 {
    max-width: 802px !important;
  }
}
.zb-h-803 {
  height: 803px !important;
}
.zb-min-h-803 {
  min-height: 803px !important;
}
.zb-max-h-803 {
  max-height: 803px !important;
}
.zb-calc-h-803 {
  height: calc(100vh - 803px) !important;
}
.zb-calc-min-h-803 {
  min-height: calc(100vh - 803px) !important;
}
.zb-calc-max-h-803 {
  max-height: calc(100vh - 803px) !important;
}
.zb-w-803 {
  width: 803px !important;
}
.zb-w-percent-803 {
  width: 803% !important;
}
.zb-min-w-803 {
  min-width: 803px !important;
}
.zb-max-w-803 {
  max-width: 803px !important;
}
.zb-calc-w-803 {
  width: calc(100vw - 803px) !important;
}
.zb-calc-min-w-803 {
  min-width: calc(100vw - 803px) !important;
}
.zb-calc-max-w-803 {
  max-width: calc(100vw - 803px) !important;
}
.zb-font-803 {
  font-size: 803px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-803 {
    max-width: 803px !important;
  }
}
.zb-h-804 {
  height: 804px !important;
}
.zb-min-h-804 {
  min-height: 804px !important;
}
.zb-max-h-804 {
  max-height: 804px !important;
}
.zb-calc-h-804 {
  height: calc(100vh - 804px) !important;
}
.zb-calc-min-h-804 {
  min-height: calc(100vh - 804px) !important;
}
.zb-calc-max-h-804 {
  max-height: calc(100vh - 804px) !important;
}
.zb-w-804 {
  width: 804px !important;
}
.zb-w-percent-804 {
  width: 804% !important;
}
.zb-min-w-804 {
  min-width: 804px !important;
}
.zb-max-w-804 {
  max-width: 804px !important;
}
.zb-calc-w-804 {
  width: calc(100vw - 804px) !important;
}
.zb-calc-min-w-804 {
  min-width: calc(100vw - 804px) !important;
}
.zb-calc-max-w-804 {
  max-width: calc(100vw - 804px) !important;
}
.zb-font-804 {
  font-size: 804px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-804 {
    max-width: 804px !important;
  }
}
.zb-h-805 {
  height: 805px !important;
}
.zb-min-h-805 {
  min-height: 805px !important;
}
.zb-max-h-805 {
  max-height: 805px !important;
}
.zb-calc-h-805 {
  height: calc(100vh - 805px) !important;
}
.zb-calc-min-h-805 {
  min-height: calc(100vh - 805px) !important;
}
.zb-calc-max-h-805 {
  max-height: calc(100vh - 805px) !important;
}
.zb-w-805 {
  width: 805px !important;
}
.zb-w-percent-805 {
  width: 805% !important;
}
.zb-min-w-805 {
  min-width: 805px !important;
}
.zb-max-w-805 {
  max-width: 805px !important;
}
.zb-calc-w-805 {
  width: calc(100vw - 805px) !important;
}
.zb-calc-min-w-805 {
  min-width: calc(100vw - 805px) !important;
}
.zb-calc-max-w-805 {
  max-width: calc(100vw - 805px) !important;
}
.zb-font-805 {
  font-size: 805px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-805 {
    max-width: 805px !important;
  }
}
.zb-h-806 {
  height: 806px !important;
}
.zb-min-h-806 {
  min-height: 806px !important;
}
.zb-max-h-806 {
  max-height: 806px !important;
}
.zb-calc-h-806 {
  height: calc(100vh - 806px) !important;
}
.zb-calc-min-h-806 {
  min-height: calc(100vh - 806px) !important;
}
.zb-calc-max-h-806 {
  max-height: calc(100vh - 806px) !important;
}
.zb-w-806 {
  width: 806px !important;
}
.zb-w-percent-806 {
  width: 806% !important;
}
.zb-min-w-806 {
  min-width: 806px !important;
}
.zb-max-w-806 {
  max-width: 806px !important;
}
.zb-calc-w-806 {
  width: calc(100vw - 806px) !important;
}
.zb-calc-min-w-806 {
  min-width: calc(100vw - 806px) !important;
}
.zb-calc-max-w-806 {
  max-width: calc(100vw - 806px) !important;
}
.zb-font-806 {
  font-size: 806px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-806 {
    max-width: 806px !important;
  }
}
.zb-h-807 {
  height: 807px !important;
}
.zb-min-h-807 {
  min-height: 807px !important;
}
.zb-max-h-807 {
  max-height: 807px !important;
}
.zb-calc-h-807 {
  height: calc(100vh - 807px) !important;
}
.zb-calc-min-h-807 {
  min-height: calc(100vh - 807px) !important;
}
.zb-calc-max-h-807 {
  max-height: calc(100vh - 807px) !important;
}
.zb-w-807 {
  width: 807px !important;
}
.zb-w-percent-807 {
  width: 807% !important;
}
.zb-min-w-807 {
  min-width: 807px !important;
}
.zb-max-w-807 {
  max-width: 807px !important;
}
.zb-calc-w-807 {
  width: calc(100vw - 807px) !important;
}
.zb-calc-min-w-807 {
  min-width: calc(100vw - 807px) !important;
}
.zb-calc-max-w-807 {
  max-width: calc(100vw - 807px) !important;
}
.zb-font-807 {
  font-size: 807px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-807 {
    max-width: 807px !important;
  }
}
.zb-h-808 {
  height: 808px !important;
}
.zb-min-h-808 {
  min-height: 808px !important;
}
.zb-max-h-808 {
  max-height: 808px !important;
}
.zb-calc-h-808 {
  height: calc(100vh - 808px) !important;
}
.zb-calc-min-h-808 {
  min-height: calc(100vh - 808px) !important;
}
.zb-calc-max-h-808 {
  max-height: calc(100vh - 808px) !important;
}
.zb-w-808 {
  width: 808px !important;
}
.zb-w-percent-808 {
  width: 808% !important;
}
.zb-min-w-808 {
  min-width: 808px !important;
}
.zb-max-w-808 {
  max-width: 808px !important;
}
.zb-calc-w-808 {
  width: calc(100vw - 808px) !important;
}
.zb-calc-min-w-808 {
  min-width: calc(100vw - 808px) !important;
}
.zb-calc-max-w-808 {
  max-width: calc(100vw - 808px) !important;
}
.zb-font-808 {
  font-size: 808px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-808 {
    max-width: 808px !important;
  }
}
.zb-h-809 {
  height: 809px !important;
}
.zb-min-h-809 {
  min-height: 809px !important;
}
.zb-max-h-809 {
  max-height: 809px !important;
}
.zb-calc-h-809 {
  height: calc(100vh - 809px) !important;
}
.zb-calc-min-h-809 {
  min-height: calc(100vh - 809px) !important;
}
.zb-calc-max-h-809 {
  max-height: calc(100vh - 809px) !important;
}
.zb-w-809 {
  width: 809px !important;
}
.zb-w-percent-809 {
  width: 809% !important;
}
.zb-min-w-809 {
  min-width: 809px !important;
}
.zb-max-w-809 {
  max-width: 809px !important;
}
.zb-calc-w-809 {
  width: calc(100vw - 809px) !important;
}
.zb-calc-min-w-809 {
  min-width: calc(100vw - 809px) !important;
}
.zb-calc-max-w-809 {
  max-width: calc(100vw - 809px) !important;
}
.zb-font-809 {
  font-size: 809px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-809 {
    max-width: 809px !important;
  }
}
.zb-h-810 {
  height: 810px !important;
}
.zb-min-h-810 {
  min-height: 810px !important;
}
.zb-max-h-810 {
  max-height: 810px !important;
}
.zb-calc-h-810 {
  height: calc(100vh - 810px) !important;
}
.zb-calc-min-h-810 {
  min-height: calc(100vh - 810px) !important;
}
.zb-calc-max-h-810 {
  max-height: calc(100vh - 810px) !important;
}
.zb-w-810 {
  width: 810px !important;
}
.zb-w-percent-810 {
  width: 810% !important;
}
.zb-min-w-810 {
  min-width: 810px !important;
}
.zb-max-w-810 {
  max-width: 810px !important;
}
.zb-calc-w-810 {
  width: calc(100vw - 810px) !important;
}
.zb-calc-min-w-810 {
  min-width: calc(100vw - 810px) !important;
}
.zb-calc-max-w-810 {
  max-width: calc(100vw - 810px) !important;
}
.zb-font-810 {
  font-size: 810px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-810 {
    max-width: 810px !important;
  }
}
.zb-h-811 {
  height: 811px !important;
}
.zb-min-h-811 {
  min-height: 811px !important;
}
.zb-max-h-811 {
  max-height: 811px !important;
}
.zb-calc-h-811 {
  height: calc(100vh - 811px) !important;
}
.zb-calc-min-h-811 {
  min-height: calc(100vh - 811px) !important;
}
.zb-calc-max-h-811 {
  max-height: calc(100vh - 811px) !important;
}
.zb-w-811 {
  width: 811px !important;
}
.zb-w-percent-811 {
  width: 811% !important;
}
.zb-min-w-811 {
  min-width: 811px !important;
}
.zb-max-w-811 {
  max-width: 811px !important;
}
.zb-calc-w-811 {
  width: calc(100vw - 811px) !important;
}
.zb-calc-min-w-811 {
  min-width: calc(100vw - 811px) !important;
}
.zb-calc-max-w-811 {
  max-width: calc(100vw - 811px) !important;
}
.zb-font-811 {
  font-size: 811px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-811 {
    max-width: 811px !important;
  }
}
.zb-h-812 {
  height: 812px !important;
}
.zb-min-h-812 {
  min-height: 812px !important;
}
.zb-max-h-812 {
  max-height: 812px !important;
}
.zb-calc-h-812 {
  height: calc(100vh - 812px) !important;
}
.zb-calc-min-h-812 {
  min-height: calc(100vh - 812px) !important;
}
.zb-calc-max-h-812 {
  max-height: calc(100vh - 812px) !important;
}
.zb-w-812 {
  width: 812px !important;
}
.zb-w-percent-812 {
  width: 812% !important;
}
.zb-min-w-812 {
  min-width: 812px !important;
}
.zb-max-w-812 {
  max-width: 812px !important;
}
.zb-calc-w-812 {
  width: calc(100vw - 812px) !important;
}
.zb-calc-min-w-812 {
  min-width: calc(100vw - 812px) !important;
}
.zb-calc-max-w-812 {
  max-width: calc(100vw - 812px) !important;
}
.zb-font-812 {
  font-size: 812px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-812 {
    max-width: 812px !important;
  }
}
.zb-h-813 {
  height: 813px !important;
}
.zb-min-h-813 {
  min-height: 813px !important;
}
.zb-max-h-813 {
  max-height: 813px !important;
}
.zb-calc-h-813 {
  height: calc(100vh - 813px) !important;
}
.zb-calc-min-h-813 {
  min-height: calc(100vh - 813px) !important;
}
.zb-calc-max-h-813 {
  max-height: calc(100vh - 813px) !important;
}
.zb-w-813 {
  width: 813px !important;
}
.zb-w-percent-813 {
  width: 813% !important;
}
.zb-min-w-813 {
  min-width: 813px !important;
}
.zb-max-w-813 {
  max-width: 813px !important;
}
.zb-calc-w-813 {
  width: calc(100vw - 813px) !important;
}
.zb-calc-min-w-813 {
  min-width: calc(100vw - 813px) !important;
}
.zb-calc-max-w-813 {
  max-width: calc(100vw - 813px) !important;
}
.zb-font-813 {
  font-size: 813px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-813 {
    max-width: 813px !important;
  }
}
.zb-h-814 {
  height: 814px !important;
}
.zb-min-h-814 {
  min-height: 814px !important;
}
.zb-max-h-814 {
  max-height: 814px !important;
}
.zb-calc-h-814 {
  height: calc(100vh - 814px) !important;
}
.zb-calc-min-h-814 {
  min-height: calc(100vh - 814px) !important;
}
.zb-calc-max-h-814 {
  max-height: calc(100vh - 814px) !important;
}
.zb-w-814 {
  width: 814px !important;
}
.zb-w-percent-814 {
  width: 814% !important;
}
.zb-min-w-814 {
  min-width: 814px !important;
}
.zb-max-w-814 {
  max-width: 814px !important;
}
.zb-calc-w-814 {
  width: calc(100vw - 814px) !important;
}
.zb-calc-min-w-814 {
  min-width: calc(100vw - 814px) !important;
}
.zb-calc-max-w-814 {
  max-width: calc(100vw - 814px) !important;
}
.zb-font-814 {
  font-size: 814px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-814 {
    max-width: 814px !important;
  }
}
.zb-h-815 {
  height: 815px !important;
}
.zb-min-h-815 {
  min-height: 815px !important;
}
.zb-max-h-815 {
  max-height: 815px !important;
}
.zb-calc-h-815 {
  height: calc(100vh - 815px) !important;
}
.zb-calc-min-h-815 {
  min-height: calc(100vh - 815px) !important;
}
.zb-calc-max-h-815 {
  max-height: calc(100vh - 815px) !important;
}
.zb-w-815 {
  width: 815px !important;
}
.zb-w-percent-815 {
  width: 815% !important;
}
.zb-min-w-815 {
  min-width: 815px !important;
}
.zb-max-w-815 {
  max-width: 815px !important;
}
.zb-calc-w-815 {
  width: calc(100vw - 815px) !important;
}
.zb-calc-min-w-815 {
  min-width: calc(100vw - 815px) !important;
}
.zb-calc-max-w-815 {
  max-width: calc(100vw - 815px) !important;
}
.zb-font-815 {
  font-size: 815px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-815 {
    max-width: 815px !important;
  }
}
.zb-h-816 {
  height: 816px !important;
}
.zb-min-h-816 {
  min-height: 816px !important;
}
.zb-max-h-816 {
  max-height: 816px !important;
}
.zb-calc-h-816 {
  height: calc(100vh - 816px) !important;
}
.zb-calc-min-h-816 {
  min-height: calc(100vh - 816px) !important;
}
.zb-calc-max-h-816 {
  max-height: calc(100vh - 816px) !important;
}
.zb-w-816 {
  width: 816px !important;
}
.zb-w-percent-816 {
  width: 816% !important;
}
.zb-min-w-816 {
  min-width: 816px !important;
}
.zb-max-w-816 {
  max-width: 816px !important;
}
.zb-calc-w-816 {
  width: calc(100vw - 816px) !important;
}
.zb-calc-min-w-816 {
  min-width: calc(100vw - 816px) !important;
}
.zb-calc-max-w-816 {
  max-width: calc(100vw - 816px) !important;
}
.zb-font-816 {
  font-size: 816px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-816 {
    max-width: 816px !important;
  }
}
.zb-h-817 {
  height: 817px !important;
}
.zb-min-h-817 {
  min-height: 817px !important;
}
.zb-max-h-817 {
  max-height: 817px !important;
}
.zb-calc-h-817 {
  height: calc(100vh - 817px) !important;
}
.zb-calc-min-h-817 {
  min-height: calc(100vh - 817px) !important;
}
.zb-calc-max-h-817 {
  max-height: calc(100vh - 817px) !important;
}
.zb-w-817 {
  width: 817px !important;
}
.zb-w-percent-817 {
  width: 817% !important;
}
.zb-min-w-817 {
  min-width: 817px !important;
}
.zb-max-w-817 {
  max-width: 817px !important;
}
.zb-calc-w-817 {
  width: calc(100vw - 817px) !important;
}
.zb-calc-min-w-817 {
  min-width: calc(100vw - 817px) !important;
}
.zb-calc-max-w-817 {
  max-width: calc(100vw - 817px) !important;
}
.zb-font-817 {
  font-size: 817px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-817 {
    max-width: 817px !important;
  }
}
.zb-h-818 {
  height: 818px !important;
}
.zb-min-h-818 {
  min-height: 818px !important;
}
.zb-max-h-818 {
  max-height: 818px !important;
}
.zb-calc-h-818 {
  height: calc(100vh - 818px) !important;
}
.zb-calc-min-h-818 {
  min-height: calc(100vh - 818px) !important;
}
.zb-calc-max-h-818 {
  max-height: calc(100vh - 818px) !important;
}
.zb-w-818 {
  width: 818px !important;
}
.zb-w-percent-818 {
  width: 818% !important;
}
.zb-min-w-818 {
  min-width: 818px !important;
}
.zb-max-w-818 {
  max-width: 818px !important;
}
.zb-calc-w-818 {
  width: calc(100vw - 818px) !important;
}
.zb-calc-min-w-818 {
  min-width: calc(100vw - 818px) !important;
}
.zb-calc-max-w-818 {
  max-width: calc(100vw - 818px) !important;
}
.zb-font-818 {
  font-size: 818px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-818 {
    max-width: 818px !important;
  }
}
.zb-h-819 {
  height: 819px !important;
}
.zb-min-h-819 {
  min-height: 819px !important;
}
.zb-max-h-819 {
  max-height: 819px !important;
}
.zb-calc-h-819 {
  height: calc(100vh - 819px) !important;
}
.zb-calc-min-h-819 {
  min-height: calc(100vh - 819px) !important;
}
.zb-calc-max-h-819 {
  max-height: calc(100vh - 819px) !important;
}
.zb-w-819 {
  width: 819px !important;
}
.zb-w-percent-819 {
  width: 819% !important;
}
.zb-min-w-819 {
  min-width: 819px !important;
}
.zb-max-w-819 {
  max-width: 819px !important;
}
.zb-calc-w-819 {
  width: calc(100vw - 819px) !important;
}
.zb-calc-min-w-819 {
  min-width: calc(100vw - 819px) !important;
}
.zb-calc-max-w-819 {
  max-width: calc(100vw - 819px) !important;
}
.zb-font-819 {
  font-size: 819px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-819 {
    max-width: 819px !important;
  }
}
.zb-h-820 {
  height: 820px !important;
}
.zb-min-h-820 {
  min-height: 820px !important;
}
.zb-max-h-820 {
  max-height: 820px !important;
}
.zb-calc-h-820 {
  height: calc(100vh - 820px) !important;
}
.zb-calc-min-h-820 {
  min-height: calc(100vh - 820px) !important;
}
.zb-calc-max-h-820 {
  max-height: calc(100vh - 820px) !important;
}
.zb-w-820 {
  width: 820px !important;
}
.zb-w-percent-820 {
  width: 820% !important;
}
.zb-min-w-820 {
  min-width: 820px !important;
}
.zb-max-w-820 {
  max-width: 820px !important;
}
.zb-calc-w-820 {
  width: calc(100vw - 820px) !important;
}
.zb-calc-min-w-820 {
  min-width: calc(100vw - 820px) !important;
}
.zb-calc-max-w-820 {
  max-width: calc(100vw - 820px) !important;
}
.zb-font-820 {
  font-size: 820px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-820 {
    max-width: 820px !important;
  }
}
.zb-h-821 {
  height: 821px !important;
}
.zb-min-h-821 {
  min-height: 821px !important;
}
.zb-max-h-821 {
  max-height: 821px !important;
}
.zb-calc-h-821 {
  height: calc(100vh - 821px) !important;
}
.zb-calc-min-h-821 {
  min-height: calc(100vh - 821px) !important;
}
.zb-calc-max-h-821 {
  max-height: calc(100vh - 821px) !important;
}
.zb-w-821 {
  width: 821px !important;
}
.zb-w-percent-821 {
  width: 821% !important;
}
.zb-min-w-821 {
  min-width: 821px !important;
}
.zb-max-w-821 {
  max-width: 821px !important;
}
.zb-calc-w-821 {
  width: calc(100vw - 821px) !important;
}
.zb-calc-min-w-821 {
  min-width: calc(100vw - 821px) !important;
}
.zb-calc-max-w-821 {
  max-width: calc(100vw - 821px) !important;
}
.zb-font-821 {
  font-size: 821px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-821 {
    max-width: 821px !important;
  }
}
.zb-h-822 {
  height: 822px !important;
}
.zb-min-h-822 {
  min-height: 822px !important;
}
.zb-max-h-822 {
  max-height: 822px !important;
}
.zb-calc-h-822 {
  height: calc(100vh - 822px) !important;
}
.zb-calc-min-h-822 {
  min-height: calc(100vh - 822px) !important;
}
.zb-calc-max-h-822 {
  max-height: calc(100vh - 822px) !important;
}
.zb-w-822 {
  width: 822px !important;
}
.zb-w-percent-822 {
  width: 822% !important;
}
.zb-min-w-822 {
  min-width: 822px !important;
}
.zb-max-w-822 {
  max-width: 822px !important;
}
.zb-calc-w-822 {
  width: calc(100vw - 822px) !important;
}
.zb-calc-min-w-822 {
  min-width: calc(100vw - 822px) !important;
}
.zb-calc-max-w-822 {
  max-width: calc(100vw - 822px) !important;
}
.zb-font-822 {
  font-size: 822px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-822 {
    max-width: 822px !important;
  }
}
.zb-h-823 {
  height: 823px !important;
}
.zb-min-h-823 {
  min-height: 823px !important;
}
.zb-max-h-823 {
  max-height: 823px !important;
}
.zb-calc-h-823 {
  height: calc(100vh - 823px) !important;
}
.zb-calc-min-h-823 {
  min-height: calc(100vh - 823px) !important;
}
.zb-calc-max-h-823 {
  max-height: calc(100vh - 823px) !important;
}
.zb-w-823 {
  width: 823px !important;
}
.zb-w-percent-823 {
  width: 823% !important;
}
.zb-min-w-823 {
  min-width: 823px !important;
}
.zb-max-w-823 {
  max-width: 823px !important;
}
.zb-calc-w-823 {
  width: calc(100vw - 823px) !important;
}
.zb-calc-min-w-823 {
  min-width: calc(100vw - 823px) !important;
}
.zb-calc-max-w-823 {
  max-width: calc(100vw - 823px) !important;
}
.zb-font-823 {
  font-size: 823px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-823 {
    max-width: 823px !important;
  }
}
.zb-h-824 {
  height: 824px !important;
}
.zb-min-h-824 {
  min-height: 824px !important;
}
.zb-max-h-824 {
  max-height: 824px !important;
}
.zb-calc-h-824 {
  height: calc(100vh - 824px) !important;
}
.zb-calc-min-h-824 {
  min-height: calc(100vh - 824px) !important;
}
.zb-calc-max-h-824 {
  max-height: calc(100vh - 824px) !important;
}
.zb-w-824 {
  width: 824px !important;
}
.zb-w-percent-824 {
  width: 824% !important;
}
.zb-min-w-824 {
  min-width: 824px !important;
}
.zb-max-w-824 {
  max-width: 824px !important;
}
.zb-calc-w-824 {
  width: calc(100vw - 824px) !important;
}
.zb-calc-min-w-824 {
  min-width: calc(100vw - 824px) !important;
}
.zb-calc-max-w-824 {
  max-width: calc(100vw - 824px) !important;
}
.zb-font-824 {
  font-size: 824px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-824 {
    max-width: 824px !important;
  }
}
.zb-h-825 {
  height: 825px !important;
}
.zb-min-h-825 {
  min-height: 825px !important;
}
.zb-max-h-825 {
  max-height: 825px !important;
}
.zb-calc-h-825 {
  height: calc(100vh - 825px) !important;
}
.zb-calc-min-h-825 {
  min-height: calc(100vh - 825px) !important;
}
.zb-calc-max-h-825 {
  max-height: calc(100vh - 825px) !important;
}
.zb-w-825 {
  width: 825px !important;
}
.zb-w-percent-825 {
  width: 825% !important;
}
.zb-min-w-825 {
  min-width: 825px !important;
}
.zb-max-w-825 {
  max-width: 825px !important;
}
.zb-calc-w-825 {
  width: calc(100vw - 825px) !important;
}
.zb-calc-min-w-825 {
  min-width: calc(100vw - 825px) !important;
}
.zb-calc-max-w-825 {
  max-width: calc(100vw - 825px) !important;
}
.zb-font-825 {
  font-size: 825px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-825 {
    max-width: 825px !important;
  }
}
.zb-h-826 {
  height: 826px !important;
}
.zb-min-h-826 {
  min-height: 826px !important;
}
.zb-max-h-826 {
  max-height: 826px !important;
}
.zb-calc-h-826 {
  height: calc(100vh - 826px) !important;
}
.zb-calc-min-h-826 {
  min-height: calc(100vh - 826px) !important;
}
.zb-calc-max-h-826 {
  max-height: calc(100vh - 826px) !important;
}
.zb-w-826 {
  width: 826px !important;
}
.zb-w-percent-826 {
  width: 826% !important;
}
.zb-min-w-826 {
  min-width: 826px !important;
}
.zb-max-w-826 {
  max-width: 826px !important;
}
.zb-calc-w-826 {
  width: calc(100vw - 826px) !important;
}
.zb-calc-min-w-826 {
  min-width: calc(100vw - 826px) !important;
}
.zb-calc-max-w-826 {
  max-width: calc(100vw - 826px) !important;
}
.zb-font-826 {
  font-size: 826px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-826 {
    max-width: 826px !important;
  }
}
.zb-h-827 {
  height: 827px !important;
}
.zb-min-h-827 {
  min-height: 827px !important;
}
.zb-max-h-827 {
  max-height: 827px !important;
}
.zb-calc-h-827 {
  height: calc(100vh - 827px) !important;
}
.zb-calc-min-h-827 {
  min-height: calc(100vh - 827px) !important;
}
.zb-calc-max-h-827 {
  max-height: calc(100vh - 827px) !important;
}
.zb-w-827 {
  width: 827px !important;
}
.zb-w-percent-827 {
  width: 827% !important;
}
.zb-min-w-827 {
  min-width: 827px !important;
}
.zb-max-w-827 {
  max-width: 827px !important;
}
.zb-calc-w-827 {
  width: calc(100vw - 827px) !important;
}
.zb-calc-min-w-827 {
  min-width: calc(100vw - 827px) !important;
}
.zb-calc-max-w-827 {
  max-width: calc(100vw - 827px) !important;
}
.zb-font-827 {
  font-size: 827px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-827 {
    max-width: 827px !important;
  }
}
.zb-h-828 {
  height: 828px !important;
}
.zb-min-h-828 {
  min-height: 828px !important;
}
.zb-max-h-828 {
  max-height: 828px !important;
}
.zb-calc-h-828 {
  height: calc(100vh - 828px) !important;
}
.zb-calc-min-h-828 {
  min-height: calc(100vh - 828px) !important;
}
.zb-calc-max-h-828 {
  max-height: calc(100vh - 828px) !important;
}
.zb-w-828 {
  width: 828px !important;
}
.zb-w-percent-828 {
  width: 828% !important;
}
.zb-min-w-828 {
  min-width: 828px !important;
}
.zb-max-w-828 {
  max-width: 828px !important;
}
.zb-calc-w-828 {
  width: calc(100vw - 828px) !important;
}
.zb-calc-min-w-828 {
  min-width: calc(100vw - 828px) !important;
}
.zb-calc-max-w-828 {
  max-width: calc(100vw - 828px) !important;
}
.zb-font-828 {
  font-size: 828px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-828 {
    max-width: 828px !important;
  }
}
.zb-h-829 {
  height: 829px !important;
}
.zb-min-h-829 {
  min-height: 829px !important;
}
.zb-max-h-829 {
  max-height: 829px !important;
}
.zb-calc-h-829 {
  height: calc(100vh - 829px) !important;
}
.zb-calc-min-h-829 {
  min-height: calc(100vh - 829px) !important;
}
.zb-calc-max-h-829 {
  max-height: calc(100vh - 829px) !important;
}
.zb-w-829 {
  width: 829px !important;
}
.zb-w-percent-829 {
  width: 829% !important;
}
.zb-min-w-829 {
  min-width: 829px !important;
}
.zb-max-w-829 {
  max-width: 829px !important;
}
.zb-calc-w-829 {
  width: calc(100vw - 829px) !important;
}
.zb-calc-min-w-829 {
  min-width: calc(100vw - 829px) !important;
}
.zb-calc-max-w-829 {
  max-width: calc(100vw - 829px) !important;
}
.zb-font-829 {
  font-size: 829px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-829 {
    max-width: 829px !important;
  }
}
.zb-h-830 {
  height: 830px !important;
}
.zb-min-h-830 {
  min-height: 830px !important;
}
.zb-max-h-830 {
  max-height: 830px !important;
}
.zb-calc-h-830 {
  height: calc(100vh - 830px) !important;
}
.zb-calc-min-h-830 {
  min-height: calc(100vh - 830px) !important;
}
.zb-calc-max-h-830 {
  max-height: calc(100vh - 830px) !important;
}
.zb-w-830 {
  width: 830px !important;
}
.zb-w-percent-830 {
  width: 830% !important;
}
.zb-min-w-830 {
  min-width: 830px !important;
}
.zb-max-w-830 {
  max-width: 830px !important;
}
.zb-calc-w-830 {
  width: calc(100vw - 830px) !important;
}
.zb-calc-min-w-830 {
  min-width: calc(100vw - 830px) !important;
}
.zb-calc-max-w-830 {
  max-width: calc(100vw - 830px) !important;
}
.zb-font-830 {
  font-size: 830px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-830 {
    max-width: 830px !important;
  }
}
.zb-h-831 {
  height: 831px !important;
}
.zb-min-h-831 {
  min-height: 831px !important;
}
.zb-max-h-831 {
  max-height: 831px !important;
}
.zb-calc-h-831 {
  height: calc(100vh - 831px) !important;
}
.zb-calc-min-h-831 {
  min-height: calc(100vh - 831px) !important;
}
.zb-calc-max-h-831 {
  max-height: calc(100vh - 831px) !important;
}
.zb-w-831 {
  width: 831px !important;
}
.zb-w-percent-831 {
  width: 831% !important;
}
.zb-min-w-831 {
  min-width: 831px !important;
}
.zb-max-w-831 {
  max-width: 831px !important;
}
.zb-calc-w-831 {
  width: calc(100vw - 831px) !important;
}
.zb-calc-min-w-831 {
  min-width: calc(100vw - 831px) !important;
}
.zb-calc-max-w-831 {
  max-width: calc(100vw - 831px) !important;
}
.zb-font-831 {
  font-size: 831px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-831 {
    max-width: 831px !important;
  }
}
.zb-h-832 {
  height: 832px !important;
}
.zb-min-h-832 {
  min-height: 832px !important;
}
.zb-max-h-832 {
  max-height: 832px !important;
}
.zb-calc-h-832 {
  height: calc(100vh - 832px) !important;
}
.zb-calc-min-h-832 {
  min-height: calc(100vh - 832px) !important;
}
.zb-calc-max-h-832 {
  max-height: calc(100vh - 832px) !important;
}
.zb-w-832 {
  width: 832px !important;
}
.zb-w-percent-832 {
  width: 832% !important;
}
.zb-min-w-832 {
  min-width: 832px !important;
}
.zb-max-w-832 {
  max-width: 832px !important;
}
.zb-calc-w-832 {
  width: calc(100vw - 832px) !important;
}
.zb-calc-min-w-832 {
  min-width: calc(100vw - 832px) !important;
}
.zb-calc-max-w-832 {
  max-width: calc(100vw - 832px) !important;
}
.zb-font-832 {
  font-size: 832px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-832 {
    max-width: 832px !important;
  }
}
.zb-h-833 {
  height: 833px !important;
}
.zb-min-h-833 {
  min-height: 833px !important;
}
.zb-max-h-833 {
  max-height: 833px !important;
}
.zb-calc-h-833 {
  height: calc(100vh - 833px) !important;
}
.zb-calc-min-h-833 {
  min-height: calc(100vh - 833px) !important;
}
.zb-calc-max-h-833 {
  max-height: calc(100vh - 833px) !important;
}
.zb-w-833 {
  width: 833px !important;
}
.zb-w-percent-833 {
  width: 833% !important;
}
.zb-min-w-833 {
  min-width: 833px !important;
}
.zb-max-w-833 {
  max-width: 833px !important;
}
.zb-calc-w-833 {
  width: calc(100vw - 833px) !important;
}
.zb-calc-min-w-833 {
  min-width: calc(100vw - 833px) !important;
}
.zb-calc-max-w-833 {
  max-width: calc(100vw - 833px) !important;
}
.zb-font-833 {
  font-size: 833px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-833 {
    max-width: 833px !important;
  }
}
.zb-h-834 {
  height: 834px !important;
}
.zb-min-h-834 {
  min-height: 834px !important;
}
.zb-max-h-834 {
  max-height: 834px !important;
}
.zb-calc-h-834 {
  height: calc(100vh - 834px) !important;
}
.zb-calc-min-h-834 {
  min-height: calc(100vh - 834px) !important;
}
.zb-calc-max-h-834 {
  max-height: calc(100vh - 834px) !important;
}
.zb-w-834 {
  width: 834px !important;
}
.zb-w-percent-834 {
  width: 834% !important;
}
.zb-min-w-834 {
  min-width: 834px !important;
}
.zb-max-w-834 {
  max-width: 834px !important;
}
.zb-calc-w-834 {
  width: calc(100vw - 834px) !important;
}
.zb-calc-min-w-834 {
  min-width: calc(100vw - 834px) !important;
}
.zb-calc-max-w-834 {
  max-width: calc(100vw - 834px) !important;
}
.zb-font-834 {
  font-size: 834px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-834 {
    max-width: 834px !important;
  }
}
.zb-h-835 {
  height: 835px !important;
}
.zb-min-h-835 {
  min-height: 835px !important;
}
.zb-max-h-835 {
  max-height: 835px !important;
}
.zb-calc-h-835 {
  height: calc(100vh - 835px) !important;
}
.zb-calc-min-h-835 {
  min-height: calc(100vh - 835px) !important;
}
.zb-calc-max-h-835 {
  max-height: calc(100vh - 835px) !important;
}
.zb-w-835 {
  width: 835px !important;
}
.zb-w-percent-835 {
  width: 835% !important;
}
.zb-min-w-835 {
  min-width: 835px !important;
}
.zb-max-w-835 {
  max-width: 835px !important;
}
.zb-calc-w-835 {
  width: calc(100vw - 835px) !important;
}
.zb-calc-min-w-835 {
  min-width: calc(100vw - 835px) !important;
}
.zb-calc-max-w-835 {
  max-width: calc(100vw - 835px) !important;
}
.zb-font-835 {
  font-size: 835px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-835 {
    max-width: 835px !important;
  }
}
.zb-h-836 {
  height: 836px !important;
}
.zb-min-h-836 {
  min-height: 836px !important;
}
.zb-max-h-836 {
  max-height: 836px !important;
}
.zb-calc-h-836 {
  height: calc(100vh - 836px) !important;
}
.zb-calc-min-h-836 {
  min-height: calc(100vh - 836px) !important;
}
.zb-calc-max-h-836 {
  max-height: calc(100vh - 836px) !important;
}
.zb-w-836 {
  width: 836px !important;
}
.zb-w-percent-836 {
  width: 836% !important;
}
.zb-min-w-836 {
  min-width: 836px !important;
}
.zb-max-w-836 {
  max-width: 836px !important;
}
.zb-calc-w-836 {
  width: calc(100vw - 836px) !important;
}
.zb-calc-min-w-836 {
  min-width: calc(100vw - 836px) !important;
}
.zb-calc-max-w-836 {
  max-width: calc(100vw - 836px) !important;
}
.zb-font-836 {
  font-size: 836px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-836 {
    max-width: 836px !important;
  }
}
.zb-h-837 {
  height: 837px !important;
}
.zb-min-h-837 {
  min-height: 837px !important;
}
.zb-max-h-837 {
  max-height: 837px !important;
}
.zb-calc-h-837 {
  height: calc(100vh - 837px) !important;
}
.zb-calc-min-h-837 {
  min-height: calc(100vh - 837px) !important;
}
.zb-calc-max-h-837 {
  max-height: calc(100vh - 837px) !important;
}
.zb-w-837 {
  width: 837px !important;
}
.zb-w-percent-837 {
  width: 837% !important;
}
.zb-min-w-837 {
  min-width: 837px !important;
}
.zb-max-w-837 {
  max-width: 837px !important;
}
.zb-calc-w-837 {
  width: calc(100vw - 837px) !important;
}
.zb-calc-min-w-837 {
  min-width: calc(100vw - 837px) !important;
}
.zb-calc-max-w-837 {
  max-width: calc(100vw - 837px) !important;
}
.zb-font-837 {
  font-size: 837px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-837 {
    max-width: 837px !important;
  }
}
.zb-h-838 {
  height: 838px !important;
}
.zb-min-h-838 {
  min-height: 838px !important;
}
.zb-max-h-838 {
  max-height: 838px !important;
}
.zb-calc-h-838 {
  height: calc(100vh - 838px) !important;
}
.zb-calc-min-h-838 {
  min-height: calc(100vh - 838px) !important;
}
.zb-calc-max-h-838 {
  max-height: calc(100vh - 838px) !important;
}
.zb-w-838 {
  width: 838px !important;
}
.zb-w-percent-838 {
  width: 838% !important;
}
.zb-min-w-838 {
  min-width: 838px !important;
}
.zb-max-w-838 {
  max-width: 838px !important;
}
.zb-calc-w-838 {
  width: calc(100vw - 838px) !important;
}
.zb-calc-min-w-838 {
  min-width: calc(100vw - 838px) !important;
}
.zb-calc-max-w-838 {
  max-width: calc(100vw - 838px) !important;
}
.zb-font-838 {
  font-size: 838px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-838 {
    max-width: 838px !important;
  }
}
.zb-h-839 {
  height: 839px !important;
}
.zb-min-h-839 {
  min-height: 839px !important;
}
.zb-max-h-839 {
  max-height: 839px !important;
}
.zb-calc-h-839 {
  height: calc(100vh - 839px) !important;
}
.zb-calc-min-h-839 {
  min-height: calc(100vh - 839px) !important;
}
.zb-calc-max-h-839 {
  max-height: calc(100vh - 839px) !important;
}
.zb-w-839 {
  width: 839px !important;
}
.zb-w-percent-839 {
  width: 839% !important;
}
.zb-min-w-839 {
  min-width: 839px !important;
}
.zb-max-w-839 {
  max-width: 839px !important;
}
.zb-calc-w-839 {
  width: calc(100vw - 839px) !important;
}
.zb-calc-min-w-839 {
  min-width: calc(100vw - 839px) !important;
}
.zb-calc-max-w-839 {
  max-width: calc(100vw - 839px) !important;
}
.zb-font-839 {
  font-size: 839px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-839 {
    max-width: 839px !important;
  }
}
.zb-h-840 {
  height: 840px !important;
}
.zb-min-h-840 {
  min-height: 840px !important;
}
.zb-max-h-840 {
  max-height: 840px !important;
}
.zb-calc-h-840 {
  height: calc(100vh - 840px) !important;
}
.zb-calc-min-h-840 {
  min-height: calc(100vh - 840px) !important;
}
.zb-calc-max-h-840 {
  max-height: calc(100vh - 840px) !important;
}
.zb-w-840 {
  width: 840px !important;
}
.zb-w-percent-840 {
  width: 840% !important;
}
.zb-min-w-840 {
  min-width: 840px !important;
}
.zb-max-w-840 {
  max-width: 840px !important;
}
.zb-calc-w-840 {
  width: calc(100vw - 840px) !important;
}
.zb-calc-min-w-840 {
  min-width: calc(100vw - 840px) !important;
}
.zb-calc-max-w-840 {
  max-width: calc(100vw - 840px) !important;
}
.zb-font-840 {
  font-size: 840px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-840 {
    max-width: 840px !important;
  }
}
.zb-h-841 {
  height: 841px !important;
}
.zb-min-h-841 {
  min-height: 841px !important;
}
.zb-max-h-841 {
  max-height: 841px !important;
}
.zb-calc-h-841 {
  height: calc(100vh - 841px) !important;
}
.zb-calc-min-h-841 {
  min-height: calc(100vh - 841px) !important;
}
.zb-calc-max-h-841 {
  max-height: calc(100vh - 841px) !important;
}
.zb-w-841 {
  width: 841px !important;
}
.zb-w-percent-841 {
  width: 841% !important;
}
.zb-min-w-841 {
  min-width: 841px !important;
}
.zb-max-w-841 {
  max-width: 841px !important;
}
.zb-calc-w-841 {
  width: calc(100vw - 841px) !important;
}
.zb-calc-min-w-841 {
  min-width: calc(100vw - 841px) !important;
}
.zb-calc-max-w-841 {
  max-width: calc(100vw - 841px) !important;
}
.zb-font-841 {
  font-size: 841px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-841 {
    max-width: 841px !important;
  }
}
.zb-h-842 {
  height: 842px !important;
}
.zb-min-h-842 {
  min-height: 842px !important;
}
.zb-max-h-842 {
  max-height: 842px !important;
}
.zb-calc-h-842 {
  height: calc(100vh - 842px) !important;
}
.zb-calc-min-h-842 {
  min-height: calc(100vh - 842px) !important;
}
.zb-calc-max-h-842 {
  max-height: calc(100vh - 842px) !important;
}
.zb-w-842 {
  width: 842px !important;
}
.zb-w-percent-842 {
  width: 842% !important;
}
.zb-min-w-842 {
  min-width: 842px !important;
}
.zb-max-w-842 {
  max-width: 842px !important;
}
.zb-calc-w-842 {
  width: calc(100vw - 842px) !important;
}
.zb-calc-min-w-842 {
  min-width: calc(100vw - 842px) !important;
}
.zb-calc-max-w-842 {
  max-width: calc(100vw - 842px) !important;
}
.zb-font-842 {
  font-size: 842px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-842 {
    max-width: 842px !important;
  }
}
.zb-h-843 {
  height: 843px !important;
}
.zb-min-h-843 {
  min-height: 843px !important;
}
.zb-max-h-843 {
  max-height: 843px !important;
}
.zb-calc-h-843 {
  height: calc(100vh - 843px) !important;
}
.zb-calc-min-h-843 {
  min-height: calc(100vh - 843px) !important;
}
.zb-calc-max-h-843 {
  max-height: calc(100vh - 843px) !important;
}
.zb-w-843 {
  width: 843px !important;
}
.zb-w-percent-843 {
  width: 843% !important;
}
.zb-min-w-843 {
  min-width: 843px !important;
}
.zb-max-w-843 {
  max-width: 843px !important;
}
.zb-calc-w-843 {
  width: calc(100vw - 843px) !important;
}
.zb-calc-min-w-843 {
  min-width: calc(100vw - 843px) !important;
}
.zb-calc-max-w-843 {
  max-width: calc(100vw - 843px) !important;
}
.zb-font-843 {
  font-size: 843px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-843 {
    max-width: 843px !important;
  }
}
.zb-h-844 {
  height: 844px !important;
}
.zb-min-h-844 {
  min-height: 844px !important;
}
.zb-max-h-844 {
  max-height: 844px !important;
}
.zb-calc-h-844 {
  height: calc(100vh - 844px) !important;
}
.zb-calc-min-h-844 {
  min-height: calc(100vh - 844px) !important;
}
.zb-calc-max-h-844 {
  max-height: calc(100vh - 844px) !important;
}
.zb-w-844 {
  width: 844px !important;
}
.zb-w-percent-844 {
  width: 844% !important;
}
.zb-min-w-844 {
  min-width: 844px !important;
}
.zb-max-w-844 {
  max-width: 844px !important;
}
.zb-calc-w-844 {
  width: calc(100vw - 844px) !important;
}
.zb-calc-min-w-844 {
  min-width: calc(100vw - 844px) !important;
}
.zb-calc-max-w-844 {
  max-width: calc(100vw - 844px) !important;
}
.zb-font-844 {
  font-size: 844px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-844 {
    max-width: 844px !important;
  }
}
.zb-h-845 {
  height: 845px !important;
}
.zb-min-h-845 {
  min-height: 845px !important;
}
.zb-max-h-845 {
  max-height: 845px !important;
}
.zb-calc-h-845 {
  height: calc(100vh - 845px) !important;
}
.zb-calc-min-h-845 {
  min-height: calc(100vh - 845px) !important;
}
.zb-calc-max-h-845 {
  max-height: calc(100vh - 845px) !important;
}
.zb-w-845 {
  width: 845px !important;
}
.zb-w-percent-845 {
  width: 845% !important;
}
.zb-min-w-845 {
  min-width: 845px !important;
}
.zb-max-w-845 {
  max-width: 845px !important;
}
.zb-calc-w-845 {
  width: calc(100vw - 845px) !important;
}
.zb-calc-min-w-845 {
  min-width: calc(100vw - 845px) !important;
}
.zb-calc-max-w-845 {
  max-width: calc(100vw - 845px) !important;
}
.zb-font-845 {
  font-size: 845px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-845 {
    max-width: 845px !important;
  }
}
.zb-h-846 {
  height: 846px !important;
}
.zb-min-h-846 {
  min-height: 846px !important;
}
.zb-max-h-846 {
  max-height: 846px !important;
}
.zb-calc-h-846 {
  height: calc(100vh - 846px) !important;
}
.zb-calc-min-h-846 {
  min-height: calc(100vh - 846px) !important;
}
.zb-calc-max-h-846 {
  max-height: calc(100vh - 846px) !important;
}
.zb-w-846 {
  width: 846px !important;
}
.zb-w-percent-846 {
  width: 846% !important;
}
.zb-min-w-846 {
  min-width: 846px !important;
}
.zb-max-w-846 {
  max-width: 846px !important;
}
.zb-calc-w-846 {
  width: calc(100vw - 846px) !important;
}
.zb-calc-min-w-846 {
  min-width: calc(100vw - 846px) !important;
}
.zb-calc-max-w-846 {
  max-width: calc(100vw - 846px) !important;
}
.zb-font-846 {
  font-size: 846px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-846 {
    max-width: 846px !important;
  }
}
.zb-h-847 {
  height: 847px !important;
}
.zb-min-h-847 {
  min-height: 847px !important;
}
.zb-max-h-847 {
  max-height: 847px !important;
}
.zb-calc-h-847 {
  height: calc(100vh - 847px) !important;
}
.zb-calc-min-h-847 {
  min-height: calc(100vh - 847px) !important;
}
.zb-calc-max-h-847 {
  max-height: calc(100vh - 847px) !important;
}
.zb-w-847 {
  width: 847px !important;
}
.zb-w-percent-847 {
  width: 847% !important;
}
.zb-min-w-847 {
  min-width: 847px !important;
}
.zb-max-w-847 {
  max-width: 847px !important;
}
.zb-calc-w-847 {
  width: calc(100vw - 847px) !important;
}
.zb-calc-min-w-847 {
  min-width: calc(100vw - 847px) !important;
}
.zb-calc-max-w-847 {
  max-width: calc(100vw - 847px) !important;
}
.zb-font-847 {
  font-size: 847px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-847 {
    max-width: 847px !important;
  }
}
.zb-h-848 {
  height: 848px !important;
}
.zb-min-h-848 {
  min-height: 848px !important;
}
.zb-max-h-848 {
  max-height: 848px !important;
}
.zb-calc-h-848 {
  height: calc(100vh - 848px) !important;
}
.zb-calc-min-h-848 {
  min-height: calc(100vh - 848px) !important;
}
.zb-calc-max-h-848 {
  max-height: calc(100vh - 848px) !important;
}
.zb-w-848 {
  width: 848px !important;
}
.zb-w-percent-848 {
  width: 848% !important;
}
.zb-min-w-848 {
  min-width: 848px !important;
}
.zb-max-w-848 {
  max-width: 848px !important;
}
.zb-calc-w-848 {
  width: calc(100vw - 848px) !important;
}
.zb-calc-min-w-848 {
  min-width: calc(100vw - 848px) !important;
}
.zb-calc-max-w-848 {
  max-width: calc(100vw - 848px) !important;
}
.zb-font-848 {
  font-size: 848px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-848 {
    max-width: 848px !important;
  }
}
.zb-h-849 {
  height: 849px !important;
}
.zb-min-h-849 {
  min-height: 849px !important;
}
.zb-max-h-849 {
  max-height: 849px !important;
}
.zb-calc-h-849 {
  height: calc(100vh - 849px) !important;
}
.zb-calc-min-h-849 {
  min-height: calc(100vh - 849px) !important;
}
.zb-calc-max-h-849 {
  max-height: calc(100vh - 849px) !important;
}
.zb-w-849 {
  width: 849px !important;
}
.zb-w-percent-849 {
  width: 849% !important;
}
.zb-min-w-849 {
  min-width: 849px !important;
}
.zb-max-w-849 {
  max-width: 849px !important;
}
.zb-calc-w-849 {
  width: calc(100vw - 849px) !important;
}
.zb-calc-min-w-849 {
  min-width: calc(100vw - 849px) !important;
}
.zb-calc-max-w-849 {
  max-width: calc(100vw - 849px) !important;
}
.zb-font-849 {
  font-size: 849px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-849 {
    max-width: 849px !important;
  }
}
.zb-h-850 {
  height: 850px !important;
}
.zb-min-h-850 {
  min-height: 850px !important;
}
.zb-max-h-850 {
  max-height: 850px !important;
}
.zb-calc-h-850 {
  height: calc(100vh - 850px) !important;
}
.zb-calc-min-h-850 {
  min-height: calc(100vh - 850px) !important;
}
.zb-calc-max-h-850 {
  max-height: calc(100vh - 850px) !important;
}
.zb-w-850 {
  width: 850px !important;
}
.zb-w-percent-850 {
  width: 850% !important;
}
.zb-min-w-850 {
  min-width: 850px !important;
}
.zb-max-w-850 {
  max-width: 850px !important;
}
.zb-calc-w-850 {
  width: calc(100vw - 850px) !important;
}
.zb-calc-min-w-850 {
  min-width: calc(100vw - 850px) !important;
}
.zb-calc-max-w-850 {
  max-width: calc(100vw - 850px) !important;
}
.zb-font-850 {
  font-size: 850px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-850 {
    max-width: 850px !important;
  }
}
.zb-h-851 {
  height: 851px !important;
}
.zb-min-h-851 {
  min-height: 851px !important;
}
.zb-max-h-851 {
  max-height: 851px !important;
}
.zb-calc-h-851 {
  height: calc(100vh - 851px) !important;
}
.zb-calc-min-h-851 {
  min-height: calc(100vh - 851px) !important;
}
.zb-calc-max-h-851 {
  max-height: calc(100vh - 851px) !important;
}
.zb-w-851 {
  width: 851px !important;
}
.zb-w-percent-851 {
  width: 851% !important;
}
.zb-min-w-851 {
  min-width: 851px !important;
}
.zb-max-w-851 {
  max-width: 851px !important;
}
.zb-calc-w-851 {
  width: calc(100vw - 851px) !important;
}
.zb-calc-min-w-851 {
  min-width: calc(100vw - 851px) !important;
}
.zb-calc-max-w-851 {
  max-width: calc(100vw - 851px) !important;
}
.zb-font-851 {
  font-size: 851px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-851 {
    max-width: 851px !important;
  }
}
.zb-h-852 {
  height: 852px !important;
}
.zb-min-h-852 {
  min-height: 852px !important;
}
.zb-max-h-852 {
  max-height: 852px !important;
}
.zb-calc-h-852 {
  height: calc(100vh - 852px) !important;
}
.zb-calc-min-h-852 {
  min-height: calc(100vh - 852px) !important;
}
.zb-calc-max-h-852 {
  max-height: calc(100vh - 852px) !important;
}
.zb-w-852 {
  width: 852px !important;
}
.zb-w-percent-852 {
  width: 852% !important;
}
.zb-min-w-852 {
  min-width: 852px !important;
}
.zb-max-w-852 {
  max-width: 852px !important;
}
.zb-calc-w-852 {
  width: calc(100vw - 852px) !important;
}
.zb-calc-min-w-852 {
  min-width: calc(100vw - 852px) !important;
}
.zb-calc-max-w-852 {
  max-width: calc(100vw - 852px) !important;
}
.zb-font-852 {
  font-size: 852px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-852 {
    max-width: 852px !important;
  }
}
.zb-h-853 {
  height: 853px !important;
}
.zb-min-h-853 {
  min-height: 853px !important;
}
.zb-max-h-853 {
  max-height: 853px !important;
}
.zb-calc-h-853 {
  height: calc(100vh - 853px) !important;
}
.zb-calc-min-h-853 {
  min-height: calc(100vh - 853px) !important;
}
.zb-calc-max-h-853 {
  max-height: calc(100vh - 853px) !important;
}
.zb-w-853 {
  width: 853px !important;
}
.zb-w-percent-853 {
  width: 853% !important;
}
.zb-min-w-853 {
  min-width: 853px !important;
}
.zb-max-w-853 {
  max-width: 853px !important;
}
.zb-calc-w-853 {
  width: calc(100vw - 853px) !important;
}
.zb-calc-min-w-853 {
  min-width: calc(100vw - 853px) !important;
}
.zb-calc-max-w-853 {
  max-width: calc(100vw - 853px) !important;
}
.zb-font-853 {
  font-size: 853px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-853 {
    max-width: 853px !important;
  }
}
.zb-h-854 {
  height: 854px !important;
}
.zb-min-h-854 {
  min-height: 854px !important;
}
.zb-max-h-854 {
  max-height: 854px !important;
}
.zb-calc-h-854 {
  height: calc(100vh - 854px) !important;
}
.zb-calc-min-h-854 {
  min-height: calc(100vh - 854px) !important;
}
.zb-calc-max-h-854 {
  max-height: calc(100vh - 854px) !important;
}
.zb-w-854 {
  width: 854px !important;
}
.zb-w-percent-854 {
  width: 854% !important;
}
.zb-min-w-854 {
  min-width: 854px !important;
}
.zb-max-w-854 {
  max-width: 854px !important;
}
.zb-calc-w-854 {
  width: calc(100vw - 854px) !important;
}
.zb-calc-min-w-854 {
  min-width: calc(100vw - 854px) !important;
}
.zb-calc-max-w-854 {
  max-width: calc(100vw - 854px) !important;
}
.zb-font-854 {
  font-size: 854px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-854 {
    max-width: 854px !important;
  }
}
.zb-h-855 {
  height: 855px !important;
}
.zb-min-h-855 {
  min-height: 855px !important;
}
.zb-max-h-855 {
  max-height: 855px !important;
}
.zb-calc-h-855 {
  height: calc(100vh - 855px) !important;
}
.zb-calc-min-h-855 {
  min-height: calc(100vh - 855px) !important;
}
.zb-calc-max-h-855 {
  max-height: calc(100vh - 855px) !important;
}
.zb-w-855 {
  width: 855px !important;
}
.zb-w-percent-855 {
  width: 855% !important;
}
.zb-min-w-855 {
  min-width: 855px !important;
}
.zb-max-w-855 {
  max-width: 855px !important;
}
.zb-calc-w-855 {
  width: calc(100vw - 855px) !important;
}
.zb-calc-min-w-855 {
  min-width: calc(100vw - 855px) !important;
}
.zb-calc-max-w-855 {
  max-width: calc(100vw - 855px) !important;
}
.zb-font-855 {
  font-size: 855px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-855 {
    max-width: 855px !important;
  }
}
.zb-h-856 {
  height: 856px !important;
}
.zb-min-h-856 {
  min-height: 856px !important;
}
.zb-max-h-856 {
  max-height: 856px !important;
}
.zb-calc-h-856 {
  height: calc(100vh - 856px) !important;
}
.zb-calc-min-h-856 {
  min-height: calc(100vh - 856px) !important;
}
.zb-calc-max-h-856 {
  max-height: calc(100vh - 856px) !important;
}
.zb-w-856 {
  width: 856px !important;
}
.zb-w-percent-856 {
  width: 856% !important;
}
.zb-min-w-856 {
  min-width: 856px !important;
}
.zb-max-w-856 {
  max-width: 856px !important;
}
.zb-calc-w-856 {
  width: calc(100vw - 856px) !important;
}
.zb-calc-min-w-856 {
  min-width: calc(100vw - 856px) !important;
}
.zb-calc-max-w-856 {
  max-width: calc(100vw - 856px) !important;
}
.zb-font-856 {
  font-size: 856px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-856 {
    max-width: 856px !important;
  }
}
.zb-h-857 {
  height: 857px !important;
}
.zb-min-h-857 {
  min-height: 857px !important;
}
.zb-max-h-857 {
  max-height: 857px !important;
}
.zb-calc-h-857 {
  height: calc(100vh - 857px) !important;
}
.zb-calc-min-h-857 {
  min-height: calc(100vh - 857px) !important;
}
.zb-calc-max-h-857 {
  max-height: calc(100vh - 857px) !important;
}
.zb-w-857 {
  width: 857px !important;
}
.zb-w-percent-857 {
  width: 857% !important;
}
.zb-min-w-857 {
  min-width: 857px !important;
}
.zb-max-w-857 {
  max-width: 857px !important;
}
.zb-calc-w-857 {
  width: calc(100vw - 857px) !important;
}
.zb-calc-min-w-857 {
  min-width: calc(100vw - 857px) !important;
}
.zb-calc-max-w-857 {
  max-width: calc(100vw - 857px) !important;
}
.zb-font-857 {
  font-size: 857px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-857 {
    max-width: 857px !important;
  }
}
.zb-h-858 {
  height: 858px !important;
}
.zb-min-h-858 {
  min-height: 858px !important;
}
.zb-max-h-858 {
  max-height: 858px !important;
}
.zb-calc-h-858 {
  height: calc(100vh - 858px) !important;
}
.zb-calc-min-h-858 {
  min-height: calc(100vh - 858px) !important;
}
.zb-calc-max-h-858 {
  max-height: calc(100vh - 858px) !important;
}
.zb-w-858 {
  width: 858px !important;
}
.zb-w-percent-858 {
  width: 858% !important;
}
.zb-min-w-858 {
  min-width: 858px !important;
}
.zb-max-w-858 {
  max-width: 858px !important;
}
.zb-calc-w-858 {
  width: calc(100vw - 858px) !important;
}
.zb-calc-min-w-858 {
  min-width: calc(100vw - 858px) !important;
}
.zb-calc-max-w-858 {
  max-width: calc(100vw - 858px) !important;
}
.zb-font-858 {
  font-size: 858px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-858 {
    max-width: 858px !important;
  }
}
.zb-h-859 {
  height: 859px !important;
}
.zb-min-h-859 {
  min-height: 859px !important;
}
.zb-max-h-859 {
  max-height: 859px !important;
}
.zb-calc-h-859 {
  height: calc(100vh - 859px) !important;
}
.zb-calc-min-h-859 {
  min-height: calc(100vh - 859px) !important;
}
.zb-calc-max-h-859 {
  max-height: calc(100vh - 859px) !important;
}
.zb-w-859 {
  width: 859px !important;
}
.zb-w-percent-859 {
  width: 859% !important;
}
.zb-min-w-859 {
  min-width: 859px !important;
}
.zb-max-w-859 {
  max-width: 859px !important;
}
.zb-calc-w-859 {
  width: calc(100vw - 859px) !important;
}
.zb-calc-min-w-859 {
  min-width: calc(100vw - 859px) !important;
}
.zb-calc-max-w-859 {
  max-width: calc(100vw - 859px) !important;
}
.zb-font-859 {
  font-size: 859px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-859 {
    max-width: 859px !important;
  }
}
.zb-h-860 {
  height: 860px !important;
}
.zb-min-h-860 {
  min-height: 860px !important;
}
.zb-max-h-860 {
  max-height: 860px !important;
}
.zb-calc-h-860 {
  height: calc(100vh - 860px) !important;
}
.zb-calc-min-h-860 {
  min-height: calc(100vh - 860px) !important;
}
.zb-calc-max-h-860 {
  max-height: calc(100vh - 860px) !important;
}
.zb-w-860 {
  width: 860px !important;
}
.zb-w-percent-860 {
  width: 860% !important;
}
.zb-min-w-860 {
  min-width: 860px !important;
}
.zb-max-w-860 {
  max-width: 860px !important;
}
.zb-calc-w-860 {
  width: calc(100vw - 860px) !important;
}
.zb-calc-min-w-860 {
  min-width: calc(100vw - 860px) !important;
}
.zb-calc-max-w-860 {
  max-width: calc(100vw - 860px) !important;
}
.zb-font-860 {
  font-size: 860px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-860 {
    max-width: 860px !important;
  }
}
.zb-h-861 {
  height: 861px !important;
}
.zb-min-h-861 {
  min-height: 861px !important;
}
.zb-max-h-861 {
  max-height: 861px !important;
}
.zb-calc-h-861 {
  height: calc(100vh - 861px) !important;
}
.zb-calc-min-h-861 {
  min-height: calc(100vh - 861px) !important;
}
.zb-calc-max-h-861 {
  max-height: calc(100vh - 861px) !important;
}
.zb-w-861 {
  width: 861px !important;
}
.zb-w-percent-861 {
  width: 861% !important;
}
.zb-min-w-861 {
  min-width: 861px !important;
}
.zb-max-w-861 {
  max-width: 861px !important;
}
.zb-calc-w-861 {
  width: calc(100vw - 861px) !important;
}
.zb-calc-min-w-861 {
  min-width: calc(100vw - 861px) !important;
}
.zb-calc-max-w-861 {
  max-width: calc(100vw - 861px) !important;
}
.zb-font-861 {
  font-size: 861px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-861 {
    max-width: 861px !important;
  }
}
.zb-h-862 {
  height: 862px !important;
}
.zb-min-h-862 {
  min-height: 862px !important;
}
.zb-max-h-862 {
  max-height: 862px !important;
}
.zb-calc-h-862 {
  height: calc(100vh - 862px) !important;
}
.zb-calc-min-h-862 {
  min-height: calc(100vh - 862px) !important;
}
.zb-calc-max-h-862 {
  max-height: calc(100vh - 862px) !important;
}
.zb-w-862 {
  width: 862px !important;
}
.zb-w-percent-862 {
  width: 862% !important;
}
.zb-min-w-862 {
  min-width: 862px !important;
}
.zb-max-w-862 {
  max-width: 862px !important;
}
.zb-calc-w-862 {
  width: calc(100vw - 862px) !important;
}
.zb-calc-min-w-862 {
  min-width: calc(100vw - 862px) !important;
}
.zb-calc-max-w-862 {
  max-width: calc(100vw - 862px) !important;
}
.zb-font-862 {
  font-size: 862px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-862 {
    max-width: 862px !important;
  }
}
.zb-h-863 {
  height: 863px !important;
}
.zb-min-h-863 {
  min-height: 863px !important;
}
.zb-max-h-863 {
  max-height: 863px !important;
}
.zb-calc-h-863 {
  height: calc(100vh - 863px) !important;
}
.zb-calc-min-h-863 {
  min-height: calc(100vh - 863px) !important;
}
.zb-calc-max-h-863 {
  max-height: calc(100vh - 863px) !important;
}
.zb-w-863 {
  width: 863px !important;
}
.zb-w-percent-863 {
  width: 863% !important;
}
.zb-min-w-863 {
  min-width: 863px !important;
}
.zb-max-w-863 {
  max-width: 863px !important;
}
.zb-calc-w-863 {
  width: calc(100vw - 863px) !important;
}
.zb-calc-min-w-863 {
  min-width: calc(100vw - 863px) !important;
}
.zb-calc-max-w-863 {
  max-width: calc(100vw - 863px) !important;
}
.zb-font-863 {
  font-size: 863px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-863 {
    max-width: 863px !important;
  }
}
.zb-h-864 {
  height: 864px !important;
}
.zb-min-h-864 {
  min-height: 864px !important;
}
.zb-max-h-864 {
  max-height: 864px !important;
}
.zb-calc-h-864 {
  height: calc(100vh - 864px) !important;
}
.zb-calc-min-h-864 {
  min-height: calc(100vh - 864px) !important;
}
.zb-calc-max-h-864 {
  max-height: calc(100vh - 864px) !important;
}
.zb-w-864 {
  width: 864px !important;
}
.zb-w-percent-864 {
  width: 864% !important;
}
.zb-min-w-864 {
  min-width: 864px !important;
}
.zb-max-w-864 {
  max-width: 864px !important;
}
.zb-calc-w-864 {
  width: calc(100vw - 864px) !important;
}
.zb-calc-min-w-864 {
  min-width: calc(100vw - 864px) !important;
}
.zb-calc-max-w-864 {
  max-width: calc(100vw - 864px) !important;
}
.zb-font-864 {
  font-size: 864px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-864 {
    max-width: 864px !important;
  }
}
.zb-h-865 {
  height: 865px !important;
}
.zb-min-h-865 {
  min-height: 865px !important;
}
.zb-max-h-865 {
  max-height: 865px !important;
}
.zb-calc-h-865 {
  height: calc(100vh - 865px) !important;
}
.zb-calc-min-h-865 {
  min-height: calc(100vh - 865px) !important;
}
.zb-calc-max-h-865 {
  max-height: calc(100vh - 865px) !important;
}
.zb-w-865 {
  width: 865px !important;
}
.zb-w-percent-865 {
  width: 865% !important;
}
.zb-min-w-865 {
  min-width: 865px !important;
}
.zb-max-w-865 {
  max-width: 865px !important;
}
.zb-calc-w-865 {
  width: calc(100vw - 865px) !important;
}
.zb-calc-min-w-865 {
  min-width: calc(100vw - 865px) !important;
}
.zb-calc-max-w-865 {
  max-width: calc(100vw - 865px) !important;
}
.zb-font-865 {
  font-size: 865px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-865 {
    max-width: 865px !important;
  }
}
.zb-h-866 {
  height: 866px !important;
}
.zb-min-h-866 {
  min-height: 866px !important;
}
.zb-max-h-866 {
  max-height: 866px !important;
}
.zb-calc-h-866 {
  height: calc(100vh - 866px) !important;
}
.zb-calc-min-h-866 {
  min-height: calc(100vh - 866px) !important;
}
.zb-calc-max-h-866 {
  max-height: calc(100vh - 866px) !important;
}
.zb-w-866 {
  width: 866px !important;
}
.zb-w-percent-866 {
  width: 866% !important;
}
.zb-min-w-866 {
  min-width: 866px !important;
}
.zb-max-w-866 {
  max-width: 866px !important;
}
.zb-calc-w-866 {
  width: calc(100vw - 866px) !important;
}
.zb-calc-min-w-866 {
  min-width: calc(100vw - 866px) !important;
}
.zb-calc-max-w-866 {
  max-width: calc(100vw - 866px) !important;
}
.zb-font-866 {
  font-size: 866px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-866 {
    max-width: 866px !important;
  }
}
.zb-h-867 {
  height: 867px !important;
}
.zb-min-h-867 {
  min-height: 867px !important;
}
.zb-max-h-867 {
  max-height: 867px !important;
}
.zb-calc-h-867 {
  height: calc(100vh - 867px) !important;
}
.zb-calc-min-h-867 {
  min-height: calc(100vh - 867px) !important;
}
.zb-calc-max-h-867 {
  max-height: calc(100vh - 867px) !important;
}
.zb-w-867 {
  width: 867px !important;
}
.zb-w-percent-867 {
  width: 867% !important;
}
.zb-min-w-867 {
  min-width: 867px !important;
}
.zb-max-w-867 {
  max-width: 867px !important;
}
.zb-calc-w-867 {
  width: calc(100vw - 867px) !important;
}
.zb-calc-min-w-867 {
  min-width: calc(100vw - 867px) !important;
}
.zb-calc-max-w-867 {
  max-width: calc(100vw - 867px) !important;
}
.zb-font-867 {
  font-size: 867px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-867 {
    max-width: 867px !important;
  }
}
.zb-h-868 {
  height: 868px !important;
}
.zb-min-h-868 {
  min-height: 868px !important;
}
.zb-max-h-868 {
  max-height: 868px !important;
}
.zb-calc-h-868 {
  height: calc(100vh - 868px) !important;
}
.zb-calc-min-h-868 {
  min-height: calc(100vh - 868px) !important;
}
.zb-calc-max-h-868 {
  max-height: calc(100vh - 868px) !important;
}
.zb-w-868 {
  width: 868px !important;
}
.zb-w-percent-868 {
  width: 868% !important;
}
.zb-min-w-868 {
  min-width: 868px !important;
}
.zb-max-w-868 {
  max-width: 868px !important;
}
.zb-calc-w-868 {
  width: calc(100vw - 868px) !important;
}
.zb-calc-min-w-868 {
  min-width: calc(100vw - 868px) !important;
}
.zb-calc-max-w-868 {
  max-width: calc(100vw - 868px) !important;
}
.zb-font-868 {
  font-size: 868px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-868 {
    max-width: 868px !important;
  }
}
.zb-h-869 {
  height: 869px !important;
}
.zb-min-h-869 {
  min-height: 869px !important;
}
.zb-max-h-869 {
  max-height: 869px !important;
}
.zb-calc-h-869 {
  height: calc(100vh - 869px) !important;
}
.zb-calc-min-h-869 {
  min-height: calc(100vh - 869px) !important;
}
.zb-calc-max-h-869 {
  max-height: calc(100vh - 869px) !important;
}
.zb-w-869 {
  width: 869px !important;
}
.zb-w-percent-869 {
  width: 869% !important;
}
.zb-min-w-869 {
  min-width: 869px !important;
}
.zb-max-w-869 {
  max-width: 869px !important;
}
.zb-calc-w-869 {
  width: calc(100vw - 869px) !important;
}
.zb-calc-min-w-869 {
  min-width: calc(100vw - 869px) !important;
}
.zb-calc-max-w-869 {
  max-width: calc(100vw - 869px) !important;
}
.zb-font-869 {
  font-size: 869px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-869 {
    max-width: 869px !important;
  }
}
.zb-h-870 {
  height: 870px !important;
}
.zb-min-h-870 {
  min-height: 870px !important;
}
.zb-max-h-870 {
  max-height: 870px !important;
}
.zb-calc-h-870 {
  height: calc(100vh - 870px) !important;
}
.zb-calc-min-h-870 {
  min-height: calc(100vh - 870px) !important;
}
.zb-calc-max-h-870 {
  max-height: calc(100vh - 870px) !important;
}
.zb-w-870 {
  width: 870px !important;
}
.zb-w-percent-870 {
  width: 870% !important;
}
.zb-min-w-870 {
  min-width: 870px !important;
}
.zb-max-w-870 {
  max-width: 870px !important;
}
.zb-calc-w-870 {
  width: calc(100vw - 870px) !important;
}
.zb-calc-min-w-870 {
  min-width: calc(100vw - 870px) !important;
}
.zb-calc-max-w-870 {
  max-width: calc(100vw - 870px) !important;
}
.zb-font-870 {
  font-size: 870px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-870 {
    max-width: 870px !important;
  }
}
.zb-h-871 {
  height: 871px !important;
}
.zb-min-h-871 {
  min-height: 871px !important;
}
.zb-max-h-871 {
  max-height: 871px !important;
}
.zb-calc-h-871 {
  height: calc(100vh - 871px) !important;
}
.zb-calc-min-h-871 {
  min-height: calc(100vh - 871px) !important;
}
.zb-calc-max-h-871 {
  max-height: calc(100vh - 871px) !important;
}
.zb-w-871 {
  width: 871px !important;
}
.zb-w-percent-871 {
  width: 871% !important;
}
.zb-min-w-871 {
  min-width: 871px !important;
}
.zb-max-w-871 {
  max-width: 871px !important;
}
.zb-calc-w-871 {
  width: calc(100vw - 871px) !important;
}
.zb-calc-min-w-871 {
  min-width: calc(100vw - 871px) !important;
}
.zb-calc-max-w-871 {
  max-width: calc(100vw - 871px) !important;
}
.zb-font-871 {
  font-size: 871px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-871 {
    max-width: 871px !important;
  }
}
.zb-h-872 {
  height: 872px !important;
}
.zb-min-h-872 {
  min-height: 872px !important;
}
.zb-max-h-872 {
  max-height: 872px !important;
}
.zb-calc-h-872 {
  height: calc(100vh - 872px) !important;
}
.zb-calc-min-h-872 {
  min-height: calc(100vh - 872px) !important;
}
.zb-calc-max-h-872 {
  max-height: calc(100vh - 872px) !important;
}
.zb-w-872 {
  width: 872px !important;
}
.zb-w-percent-872 {
  width: 872% !important;
}
.zb-min-w-872 {
  min-width: 872px !important;
}
.zb-max-w-872 {
  max-width: 872px !important;
}
.zb-calc-w-872 {
  width: calc(100vw - 872px) !important;
}
.zb-calc-min-w-872 {
  min-width: calc(100vw - 872px) !important;
}
.zb-calc-max-w-872 {
  max-width: calc(100vw - 872px) !important;
}
.zb-font-872 {
  font-size: 872px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-872 {
    max-width: 872px !important;
  }
}
.zb-h-873 {
  height: 873px !important;
}
.zb-min-h-873 {
  min-height: 873px !important;
}
.zb-max-h-873 {
  max-height: 873px !important;
}
.zb-calc-h-873 {
  height: calc(100vh - 873px) !important;
}
.zb-calc-min-h-873 {
  min-height: calc(100vh - 873px) !important;
}
.zb-calc-max-h-873 {
  max-height: calc(100vh - 873px) !important;
}
.zb-w-873 {
  width: 873px !important;
}
.zb-w-percent-873 {
  width: 873% !important;
}
.zb-min-w-873 {
  min-width: 873px !important;
}
.zb-max-w-873 {
  max-width: 873px !important;
}
.zb-calc-w-873 {
  width: calc(100vw - 873px) !important;
}
.zb-calc-min-w-873 {
  min-width: calc(100vw - 873px) !important;
}
.zb-calc-max-w-873 {
  max-width: calc(100vw - 873px) !important;
}
.zb-font-873 {
  font-size: 873px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-873 {
    max-width: 873px !important;
  }
}
.zb-h-874 {
  height: 874px !important;
}
.zb-min-h-874 {
  min-height: 874px !important;
}
.zb-max-h-874 {
  max-height: 874px !important;
}
.zb-calc-h-874 {
  height: calc(100vh - 874px) !important;
}
.zb-calc-min-h-874 {
  min-height: calc(100vh - 874px) !important;
}
.zb-calc-max-h-874 {
  max-height: calc(100vh - 874px) !important;
}
.zb-w-874 {
  width: 874px !important;
}
.zb-w-percent-874 {
  width: 874% !important;
}
.zb-min-w-874 {
  min-width: 874px !important;
}
.zb-max-w-874 {
  max-width: 874px !important;
}
.zb-calc-w-874 {
  width: calc(100vw - 874px) !important;
}
.zb-calc-min-w-874 {
  min-width: calc(100vw - 874px) !important;
}
.zb-calc-max-w-874 {
  max-width: calc(100vw - 874px) !important;
}
.zb-font-874 {
  font-size: 874px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-874 {
    max-width: 874px !important;
  }
}
.zb-h-875 {
  height: 875px !important;
}
.zb-min-h-875 {
  min-height: 875px !important;
}
.zb-max-h-875 {
  max-height: 875px !important;
}
.zb-calc-h-875 {
  height: calc(100vh - 875px) !important;
}
.zb-calc-min-h-875 {
  min-height: calc(100vh - 875px) !important;
}
.zb-calc-max-h-875 {
  max-height: calc(100vh - 875px) !important;
}
.zb-w-875 {
  width: 875px !important;
}
.zb-w-percent-875 {
  width: 875% !important;
}
.zb-min-w-875 {
  min-width: 875px !important;
}
.zb-max-w-875 {
  max-width: 875px !important;
}
.zb-calc-w-875 {
  width: calc(100vw - 875px) !important;
}
.zb-calc-min-w-875 {
  min-width: calc(100vw - 875px) !important;
}
.zb-calc-max-w-875 {
  max-width: calc(100vw - 875px) !important;
}
.zb-font-875 {
  font-size: 875px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-875 {
    max-width: 875px !important;
  }
}
.zb-h-876 {
  height: 876px !important;
}
.zb-min-h-876 {
  min-height: 876px !important;
}
.zb-max-h-876 {
  max-height: 876px !important;
}
.zb-calc-h-876 {
  height: calc(100vh - 876px) !important;
}
.zb-calc-min-h-876 {
  min-height: calc(100vh - 876px) !important;
}
.zb-calc-max-h-876 {
  max-height: calc(100vh - 876px) !important;
}
.zb-w-876 {
  width: 876px !important;
}
.zb-w-percent-876 {
  width: 876% !important;
}
.zb-min-w-876 {
  min-width: 876px !important;
}
.zb-max-w-876 {
  max-width: 876px !important;
}
.zb-calc-w-876 {
  width: calc(100vw - 876px) !important;
}
.zb-calc-min-w-876 {
  min-width: calc(100vw - 876px) !important;
}
.zb-calc-max-w-876 {
  max-width: calc(100vw - 876px) !important;
}
.zb-font-876 {
  font-size: 876px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-876 {
    max-width: 876px !important;
  }
}
.zb-h-877 {
  height: 877px !important;
}
.zb-min-h-877 {
  min-height: 877px !important;
}
.zb-max-h-877 {
  max-height: 877px !important;
}
.zb-calc-h-877 {
  height: calc(100vh - 877px) !important;
}
.zb-calc-min-h-877 {
  min-height: calc(100vh - 877px) !important;
}
.zb-calc-max-h-877 {
  max-height: calc(100vh - 877px) !important;
}
.zb-w-877 {
  width: 877px !important;
}
.zb-w-percent-877 {
  width: 877% !important;
}
.zb-min-w-877 {
  min-width: 877px !important;
}
.zb-max-w-877 {
  max-width: 877px !important;
}
.zb-calc-w-877 {
  width: calc(100vw - 877px) !important;
}
.zb-calc-min-w-877 {
  min-width: calc(100vw - 877px) !important;
}
.zb-calc-max-w-877 {
  max-width: calc(100vw - 877px) !important;
}
.zb-font-877 {
  font-size: 877px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-877 {
    max-width: 877px !important;
  }
}
.zb-h-878 {
  height: 878px !important;
}
.zb-min-h-878 {
  min-height: 878px !important;
}
.zb-max-h-878 {
  max-height: 878px !important;
}
.zb-calc-h-878 {
  height: calc(100vh - 878px) !important;
}
.zb-calc-min-h-878 {
  min-height: calc(100vh - 878px) !important;
}
.zb-calc-max-h-878 {
  max-height: calc(100vh - 878px) !important;
}
.zb-w-878 {
  width: 878px !important;
}
.zb-w-percent-878 {
  width: 878% !important;
}
.zb-min-w-878 {
  min-width: 878px !important;
}
.zb-max-w-878 {
  max-width: 878px !important;
}
.zb-calc-w-878 {
  width: calc(100vw - 878px) !important;
}
.zb-calc-min-w-878 {
  min-width: calc(100vw - 878px) !important;
}
.zb-calc-max-w-878 {
  max-width: calc(100vw - 878px) !important;
}
.zb-font-878 {
  font-size: 878px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-878 {
    max-width: 878px !important;
  }
}
.zb-h-879 {
  height: 879px !important;
}
.zb-min-h-879 {
  min-height: 879px !important;
}
.zb-max-h-879 {
  max-height: 879px !important;
}
.zb-calc-h-879 {
  height: calc(100vh - 879px) !important;
}
.zb-calc-min-h-879 {
  min-height: calc(100vh - 879px) !important;
}
.zb-calc-max-h-879 {
  max-height: calc(100vh - 879px) !important;
}
.zb-w-879 {
  width: 879px !important;
}
.zb-w-percent-879 {
  width: 879% !important;
}
.zb-min-w-879 {
  min-width: 879px !important;
}
.zb-max-w-879 {
  max-width: 879px !important;
}
.zb-calc-w-879 {
  width: calc(100vw - 879px) !important;
}
.zb-calc-min-w-879 {
  min-width: calc(100vw - 879px) !important;
}
.zb-calc-max-w-879 {
  max-width: calc(100vw - 879px) !important;
}
.zb-font-879 {
  font-size: 879px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-879 {
    max-width: 879px !important;
  }
}
.zb-h-880 {
  height: 880px !important;
}
.zb-min-h-880 {
  min-height: 880px !important;
}
.zb-max-h-880 {
  max-height: 880px !important;
}
.zb-calc-h-880 {
  height: calc(100vh - 880px) !important;
}
.zb-calc-min-h-880 {
  min-height: calc(100vh - 880px) !important;
}
.zb-calc-max-h-880 {
  max-height: calc(100vh - 880px) !important;
}
.zb-w-880 {
  width: 880px !important;
}
.zb-w-percent-880 {
  width: 880% !important;
}
.zb-min-w-880 {
  min-width: 880px !important;
}
.zb-max-w-880 {
  max-width: 880px !important;
}
.zb-calc-w-880 {
  width: calc(100vw - 880px) !important;
}
.zb-calc-min-w-880 {
  min-width: calc(100vw - 880px) !important;
}
.zb-calc-max-w-880 {
  max-width: calc(100vw - 880px) !important;
}
.zb-font-880 {
  font-size: 880px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-880 {
    max-width: 880px !important;
  }
}
.zb-h-881 {
  height: 881px !important;
}
.zb-min-h-881 {
  min-height: 881px !important;
}
.zb-max-h-881 {
  max-height: 881px !important;
}
.zb-calc-h-881 {
  height: calc(100vh - 881px) !important;
}
.zb-calc-min-h-881 {
  min-height: calc(100vh - 881px) !important;
}
.zb-calc-max-h-881 {
  max-height: calc(100vh - 881px) !important;
}
.zb-w-881 {
  width: 881px !important;
}
.zb-w-percent-881 {
  width: 881% !important;
}
.zb-min-w-881 {
  min-width: 881px !important;
}
.zb-max-w-881 {
  max-width: 881px !important;
}
.zb-calc-w-881 {
  width: calc(100vw - 881px) !important;
}
.zb-calc-min-w-881 {
  min-width: calc(100vw - 881px) !important;
}
.zb-calc-max-w-881 {
  max-width: calc(100vw - 881px) !important;
}
.zb-font-881 {
  font-size: 881px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-881 {
    max-width: 881px !important;
  }
}
.zb-h-882 {
  height: 882px !important;
}
.zb-min-h-882 {
  min-height: 882px !important;
}
.zb-max-h-882 {
  max-height: 882px !important;
}
.zb-calc-h-882 {
  height: calc(100vh - 882px) !important;
}
.zb-calc-min-h-882 {
  min-height: calc(100vh - 882px) !important;
}
.zb-calc-max-h-882 {
  max-height: calc(100vh - 882px) !important;
}
.zb-w-882 {
  width: 882px !important;
}
.zb-w-percent-882 {
  width: 882% !important;
}
.zb-min-w-882 {
  min-width: 882px !important;
}
.zb-max-w-882 {
  max-width: 882px !important;
}
.zb-calc-w-882 {
  width: calc(100vw - 882px) !important;
}
.zb-calc-min-w-882 {
  min-width: calc(100vw - 882px) !important;
}
.zb-calc-max-w-882 {
  max-width: calc(100vw - 882px) !important;
}
.zb-font-882 {
  font-size: 882px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-882 {
    max-width: 882px !important;
  }
}
.zb-h-883 {
  height: 883px !important;
}
.zb-min-h-883 {
  min-height: 883px !important;
}
.zb-max-h-883 {
  max-height: 883px !important;
}
.zb-calc-h-883 {
  height: calc(100vh - 883px) !important;
}
.zb-calc-min-h-883 {
  min-height: calc(100vh - 883px) !important;
}
.zb-calc-max-h-883 {
  max-height: calc(100vh - 883px) !important;
}
.zb-w-883 {
  width: 883px !important;
}
.zb-w-percent-883 {
  width: 883% !important;
}
.zb-min-w-883 {
  min-width: 883px !important;
}
.zb-max-w-883 {
  max-width: 883px !important;
}
.zb-calc-w-883 {
  width: calc(100vw - 883px) !important;
}
.zb-calc-min-w-883 {
  min-width: calc(100vw - 883px) !important;
}
.zb-calc-max-w-883 {
  max-width: calc(100vw - 883px) !important;
}
.zb-font-883 {
  font-size: 883px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-883 {
    max-width: 883px !important;
  }
}
.zb-h-884 {
  height: 884px !important;
}
.zb-min-h-884 {
  min-height: 884px !important;
}
.zb-max-h-884 {
  max-height: 884px !important;
}
.zb-calc-h-884 {
  height: calc(100vh - 884px) !important;
}
.zb-calc-min-h-884 {
  min-height: calc(100vh - 884px) !important;
}
.zb-calc-max-h-884 {
  max-height: calc(100vh - 884px) !important;
}
.zb-w-884 {
  width: 884px !important;
}
.zb-w-percent-884 {
  width: 884% !important;
}
.zb-min-w-884 {
  min-width: 884px !important;
}
.zb-max-w-884 {
  max-width: 884px !important;
}
.zb-calc-w-884 {
  width: calc(100vw - 884px) !important;
}
.zb-calc-min-w-884 {
  min-width: calc(100vw - 884px) !important;
}
.zb-calc-max-w-884 {
  max-width: calc(100vw - 884px) !important;
}
.zb-font-884 {
  font-size: 884px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-884 {
    max-width: 884px !important;
  }
}
.zb-h-885 {
  height: 885px !important;
}
.zb-min-h-885 {
  min-height: 885px !important;
}
.zb-max-h-885 {
  max-height: 885px !important;
}
.zb-calc-h-885 {
  height: calc(100vh - 885px) !important;
}
.zb-calc-min-h-885 {
  min-height: calc(100vh - 885px) !important;
}
.zb-calc-max-h-885 {
  max-height: calc(100vh - 885px) !important;
}
.zb-w-885 {
  width: 885px !important;
}
.zb-w-percent-885 {
  width: 885% !important;
}
.zb-min-w-885 {
  min-width: 885px !important;
}
.zb-max-w-885 {
  max-width: 885px !important;
}
.zb-calc-w-885 {
  width: calc(100vw - 885px) !important;
}
.zb-calc-min-w-885 {
  min-width: calc(100vw - 885px) !important;
}
.zb-calc-max-w-885 {
  max-width: calc(100vw - 885px) !important;
}
.zb-font-885 {
  font-size: 885px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-885 {
    max-width: 885px !important;
  }
}
.zb-h-886 {
  height: 886px !important;
}
.zb-min-h-886 {
  min-height: 886px !important;
}
.zb-max-h-886 {
  max-height: 886px !important;
}
.zb-calc-h-886 {
  height: calc(100vh - 886px) !important;
}
.zb-calc-min-h-886 {
  min-height: calc(100vh - 886px) !important;
}
.zb-calc-max-h-886 {
  max-height: calc(100vh - 886px) !important;
}
.zb-w-886 {
  width: 886px !important;
}
.zb-w-percent-886 {
  width: 886% !important;
}
.zb-min-w-886 {
  min-width: 886px !important;
}
.zb-max-w-886 {
  max-width: 886px !important;
}
.zb-calc-w-886 {
  width: calc(100vw - 886px) !important;
}
.zb-calc-min-w-886 {
  min-width: calc(100vw - 886px) !important;
}
.zb-calc-max-w-886 {
  max-width: calc(100vw - 886px) !important;
}
.zb-font-886 {
  font-size: 886px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-886 {
    max-width: 886px !important;
  }
}
.zb-h-887 {
  height: 887px !important;
}
.zb-min-h-887 {
  min-height: 887px !important;
}
.zb-max-h-887 {
  max-height: 887px !important;
}
.zb-calc-h-887 {
  height: calc(100vh - 887px) !important;
}
.zb-calc-min-h-887 {
  min-height: calc(100vh - 887px) !important;
}
.zb-calc-max-h-887 {
  max-height: calc(100vh - 887px) !important;
}
.zb-w-887 {
  width: 887px !important;
}
.zb-w-percent-887 {
  width: 887% !important;
}
.zb-min-w-887 {
  min-width: 887px !important;
}
.zb-max-w-887 {
  max-width: 887px !important;
}
.zb-calc-w-887 {
  width: calc(100vw - 887px) !important;
}
.zb-calc-min-w-887 {
  min-width: calc(100vw - 887px) !important;
}
.zb-calc-max-w-887 {
  max-width: calc(100vw - 887px) !important;
}
.zb-font-887 {
  font-size: 887px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-887 {
    max-width: 887px !important;
  }
}
.zb-h-888 {
  height: 888px !important;
}
.zb-min-h-888 {
  min-height: 888px !important;
}
.zb-max-h-888 {
  max-height: 888px !important;
}
.zb-calc-h-888 {
  height: calc(100vh - 888px) !important;
}
.zb-calc-min-h-888 {
  min-height: calc(100vh - 888px) !important;
}
.zb-calc-max-h-888 {
  max-height: calc(100vh - 888px) !important;
}
.zb-w-888 {
  width: 888px !important;
}
.zb-w-percent-888 {
  width: 888% !important;
}
.zb-min-w-888 {
  min-width: 888px !important;
}
.zb-max-w-888 {
  max-width: 888px !important;
}
.zb-calc-w-888 {
  width: calc(100vw - 888px) !important;
}
.zb-calc-min-w-888 {
  min-width: calc(100vw - 888px) !important;
}
.zb-calc-max-w-888 {
  max-width: calc(100vw - 888px) !important;
}
.zb-font-888 {
  font-size: 888px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-888 {
    max-width: 888px !important;
  }
}
.zb-h-889 {
  height: 889px !important;
}
.zb-min-h-889 {
  min-height: 889px !important;
}
.zb-max-h-889 {
  max-height: 889px !important;
}
.zb-calc-h-889 {
  height: calc(100vh - 889px) !important;
}
.zb-calc-min-h-889 {
  min-height: calc(100vh - 889px) !important;
}
.zb-calc-max-h-889 {
  max-height: calc(100vh - 889px) !important;
}
.zb-w-889 {
  width: 889px !important;
}
.zb-w-percent-889 {
  width: 889% !important;
}
.zb-min-w-889 {
  min-width: 889px !important;
}
.zb-max-w-889 {
  max-width: 889px !important;
}
.zb-calc-w-889 {
  width: calc(100vw - 889px) !important;
}
.zb-calc-min-w-889 {
  min-width: calc(100vw - 889px) !important;
}
.zb-calc-max-w-889 {
  max-width: calc(100vw - 889px) !important;
}
.zb-font-889 {
  font-size: 889px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-889 {
    max-width: 889px !important;
  }
}
.zb-h-890 {
  height: 890px !important;
}
.zb-min-h-890 {
  min-height: 890px !important;
}
.zb-max-h-890 {
  max-height: 890px !important;
}
.zb-calc-h-890 {
  height: calc(100vh - 890px) !important;
}
.zb-calc-min-h-890 {
  min-height: calc(100vh - 890px) !important;
}
.zb-calc-max-h-890 {
  max-height: calc(100vh - 890px) !important;
}
.zb-w-890 {
  width: 890px !important;
}
.zb-w-percent-890 {
  width: 890% !important;
}
.zb-min-w-890 {
  min-width: 890px !important;
}
.zb-max-w-890 {
  max-width: 890px !important;
}
.zb-calc-w-890 {
  width: calc(100vw - 890px) !important;
}
.zb-calc-min-w-890 {
  min-width: calc(100vw - 890px) !important;
}
.zb-calc-max-w-890 {
  max-width: calc(100vw - 890px) !important;
}
.zb-font-890 {
  font-size: 890px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-890 {
    max-width: 890px !important;
  }
}
.zb-h-891 {
  height: 891px !important;
}
.zb-min-h-891 {
  min-height: 891px !important;
}
.zb-max-h-891 {
  max-height: 891px !important;
}
.zb-calc-h-891 {
  height: calc(100vh - 891px) !important;
}
.zb-calc-min-h-891 {
  min-height: calc(100vh - 891px) !important;
}
.zb-calc-max-h-891 {
  max-height: calc(100vh - 891px) !important;
}
.zb-w-891 {
  width: 891px !important;
}
.zb-w-percent-891 {
  width: 891% !important;
}
.zb-min-w-891 {
  min-width: 891px !important;
}
.zb-max-w-891 {
  max-width: 891px !important;
}
.zb-calc-w-891 {
  width: calc(100vw - 891px) !important;
}
.zb-calc-min-w-891 {
  min-width: calc(100vw - 891px) !important;
}
.zb-calc-max-w-891 {
  max-width: calc(100vw - 891px) !important;
}
.zb-font-891 {
  font-size: 891px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-891 {
    max-width: 891px !important;
  }
}
.zb-h-892 {
  height: 892px !important;
}
.zb-min-h-892 {
  min-height: 892px !important;
}
.zb-max-h-892 {
  max-height: 892px !important;
}
.zb-calc-h-892 {
  height: calc(100vh - 892px) !important;
}
.zb-calc-min-h-892 {
  min-height: calc(100vh - 892px) !important;
}
.zb-calc-max-h-892 {
  max-height: calc(100vh - 892px) !important;
}
.zb-w-892 {
  width: 892px !important;
}
.zb-w-percent-892 {
  width: 892% !important;
}
.zb-min-w-892 {
  min-width: 892px !important;
}
.zb-max-w-892 {
  max-width: 892px !important;
}
.zb-calc-w-892 {
  width: calc(100vw - 892px) !important;
}
.zb-calc-min-w-892 {
  min-width: calc(100vw - 892px) !important;
}
.zb-calc-max-w-892 {
  max-width: calc(100vw - 892px) !important;
}
.zb-font-892 {
  font-size: 892px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-892 {
    max-width: 892px !important;
  }
}
.zb-h-893 {
  height: 893px !important;
}
.zb-min-h-893 {
  min-height: 893px !important;
}
.zb-max-h-893 {
  max-height: 893px !important;
}
.zb-calc-h-893 {
  height: calc(100vh - 893px) !important;
}
.zb-calc-min-h-893 {
  min-height: calc(100vh - 893px) !important;
}
.zb-calc-max-h-893 {
  max-height: calc(100vh - 893px) !important;
}
.zb-w-893 {
  width: 893px !important;
}
.zb-w-percent-893 {
  width: 893% !important;
}
.zb-min-w-893 {
  min-width: 893px !important;
}
.zb-max-w-893 {
  max-width: 893px !important;
}
.zb-calc-w-893 {
  width: calc(100vw - 893px) !important;
}
.zb-calc-min-w-893 {
  min-width: calc(100vw - 893px) !important;
}
.zb-calc-max-w-893 {
  max-width: calc(100vw - 893px) !important;
}
.zb-font-893 {
  font-size: 893px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-893 {
    max-width: 893px !important;
  }
}
.zb-h-894 {
  height: 894px !important;
}
.zb-min-h-894 {
  min-height: 894px !important;
}
.zb-max-h-894 {
  max-height: 894px !important;
}
.zb-calc-h-894 {
  height: calc(100vh - 894px) !important;
}
.zb-calc-min-h-894 {
  min-height: calc(100vh - 894px) !important;
}
.zb-calc-max-h-894 {
  max-height: calc(100vh - 894px) !important;
}
.zb-w-894 {
  width: 894px !important;
}
.zb-w-percent-894 {
  width: 894% !important;
}
.zb-min-w-894 {
  min-width: 894px !important;
}
.zb-max-w-894 {
  max-width: 894px !important;
}
.zb-calc-w-894 {
  width: calc(100vw - 894px) !important;
}
.zb-calc-min-w-894 {
  min-width: calc(100vw - 894px) !important;
}
.zb-calc-max-w-894 {
  max-width: calc(100vw - 894px) !important;
}
.zb-font-894 {
  font-size: 894px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-894 {
    max-width: 894px !important;
  }
}
.zb-h-895 {
  height: 895px !important;
}
.zb-min-h-895 {
  min-height: 895px !important;
}
.zb-max-h-895 {
  max-height: 895px !important;
}
.zb-calc-h-895 {
  height: calc(100vh - 895px) !important;
}
.zb-calc-min-h-895 {
  min-height: calc(100vh - 895px) !important;
}
.zb-calc-max-h-895 {
  max-height: calc(100vh - 895px) !important;
}
.zb-w-895 {
  width: 895px !important;
}
.zb-w-percent-895 {
  width: 895% !important;
}
.zb-min-w-895 {
  min-width: 895px !important;
}
.zb-max-w-895 {
  max-width: 895px !important;
}
.zb-calc-w-895 {
  width: calc(100vw - 895px) !important;
}
.zb-calc-min-w-895 {
  min-width: calc(100vw - 895px) !important;
}
.zb-calc-max-w-895 {
  max-width: calc(100vw - 895px) !important;
}
.zb-font-895 {
  font-size: 895px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-895 {
    max-width: 895px !important;
  }
}
.zb-h-896 {
  height: 896px !important;
}
.zb-min-h-896 {
  min-height: 896px !important;
}
.zb-max-h-896 {
  max-height: 896px !important;
}
.zb-calc-h-896 {
  height: calc(100vh - 896px) !important;
}
.zb-calc-min-h-896 {
  min-height: calc(100vh - 896px) !important;
}
.zb-calc-max-h-896 {
  max-height: calc(100vh - 896px) !important;
}
.zb-w-896 {
  width: 896px !important;
}
.zb-w-percent-896 {
  width: 896% !important;
}
.zb-min-w-896 {
  min-width: 896px !important;
}
.zb-max-w-896 {
  max-width: 896px !important;
}
.zb-calc-w-896 {
  width: calc(100vw - 896px) !important;
}
.zb-calc-min-w-896 {
  min-width: calc(100vw - 896px) !important;
}
.zb-calc-max-w-896 {
  max-width: calc(100vw - 896px) !important;
}
.zb-font-896 {
  font-size: 896px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-896 {
    max-width: 896px !important;
  }
}
.zb-h-897 {
  height: 897px !important;
}
.zb-min-h-897 {
  min-height: 897px !important;
}
.zb-max-h-897 {
  max-height: 897px !important;
}
.zb-calc-h-897 {
  height: calc(100vh - 897px) !important;
}
.zb-calc-min-h-897 {
  min-height: calc(100vh - 897px) !important;
}
.zb-calc-max-h-897 {
  max-height: calc(100vh - 897px) !important;
}
.zb-w-897 {
  width: 897px !important;
}
.zb-w-percent-897 {
  width: 897% !important;
}
.zb-min-w-897 {
  min-width: 897px !important;
}
.zb-max-w-897 {
  max-width: 897px !important;
}
.zb-calc-w-897 {
  width: calc(100vw - 897px) !important;
}
.zb-calc-min-w-897 {
  min-width: calc(100vw - 897px) !important;
}
.zb-calc-max-w-897 {
  max-width: calc(100vw - 897px) !important;
}
.zb-font-897 {
  font-size: 897px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-897 {
    max-width: 897px !important;
  }
}
.zb-h-898 {
  height: 898px !important;
}
.zb-min-h-898 {
  min-height: 898px !important;
}
.zb-max-h-898 {
  max-height: 898px !important;
}
.zb-calc-h-898 {
  height: calc(100vh - 898px) !important;
}
.zb-calc-min-h-898 {
  min-height: calc(100vh - 898px) !important;
}
.zb-calc-max-h-898 {
  max-height: calc(100vh - 898px) !important;
}
.zb-w-898 {
  width: 898px !important;
}
.zb-w-percent-898 {
  width: 898% !important;
}
.zb-min-w-898 {
  min-width: 898px !important;
}
.zb-max-w-898 {
  max-width: 898px !important;
}
.zb-calc-w-898 {
  width: calc(100vw - 898px) !important;
}
.zb-calc-min-w-898 {
  min-width: calc(100vw - 898px) !important;
}
.zb-calc-max-w-898 {
  max-width: calc(100vw - 898px) !important;
}
.zb-font-898 {
  font-size: 898px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-898 {
    max-width: 898px !important;
  }
}
.zb-h-899 {
  height: 899px !important;
}
.zb-min-h-899 {
  min-height: 899px !important;
}
.zb-max-h-899 {
  max-height: 899px !important;
}
.zb-calc-h-899 {
  height: calc(100vh - 899px) !important;
}
.zb-calc-min-h-899 {
  min-height: calc(100vh - 899px) !important;
}
.zb-calc-max-h-899 {
  max-height: calc(100vh - 899px) !important;
}
.zb-w-899 {
  width: 899px !important;
}
.zb-w-percent-899 {
  width: 899% !important;
}
.zb-min-w-899 {
  min-width: 899px !important;
}
.zb-max-w-899 {
  max-width: 899px !important;
}
.zb-calc-w-899 {
  width: calc(100vw - 899px) !important;
}
.zb-calc-min-w-899 {
  min-width: calc(100vw - 899px) !important;
}
.zb-calc-max-w-899 {
  max-width: calc(100vw - 899px) !important;
}
.zb-font-899 {
  font-size: 899px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-899 {
    max-width: 899px !important;
  }
}
.zb-h-900 {
  height: 900px !important;
}
.zb-min-h-900 {
  min-height: 900px !important;
}
.zb-max-h-900 {
  max-height: 900px !important;
}
.zb-calc-h-900 {
  height: calc(100vh - 900px) !important;
}
.zb-calc-min-h-900 {
  min-height: calc(100vh - 900px) !important;
}
.zb-calc-max-h-900 {
  max-height: calc(100vh - 900px) !important;
}
.zb-w-900 {
  width: 900px !important;
}
.zb-w-percent-900 {
  width: 900% !important;
}
.zb-min-w-900 {
  min-width: 900px !important;
}
.zb-max-w-900 {
  max-width: 900px !important;
}
.zb-calc-w-900 {
  width: calc(100vw - 900px) !important;
}
.zb-calc-min-w-900 {
  min-width: calc(100vw - 900px) !important;
}
.zb-calc-max-w-900 {
  max-width: calc(100vw - 900px) !important;
}
.zb-font-900 {
  font-size: 900px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-900 {
    max-width: 900px !important;
  }
}
.zb-h-901 {
  height: 901px !important;
}
.zb-min-h-901 {
  min-height: 901px !important;
}
.zb-max-h-901 {
  max-height: 901px !important;
}
.zb-calc-h-901 {
  height: calc(100vh - 901px) !important;
}
.zb-calc-min-h-901 {
  min-height: calc(100vh - 901px) !important;
}
.zb-calc-max-h-901 {
  max-height: calc(100vh - 901px) !important;
}
.zb-w-901 {
  width: 901px !important;
}
.zb-w-percent-901 {
  width: 901% !important;
}
.zb-min-w-901 {
  min-width: 901px !important;
}
.zb-max-w-901 {
  max-width: 901px !important;
}
.zb-calc-w-901 {
  width: calc(100vw - 901px) !important;
}
.zb-calc-min-w-901 {
  min-width: calc(100vw - 901px) !important;
}
.zb-calc-max-w-901 {
  max-width: calc(100vw - 901px) !important;
}
.zb-font-901 {
  font-size: 901px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-901 {
    max-width: 901px !important;
  }
}
.zb-h-902 {
  height: 902px !important;
}
.zb-min-h-902 {
  min-height: 902px !important;
}
.zb-max-h-902 {
  max-height: 902px !important;
}
.zb-calc-h-902 {
  height: calc(100vh - 902px) !important;
}
.zb-calc-min-h-902 {
  min-height: calc(100vh - 902px) !important;
}
.zb-calc-max-h-902 {
  max-height: calc(100vh - 902px) !important;
}
.zb-w-902 {
  width: 902px !important;
}
.zb-w-percent-902 {
  width: 902% !important;
}
.zb-min-w-902 {
  min-width: 902px !important;
}
.zb-max-w-902 {
  max-width: 902px !important;
}
.zb-calc-w-902 {
  width: calc(100vw - 902px) !important;
}
.zb-calc-min-w-902 {
  min-width: calc(100vw - 902px) !important;
}
.zb-calc-max-w-902 {
  max-width: calc(100vw - 902px) !important;
}
.zb-font-902 {
  font-size: 902px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-902 {
    max-width: 902px !important;
  }
}
.zb-h-903 {
  height: 903px !important;
}
.zb-min-h-903 {
  min-height: 903px !important;
}
.zb-max-h-903 {
  max-height: 903px !important;
}
.zb-calc-h-903 {
  height: calc(100vh - 903px) !important;
}
.zb-calc-min-h-903 {
  min-height: calc(100vh - 903px) !important;
}
.zb-calc-max-h-903 {
  max-height: calc(100vh - 903px) !important;
}
.zb-w-903 {
  width: 903px !important;
}
.zb-w-percent-903 {
  width: 903% !important;
}
.zb-min-w-903 {
  min-width: 903px !important;
}
.zb-max-w-903 {
  max-width: 903px !important;
}
.zb-calc-w-903 {
  width: calc(100vw - 903px) !important;
}
.zb-calc-min-w-903 {
  min-width: calc(100vw - 903px) !important;
}
.zb-calc-max-w-903 {
  max-width: calc(100vw - 903px) !important;
}
.zb-font-903 {
  font-size: 903px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-903 {
    max-width: 903px !important;
  }
}
.zb-h-904 {
  height: 904px !important;
}
.zb-min-h-904 {
  min-height: 904px !important;
}
.zb-max-h-904 {
  max-height: 904px !important;
}
.zb-calc-h-904 {
  height: calc(100vh - 904px) !important;
}
.zb-calc-min-h-904 {
  min-height: calc(100vh - 904px) !important;
}
.zb-calc-max-h-904 {
  max-height: calc(100vh - 904px) !important;
}
.zb-w-904 {
  width: 904px !important;
}
.zb-w-percent-904 {
  width: 904% !important;
}
.zb-min-w-904 {
  min-width: 904px !important;
}
.zb-max-w-904 {
  max-width: 904px !important;
}
.zb-calc-w-904 {
  width: calc(100vw - 904px) !important;
}
.zb-calc-min-w-904 {
  min-width: calc(100vw - 904px) !important;
}
.zb-calc-max-w-904 {
  max-width: calc(100vw - 904px) !important;
}
.zb-font-904 {
  font-size: 904px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-904 {
    max-width: 904px !important;
  }
}
.zb-h-905 {
  height: 905px !important;
}
.zb-min-h-905 {
  min-height: 905px !important;
}
.zb-max-h-905 {
  max-height: 905px !important;
}
.zb-calc-h-905 {
  height: calc(100vh - 905px) !important;
}
.zb-calc-min-h-905 {
  min-height: calc(100vh - 905px) !important;
}
.zb-calc-max-h-905 {
  max-height: calc(100vh - 905px) !important;
}
.zb-w-905 {
  width: 905px !important;
}
.zb-w-percent-905 {
  width: 905% !important;
}
.zb-min-w-905 {
  min-width: 905px !important;
}
.zb-max-w-905 {
  max-width: 905px !important;
}
.zb-calc-w-905 {
  width: calc(100vw - 905px) !important;
}
.zb-calc-min-w-905 {
  min-width: calc(100vw - 905px) !important;
}
.zb-calc-max-w-905 {
  max-width: calc(100vw - 905px) !important;
}
.zb-font-905 {
  font-size: 905px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-905 {
    max-width: 905px !important;
  }
}
.zb-h-906 {
  height: 906px !important;
}
.zb-min-h-906 {
  min-height: 906px !important;
}
.zb-max-h-906 {
  max-height: 906px !important;
}
.zb-calc-h-906 {
  height: calc(100vh - 906px) !important;
}
.zb-calc-min-h-906 {
  min-height: calc(100vh - 906px) !important;
}
.zb-calc-max-h-906 {
  max-height: calc(100vh - 906px) !important;
}
.zb-w-906 {
  width: 906px !important;
}
.zb-w-percent-906 {
  width: 906% !important;
}
.zb-min-w-906 {
  min-width: 906px !important;
}
.zb-max-w-906 {
  max-width: 906px !important;
}
.zb-calc-w-906 {
  width: calc(100vw - 906px) !important;
}
.zb-calc-min-w-906 {
  min-width: calc(100vw - 906px) !important;
}
.zb-calc-max-w-906 {
  max-width: calc(100vw - 906px) !important;
}
.zb-font-906 {
  font-size: 906px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-906 {
    max-width: 906px !important;
  }
}
.zb-h-907 {
  height: 907px !important;
}
.zb-min-h-907 {
  min-height: 907px !important;
}
.zb-max-h-907 {
  max-height: 907px !important;
}
.zb-calc-h-907 {
  height: calc(100vh - 907px) !important;
}
.zb-calc-min-h-907 {
  min-height: calc(100vh - 907px) !important;
}
.zb-calc-max-h-907 {
  max-height: calc(100vh - 907px) !important;
}
.zb-w-907 {
  width: 907px !important;
}
.zb-w-percent-907 {
  width: 907% !important;
}
.zb-min-w-907 {
  min-width: 907px !important;
}
.zb-max-w-907 {
  max-width: 907px !important;
}
.zb-calc-w-907 {
  width: calc(100vw - 907px) !important;
}
.zb-calc-min-w-907 {
  min-width: calc(100vw - 907px) !important;
}
.zb-calc-max-w-907 {
  max-width: calc(100vw - 907px) !important;
}
.zb-font-907 {
  font-size: 907px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-907 {
    max-width: 907px !important;
  }
}
.zb-h-908 {
  height: 908px !important;
}
.zb-min-h-908 {
  min-height: 908px !important;
}
.zb-max-h-908 {
  max-height: 908px !important;
}
.zb-calc-h-908 {
  height: calc(100vh - 908px) !important;
}
.zb-calc-min-h-908 {
  min-height: calc(100vh - 908px) !important;
}
.zb-calc-max-h-908 {
  max-height: calc(100vh - 908px) !important;
}
.zb-w-908 {
  width: 908px !important;
}
.zb-w-percent-908 {
  width: 908% !important;
}
.zb-min-w-908 {
  min-width: 908px !important;
}
.zb-max-w-908 {
  max-width: 908px !important;
}
.zb-calc-w-908 {
  width: calc(100vw - 908px) !important;
}
.zb-calc-min-w-908 {
  min-width: calc(100vw - 908px) !important;
}
.zb-calc-max-w-908 {
  max-width: calc(100vw - 908px) !important;
}
.zb-font-908 {
  font-size: 908px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-908 {
    max-width: 908px !important;
  }
}
.zb-h-909 {
  height: 909px !important;
}
.zb-min-h-909 {
  min-height: 909px !important;
}
.zb-max-h-909 {
  max-height: 909px !important;
}
.zb-calc-h-909 {
  height: calc(100vh - 909px) !important;
}
.zb-calc-min-h-909 {
  min-height: calc(100vh - 909px) !important;
}
.zb-calc-max-h-909 {
  max-height: calc(100vh - 909px) !important;
}
.zb-w-909 {
  width: 909px !important;
}
.zb-w-percent-909 {
  width: 909% !important;
}
.zb-min-w-909 {
  min-width: 909px !important;
}
.zb-max-w-909 {
  max-width: 909px !important;
}
.zb-calc-w-909 {
  width: calc(100vw - 909px) !important;
}
.zb-calc-min-w-909 {
  min-width: calc(100vw - 909px) !important;
}
.zb-calc-max-w-909 {
  max-width: calc(100vw - 909px) !important;
}
.zb-font-909 {
  font-size: 909px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-909 {
    max-width: 909px !important;
  }
}
.zb-h-910 {
  height: 910px !important;
}
.zb-min-h-910 {
  min-height: 910px !important;
}
.zb-max-h-910 {
  max-height: 910px !important;
}
.zb-calc-h-910 {
  height: calc(100vh - 910px) !important;
}
.zb-calc-min-h-910 {
  min-height: calc(100vh - 910px) !important;
}
.zb-calc-max-h-910 {
  max-height: calc(100vh - 910px) !important;
}
.zb-w-910 {
  width: 910px !important;
}
.zb-w-percent-910 {
  width: 910% !important;
}
.zb-min-w-910 {
  min-width: 910px !important;
}
.zb-max-w-910 {
  max-width: 910px !important;
}
.zb-calc-w-910 {
  width: calc(100vw - 910px) !important;
}
.zb-calc-min-w-910 {
  min-width: calc(100vw - 910px) !important;
}
.zb-calc-max-w-910 {
  max-width: calc(100vw - 910px) !important;
}
.zb-font-910 {
  font-size: 910px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-910 {
    max-width: 910px !important;
  }
}
.zb-h-911 {
  height: 911px !important;
}
.zb-min-h-911 {
  min-height: 911px !important;
}
.zb-max-h-911 {
  max-height: 911px !important;
}
.zb-calc-h-911 {
  height: calc(100vh - 911px) !important;
}
.zb-calc-min-h-911 {
  min-height: calc(100vh - 911px) !important;
}
.zb-calc-max-h-911 {
  max-height: calc(100vh - 911px) !important;
}
.zb-w-911 {
  width: 911px !important;
}
.zb-w-percent-911 {
  width: 911% !important;
}
.zb-min-w-911 {
  min-width: 911px !important;
}
.zb-max-w-911 {
  max-width: 911px !important;
}
.zb-calc-w-911 {
  width: calc(100vw - 911px) !important;
}
.zb-calc-min-w-911 {
  min-width: calc(100vw - 911px) !important;
}
.zb-calc-max-w-911 {
  max-width: calc(100vw - 911px) !important;
}
.zb-font-911 {
  font-size: 911px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-911 {
    max-width: 911px !important;
  }
}
.zb-h-912 {
  height: 912px !important;
}
.zb-min-h-912 {
  min-height: 912px !important;
}
.zb-max-h-912 {
  max-height: 912px !important;
}
.zb-calc-h-912 {
  height: calc(100vh - 912px) !important;
}
.zb-calc-min-h-912 {
  min-height: calc(100vh - 912px) !important;
}
.zb-calc-max-h-912 {
  max-height: calc(100vh - 912px) !important;
}
.zb-w-912 {
  width: 912px !important;
}
.zb-w-percent-912 {
  width: 912% !important;
}
.zb-min-w-912 {
  min-width: 912px !important;
}
.zb-max-w-912 {
  max-width: 912px !important;
}
.zb-calc-w-912 {
  width: calc(100vw - 912px) !important;
}
.zb-calc-min-w-912 {
  min-width: calc(100vw - 912px) !important;
}
.zb-calc-max-w-912 {
  max-width: calc(100vw - 912px) !important;
}
.zb-font-912 {
  font-size: 912px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-912 {
    max-width: 912px !important;
  }
}
.zb-h-913 {
  height: 913px !important;
}
.zb-min-h-913 {
  min-height: 913px !important;
}
.zb-max-h-913 {
  max-height: 913px !important;
}
.zb-calc-h-913 {
  height: calc(100vh - 913px) !important;
}
.zb-calc-min-h-913 {
  min-height: calc(100vh - 913px) !important;
}
.zb-calc-max-h-913 {
  max-height: calc(100vh - 913px) !important;
}
.zb-w-913 {
  width: 913px !important;
}
.zb-w-percent-913 {
  width: 913% !important;
}
.zb-min-w-913 {
  min-width: 913px !important;
}
.zb-max-w-913 {
  max-width: 913px !important;
}
.zb-calc-w-913 {
  width: calc(100vw - 913px) !important;
}
.zb-calc-min-w-913 {
  min-width: calc(100vw - 913px) !important;
}
.zb-calc-max-w-913 {
  max-width: calc(100vw - 913px) !important;
}
.zb-font-913 {
  font-size: 913px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-913 {
    max-width: 913px !important;
  }
}
.zb-h-914 {
  height: 914px !important;
}
.zb-min-h-914 {
  min-height: 914px !important;
}
.zb-max-h-914 {
  max-height: 914px !important;
}
.zb-calc-h-914 {
  height: calc(100vh - 914px) !important;
}
.zb-calc-min-h-914 {
  min-height: calc(100vh - 914px) !important;
}
.zb-calc-max-h-914 {
  max-height: calc(100vh - 914px) !important;
}
.zb-w-914 {
  width: 914px !important;
}
.zb-w-percent-914 {
  width: 914% !important;
}
.zb-min-w-914 {
  min-width: 914px !important;
}
.zb-max-w-914 {
  max-width: 914px !important;
}
.zb-calc-w-914 {
  width: calc(100vw - 914px) !important;
}
.zb-calc-min-w-914 {
  min-width: calc(100vw - 914px) !important;
}
.zb-calc-max-w-914 {
  max-width: calc(100vw - 914px) !important;
}
.zb-font-914 {
  font-size: 914px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-914 {
    max-width: 914px !important;
  }
}
.zb-h-915 {
  height: 915px !important;
}
.zb-min-h-915 {
  min-height: 915px !important;
}
.zb-max-h-915 {
  max-height: 915px !important;
}
.zb-calc-h-915 {
  height: calc(100vh - 915px) !important;
}
.zb-calc-min-h-915 {
  min-height: calc(100vh - 915px) !important;
}
.zb-calc-max-h-915 {
  max-height: calc(100vh - 915px) !important;
}
.zb-w-915 {
  width: 915px !important;
}
.zb-w-percent-915 {
  width: 915% !important;
}
.zb-min-w-915 {
  min-width: 915px !important;
}
.zb-max-w-915 {
  max-width: 915px !important;
}
.zb-calc-w-915 {
  width: calc(100vw - 915px) !important;
}
.zb-calc-min-w-915 {
  min-width: calc(100vw - 915px) !important;
}
.zb-calc-max-w-915 {
  max-width: calc(100vw - 915px) !important;
}
.zb-font-915 {
  font-size: 915px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-915 {
    max-width: 915px !important;
  }
}
.zb-h-916 {
  height: 916px !important;
}
.zb-min-h-916 {
  min-height: 916px !important;
}
.zb-max-h-916 {
  max-height: 916px !important;
}
.zb-calc-h-916 {
  height: calc(100vh - 916px) !important;
}
.zb-calc-min-h-916 {
  min-height: calc(100vh - 916px) !important;
}
.zb-calc-max-h-916 {
  max-height: calc(100vh - 916px) !important;
}
.zb-w-916 {
  width: 916px !important;
}
.zb-w-percent-916 {
  width: 916% !important;
}
.zb-min-w-916 {
  min-width: 916px !important;
}
.zb-max-w-916 {
  max-width: 916px !important;
}
.zb-calc-w-916 {
  width: calc(100vw - 916px) !important;
}
.zb-calc-min-w-916 {
  min-width: calc(100vw - 916px) !important;
}
.zb-calc-max-w-916 {
  max-width: calc(100vw - 916px) !important;
}
.zb-font-916 {
  font-size: 916px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-916 {
    max-width: 916px !important;
  }
}
.zb-h-917 {
  height: 917px !important;
}
.zb-min-h-917 {
  min-height: 917px !important;
}
.zb-max-h-917 {
  max-height: 917px !important;
}
.zb-calc-h-917 {
  height: calc(100vh - 917px) !important;
}
.zb-calc-min-h-917 {
  min-height: calc(100vh - 917px) !important;
}
.zb-calc-max-h-917 {
  max-height: calc(100vh - 917px) !important;
}
.zb-w-917 {
  width: 917px !important;
}
.zb-w-percent-917 {
  width: 917% !important;
}
.zb-min-w-917 {
  min-width: 917px !important;
}
.zb-max-w-917 {
  max-width: 917px !important;
}
.zb-calc-w-917 {
  width: calc(100vw - 917px) !important;
}
.zb-calc-min-w-917 {
  min-width: calc(100vw - 917px) !important;
}
.zb-calc-max-w-917 {
  max-width: calc(100vw - 917px) !important;
}
.zb-font-917 {
  font-size: 917px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-917 {
    max-width: 917px !important;
  }
}
.zb-h-918 {
  height: 918px !important;
}
.zb-min-h-918 {
  min-height: 918px !important;
}
.zb-max-h-918 {
  max-height: 918px !important;
}
.zb-calc-h-918 {
  height: calc(100vh - 918px) !important;
}
.zb-calc-min-h-918 {
  min-height: calc(100vh - 918px) !important;
}
.zb-calc-max-h-918 {
  max-height: calc(100vh - 918px) !important;
}
.zb-w-918 {
  width: 918px !important;
}
.zb-w-percent-918 {
  width: 918% !important;
}
.zb-min-w-918 {
  min-width: 918px !important;
}
.zb-max-w-918 {
  max-width: 918px !important;
}
.zb-calc-w-918 {
  width: calc(100vw - 918px) !important;
}
.zb-calc-min-w-918 {
  min-width: calc(100vw - 918px) !important;
}
.zb-calc-max-w-918 {
  max-width: calc(100vw - 918px) !important;
}
.zb-font-918 {
  font-size: 918px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-918 {
    max-width: 918px !important;
  }
}
.zb-h-919 {
  height: 919px !important;
}
.zb-min-h-919 {
  min-height: 919px !important;
}
.zb-max-h-919 {
  max-height: 919px !important;
}
.zb-calc-h-919 {
  height: calc(100vh - 919px) !important;
}
.zb-calc-min-h-919 {
  min-height: calc(100vh - 919px) !important;
}
.zb-calc-max-h-919 {
  max-height: calc(100vh - 919px) !important;
}
.zb-w-919 {
  width: 919px !important;
}
.zb-w-percent-919 {
  width: 919% !important;
}
.zb-min-w-919 {
  min-width: 919px !important;
}
.zb-max-w-919 {
  max-width: 919px !important;
}
.zb-calc-w-919 {
  width: calc(100vw - 919px) !important;
}
.zb-calc-min-w-919 {
  min-width: calc(100vw - 919px) !important;
}
.zb-calc-max-w-919 {
  max-width: calc(100vw - 919px) !important;
}
.zb-font-919 {
  font-size: 919px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-919 {
    max-width: 919px !important;
  }
}
.zb-h-920 {
  height: 920px !important;
}
.zb-min-h-920 {
  min-height: 920px !important;
}
.zb-max-h-920 {
  max-height: 920px !important;
}
.zb-calc-h-920 {
  height: calc(100vh - 920px) !important;
}
.zb-calc-min-h-920 {
  min-height: calc(100vh - 920px) !important;
}
.zb-calc-max-h-920 {
  max-height: calc(100vh - 920px) !important;
}
.zb-w-920 {
  width: 920px !important;
}
.zb-w-percent-920 {
  width: 920% !important;
}
.zb-min-w-920 {
  min-width: 920px !important;
}
.zb-max-w-920 {
  max-width: 920px !important;
}
.zb-calc-w-920 {
  width: calc(100vw - 920px) !important;
}
.zb-calc-min-w-920 {
  min-width: calc(100vw - 920px) !important;
}
.zb-calc-max-w-920 {
  max-width: calc(100vw - 920px) !important;
}
.zb-font-920 {
  font-size: 920px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-920 {
    max-width: 920px !important;
  }
}
.zb-h-921 {
  height: 921px !important;
}
.zb-min-h-921 {
  min-height: 921px !important;
}
.zb-max-h-921 {
  max-height: 921px !important;
}
.zb-calc-h-921 {
  height: calc(100vh - 921px) !important;
}
.zb-calc-min-h-921 {
  min-height: calc(100vh - 921px) !important;
}
.zb-calc-max-h-921 {
  max-height: calc(100vh - 921px) !important;
}
.zb-w-921 {
  width: 921px !important;
}
.zb-w-percent-921 {
  width: 921% !important;
}
.zb-min-w-921 {
  min-width: 921px !important;
}
.zb-max-w-921 {
  max-width: 921px !important;
}
.zb-calc-w-921 {
  width: calc(100vw - 921px) !important;
}
.zb-calc-min-w-921 {
  min-width: calc(100vw - 921px) !important;
}
.zb-calc-max-w-921 {
  max-width: calc(100vw - 921px) !important;
}
.zb-font-921 {
  font-size: 921px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-921 {
    max-width: 921px !important;
  }
}
.zb-h-922 {
  height: 922px !important;
}
.zb-min-h-922 {
  min-height: 922px !important;
}
.zb-max-h-922 {
  max-height: 922px !important;
}
.zb-calc-h-922 {
  height: calc(100vh - 922px) !important;
}
.zb-calc-min-h-922 {
  min-height: calc(100vh - 922px) !important;
}
.zb-calc-max-h-922 {
  max-height: calc(100vh - 922px) !important;
}
.zb-w-922 {
  width: 922px !important;
}
.zb-w-percent-922 {
  width: 922% !important;
}
.zb-min-w-922 {
  min-width: 922px !important;
}
.zb-max-w-922 {
  max-width: 922px !important;
}
.zb-calc-w-922 {
  width: calc(100vw - 922px) !important;
}
.zb-calc-min-w-922 {
  min-width: calc(100vw - 922px) !important;
}
.zb-calc-max-w-922 {
  max-width: calc(100vw - 922px) !important;
}
.zb-font-922 {
  font-size: 922px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-922 {
    max-width: 922px !important;
  }
}
.zb-h-923 {
  height: 923px !important;
}
.zb-min-h-923 {
  min-height: 923px !important;
}
.zb-max-h-923 {
  max-height: 923px !important;
}
.zb-calc-h-923 {
  height: calc(100vh - 923px) !important;
}
.zb-calc-min-h-923 {
  min-height: calc(100vh - 923px) !important;
}
.zb-calc-max-h-923 {
  max-height: calc(100vh - 923px) !important;
}
.zb-w-923 {
  width: 923px !important;
}
.zb-w-percent-923 {
  width: 923% !important;
}
.zb-min-w-923 {
  min-width: 923px !important;
}
.zb-max-w-923 {
  max-width: 923px !important;
}
.zb-calc-w-923 {
  width: calc(100vw - 923px) !important;
}
.zb-calc-min-w-923 {
  min-width: calc(100vw - 923px) !important;
}
.zb-calc-max-w-923 {
  max-width: calc(100vw - 923px) !important;
}
.zb-font-923 {
  font-size: 923px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-923 {
    max-width: 923px !important;
  }
}
.zb-h-924 {
  height: 924px !important;
}
.zb-min-h-924 {
  min-height: 924px !important;
}
.zb-max-h-924 {
  max-height: 924px !important;
}
.zb-calc-h-924 {
  height: calc(100vh - 924px) !important;
}
.zb-calc-min-h-924 {
  min-height: calc(100vh - 924px) !important;
}
.zb-calc-max-h-924 {
  max-height: calc(100vh - 924px) !important;
}
.zb-w-924 {
  width: 924px !important;
}
.zb-w-percent-924 {
  width: 924% !important;
}
.zb-min-w-924 {
  min-width: 924px !important;
}
.zb-max-w-924 {
  max-width: 924px !important;
}
.zb-calc-w-924 {
  width: calc(100vw - 924px) !important;
}
.zb-calc-min-w-924 {
  min-width: calc(100vw - 924px) !important;
}
.zb-calc-max-w-924 {
  max-width: calc(100vw - 924px) !important;
}
.zb-font-924 {
  font-size: 924px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-924 {
    max-width: 924px !important;
  }
}
.zb-h-925 {
  height: 925px !important;
}
.zb-min-h-925 {
  min-height: 925px !important;
}
.zb-max-h-925 {
  max-height: 925px !important;
}
.zb-calc-h-925 {
  height: calc(100vh - 925px) !important;
}
.zb-calc-min-h-925 {
  min-height: calc(100vh - 925px) !important;
}
.zb-calc-max-h-925 {
  max-height: calc(100vh - 925px) !important;
}
.zb-w-925 {
  width: 925px !important;
}
.zb-w-percent-925 {
  width: 925% !important;
}
.zb-min-w-925 {
  min-width: 925px !important;
}
.zb-max-w-925 {
  max-width: 925px !important;
}
.zb-calc-w-925 {
  width: calc(100vw - 925px) !important;
}
.zb-calc-min-w-925 {
  min-width: calc(100vw - 925px) !important;
}
.zb-calc-max-w-925 {
  max-width: calc(100vw - 925px) !important;
}
.zb-font-925 {
  font-size: 925px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-925 {
    max-width: 925px !important;
  }
}
.zb-h-926 {
  height: 926px !important;
}
.zb-min-h-926 {
  min-height: 926px !important;
}
.zb-max-h-926 {
  max-height: 926px !important;
}
.zb-calc-h-926 {
  height: calc(100vh - 926px) !important;
}
.zb-calc-min-h-926 {
  min-height: calc(100vh - 926px) !important;
}
.zb-calc-max-h-926 {
  max-height: calc(100vh - 926px) !important;
}
.zb-w-926 {
  width: 926px !important;
}
.zb-w-percent-926 {
  width: 926% !important;
}
.zb-min-w-926 {
  min-width: 926px !important;
}
.zb-max-w-926 {
  max-width: 926px !important;
}
.zb-calc-w-926 {
  width: calc(100vw - 926px) !important;
}
.zb-calc-min-w-926 {
  min-width: calc(100vw - 926px) !important;
}
.zb-calc-max-w-926 {
  max-width: calc(100vw - 926px) !important;
}
.zb-font-926 {
  font-size: 926px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-926 {
    max-width: 926px !important;
  }
}
.zb-h-927 {
  height: 927px !important;
}
.zb-min-h-927 {
  min-height: 927px !important;
}
.zb-max-h-927 {
  max-height: 927px !important;
}
.zb-calc-h-927 {
  height: calc(100vh - 927px) !important;
}
.zb-calc-min-h-927 {
  min-height: calc(100vh - 927px) !important;
}
.zb-calc-max-h-927 {
  max-height: calc(100vh - 927px) !important;
}
.zb-w-927 {
  width: 927px !important;
}
.zb-w-percent-927 {
  width: 927% !important;
}
.zb-min-w-927 {
  min-width: 927px !important;
}
.zb-max-w-927 {
  max-width: 927px !important;
}
.zb-calc-w-927 {
  width: calc(100vw - 927px) !important;
}
.zb-calc-min-w-927 {
  min-width: calc(100vw - 927px) !important;
}
.zb-calc-max-w-927 {
  max-width: calc(100vw - 927px) !important;
}
.zb-font-927 {
  font-size: 927px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-927 {
    max-width: 927px !important;
  }
}
.zb-h-928 {
  height: 928px !important;
}
.zb-min-h-928 {
  min-height: 928px !important;
}
.zb-max-h-928 {
  max-height: 928px !important;
}
.zb-calc-h-928 {
  height: calc(100vh - 928px) !important;
}
.zb-calc-min-h-928 {
  min-height: calc(100vh - 928px) !important;
}
.zb-calc-max-h-928 {
  max-height: calc(100vh - 928px) !important;
}
.zb-w-928 {
  width: 928px !important;
}
.zb-w-percent-928 {
  width: 928% !important;
}
.zb-min-w-928 {
  min-width: 928px !important;
}
.zb-max-w-928 {
  max-width: 928px !important;
}
.zb-calc-w-928 {
  width: calc(100vw - 928px) !important;
}
.zb-calc-min-w-928 {
  min-width: calc(100vw - 928px) !important;
}
.zb-calc-max-w-928 {
  max-width: calc(100vw - 928px) !important;
}
.zb-font-928 {
  font-size: 928px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-928 {
    max-width: 928px !important;
  }
}
.zb-h-929 {
  height: 929px !important;
}
.zb-min-h-929 {
  min-height: 929px !important;
}
.zb-max-h-929 {
  max-height: 929px !important;
}
.zb-calc-h-929 {
  height: calc(100vh - 929px) !important;
}
.zb-calc-min-h-929 {
  min-height: calc(100vh - 929px) !important;
}
.zb-calc-max-h-929 {
  max-height: calc(100vh - 929px) !important;
}
.zb-w-929 {
  width: 929px !important;
}
.zb-w-percent-929 {
  width: 929% !important;
}
.zb-min-w-929 {
  min-width: 929px !important;
}
.zb-max-w-929 {
  max-width: 929px !important;
}
.zb-calc-w-929 {
  width: calc(100vw - 929px) !important;
}
.zb-calc-min-w-929 {
  min-width: calc(100vw - 929px) !important;
}
.zb-calc-max-w-929 {
  max-width: calc(100vw - 929px) !important;
}
.zb-font-929 {
  font-size: 929px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-929 {
    max-width: 929px !important;
  }
}
.zb-h-930 {
  height: 930px !important;
}
.zb-min-h-930 {
  min-height: 930px !important;
}
.zb-max-h-930 {
  max-height: 930px !important;
}
.zb-calc-h-930 {
  height: calc(100vh - 930px) !important;
}
.zb-calc-min-h-930 {
  min-height: calc(100vh - 930px) !important;
}
.zb-calc-max-h-930 {
  max-height: calc(100vh - 930px) !important;
}
.zb-w-930 {
  width: 930px !important;
}
.zb-w-percent-930 {
  width: 930% !important;
}
.zb-min-w-930 {
  min-width: 930px !important;
}
.zb-max-w-930 {
  max-width: 930px !important;
}
.zb-calc-w-930 {
  width: calc(100vw - 930px) !important;
}
.zb-calc-min-w-930 {
  min-width: calc(100vw - 930px) !important;
}
.zb-calc-max-w-930 {
  max-width: calc(100vw - 930px) !important;
}
.zb-font-930 {
  font-size: 930px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-930 {
    max-width: 930px !important;
  }
}
.zb-h-931 {
  height: 931px !important;
}
.zb-min-h-931 {
  min-height: 931px !important;
}
.zb-max-h-931 {
  max-height: 931px !important;
}
.zb-calc-h-931 {
  height: calc(100vh - 931px) !important;
}
.zb-calc-min-h-931 {
  min-height: calc(100vh - 931px) !important;
}
.zb-calc-max-h-931 {
  max-height: calc(100vh - 931px) !important;
}
.zb-w-931 {
  width: 931px !important;
}
.zb-w-percent-931 {
  width: 931% !important;
}
.zb-min-w-931 {
  min-width: 931px !important;
}
.zb-max-w-931 {
  max-width: 931px !important;
}
.zb-calc-w-931 {
  width: calc(100vw - 931px) !important;
}
.zb-calc-min-w-931 {
  min-width: calc(100vw - 931px) !important;
}
.zb-calc-max-w-931 {
  max-width: calc(100vw - 931px) !important;
}
.zb-font-931 {
  font-size: 931px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-931 {
    max-width: 931px !important;
  }
}
.zb-h-932 {
  height: 932px !important;
}
.zb-min-h-932 {
  min-height: 932px !important;
}
.zb-max-h-932 {
  max-height: 932px !important;
}
.zb-calc-h-932 {
  height: calc(100vh - 932px) !important;
}
.zb-calc-min-h-932 {
  min-height: calc(100vh - 932px) !important;
}
.zb-calc-max-h-932 {
  max-height: calc(100vh - 932px) !important;
}
.zb-w-932 {
  width: 932px !important;
}
.zb-w-percent-932 {
  width: 932% !important;
}
.zb-min-w-932 {
  min-width: 932px !important;
}
.zb-max-w-932 {
  max-width: 932px !important;
}
.zb-calc-w-932 {
  width: calc(100vw - 932px) !important;
}
.zb-calc-min-w-932 {
  min-width: calc(100vw - 932px) !important;
}
.zb-calc-max-w-932 {
  max-width: calc(100vw - 932px) !important;
}
.zb-font-932 {
  font-size: 932px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-932 {
    max-width: 932px !important;
  }
}
.zb-h-933 {
  height: 933px !important;
}
.zb-min-h-933 {
  min-height: 933px !important;
}
.zb-max-h-933 {
  max-height: 933px !important;
}
.zb-calc-h-933 {
  height: calc(100vh - 933px) !important;
}
.zb-calc-min-h-933 {
  min-height: calc(100vh - 933px) !important;
}
.zb-calc-max-h-933 {
  max-height: calc(100vh - 933px) !important;
}
.zb-w-933 {
  width: 933px !important;
}
.zb-w-percent-933 {
  width: 933% !important;
}
.zb-min-w-933 {
  min-width: 933px !important;
}
.zb-max-w-933 {
  max-width: 933px !important;
}
.zb-calc-w-933 {
  width: calc(100vw - 933px) !important;
}
.zb-calc-min-w-933 {
  min-width: calc(100vw - 933px) !important;
}
.zb-calc-max-w-933 {
  max-width: calc(100vw - 933px) !important;
}
.zb-font-933 {
  font-size: 933px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-933 {
    max-width: 933px !important;
  }
}
.zb-h-934 {
  height: 934px !important;
}
.zb-min-h-934 {
  min-height: 934px !important;
}
.zb-max-h-934 {
  max-height: 934px !important;
}
.zb-calc-h-934 {
  height: calc(100vh - 934px) !important;
}
.zb-calc-min-h-934 {
  min-height: calc(100vh - 934px) !important;
}
.zb-calc-max-h-934 {
  max-height: calc(100vh - 934px) !important;
}
.zb-w-934 {
  width: 934px !important;
}
.zb-w-percent-934 {
  width: 934% !important;
}
.zb-min-w-934 {
  min-width: 934px !important;
}
.zb-max-w-934 {
  max-width: 934px !important;
}
.zb-calc-w-934 {
  width: calc(100vw - 934px) !important;
}
.zb-calc-min-w-934 {
  min-width: calc(100vw - 934px) !important;
}
.zb-calc-max-w-934 {
  max-width: calc(100vw - 934px) !important;
}
.zb-font-934 {
  font-size: 934px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-934 {
    max-width: 934px !important;
  }
}
.zb-h-935 {
  height: 935px !important;
}
.zb-min-h-935 {
  min-height: 935px !important;
}
.zb-max-h-935 {
  max-height: 935px !important;
}
.zb-calc-h-935 {
  height: calc(100vh - 935px) !important;
}
.zb-calc-min-h-935 {
  min-height: calc(100vh - 935px) !important;
}
.zb-calc-max-h-935 {
  max-height: calc(100vh - 935px) !important;
}
.zb-w-935 {
  width: 935px !important;
}
.zb-w-percent-935 {
  width: 935% !important;
}
.zb-min-w-935 {
  min-width: 935px !important;
}
.zb-max-w-935 {
  max-width: 935px !important;
}
.zb-calc-w-935 {
  width: calc(100vw - 935px) !important;
}
.zb-calc-min-w-935 {
  min-width: calc(100vw - 935px) !important;
}
.zb-calc-max-w-935 {
  max-width: calc(100vw - 935px) !important;
}
.zb-font-935 {
  font-size: 935px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-935 {
    max-width: 935px !important;
  }
}
.zb-h-936 {
  height: 936px !important;
}
.zb-min-h-936 {
  min-height: 936px !important;
}
.zb-max-h-936 {
  max-height: 936px !important;
}
.zb-calc-h-936 {
  height: calc(100vh - 936px) !important;
}
.zb-calc-min-h-936 {
  min-height: calc(100vh - 936px) !important;
}
.zb-calc-max-h-936 {
  max-height: calc(100vh - 936px) !important;
}
.zb-w-936 {
  width: 936px !important;
}
.zb-w-percent-936 {
  width: 936% !important;
}
.zb-min-w-936 {
  min-width: 936px !important;
}
.zb-max-w-936 {
  max-width: 936px !important;
}
.zb-calc-w-936 {
  width: calc(100vw - 936px) !important;
}
.zb-calc-min-w-936 {
  min-width: calc(100vw - 936px) !important;
}
.zb-calc-max-w-936 {
  max-width: calc(100vw - 936px) !important;
}
.zb-font-936 {
  font-size: 936px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-936 {
    max-width: 936px !important;
  }
}
.zb-h-937 {
  height: 937px !important;
}
.zb-min-h-937 {
  min-height: 937px !important;
}
.zb-max-h-937 {
  max-height: 937px !important;
}
.zb-calc-h-937 {
  height: calc(100vh - 937px) !important;
}
.zb-calc-min-h-937 {
  min-height: calc(100vh - 937px) !important;
}
.zb-calc-max-h-937 {
  max-height: calc(100vh - 937px) !important;
}
.zb-w-937 {
  width: 937px !important;
}
.zb-w-percent-937 {
  width: 937% !important;
}
.zb-min-w-937 {
  min-width: 937px !important;
}
.zb-max-w-937 {
  max-width: 937px !important;
}
.zb-calc-w-937 {
  width: calc(100vw - 937px) !important;
}
.zb-calc-min-w-937 {
  min-width: calc(100vw - 937px) !important;
}
.zb-calc-max-w-937 {
  max-width: calc(100vw - 937px) !important;
}
.zb-font-937 {
  font-size: 937px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-937 {
    max-width: 937px !important;
  }
}
.zb-h-938 {
  height: 938px !important;
}
.zb-min-h-938 {
  min-height: 938px !important;
}
.zb-max-h-938 {
  max-height: 938px !important;
}
.zb-calc-h-938 {
  height: calc(100vh - 938px) !important;
}
.zb-calc-min-h-938 {
  min-height: calc(100vh - 938px) !important;
}
.zb-calc-max-h-938 {
  max-height: calc(100vh - 938px) !important;
}
.zb-w-938 {
  width: 938px !important;
}
.zb-w-percent-938 {
  width: 938% !important;
}
.zb-min-w-938 {
  min-width: 938px !important;
}
.zb-max-w-938 {
  max-width: 938px !important;
}
.zb-calc-w-938 {
  width: calc(100vw - 938px) !important;
}
.zb-calc-min-w-938 {
  min-width: calc(100vw - 938px) !important;
}
.zb-calc-max-w-938 {
  max-width: calc(100vw - 938px) !important;
}
.zb-font-938 {
  font-size: 938px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-938 {
    max-width: 938px !important;
  }
}
.zb-h-939 {
  height: 939px !important;
}
.zb-min-h-939 {
  min-height: 939px !important;
}
.zb-max-h-939 {
  max-height: 939px !important;
}
.zb-calc-h-939 {
  height: calc(100vh - 939px) !important;
}
.zb-calc-min-h-939 {
  min-height: calc(100vh - 939px) !important;
}
.zb-calc-max-h-939 {
  max-height: calc(100vh - 939px) !important;
}
.zb-w-939 {
  width: 939px !important;
}
.zb-w-percent-939 {
  width: 939% !important;
}
.zb-min-w-939 {
  min-width: 939px !important;
}
.zb-max-w-939 {
  max-width: 939px !important;
}
.zb-calc-w-939 {
  width: calc(100vw - 939px) !important;
}
.zb-calc-min-w-939 {
  min-width: calc(100vw - 939px) !important;
}
.zb-calc-max-w-939 {
  max-width: calc(100vw - 939px) !important;
}
.zb-font-939 {
  font-size: 939px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-939 {
    max-width: 939px !important;
  }
}
.zb-h-940 {
  height: 940px !important;
}
.zb-min-h-940 {
  min-height: 940px !important;
}
.zb-max-h-940 {
  max-height: 940px !important;
}
.zb-calc-h-940 {
  height: calc(100vh - 940px) !important;
}
.zb-calc-min-h-940 {
  min-height: calc(100vh - 940px) !important;
}
.zb-calc-max-h-940 {
  max-height: calc(100vh - 940px) !important;
}
.zb-w-940 {
  width: 940px !important;
}
.zb-w-percent-940 {
  width: 940% !important;
}
.zb-min-w-940 {
  min-width: 940px !important;
}
.zb-max-w-940 {
  max-width: 940px !important;
}
.zb-calc-w-940 {
  width: calc(100vw - 940px) !important;
}
.zb-calc-min-w-940 {
  min-width: calc(100vw - 940px) !important;
}
.zb-calc-max-w-940 {
  max-width: calc(100vw - 940px) !important;
}
.zb-font-940 {
  font-size: 940px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-940 {
    max-width: 940px !important;
  }
}
.zb-h-941 {
  height: 941px !important;
}
.zb-min-h-941 {
  min-height: 941px !important;
}
.zb-max-h-941 {
  max-height: 941px !important;
}
.zb-calc-h-941 {
  height: calc(100vh - 941px) !important;
}
.zb-calc-min-h-941 {
  min-height: calc(100vh - 941px) !important;
}
.zb-calc-max-h-941 {
  max-height: calc(100vh - 941px) !important;
}
.zb-w-941 {
  width: 941px !important;
}
.zb-w-percent-941 {
  width: 941% !important;
}
.zb-min-w-941 {
  min-width: 941px !important;
}
.zb-max-w-941 {
  max-width: 941px !important;
}
.zb-calc-w-941 {
  width: calc(100vw - 941px) !important;
}
.zb-calc-min-w-941 {
  min-width: calc(100vw - 941px) !important;
}
.zb-calc-max-w-941 {
  max-width: calc(100vw - 941px) !important;
}
.zb-font-941 {
  font-size: 941px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-941 {
    max-width: 941px !important;
  }
}
.zb-h-942 {
  height: 942px !important;
}
.zb-min-h-942 {
  min-height: 942px !important;
}
.zb-max-h-942 {
  max-height: 942px !important;
}
.zb-calc-h-942 {
  height: calc(100vh - 942px) !important;
}
.zb-calc-min-h-942 {
  min-height: calc(100vh - 942px) !important;
}
.zb-calc-max-h-942 {
  max-height: calc(100vh - 942px) !important;
}
.zb-w-942 {
  width: 942px !important;
}
.zb-w-percent-942 {
  width: 942% !important;
}
.zb-min-w-942 {
  min-width: 942px !important;
}
.zb-max-w-942 {
  max-width: 942px !important;
}
.zb-calc-w-942 {
  width: calc(100vw - 942px) !important;
}
.zb-calc-min-w-942 {
  min-width: calc(100vw - 942px) !important;
}
.zb-calc-max-w-942 {
  max-width: calc(100vw - 942px) !important;
}
.zb-font-942 {
  font-size: 942px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-942 {
    max-width: 942px !important;
  }
}
.zb-h-943 {
  height: 943px !important;
}
.zb-min-h-943 {
  min-height: 943px !important;
}
.zb-max-h-943 {
  max-height: 943px !important;
}
.zb-calc-h-943 {
  height: calc(100vh - 943px) !important;
}
.zb-calc-min-h-943 {
  min-height: calc(100vh - 943px) !important;
}
.zb-calc-max-h-943 {
  max-height: calc(100vh - 943px) !important;
}
.zb-w-943 {
  width: 943px !important;
}
.zb-w-percent-943 {
  width: 943% !important;
}
.zb-min-w-943 {
  min-width: 943px !important;
}
.zb-max-w-943 {
  max-width: 943px !important;
}
.zb-calc-w-943 {
  width: calc(100vw - 943px) !important;
}
.zb-calc-min-w-943 {
  min-width: calc(100vw - 943px) !important;
}
.zb-calc-max-w-943 {
  max-width: calc(100vw - 943px) !important;
}
.zb-font-943 {
  font-size: 943px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-943 {
    max-width: 943px !important;
  }
}
.zb-h-944 {
  height: 944px !important;
}
.zb-min-h-944 {
  min-height: 944px !important;
}
.zb-max-h-944 {
  max-height: 944px !important;
}
.zb-calc-h-944 {
  height: calc(100vh - 944px) !important;
}
.zb-calc-min-h-944 {
  min-height: calc(100vh - 944px) !important;
}
.zb-calc-max-h-944 {
  max-height: calc(100vh - 944px) !important;
}
.zb-w-944 {
  width: 944px !important;
}
.zb-w-percent-944 {
  width: 944% !important;
}
.zb-min-w-944 {
  min-width: 944px !important;
}
.zb-max-w-944 {
  max-width: 944px !important;
}
.zb-calc-w-944 {
  width: calc(100vw - 944px) !important;
}
.zb-calc-min-w-944 {
  min-width: calc(100vw - 944px) !important;
}
.zb-calc-max-w-944 {
  max-width: calc(100vw - 944px) !important;
}
.zb-font-944 {
  font-size: 944px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-944 {
    max-width: 944px !important;
  }
}
.zb-h-945 {
  height: 945px !important;
}
.zb-min-h-945 {
  min-height: 945px !important;
}
.zb-max-h-945 {
  max-height: 945px !important;
}
.zb-calc-h-945 {
  height: calc(100vh - 945px) !important;
}
.zb-calc-min-h-945 {
  min-height: calc(100vh - 945px) !important;
}
.zb-calc-max-h-945 {
  max-height: calc(100vh - 945px) !important;
}
.zb-w-945 {
  width: 945px !important;
}
.zb-w-percent-945 {
  width: 945% !important;
}
.zb-min-w-945 {
  min-width: 945px !important;
}
.zb-max-w-945 {
  max-width: 945px !important;
}
.zb-calc-w-945 {
  width: calc(100vw - 945px) !important;
}
.zb-calc-min-w-945 {
  min-width: calc(100vw - 945px) !important;
}
.zb-calc-max-w-945 {
  max-width: calc(100vw - 945px) !important;
}
.zb-font-945 {
  font-size: 945px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-945 {
    max-width: 945px !important;
  }
}
.zb-h-946 {
  height: 946px !important;
}
.zb-min-h-946 {
  min-height: 946px !important;
}
.zb-max-h-946 {
  max-height: 946px !important;
}
.zb-calc-h-946 {
  height: calc(100vh - 946px) !important;
}
.zb-calc-min-h-946 {
  min-height: calc(100vh - 946px) !important;
}
.zb-calc-max-h-946 {
  max-height: calc(100vh - 946px) !important;
}
.zb-w-946 {
  width: 946px !important;
}
.zb-w-percent-946 {
  width: 946% !important;
}
.zb-min-w-946 {
  min-width: 946px !important;
}
.zb-max-w-946 {
  max-width: 946px !important;
}
.zb-calc-w-946 {
  width: calc(100vw - 946px) !important;
}
.zb-calc-min-w-946 {
  min-width: calc(100vw - 946px) !important;
}
.zb-calc-max-w-946 {
  max-width: calc(100vw - 946px) !important;
}
.zb-font-946 {
  font-size: 946px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-946 {
    max-width: 946px !important;
  }
}
.zb-h-947 {
  height: 947px !important;
}
.zb-min-h-947 {
  min-height: 947px !important;
}
.zb-max-h-947 {
  max-height: 947px !important;
}
.zb-calc-h-947 {
  height: calc(100vh - 947px) !important;
}
.zb-calc-min-h-947 {
  min-height: calc(100vh - 947px) !important;
}
.zb-calc-max-h-947 {
  max-height: calc(100vh - 947px) !important;
}
.zb-w-947 {
  width: 947px !important;
}
.zb-w-percent-947 {
  width: 947% !important;
}
.zb-min-w-947 {
  min-width: 947px !important;
}
.zb-max-w-947 {
  max-width: 947px !important;
}
.zb-calc-w-947 {
  width: calc(100vw - 947px) !important;
}
.zb-calc-min-w-947 {
  min-width: calc(100vw - 947px) !important;
}
.zb-calc-max-w-947 {
  max-width: calc(100vw - 947px) !important;
}
.zb-font-947 {
  font-size: 947px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-947 {
    max-width: 947px !important;
  }
}
.zb-h-948 {
  height: 948px !important;
}
.zb-min-h-948 {
  min-height: 948px !important;
}
.zb-max-h-948 {
  max-height: 948px !important;
}
.zb-calc-h-948 {
  height: calc(100vh - 948px) !important;
}
.zb-calc-min-h-948 {
  min-height: calc(100vh - 948px) !important;
}
.zb-calc-max-h-948 {
  max-height: calc(100vh - 948px) !important;
}
.zb-w-948 {
  width: 948px !important;
}
.zb-w-percent-948 {
  width: 948% !important;
}
.zb-min-w-948 {
  min-width: 948px !important;
}
.zb-max-w-948 {
  max-width: 948px !important;
}
.zb-calc-w-948 {
  width: calc(100vw - 948px) !important;
}
.zb-calc-min-w-948 {
  min-width: calc(100vw - 948px) !important;
}
.zb-calc-max-w-948 {
  max-width: calc(100vw - 948px) !important;
}
.zb-font-948 {
  font-size: 948px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-948 {
    max-width: 948px !important;
  }
}
.zb-h-949 {
  height: 949px !important;
}
.zb-min-h-949 {
  min-height: 949px !important;
}
.zb-max-h-949 {
  max-height: 949px !important;
}
.zb-calc-h-949 {
  height: calc(100vh - 949px) !important;
}
.zb-calc-min-h-949 {
  min-height: calc(100vh - 949px) !important;
}
.zb-calc-max-h-949 {
  max-height: calc(100vh - 949px) !important;
}
.zb-w-949 {
  width: 949px !important;
}
.zb-w-percent-949 {
  width: 949% !important;
}
.zb-min-w-949 {
  min-width: 949px !important;
}
.zb-max-w-949 {
  max-width: 949px !important;
}
.zb-calc-w-949 {
  width: calc(100vw - 949px) !important;
}
.zb-calc-min-w-949 {
  min-width: calc(100vw - 949px) !important;
}
.zb-calc-max-w-949 {
  max-width: calc(100vw - 949px) !important;
}
.zb-font-949 {
  font-size: 949px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-949 {
    max-width: 949px !important;
  }
}
.zb-h-950 {
  height: 950px !important;
}
.zb-min-h-950 {
  min-height: 950px !important;
}
.zb-max-h-950 {
  max-height: 950px !important;
}
.zb-calc-h-950 {
  height: calc(100vh - 950px) !important;
}
.zb-calc-min-h-950 {
  min-height: calc(100vh - 950px) !important;
}
.zb-calc-max-h-950 {
  max-height: calc(100vh - 950px) !important;
}
.zb-w-950 {
  width: 950px !important;
}
.zb-w-percent-950 {
  width: 950% !important;
}
.zb-min-w-950 {
  min-width: 950px !important;
}
.zb-max-w-950 {
  max-width: 950px !important;
}
.zb-calc-w-950 {
  width: calc(100vw - 950px) !important;
}
.zb-calc-min-w-950 {
  min-width: calc(100vw - 950px) !important;
}
.zb-calc-max-w-950 {
  max-width: calc(100vw - 950px) !important;
}
.zb-font-950 {
  font-size: 950px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-950 {
    max-width: 950px !important;
  }
}
.zb-h-951 {
  height: 951px !important;
}
.zb-min-h-951 {
  min-height: 951px !important;
}
.zb-max-h-951 {
  max-height: 951px !important;
}
.zb-calc-h-951 {
  height: calc(100vh - 951px) !important;
}
.zb-calc-min-h-951 {
  min-height: calc(100vh - 951px) !important;
}
.zb-calc-max-h-951 {
  max-height: calc(100vh - 951px) !important;
}
.zb-w-951 {
  width: 951px !important;
}
.zb-w-percent-951 {
  width: 951% !important;
}
.zb-min-w-951 {
  min-width: 951px !important;
}
.zb-max-w-951 {
  max-width: 951px !important;
}
.zb-calc-w-951 {
  width: calc(100vw - 951px) !important;
}
.zb-calc-min-w-951 {
  min-width: calc(100vw - 951px) !important;
}
.zb-calc-max-w-951 {
  max-width: calc(100vw - 951px) !important;
}
.zb-font-951 {
  font-size: 951px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-951 {
    max-width: 951px !important;
  }
}
.zb-h-952 {
  height: 952px !important;
}
.zb-min-h-952 {
  min-height: 952px !important;
}
.zb-max-h-952 {
  max-height: 952px !important;
}
.zb-calc-h-952 {
  height: calc(100vh - 952px) !important;
}
.zb-calc-min-h-952 {
  min-height: calc(100vh - 952px) !important;
}
.zb-calc-max-h-952 {
  max-height: calc(100vh - 952px) !important;
}
.zb-w-952 {
  width: 952px !important;
}
.zb-w-percent-952 {
  width: 952% !important;
}
.zb-min-w-952 {
  min-width: 952px !important;
}
.zb-max-w-952 {
  max-width: 952px !important;
}
.zb-calc-w-952 {
  width: calc(100vw - 952px) !important;
}
.zb-calc-min-w-952 {
  min-width: calc(100vw - 952px) !important;
}
.zb-calc-max-w-952 {
  max-width: calc(100vw - 952px) !important;
}
.zb-font-952 {
  font-size: 952px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-952 {
    max-width: 952px !important;
  }
}
.zb-h-953 {
  height: 953px !important;
}
.zb-min-h-953 {
  min-height: 953px !important;
}
.zb-max-h-953 {
  max-height: 953px !important;
}
.zb-calc-h-953 {
  height: calc(100vh - 953px) !important;
}
.zb-calc-min-h-953 {
  min-height: calc(100vh - 953px) !important;
}
.zb-calc-max-h-953 {
  max-height: calc(100vh - 953px) !important;
}
.zb-w-953 {
  width: 953px !important;
}
.zb-w-percent-953 {
  width: 953% !important;
}
.zb-min-w-953 {
  min-width: 953px !important;
}
.zb-max-w-953 {
  max-width: 953px !important;
}
.zb-calc-w-953 {
  width: calc(100vw - 953px) !important;
}
.zb-calc-min-w-953 {
  min-width: calc(100vw - 953px) !important;
}
.zb-calc-max-w-953 {
  max-width: calc(100vw - 953px) !important;
}
.zb-font-953 {
  font-size: 953px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-953 {
    max-width: 953px !important;
  }
}
.zb-h-954 {
  height: 954px !important;
}
.zb-min-h-954 {
  min-height: 954px !important;
}
.zb-max-h-954 {
  max-height: 954px !important;
}
.zb-calc-h-954 {
  height: calc(100vh - 954px) !important;
}
.zb-calc-min-h-954 {
  min-height: calc(100vh - 954px) !important;
}
.zb-calc-max-h-954 {
  max-height: calc(100vh - 954px) !important;
}
.zb-w-954 {
  width: 954px !important;
}
.zb-w-percent-954 {
  width: 954% !important;
}
.zb-min-w-954 {
  min-width: 954px !important;
}
.zb-max-w-954 {
  max-width: 954px !important;
}
.zb-calc-w-954 {
  width: calc(100vw - 954px) !important;
}
.zb-calc-min-w-954 {
  min-width: calc(100vw - 954px) !important;
}
.zb-calc-max-w-954 {
  max-width: calc(100vw - 954px) !important;
}
.zb-font-954 {
  font-size: 954px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-954 {
    max-width: 954px !important;
  }
}
.zb-h-955 {
  height: 955px !important;
}
.zb-min-h-955 {
  min-height: 955px !important;
}
.zb-max-h-955 {
  max-height: 955px !important;
}
.zb-calc-h-955 {
  height: calc(100vh - 955px) !important;
}
.zb-calc-min-h-955 {
  min-height: calc(100vh - 955px) !important;
}
.zb-calc-max-h-955 {
  max-height: calc(100vh - 955px) !important;
}
.zb-w-955 {
  width: 955px !important;
}
.zb-w-percent-955 {
  width: 955% !important;
}
.zb-min-w-955 {
  min-width: 955px !important;
}
.zb-max-w-955 {
  max-width: 955px !important;
}
.zb-calc-w-955 {
  width: calc(100vw - 955px) !important;
}
.zb-calc-min-w-955 {
  min-width: calc(100vw - 955px) !important;
}
.zb-calc-max-w-955 {
  max-width: calc(100vw - 955px) !important;
}
.zb-font-955 {
  font-size: 955px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-955 {
    max-width: 955px !important;
  }
}
.zb-h-956 {
  height: 956px !important;
}
.zb-min-h-956 {
  min-height: 956px !important;
}
.zb-max-h-956 {
  max-height: 956px !important;
}
.zb-calc-h-956 {
  height: calc(100vh - 956px) !important;
}
.zb-calc-min-h-956 {
  min-height: calc(100vh - 956px) !important;
}
.zb-calc-max-h-956 {
  max-height: calc(100vh - 956px) !important;
}
.zb-w-956 {
  width: 956px !important;
}
.zb-w-percent-956 {
  width: 956% !important;
}
.zb-min-w-956 {
  min-width: 956px !important;
}
.zb-max-w-956 {
  max-width: 956px !important;
}
.zb-calc-w-956 {
  width: calc(100vw - 956px) !important;
}
.zb-calc-min-w-956 {
  min-width: calc(100vw - 956px) !important;
}
.zb-calc-max-w-956 {
  max-width: calc(100vw - 956px) !important;
}
.zb-font-956 {
  font-size: 956px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-956 {
    max-width: 956px !important;
  }
}
.zb-h-957 {
  height: 957px !important;
}
.zb-min-h-957 {
  min-height: 957px !important;
}
.zb-max-h-957 {
  max-height: 957px !important;
}
.zb-calc-h-957 {
  height: calc(100vh - 957px) !important;
}
.zb-calc-min-h-957 {
  min-height: calc(100vh - 957px) !important;
}
.zb-calc-max-h-957 {
  max-height: calc(100vh - 957px) !important;
}
.zb-w-957 {
  width: 957px !important;
}
.zb-w-percent-957 {
  width: 957% !important;
}
.zb-min-w-957 {
  min-width: 957px !important;
}
.zb-max-w-957 {
  max-width: 957px !important;
}
.zb-calc-w-957 {
  width: calc(100vw - 957px) !important;
}
.zb-calc-min-w-957 {
  min-width: calc(100vw - 957px) !important;
}
.zb-calc-max-w-957 {
  max-width: calc(100vw - 957px) !important;
}
.zb-font-957 {
  font-size: 957px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-957 {
    max-width: 957px !important;
  }
}
.zb-h-958 {
  height: 958px !important;
}
.zb-min-h-958 {
  min-height: 958px !important;
}
.zb-max-h-958 {
  max-height: 958px !important;
}
.zb-calc-h-958 {
  height: calc(100vh - 958px) !important;
}
.zb-calc-min-h-958 {
  min-height: calc(100vh - 958px) !important;
}
.zb-calc-max-h-958 {
  max-height: calc(100vh - 958px) !important;
}
.zb-w-958 {
  width: 958px !important;
}
.zb-w-percent-958 {
  width: 958% !important;
}
.zb-min-w-958 {
  min-width: 958px !important;
}
.zb-max-w-958 {
  max-width: 958px !important;
}
.zb-calc-w-958 {
  width: calc(100vw - 958px) !important;
}
.zb-calc-min-w-958 {
  min-width: calc(100vw - 958px) !important;
}
.zb-calc-max-w-958 {
  max-width: calc(100vw - 958px) !important;
}
.zb-font-958 {
  font-size: 958px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-958 {
    max-width: 958px !important;
  }
}
.zb-h-959 {
  height: 959px !important;
}
.zb-min-h-959 {
  min-height: 959px !important;
}
.zb-max-h-959 {
  max-height: 959px !important;
}
.zb-calc-h-959 {
  height: calc(100vh - 959px) !important;
}
.zb-calc-min-h-959 {
  min-height: calc(100vh - 959px) !important;
}
.zb-calc-max-h-959 {
  max-height: calc(100vh - 959px) !important;
}
.zb-w-959 {
  width: 959px !important;
}
.zb-w-percent-959 {
  width: 959% !important;
}
.zb-min-w-959 {
  min-width: 959px !important;
}
.zb-max-w-959 {
  max-width: 959px !important;
}
.zb-calc-w-959 {
  width: calc(100vw - 959px) !important;
}
.zb-calc-min-w-959 {
  min-width: calc(100vw - 959px) !important;
}
.zb-calc-max-w-959 {
  max-width: calc(100vw - 959px) !important;
}
.zb-font-959 {
  font-size: 959px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-959 {
    max-width: 959px !important;
  }
}
.zb-h-960 {
  height: 960px !important;
}
.zb-min-h-960 {
  min-height: 960px !important;
}
.zb-max-h-960 {
  max-height: 960px !important;
}
.zb-calc-h-960 {
  height: calc(100vh - 960px) !important;
}
.zb-calc-min-h-960 {
  min-height: calc(100vh - 960px) !important;
}
.zb-calc-max-h-960 {
  max-height: calc(100vh - 960px) !important;
}
.zb-w-960 {
  width: 960px !important;
}
.zb-w-percent-960 {
  width: 960% !important;
}
.zb-min-w-960 {
  min-width: 960px !important;
}
.zb-max-w-960 {
  max-width: 960px !important;
}
.zb-calc-w-960 {
  width: calc(100vw - 960px) !important;
}
.zb-calc-min-w-960 {
  min-width: calc(100vw - 960px) !important;
}
.zb-calc-max-w-960 {
  max-width: calc(100vw - 960px) !important;
}
.zb-font-960 {
  font-size: 960px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-960 {
    max-width: 960px !important;
  }
}
.zb-h-961 {
  height: 961px !important;
}
.zb-min-h-961 {
  min-height: 961px !important;
}
.zb-max-h-961 {
  max-height: 961px !important;
}
.zb-calc-h-961 {
  height: calc(100vh - 961px) !important;
}
.zb-calc-min-h-961 {
  min-height: calc(100vh - 961px) !important;
}
.zb-calc-max-h-961 {
  max-height: calc(100vh - 961px) !important;
}
.zb-w-961 {
  width: 961px !important;
}
.zb-w-percent-961 {
  width: 961% !important;
}
.zb-min-w-961 {
  min-width: 961px !important;
}
.zb-max-w-961 {
  max-width: 961px !important;
}
.zb-calc-w-961 {
  width: calc(100vw - 961px) !important;
}
.zb-calc-min-w-961 {
  min-width: calc(100vw - 961px) !important;
}
.zb-calc-max-w-961 {
  max-width: calc(100vw - 961px) !important;
}
.zb-font-961 {
  font-size: 961px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-961 {
    max-width: 961px !important;
  }
}
.zb-h-962 {
  height: 962px !important;
}
.zb-min-h-962 {
  min-height: 962px !important;
}
.zb-max-h-962 {
  max-height: 962px !important;
}
.zb-calc-h-962 {
  height: calc(100vh - 962px) !important;
}
.zb-calc-min-h-962 {
  min-height: calc(100vh - 962px) !important;
}
.zb-calc-max-h-962 {
  max-height: calc(100vh - 962px) !important;
}
.zb-w-962 {
  width: 962px !important;
}
.zb-w-percent-962 {
  width: 962% !important;
}
.zb-min-w-962 {
  min-width: 962px !important;
}
.zb-max-w-962 {
  max-width: 962px !important;
}
.zb-calc-w-962 {
  width: calc(100vw - 962px) !important;
}
.zb-calc-min-w-962 {
  min-width: calc(100vw - 962px) !important;
}
.zb-calc-max-w-962 {
  max-width: calc(100vw - 962px) !important;
}
.zb-font-962 {
  font-size: 962px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-962 {
    max-width: 962px !important;
  }
}
.zb-h-963 {
  height: 963px !important;
}
.zb-min-h-963 {
  min-height: 963px !important;
}
.zb-max-h-963 {
  max-height: 963px !important;
}
.zb-calc-h-963 {
  height: calc(100vh - 963px) !important;
}
.zb-calc-min-h-963 {
  min-height: calc(100vh - 963px) !important;
}
.zb-calc-max-h-963 {
  max-height: calc(100vh - 963px) !important;
}
.zb-w-963 {
  width: 963px !important;
}
.zb-w-percent-963 {
  width: 963% !important;
}
.zb-min-w-963 {
  min-width: 963px !important;
}
.zb-max-w-963 {
  max-width: 963px !important;
}
.zb-calc-w-963 {
  width: calc(100vw - 963px) !important;
}
.zb-calc-min-w-963 {
  min-width: calc(100vw - 963px) !important;
}
.zb-calc-max-w-963 {
  max-width: calc(100vw - 963px) !important;
}
.zb-font-963 {
  font-size: 963px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-963 {
    max-width: 963px !important;
  }
}
.zb-h-964 {
  height: 964px !important;
}
.zb-min-h-964 {
  min-height: 964px !important;
}
.zb-max-h-964 {
  max-height: 964px !important;
}
.zb-calc-h-964 {
  height: calc(100vh - 964px) !important;
}
.zb-calc-min-h-964 {
  min-height: calc(100vh - 964px) !important;
}
.zb-calc-max-h-964 {
  max-height: calc(100vh - 964px) !important;
}
.zb-w-964 {
  width: 964px !important;
}
.zb-w-percent-964 {
  width: 964% !important;
}
.zb-min-w-964 {
  min-width: 964px !important;
}
.zb-max-w-964 {
  max-width: 964px !important;
}
.zb-calc-w-964 {
  width: calc(100vw - 964px) !important;
}
.zb-calc-min-w-964 {
  min-width: calc(100vw - 964px) !important;
}
.zb-calc-max-w-964 {
  max-width: calc(100vw - 964px) !important;
}
.zb-font-964 {
  font-size: 964px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-964 {
    max-width: 964px !important;
  }
}
.zb-h-965 {
  height: 965px !important;
}
.zb-min-h-965 {
  min-height: 965px !important;
}
.zb-max-h-965 {
  max-height: 965px !important;
}
.zb-calc-h-965 {
  height: calc(100vh - 965px) !important;
}
.zb-calc-min-h-965 {
  min-height: calc(100vh - 965px) !important;
}
.zb-calc-max-h-965 {
  max-height: calc(100vh - 965px) !important;
}
.zb-w-965 {
  width: 965px !important;
}
.zb-w-percent-965 {
  width: 965% !important;
}
.zb-min-w-965 {
  min-width: 965px !important;
}
.zb-max-w-965 {
  max-width: 965px !important;
}
.zb-calc-w-965 {
  width: calc(100vw - 965px) !important;
}
.zb-calc-min-w-965 {
  min-width: calc(100vw - 965px) !important;
}
.zb-calc-max-w-965 {
  max-width: calc(100vw - 965px) !important;
}
.zb-font-965 {
  font-size: 965px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-965 {
    max-width: 965px !important;
  }
}
.zb-h-966 {
  height: 966px !important;
}
.zb-min-h-966 {
  min-height: 966px !important;
}
.zb-max-h-966 {
  max-height: 966px !important;
}
.zb-calc-h-966 {
  height: calc(100vh - 966px) !important;
}
.zb-calc-min-h-966 {
  min-height: calc(100vh - 966px) !important;
}
.zb-calc-max-h-966 {
  max-height: calc(100vh - 966px) !important;
}
.zb-w-966 {
  width: 966px !important;
}
.zb-w-percent-966 {
  width: 966% !important;
}
.zb-min-w-966 {
  min-width: 966px !important;
}
.zb-max-w-966 {
  max-width: 966px !important;
}
.zb-calc-w-966 {
  width: calc(100vw - 966px) !important;
}
.zb-calc-min-w-966 {
  min-width: calc(100vw - 966px) !important;
}
.zb-calc-max-w-966 {
  max-width: calc(100vw - 966px) !important;
}
.zb-font-966 {
  font-size: 966px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-966 {
    max-width: 966px !important;
  }
}
.zb-h-967 {
  height: 967px !important;
}
.zb-min-h-967 {
  min-height: 967px !important;
}
.zb-max-h-967 {
  max-height: 967px !important;
}
.zb-calc-h-967 {
  height: calc(100vh - 967px) !important;
}
.zb-calc-min-h-967 {
  min-height: calc(100vh - 967px) !important;
}
.zb-calc-max-h-967 {
  max-height: calc(100vh - 967px) !important;
}
.zb-w-967 {
  width: 967px !important;
}
.zb-w-percent-967 {
  width: 967% !important;
}
.zb-min-w-967 {
  min-width: 967px !important;
}
.zb-max-w-967 {
  max-width: 967px !important;
}
.zb-calc-w-967 {
  width: calc(100vw - 967px) !important;
}
.zb-calc-min-w-967 {
  min-width: calc(100vw - 967px) !important;
}
.zb-calc-max-w-967 {
  max-width: calc(100vw - 967px) !important;
}
.zb-font-967 {
  font-size: 967px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-967 {
    max-width: 967px !important;
  }
}
.zb-h-968 {
  height: 968px !important;
}
.zb-min-h-968 {
  min-height: 968px !important;
}
.zb-max-h-968 {
  max-height: 968px !important;
}
.zb-calc-h-968 {
  height: calc(100vh - 968px) !important;
}
.zb-calc-min-h-968 {
  min-height: calc(100vh - 968px) !important;
}
.zb-calc-max-h-968 {
  max-height: calc(100vh - 968px) !important;
}
.zb-w-968 {
  width: 968px !important;
}
.zb-w-percent-968 {
  width: 968% !important;
}
.zb-min-w-968 {
  min-width: 968px !important;
}
.zb-max-w-968 {
  max-width: 968px !important;
}
.zb-calc-w-968 {
  width: calc(100vw - 968px) !important;
}
.zb-calc-min-w-968 {
  min-width: calc(100vw - 968px) !important;
}
.zb-calc-max-w-968 {
  max-width: calc(100vw - 968px) !important;
}
.zb-font-968 {
  font-size: 968px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-968 {
    max-width: 968px !important;
  }
}
.zb-h-969 {
  height: 969px !important;
}
.zb-min-h-969 {
  min-height: 969px !important;
}
.zb-max-h-969 {
  max-height: 969px !important;
}
.zb-calc-h-969 {
  height: calc(100vh - 969px) !important;
}
.zb-calc-min-h-969 {
  min-height: calc(100vh - 969px) !important;
}
.zb-calc-max-h-969 {
  max-height: calc(100vh - 969px) !important;
}
.zb-w-969 {
  width: 969px !important;
}
.zb-w-percent-969 {
  width: 969% !important;
}
.zb-min-w-969 {
  min-width: 969px !important;
}
.zb-max-w-969 {
  max-width: 969px !important;
}
.zb-calc-w-969 {
  width: calc(100vw - 969px) !important;
}
.zb-calc-min-w-969 {
  min-width: calc(100vw - 969px) !important;
}
.zb-calc-max-w-969 {
  max-width: calc(100vw - 969px) !important;
}
.zb-font-969 {
  font-size: 969px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-969 {
    max-width: 969px !important;
  }
}
.zb-h-970 {
  height: 970px !important;
}
.zb-min-h-970 {
  min-height: 970px !important;
}
.zb-max-h-970 {
  max-height: 970px !important;
}
.zb-calc-h-970 {
  height: calc(100vh - 970px) !important;
}
.zb-calc-min-h-970 {
  min-height: calc(100vh - 970px) !important;
}
.zb-calc-max-h-970 {
  max-height: calc(100vh - 970px) !important;
}
.zb-w-970 {
  width: 970px !important;
}
.zb-w-percent-970 {
  width: 970% !important;
}
.zb-min-w-970 {
  min-width: 970px !important;
}
.zb-max-w-970 {
  max-width: 970px !important;
}
.zb-calc-w-970 {
  width: calc(100vw - 970px) !important;
}
.zb-calc-min-w-970 {
  min-width: calc(100vw - 970px) !important;
}
.zb-calc-max-w-970 {
  max-width: calc(100vw - 970px) !important;
}
.zb-font-970 {
  font-size: 970px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-970 {
    max-width: 970px !important;
  }
}
.zb-h-971 {
  height: 971px !important;
}
.zb-min-h-971 {
  min-height: 971px !important;
}
.zb-max-h-971 {
  max-height: 971px !important;
}
.zb-calc-h-971 {
  height: calc(100vh - 971px) !important;
}
.zb-calc-min-h-971 {
  min-height: calc(100vh - 971px) !important;
}
.zb-calc-max-h-971 {
  max-height: calc(100vh - 971px) !important;
}
.zb-w-971 {
  width: 971px !important;
}
.zb-w-percent-971 {
  width: 971% !important;
}
.zb-min-w-971 {
  min-width: 971px !important;
}
.zb-max-w-971 {
  max-width: 971px !important;
}
.zb-calc-w-971 {
  width: calc(100vw - 971px) !important;
}
.zb-calc-min-w-971 {
  min-width: calc(100vw - 971px) !important;
}
.zb-calc-max-w-971 {
  max-width: calc(100vw - 971px) !important;
}
.zb-font-971 {
  font-size: 971px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-971 {
    max-width: 971px !important;
  }
}
.zb-h-972 {
  height: 972px !important;
}
.zb-min-h-972 {
  min-height: 972px !important;
}
.zb-max-h-972 {
  max-height: 972px !important;
}
.zb-calc-h-972 {
  height: calc(100vh - 972px) !important;
}
.zb-calc-min-h-972 {
  min-height: calc(100vh - 972px) !important;
}
.zb-calc-max-h-972 {
  max-height: calc(100vh - 972px) !important;
}
.zb-w-972 {
  width: 972px !important;
}
.zb-w-percent-972 {
  width: 972% !important;
}
.zb-min-w-972 {
  min-width: 972px !important;
}
.zb-max-w-972 {
  max-width: 972px !important;
}
.zb-calc-w-972 {
  width: calc(100vw - 972px) !important;
}
.zb-calc-min-w-972 {
  min-width: calc(100vw - 972px) !important;
}
.zb-calc-max-w-972 {
  max-width: calc(100vw - 972px) !important;
}
.zb-font-972 {
  font-size: 972px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-972 {
    max-width: 972px !important;
  }
}
.zb-h-973 {
  height: 973px !important;
}
.zb-min-h-973 {
  min-height: 973px !important;
}
.zb-max-h-973 {
  max-height: 973px !important;
}
.zb-calc-h-973 {
  height: calc(100vh - 973px) !important;
}
.zb-calc-min-h-973 {
  min-height: calc(100vh - 973px) !important;
}
.zb-calc-max-h-973 {
  max-height: calc(100vh - 973px) !important;
}
.zb-w-973 {
  width: 973px !important;
}
.zb-w-percent-973 {
  width: 973% !important;
}
.zb-min-w-973 {
  min-width: 973px !important;
}
.zb-max-w-973 {
  max-width: 973px !important;
}
.zb-calc-w-973 {
  width: calc(100vw - 973px) !important;
}
.zb-calc-min-w-973 {
  min-width: calc(100vw - 973px) !important;
}
.zb-calc-max-w-973 {
  max-width: calc(100vw - 973px) !important;
}
.zb-font-973 {
  font-size: 973px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-973 {
    max-width: 973px !important;
  }
}
.zb-h-974 {
  height: 974px !important;
}
.zb-min-h-974 {
  min-height: 974px !important;
}
.zb-max-h-974 {
  max-height: 974px !important;
}
.zb-calc-h-974 {
  height: calc(100vh - 974px) !important;
}
.zb-calc-min-h-974 {
  min-height: calc(100vh - 974px) !important;
}
.zb-calc-max-h-974 {
  max-height: calc(100vh - 974px) !important;
}
.zb-w-974 {
  width: 974px !important;
}
.zb-w-percent-974 {
  width: 974% !important;
}
.zb-min-w-974 {
  min-width: 974px !important;
}
.zb-max-w-974 {
  max-width: 974px !important;
}
.zb-calc-w-974 {
  width: calc(100vw - 974px) !important;
}
.zb-calc-min-w-974 {
  min-width: calc(100vw - 974px) !important;
}
.zb-calc-max-w-974 {
  max-width: calc(100vw - 974px) !important;
}
.zb-font-974 {
  font-size: 974px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-974 {
    max-width: 974px !important;
  }
}
.zb-h-975 {
  height: 975px !important;
}
.zb-min-h-975 {
  min-height: 975px !important;
}
.zb-max-h-975 {
  max-height: 975px !important;
}
.zb-calc-h-975 {
  height: calc(100vh - 975px) !important;
}
.zb-calc-min-h-975 {
  min-height: calc(100vh - 975px) !important;
}
.zb-calc-max-h-975 {
  max-height: calc(100vh - 975px) !important;
}
.zb-w-975 {
  width: 975px !important;
}
.zb-w-percent-975 {
  width: 975% !important;
}
.zb-min-w-975 {
  min-width: 975px !important;
}
.zb-max-w-975 {
  max-width: 975px !important;
}
.zb-calc-w-975 {
  width: calc(100vw - 975px) !important;
}
.zb-calc-min-w-975 {
  min-width: calc(100vw - 975px) !important;
}
.zb-calc-max-w-975 {
  max-width: calc(100vw - 975px) !important;
}
.zb-font-975 {
  font-size: 975px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-975 {
    max-width: 975px !important;
  }
}
.zb-h-976 {
  height: 976px !important;
}
.zb-min-h-976 {
  min-height: 976px !important;
}
.zb-max-h-976 {
  max-height: 976px !important;
}
.zb-calc-h-976 {
  height: calc(100vh - 976px) !important;
}
.zb-calc-min-h-976 {
  min-height: calc(100vh - 976px) !important;
}
.zb-calc-max-h-976 {
  max-height: calc(100vh - 976px) !important;
}
.zb-w-976 {
  width: 976px !important;
}
.zb-w-percent-976 {
  width: 976% !important;
}
.zb-min-w-976 {
  min-width: 976px !important;
}
.zb-max-w-976 {
  max-width: 976px !important;
}
.zb-calc-w-976 {
  width: calc(100vw - 976px) !important;
}
.zb-calc-min-w-976 {
  min-width: calc(100vw - 976px) !important;
}
.zb-calc-max-w-976 {
  max-width: calc(100vw - 976px) !important;
}
.zb-font-976 {
  font-size: 976px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-976 {
    max-width: 976px !important;
  }
}
.zb-h-977 {
  height: 977px !important;
}
.zb-min-h-977 {
  min-height: 977px !important;
}
.zb-max-h-977 {
  max-height: 977px !important;
}
.zb-calc-h-977 {
  height: calc(100vh - 977px) !important;
}
.zb-calc-min-h-977 {
  min-height: calc(100vh - 977px) !important;
}
.zb-calc-max-h-977 {
  max-height: calc(100vh - 977px) !important;
}
.zb-w-977 {
  width: 977px !important;
}
.zb-w-percent-977 {
  width: 977% !important;
}
.zb-min-w-977 {
  min-width: 977px !important;
}
.zb-max-w-977 {
  max-width: 977px !important;
}
.zb-calc-w-977 {
  width: calc(100vw - 977px) !important;
}
.zb-calc-min-w-977 {
  min-width: calc(100vw - 977px) !important;
}
.zb-calc-max-w-977 {
  max-width: calc(100vw - 977px) !important;
}
.zb-font-977 {
  font-size: 977px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-977 {
    max-width: 977px !important;
  }
}
.zb-h-978 {
  height: 978px !important;
}
.zb-min-h-978 {
  min-height: 978px !important;
}
.zb-max-h-978 {
  max-height: 978px !important;
}
.zb-calc-h-978 {
  height: calc(100vh - 978px) !important;
}
.zb-calc-min-h-978 {
  min-height: calc(100vh - 978px) !important;
}
.zb-calc-max-h-978 {
  max-height: calc(100vh - 978px) !important;
}
.zb-w-978 {
  width: 978px !important;
}
.zb-w-percent-978 {
  width: 978% !important;
}
.zb-min-w-978 {
  min-width: 978px !important;
}
.zb-max-w-978 {
  max-width: 978px !important;
}
.zb-calc-w-978 {
  width: calc(100vw - 978px) !important;
}
.zb-calc-min-w-978 {
  min-width: calc(100vw - 978px) !important;
}
.zb-calc-max-w-978 {
  max-width: calc(100vw - 978px) !important;
}
.zb-font-978 {
  font-size: 978px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-978 {
    max-width: 978px !important;
  }
}
.zb-h-979 {
  height: 979px !important;
}
.zb-min-h-979 {
  min-height: 979px !important;
}
.zb-max-h-979 {
  max-height: 979px !important;
}
.zb-calc-h-979 {
  height: calc(100vh - 979px) !important;
}
.zb-calc-min-h-979 {
  min-height: calc(100vh - 979px) !important;
}
.zb-calc-max-h-979 {
  max-height: calc(100vh - 979px) !important;
}
.zb-w-979 {
  width: 979px !important;
}
.zb-w-percent-979 {
  width: 979% !important;
}
.zb-min-w-979 {
  min-width: 979px !important;
}
.zb-max-w-979 {
  max-width: 979px !important;
}
.zb-calc-w-979 {
  width: calc(100vw - 979px) !important;
}
.zb-calc-min-w-979 {
  min-width: calc(100vw - 979px) !important;
}
.zb-calc-max-w-979 {
  max-width: calc(100vw - 979px) !important;
}
.zb-font-979 {
  font-size: 979px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-979 {
    max-width: 979px !important;
  }
}
.zb-h-980 {
  height: 980px !important;
}
.zb-min-h-980 {
  min-height: 980px !important;
}
.zb-max-h-980 {
  max-height: 980px !important;
}
.zb-calc-h-980 {
  height: calc(100vh - 980px) !important;
}
.zb-calc-min-h-980 {
  min-height: calc(100vh - 980px) !important;
}
.zb-calc-max-h-980 {
  max-height: calc(100vh - 980px) !important;
}
.zb-w-980 {
  width: 980px !important;
}
.zb-w-percent-980 {
  width: 980% !important;
}
.zb-min-w-980 {
  min-width: 980px !important;
}
.zb-max-w-980 {
  max-width: 980px !important;
}
.zb-calc-w-980 {
  width: calc(100vw - 980px) !important;
}
.zb-calc-min-w-980 {
  min-width: calc(100vw - 980px) !important;
}
.zb-calc-max-w-980 {
  max-width: calc(100vw - 980px) !important;
}
.zb-font-980 {
  font-size: 980px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-980 {
    max-width: 980px !important;
  }
}
.zb-h-981 {
  height: 981px !important;
}
.zb-min-h-981 {
  min-height: 981px !important;
}
.zb-max-h-981 {
  max-height: 981px !important;
}
.zb-calc-h-981 {
  height: calc(100vh - 981px) !important;
}
.zb-calc-min-h-981 {
  min-height: calc(100vh - 981px) !important;
}
.zb-calc-max-h-981 {
  max-height: calc(100vh - 981px) !important;
}
.zb-w-981 {
  width: 981px !important;
}
.zb-w-percent-981 {
  width: 981% !important;
}
.zb-min-w-981 {
  min-width: 981px !important;
}
.zb-max-w-981 {
  max-width: 981px !important;
}
.zb-calc-w-981 {
  width: calc(100vw - 981px) !important;
}
.zb-calc-min-w-981 {
  min-width: calc(100vw - 981px) !important;
}
.zb-calc-max-w-981 {
  max-width: calc(100vw - 981px) !important;
}
.zb-font-981 {
  font-size: 981px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-981 {
    max-width: 981px !important;
  }
}
.zb-h-982 {
  height: 982px !important;
}
.zb-min-h-982 {
  min-height: 982px !important;
}
.zb-max-h-982 {
  max-height: 982px !important;
}
.zb-calc-h-982 {
  height: calc(100vh - 982px) !important;
}
.zb-calc-min-h-982 {
  min-height: calc(100vh - 982px) !important;
}
.zb-calc-max-h-982 {
  max-height: calc(100vh - 982px) !important;
}
.zb-w-982 {
  width: 982px !important;
}
.zb-w-percent-982 {
  width: 982% !important;
}
.zb-min-w-982 {
  min-width: 982px !important;
}
.zb-max-w-982 {
  max-width: 982px !important;
}
.zb-calc-w-982 {
  width: calc(100vw - 982px) !important;
}
.zb-calc-min-w-982 {
  min-width: calc(100vw - 982px) !important;
}
.zb-calc-max-w-982 {
  max-width: calc(100vw - 982px) !important;
}
.zb-font-982 {
  font-size: 982px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-982 {
    max-width: 982px !important;
  }
}
.zb-h-983 {
  height: 983px !important;
}
.zb-min-h-983 {
  min-height: 983px !important;
}
.zb-max-h-983 {
  max-height: 983px !important;
}
.zb-calc-h-983 {
  height: calc(100vh - 983px) !important;
}
.zb-calc-min-h-983 {
  min-height: calc(100vh - 983px) !important;
}
.zb-calc-max-h-983 {
  max-height: calc(100vh - 983px) !important;
}
.zb-w-983 {
  width: 983px !important;
}
.zb-w-percent-983 {
  width: 983% !important;
}
.zb-min-w-983 {
  min-width: 983px !important;
}
.zb-max-w-983 {
  max-width: 983px !important;
}
.zb-calc-w-983 {
  width: calc(100vw - 983px) !important;
}
.zb-calc-min-w-983 {
  min-width: calc(100vw - 983px) !important;
}
.zb-calc-max-w-983 {
  max-width: calc(100vw - 983px) !important;
}
.zb-font-983 {
  font-size: 983px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-983 {
    max-width: 983px !important;
  }
}
.zb-h-984 {
  height: 984px !important;
}
.zb-min-h-984 {
  min-height: 984px !important;
}
.zb-max-h-984 {
  max-height: 984px !important;
}
.zb-calc-h-984 {
  height: calc(100vh - 984px) !important;
}
.zb-calc-min-h-984 {
  min-height: calc(100vh - 984px) !important;
}
.zb-calc-max-h-984 {
  max-height: calc(100vh - 984px) !important;
}
.zb-w-984 {
  width: 984px !important;
}
.zb-w-percent-984 {
  width: 984% !important;
}
.zb-min-w-984 {
  min-width: 984px !important;
}
.zb-max-w-984 {
  max-width: 984px !important;
}
.zb-calc-w-984 {
  width: calc(100vw - 984px) !important;
}
.zb-calc-min-w-984 {
  min-width: calc(100vw - 984px) !important;
}
.zb-calc-max-w-984 {
  max-width: calc(100vw - 984px) !important;
}
.zb-font-984 {
  font-size: 984px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-984 {
    max-width: 984px !important;
  }
}
.zb-h-985 {
  height: 985px !important;
}
.zb-min-h-985 {
  min-height: 985px !important;
}
.zb-max-h-985 {
  max-height: 985px !important;
}
.zb-calc-h-985 {
  height: calc(100vh - 985px) !important;
}
.zb-calc-min-h-985 {
  min-height: calc(100vh - 985px) !important;
}
.zb-calc-max-h-985 {
  max-height: calc(100vh - 985px) !important;
}
.zb-w-985 {
  width: 985px !important;
}
.zb-w-percent-985 {
  width: 985% !important;
}
.zb-min-w-985 {
  min-width: 985px !important;
}
.zb-max-w-985 {
  max-width: 985px !important;
}
.zb-calc-w-985 {
  width: calc(100vw - 985px) !important;
}
.zb-calc-min-w-985 {
  min-width: calc(100vw - 985px) !important;
}
.zb-calc-max-w-985 {
  max-width: calc(100vw - 985px) !important;
}
.zb-font-985 {
  font-size: 985px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-985 {
    max-width: 985px !important;
  }
}
.zb-h-986 {
  height: 986px !important;
}
.zb-min-h-986 {
  min-height: 986px !important;
}
.zb-max-h-986 {
  max-height: 986px !important;
}
.zb-calc-h-986 {
  height: calc(100vh - 986px) !important;
}
.zb-calc-min-h-986 {
  min-height: calc(100vh - 986px) !important;
}
.zb-calc-max-h-986 {
  max-height: calc(100vh - 986px) !important;
}
.zb-w-986 {
  width: 986px !important;
}
.zb-w-percent-986 {
  width: 986% !important;
}
.zb-min-w-986 {
  min-width: 986px !important;
}
.zb-max-w-986 {
  max-width: 986px !important;
}
.zb-calc-w-986 {
  width: calc(100vw - 986px) !important;
}
.zb-calc-min-w-986 {
  min-width: calc(100vw - 986px) !important;
}
.zb-calc-max-w-986 {
  max-width: calc(100vw - 986px) !important;
}
.zb-font-986 {
  font-size: 986px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-986 {
    max-width: 986px !important;
  }
}
.zb-h-987 {
  height: 987px !important;
}
.zb-min-h-987 {
  min-height: 987px !important;
}
.zb-max-h-987 {
  max-height: 987px !important;
}
.zb-calc-h-987 {
  height: calc(100vh - 987px) !important;
}
.zb-calc-min-h-987 {
  min-height: calc(100vh - 987px) !important;
}
.zb-calc-max-h-987 {
  max-height: calc(100vh - 987px) !important;
}
.zb-w-987 {
  width: 987px !important;
}
.zb-w-percent-987 {
  width: 987% !important;
}
.zb-min-w-987 {
  min-width: 987px !important;
}
.zb-max-w-987 {
  max-width: 987px !important;
}
.zb-calc-w-987 {
  width: calc(100vw - 987px) !important;
}
.zb-calc-min-w-987 {
  min-width: calc(100vw - 987px) !important;
}
.zb-calc-max-w-987 {
  max-width: calc(100vw - 987px) !important;
}
.zb-font-987 {
  font-size: 987px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-987 {
    max-width: 987px !important;
  }
}
.zb-h-988 {
  height: 988px !important;
}
.zb-min-h-988 {
  min-height: 988px !important;
}
.zb-max-h-988 {
  max-height: 988px !important;
}
.zb-calc-h-988 {
  height: calc(100vh - 988px) !important;
}
.zb-calc-min-h-988 {
  min-height: calc(100vh - 988px) !important;
}
.zb-calc-max-h-988 {
  max-height: calc(100vh - 988px) !important;
}
.zb-w-988 {
  width: 988px !important;
}
.zb-w-percent-988 {
  width: 988% !important;
}
.zb-min-w-988 {
  min-width: 988px !important;
}
.zb-max-w-988 {
  max-width: 988px !important;
}
.zb-calc-w-988 {
  width: calc(100vw - 988px) !important;
}
.zb-calc-min-w-988 {
  min-width: calc(100vw - 988px) !important;
}
.zb-calc-max-w-988 {
  max-width: calc(100vw - 988px) !important;
}
.zb-font-988 {
  font-size: 988px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-988 {
    max-width: 988px !important;
  }
}
.zb-h-989 {
  height: 989px !important;
}
.zb-min-h-989 {
  min-height: 989px !important;
}
.zb-max-h-989 {
  max-height: 989px !important;
}
.zb-calc-h-989 {
  height: calc(100vh - 989px) !important;
}
.zb-calc-min-h-989 {
  min-height: calc(100vh - 989px) !important;
}
.zb-calc-max-h-989 {
  max-height: calc(100vh - 989px) !important;
}
.zb-w-989 {
  width: 989px !important;
}
.zb-w-percent-989 {
  width: 989% !important;
}
.zb-min-w-989 {
  min-width: 989px !important;
}
.zb-max-w-989 {
  max-width: 989px !important;
}
.zb-calc-w-989 {
  width: calc(100vw - 989px) !important;
}
.zb-calc-min-w-989 {
  min-width: calc(100vw - 989px) !important;
}
.zb-calc-max-w-989 {
  max-width: calc(100vw - 989px) !important;
}
.zb-font-989 {
  font-size: 989px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-989 {
    max-width: 989px !important;
  }
}
.zb-h-990 {
  height: 990px !important;
}
.zb-min-h-990 {
  min-height: 990px !important;
}
.zb-max-h-990 {
  max-height: 990px !important;
}
.zb-calc-h-990 {
  height: calc(100vh - 990px) !important;
}
.zb-calc-min-h-990 {
  min-height: calc(100vh - 990px) !important;
}
.zb-calc-max-h-990 {
  max-height: calc(100vh - 990px) !important;
}
.zb-w-990 {
  width: 990px !important;
}
.zb-w-percent-990 {
  width: 990% !important;
}
.zb-min-w-990 {
  min-width: 990px !important;
}
.zb-max-w-990 {
  max-width: 990px !important;
}
.zb-calc-w-990 {
  width: calc(100vw - 990px) !important;
}
.zb-calc-min-w-990 {
  min-width: calc(100vw - 990px) !important;
}
.zb-calc-max-w-990 {
  max-width: calc(100vw - 990px) !important;
}
.zb-font-990 {
  font-size: 990px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-990 {
    max-width: 990px !important;
  }
}
.zb-h-991 {
  height: 991px !important;
}
.zb-min-h-991 {
  min-height: 991px !important;
}
.zb-max-h-991 {
  max-height: 991px !important;
}
.zb-calc-h-991 {
  height: calc(100vh - 991px) !important;
}
.zb-calc-min-h-991 {
  min-height: calc(100vh - 991px) !important;
}
.zb-calc-max-h-991 {
  max-height: calc(100vh - 991px) !important;
}
.zb-w-991 {
  width: 991px !important;
}
.zb-w-percent-991 {
  width: 991% !important;
}
.zb-min-w-991 {
  min-width: 991px !important;
}
.zb-max-w-991 {
  max-width: 991px !important;
}
.zb-calc-w-991 {
  width: calc(100vw - 991px) !important;
}
.zb-calc-min-w-991 {
  min-width: calc(100vw - 991px) !important;
}
.zb-calc-max-w-991 {
  max-width: calc(100vw - 991px) !important;
}
.zb-font-991 {
  font-size: 991px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-991 {
    max-width: 991px !important;
  }
}
.zb-h-992 {
  height: 992px !important;
}
.zb-min-h-992 {
  min-height: 992px !important;
}
.zb-max-h-992 {
  max-height: 992px !important;
}
.zb-calc-h-992 {
  height: calc(100vh - 992px) !important;
}
.zb-calc-min-h-992 {
  min-height: calc(100vh - 992px) !important;
}
.zb-calc-max-h-992 {
  max-height: calc(100vh - 992px) !important;
}
.zb-w-992 {
  width: 992px !important;
}
.zb-w-percent-992 {
  width: 992% !important;
}
.zb-min-w-992 {
  min-width: 992px !important;
}
.zb-max-w-992 {
  max-width: 992px !important;
}
.zb-calc-w-992 {
  width: calc(100vw - 992px) !important;
}
.zb-calc-min-w-992 {
  min-width: calc(100vw - 992px) !important;
}
.zb-calc-max-w-992 {
  max-width: calc(100vw - 992px) !important;
}
.zb-font-992 {
  font-size: 992px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-992 {
    max-width: 992px !important;
  }
}
.zb-h-993 {
  height: 993px !important;
}
.zb-min-h-993 {
  min-height: 993px !important;
}
.zb-max-h-993 {
  max-height: 993px !important;
}
.zb-calc-h-993 {
  height: calc(100vh - 993px) !important;
}
.zb-calc-min-h-993 {
  min-height: calc(100vh - 993px) !important;
}
.zb-calc-max-h-993 {
  max-height: calc(100vh - 993px) !important;
}
.zb-w-993 {
  width: 993px !important;
}
.zb-w-percent-993 {
  width: 993% !important;
}
.zb-min-w-993 {
  min-width: 993px !important;
}
.zb-max-w-993 {
  max-width: 993px !important;
}
.zb-calc-w-993 {
  width: calc(100vw - 993px) !important;
}
.zb-calc-min-w-993 {
  min-width: calc(100vw - 993px) !important;
}
.zb-calc-max-w-993 {
  max-width: calc(100vw - 993px) !important;
}
.zb-font-993 {
  font-size: 993px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-993 {
    max-width: 993px !important;
  }
}
.zb-h-994 {
  height: 994px !important;
}
.zb-min-h-994 {
  min-height: 994px !important;
}
.zb-max-h-994 {
  max-height: 994px !important;
}
.zb-calc-h-994 {
  height: calc(100vh - 994px) !important;
}
.zb-calc-min-h-994 {
  min-height: calc(100vh - 994px) !important;
}
.zb-calc-max-h-994 {
  max-height: calc(100vh - 994px) !important;
}
.zb-w-994 {
  width: 994px !important;
}
.zb-w-percent-994 {
  width: 994% !important;
}
.zb-min-w-994 {
  min-width: 994px !important;
}
.zb-max-w-994 {
  max-width: 994px !important;
}
.zb-calc-w-994 {
  width: calc(100vw - 994px) !important;
}
.zb-calc-min-w-994 {
  min-width: calc(100vw - 994px) !important;
}
.zb-calc-max-w-994 {
  max-width: calc(100vw - 994px) !important;
}
.zb-font-994 {
  font-size: 994px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-994 {
    max-width: 994px !important;
  }
}
.zb-h-995 {
  height: 995px !important;
}
.zb-min-h-995 {
  min-height: 995px !important;
}
.zb-max-h-995 {
  max-height: 995px !important;
}
.zb-calc-h-995 {
  height: calc(100vh - 995px) !important;
}
.zb-calc-min-h-995 {
  min-height: calc(100vh - 995px) !important;
}
.zb-calc-max-h-995 {
  max-height: calc(100vh - 995px) !important;
}
.zb-w-995 {
  width: 995px !important;
}
.zb-w-percent-995 {
  width: 995% !important;
}
.zb-min-w-995 {
  min-width: 995px !important;
}
.zb-max-w-995 {
  max-width: 995px !important;
}
.zb-calc-w-995 {
  width: calc(100vw - 995px) !important;
}
.zb-calc-min-w-995 {
  min-width: calc(100vw - 995px) !important;
}
.zb-calc-max-w-995 {
  max-width: calc(100vw - 995px) !important;
}
.zb-font-995 {
  font-size: 995px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-995 {
    max-width: 995px !important;
  }
}
.zb-h-996 {
  height: 996px !important;
}
.zb-min-h-996 {
  min-height: 996px !important;
}
.zb-max-h-996 {
  max-height: 996px !important;
}
.zb-calc-h-996 {
  height: calc(100vh - 996px) !important;
}
.zb-calc-min-h-996 {
  min-height: calc(100vh - 996px) !important;
}
.zb-calc-max-h-996 {
  max-height: calc(100vh - 996px) !important;
}
.zb-w-996 {
  width: 996px !important;
}
.zb-w-percent-996 {
  width: 996% !important;
}
.zb-min-w-996 {
  min-width: 996px !important;
}
.zb-max-w-996 {
  max-width: 996px !important;
}
.zb-calc-w-996 {
  width: calc(100vw - 996px) !important;
}
.zb-calc-min-w-996 {
  min-width: calc(100vw - 996px) !important;
}
.zb-calc-max-w-996 {
  max-width: calc(100vw - 996px) !important;
}
.zb-font-996 {
  font-size: 996px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-996 {
    max-width: 996px !important;
  }
}
.zb-h-997 {
  height: 997px !important;
}
.zb-min-h-997 {
  min-height: 997px !important;
}
.zb-max-h-997 {
  max-height: 997px !important;
}
.zb-calc-h-997 {
  height: calc(100vh - 997px) !important;
}
.zb-calc-min-h-997 {
  min-height: calc(100vh - 997px) !important;
}
.zb-calc-max-h-997 {
  max-height: calc(100vh - 997px) !important;
}
.zb-w-997 {
  width: 997px !important;
}
.zb-w-percent-997 {
  width: 997% !important;
}
.zb-min-w-997 {
  min-width: 997px !important;
}
.zb-max-w-997 {
  max-width: 997px !important;
}
.zb-calc-w-997 {
  width: calc(100vw - 997px) !important;
}
.zb-calc-min-w-997 {
  min-width: calc(100vw - 997px) !important;
}
.zb-calc-max-w-997 {
  max-width: calc(100vw - 997px) !important;
}
.zb-font-997 {
  font-size: 997px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-997 {
    max-width: 997px !important;
  }
}
.zb-h-998 {
  height: 998px !important;
}
.zb-min-h-998 {
  min-height: 998px !important;
}
.zb-max-h-998 {
  max-height: 998px !important;
}
.zb-calc-h-998 {
  height: calc(100vh - 998px) !important;
}
.zb-calc-min-h-998 {
  min-height: calc(100vh - 998px) !important;
}
.zb-calc-max-h-998 {
  max-height: calc(100vh - 998px) !important;
}
.zb-w-998 {
  width: 998px !important;
}
.zb-w-percent-998 {
  width: 998% !important;
}
.zb-min-w-998 {
  min-width: 998px !important;
}
.zb-max-w-998 {
  max-width: 998px !important;
}
.zb-calc-w-998 {
  width: calc(100vw - 998px) !important;
}
.zb-calc-min-w-998 {
  min-width: calc(100vw - 998px) !important;
}
.zb-calc-max-w-998 {
  max-width: calc(100vw - 998px) !important;
}
.zb-font-998 {
  font-size: 998px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-998 {
    max-width: 998px !important;
  }
}
.zb-h-999 {
  height: 999px !important;
}
.zb-min-h-999 {
  min-height: 999px !important;
}
.zb-max-h-999 {
  max-height: 999px !important;
}
.zb-calc-h-999 {
  height: calc(100vh - 999px) !important;
}
.zb-calc-min-h-999 {
  min-height: calc(100vh - 999px) !important;
}
.zb-calc-max-h-999 {
  max-height: calc(100vh - 999px) !important;
}
.zb-w-999 {
  width: 999px !important;
}
.zb-w-percent-999 {
  width: 999% !important;
}
.zb-min-w-999 {
  min-width: 999px !important;
}
.zb-max-w-999 {
  max-width: 999px !important;
}
.zb-calc-w-999 {
  width: calc(100vw - 999px) !important;
}
.zb-calc-min-w-999 {
  min-width: calc(100vw - 999px) !important;
}
.zb-calc-max-w-999 {
  max-width: calc(100vw - 999px) !important;
}
.zb-font-999 {
  font-size: 999px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-999 {
    max-width: 999px !important;
  }
}
.zb-h-1000 {
  height: 1000px !important;
}
.zb-min-h-1000 {
  min-height: 1000px !important;
}
.zb-max-h-1000 {
  max-height: 1000px !important;
}
.zb-calc-h-1000 {
  height: calc(100vh - 1000px) !important;
}
.zb-calc-min-h-1000 {
  min-height: calc(100vh - 1000px) !important;
}
.zb-calc-max-h-1000 {
  max-height: calc(100vh - 1000px) !important;
}
.zb-w-1000 {
  width: 1000px !important;
}
.zb-w-percent-1000 {
  width: 1000% !important;
}
.zb-min-w-1000 {
  min-width: 1000px !important;
}
.zb-max-w-1000 {
  max-width: 1000px !important;
}
.zb-calc-w-1000 {
  width: calc(100vw - 1000px) !important;
}
.zb-calc-min-w-1000 {
  min-width: calc(100vw - 1000px) !important;
}
.zb-calc-max-w-1000 {
  max-width: calc(100vw - 1000px) !important;
}
.zb-font-1000 {
  font-size: 1000px !important;
}
@media (min-width: 576px) {
  .zb-sm-max-w-1000 {
    max-width: 1000px !important;
  }
}
.zb-area-field {
  height: 100px !important;
  position: relative;
}
.zb-area-field textarea {
  height: 70px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}
.zb-area-field textarea.compact {
  height: 50px;
  line-height: 10px;
}
.zb-area-field label {
  position: relative;
  top: 18px;
  left: 18px;
  font-size: 12px;
  font-weight: 400;
  background-color: #FFFFFF;
  padding-inline: 5px;
}
.zb-input-field {
  height: 80px !important;
}
.zb-input-field .zb-calender-icon {
  position: relative;
  top: -38px;
  left: calc(100% - 30px);
}
.zb-input-field .zb-icon {
  position: relative;
  top: -38px;
  left: calc(100% - 30px);
}
.zb-input-field .zb-eye-icon {
  position: relative;
  top: -34px;
  left: calc(100% - 30px);
}
.zb-input-field input {
  height: 50px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}
.zb-input-field select {
  height: 50px;
  padding-inline-start: 20px;
  font-size: 14px;
  font-weight: 500;
}
.zb-input-field label {
  position: relative;
  top: 18px;
  left: 18px;
  font-size: 12px;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #3F3F3F;
  padding-inline: 5px;
  z-index: 999;
}
.zb-rate-field {
  position: relative;
}
.zb-rate-field input {
  z-index: 0;
  text-align: end;
  padding-left: 2rem;
}
.zb-rate-field span {
  top: 15px !important;
  left: 15px !important;
  font-size: 16px;
}
input[type=text]:disabled {
  cursor: not-allowed !important;
  background-color: #f9f6f6 !important;
}
textarea:disabled {
  cursor: not-allowed !important;
  background-color: #f9f6f6 !important;
}
.zb-autocomplete-container:has(input:disabled) + label {
  cursor: not-allowed !important;
  background-color: #f9f6f6 !important;
}
.form-control:disabled {
  cursor: not-allowed !important;
  background-color: #f9f6f6 !important;
}
.form-select:disabled {
  cursor: not-allowed !important;
  background-color: #f9f6f6 !important;
}
select:disabled {
  cursor: not-allowed !important;
  background-color: #f9f6f6 !important;
}
.zb-filter-by-modal {
  width: 518px !important;
  height: 518px !important;
}
.zb-alert-modal-show {
  top: 30px !important;
  box-shadow: none !important;
}
.zb-blurry-backdrop {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.3019607843) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
}
.zb-product-view-panel-offcanvas {
  width: 518px !important;
}
.zb-product-view-panel-offcanvas-mobile {
  width: 100% !important;
  height: 90% !important;
}
.zb-table-list-offcanvas {
  min-width: 700px !important;
  width: auto !important;
  max-width: 70%;
}
.zb-import-list-offcanvas {
  min-width: 70% !important;
  width: auto !important;
  max-width: 70%;
}
.zb-product-list-offcanvas {
  width: 850px !important;
}
.zb-import-offcanvas {
  width: 850px !important;
}
.zb-orderBy-offcanvas-mob {
  height: 500px !important;
}
.zb-filterBy-offcanvas-mob {
  height: 650px !important;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .zb-table-list-offcanvas {
    min-width: 500px !important;
    width: 518px !important;
  }
  .zb-product-list-offcanvas {
    width: 518px !important;
  }
}
@media screen and (max-width: 576px) {
  .zb-table-list-offcanvas {
    min-width: 400px !important;
    min-height: 98% !important;
    width: auto !important;
    max-width: 100% !important;
  }
  .zb-product-list-offcanvas {
    min-height: 500px !important;
    width: 100% !important;
  }
}
.zb-header-offcanvas-panel {
  width: 242px !important;
}
.zb-filter-by-panel-offcanvas {
  width: 390px !important;
}
.zb-price-breakdown-panel {
  min-height: 320px;
}
.zb-alert-panel-offcanvas {
  min-height: 320px;
}
.zb-filter-by-offcanvas-mobile {
  min-height: 620px;
}
.zb-order-by-offcanvas-mobile {
  min-height: 420px;
}
full-calendar.fc {
  background-color: #FFFFFF !important;
}
full-calendar.fc .fc-header-toolbar {
  display: flex;
  gap: 1rem;
}
full-calendar.fc .fc-header-toolbar .fc-toolbar-chunk {
  width: 33.33%;
}
full-calendar.fc .fc-header-toolbar .fc-toolbar-chunk:last-child {
  display: flex;
  justify-content: end;
}
full-calendar.fc .fc-header-toolbar .fc-toolbar-title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
full-calendar.fc .fc-header-toolbar .fc-button {
  background-color: transparent !important;
  color: #3F3F3F !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-radius: 5px;
}
full-calendar.fc .fc-header-toolbar .fc-button:not([disabled]):hover {
  border-color: #EF0048 !important;
  color: #EF0048 !important;
}
full-calendar.fc .fc-col-header-cell-cushion {
  color: #3F3F3F;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
full-calendar.fc .fc-daygrid-day-frame {
  min-height: 125px;
}
full-calendar.fc .fc-daygrid-day {
  background-color: transparent;
  color: #3F3F3F;
  font-size: 16px;
}
full-calendar.fc .fc-daygrid-day.fc-day-disabled {
  opacity: 0.5;
  background-color: #F1F1F1;
  color: #9B9B9B;
}
full-calendar.fc .fc-daygrid-day.fc-day-today {
  background-color: #ffe0bb;
  color: #FFFFFF;
}
full-calendar.fc .fc-daygrid-day.fc-other-month {
  opacity: 0.6;
  background-color: #F9F9F9;
  color: #9B9B9B;
}
full-calendar.fc .fc-daygrid-day .fc-daygrid-day-number {
  text-decoration: none;
  font-size: 14px;
}
full-calendar.fc .fc-event {
  background-color: #ff709b;
  border: none;
  border-radius: 0;
  color: #3F3F3F;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
full-calendar.fc .fc-event.fc-event-activity {
  background-color: #00AA8C;
}
full-calendar.fc .fc-event.fc-event-important {
  background-color: #EF0048;
}
full-calendar.fc .fc-event-tooltip {
  background-color: #D4D4D4;
  color: #3F3F3F;
  border-radius: 5px;
  padding: 10px 5px;
  font-size: 12px;
}
@media (max-width: 576px) {
  full-calendar.fc .fc-header-toolbar {
    flex-direction: column;
  }
  full-calendar.fc .fc-header-toolbar .fc-toolbar-chunk {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  full-calendar.fc .fc-header-toolbar .fc-toolbar-chunk:last-child {
    display: flex !important;
    justify-content: center !important;
  }
  full-calendar.fc .fc-daygrid-day {
    font-size: 14px;
    padding: 6px;
  }
}
full-calendar.fc .fc-view {
  background-color: #FFFFFF;
}
full-calendar.fc .fc-daygrid-day-number {
  font-size: 16px;
  font-weight: bold;
  color: #3F3F3F;
}
.fc-datepicker {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.fc-datepicker .fc-day {
  border-radius: 5px;
  padding: 8px;
  color: #3F3F3F;
}
.fc-datepicker .fc-day:hover {
  background-color: #10A3CF;
  color: #FFFFFF;
}
.fc-datepicker .fc-day.fc-day-today {
  background-color: #00AA8C;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .desktop-logo img {
    width: 85px;
  }
  .zb-header-menu-link {
    font-weight: 500;
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .desktop-logo img {
    width: 74px;
  }
  .zb-header-menu-link {
    font-weight: 500;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .mobile-logo {
    width: 20px;
    margin-right: 10px;
  }
  .zb-header-menu-link {
    font-weight: 500;
    font-size: 12px;
  }
}
body {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  font-family:
    "DM Sans",
    "sans-serif",
    "Lato";
  font-optical-sizing: auto;
}
body h1,
body .h1 {
  font-size: 18px;
  font-weight: 600;
  font-family: "DM Sans";
  color: #3F3F3F;
  margin: 0;
  height: 22px;
  vertical-align: middle;
  line-height: 22px;
}
.zb-default-font {
  font-size: 12px;
}
.zb-font-sm {
  font-size: 14px;
}
.zb-font-md {
  font-size: 16px;
}
.zb-font-lg {
  font-size: 18px !important;
}
.zb-default-fw {
  font-size: 400;
}
.highlight {
  color: #3F3F3F;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem;
  padding-inline: 1.5rem;
}
.highlight.active {
  color: #FFFFFF;
  background-color: #EF0048;
  border-radius: 10px;
}

/* angular:styles/global:styles */
