@charset "UTF-8";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

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

/* apps/main/src/styles.scss */
@font-face {
  font-family: "PP Mori";
  src: url("./media/PPMori-Regular.woff2") format("woff2"), url("./media/PPMori-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PP Mori";
  src: url("./media/PPMori-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PP Mori";
  src: url("./media/PPMori-Bold.woff2") format("woff2"), url("./media/PPMori-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PP Mori";
  src: url("./media/PPMori-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.mzic-flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.justify-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
:root {
  --bs-gutter-x: 3.5rem;
  --primary-color: #1d192d;
  --label-primary-color: #e6e6ea;
  --button-primary-color: #7c73f3;
  --placeholder-color: #a3a5c3;
  --link-primary-color: #9976ff;
  --success-color: #09d793;
  --error-color: #ca2029;
  --background-color-primary: #211b36;
  --id-main-purple: #9655ff;
  --id-main-black: #111010;
  --id-white: #ededed;
  --id-subtitles: #878787;
  --navigation-width: 236px;
  --navigation-width-collapsed: 68px;
  --navigation-inner-padding: 12px;
  --dashboard-inner-padding: 38px;
  --table-fixed-footer-height: 72px;
  --font-extra-light: 100;
  --font-light: 200;
  --font-book: 300;
  --font-regular: 400;
  --font-medium: 475;
  --font--lg-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-extra-book: 800;
  --neutral-100: #ededed;
  --neutral-200: #c5c5c5;
  --neutral-200-10: rgba(197, 197, 197, 0.1019607843);
  --neutral-200-50: rgba(197, 197, 197, 0.5019607843);
  --neutral-300: #878787;
  --neutral-400: #545454;
  --neutral-500: #27262d;
  --neutral-500-50: rgba(39, 38, 45, 0.5019607843);
  --neutral-600: #1a1a1d;
  --neutral-600-50: rgba(26, 26, 29, 0.5019607843);
  --neutral-700: #111010;
  --neutral-700-70: rgba(17, 16, 16, 0.7019607843);
  --auxiliary-200-24: rgba(153, 154, 186, 0.2392156863);
  --black: #000;
  --white: #fff;
  --purple-700: #552ab7;
  --purple-600: #743edb;
  --purple-500: #9655ff;
  --purple-400: #b57fff;
  --purple-300: #c799ff;
  --purple-200: #dcbbff;
  --purple-100: #efddff;
  --red-700: #91102e;
  --red-600: #ad172c;
  --red-500: #ca2029;
  --red-400: #ea3933;
  --red-300: #ff7272;
  --red-200: #ff9999;
  --red-100: #ffd2d2;
  --yellow-700: #b7801f;
  --yellow-600: #dba12e;
  --yellow-500: #ffc53f;
  --yellow-400: #ffd76f;
  --yellow-300: #ffe38b;
  --yellow-200: #ffeeb2;
  --yellow-100: #fff8d8;
  --green-700: #049a86;
  --green-600: #06b88f;
  --green-500: #09d793;
  --green-400: #41e79f;
  --green-300: #67f3a9;
  --green-200: #9afbbe;
  --green-100: #ccfdd9;
  --blue-700: #2063b3;
  --blue-600: #2e84d6;
  --blue-500: #40a9f9;
  --blue-400: #6fc6fb;
  --blue-300: #8cd9fd;
  --blue-200: #b2eafe;
  --blue-100: #d8f6fe;
}
:root {
  --bs-gutter-x: 3.5rem;
  --primary-color: #1d192d;
  --label-primary-color: #e6e6ea;
  --button-primary-color: #7c73f3;
  --placeholder-color: #a3a5c3;
  --link-primary-color: #9976ff;
  --success-color: #09d793;
  --error-color: #ca2029;
  --background-color-primary: #211b36;
  --id-main-purple: #9655ff;
  --id-main-black: #111010;
  --id-white: #ededed;
  --id-subtitles: #878787;
  --navigation-width: 236px;
  --navigation-width-collapsed: 68px;
  --navigation-inner-padding: 12px;
  --dashboard-inner-padding: 38px;
  --table-fixed-footer-height: 72px;
  --font-extra-light: 100;
  --font-light: 200;
  --font-book: 300;
  --font-regular: 400;
  --font-medium: 475;
  --font--lg-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-extra-book: 800;
  --neutral-100: #ededed;
  --neutral-200: #c5c5c5;
  --neutral-200-10: rgba(197, 197, 197, 0.1019607843);
  --neutral-200-50: rgba(197, 197, 197, 0.5019607843);
  --neutral-300: #878787;
  --neutral-400: #545454;
  --neutral-500: #27262d;
  --neutral-500-50: rgba(39, 38, 45, 0.5019607843);
  --neutral-600: #1a1a1d;
  --neutral-600-50: rgba(26, 26, 29, 0.5019607843);
  --neutral-700: #111010;
  --neutral-700-70: rgba(17, 16, 16, 0.7019607843);
  --auxiliary-200-24: rgba(153, 154, 186, 0.2392156863);
  --black: #000;
  --white: #fff;
  --purple-700: #552ab7;
  --purple-600: #743edb;
  --purple-500: #9655ff;
  --purple-400: #b57fff;
  --purple-300: #c799ff;
  --purple-200: #dcbbff;
  --purple-100: #efddff;
  --red-700: #91102e;
  --red-600: #ad172c;
  --red-500: #ca2029;
  --red-400: #ea3933;
  --red-300: #ff7272;
  --red-200: #ff9999;
  --red-100: #ffd2d2;
  --yellow-700: #b7801f;
  --yellow-600: #dba12e;
  --yellow-500: #ffc53f;
  --yellow-400: #ffd76f;
  --yellow-300: #ffe38b;
  --yellow-200: #ffeeb2;
  --yellow-100: #fff8d8;
  --green-700: #049a86;
  --green-600: #06b88f;
  --green-500: #09d793;
  --green-400: #41e79f;
  --green-300: #67f3a9;
  --green-200: #9afbbe;
  --green-100: #ccfdd9;
  --blue-700: #2063b3;
  --blue-600: #2e84d6;
  --blue-500: #40a9f9;
  --blue-400: #6fc6fb;
  --blue-300: #8cd9fd;
  --blue-200: #b2eafe;
  --blue-100: #d8f6fe;
}
.text-heading-xxxl,
.text-heading-xxl,
.text-heading-xl,
.text-heading-lg,
.text-heading-md,
.text-heading-sm,
.text-body-lg,
.text-body-lg-medium,
.text-body-md,
.mz-item-option > .mid strong,
.text-body-xxsm,
.side-floating-menu ul li,
.tracks-release-section-text,
.split-details-payees-list-component .col-percent,
.rule-resume-card-component .rule-card .content,
.mzic-tip-on-hover .mzic-tip .item,
.mzic-tip-on-hover .mzic-tip strong,
.mzic-tip-on-hover .mzic-tip p,
.mzic-popover.modal-popover .main p,
.mzic-dialog .top-message,
.select-option__main-title,
.mz-form-row.for-paragraph p,
.mz-item-option > .mid small,
.mz-form-row > .mz-label > p,
.text-body-xsm,
.split-details-resume-component .text-container .dates > div span,
.split-details-resume-component .text-container .resume span,
.mzic-bank-account .text p,
.select-option__main-description,
.mzic-alert > p,
.form-hint-error,
.form-hint-success,
.mz-form-row .mz-input .input-prefix,
.mz-form-row.for-image .mz-input .image-text .secondary,
.mz-form-row .mz-input .input-tip,
.text-body-sm,
.text-heading-xxxl-semibold,
.text-heading-xxl-semibold,
.text-heading-xl-semibold,
.text-heading-lg-semibold,
.text-heading-md-semibold,
.tracks-release-input-section-title,
.text-heading-sm-semibold,
.split-details-resume-component .text-container .title .text,
.text-body-lg-semibold,
.text-body-md-semibold,
.toggle-content-link-component,
.mzic-bank-account .text .title,
.mzic-popover.modal-popover .main .title,
.mzic-popover.modal-popover .header .title,
.mzic-dialog .header .title,
.mzic-select > label,
.mz-form-row.for-image .mz-input .image-text .primary,
.mz-label > label,
.text-body-xxsm-semibold,
.split-details-payees-list-component .col-icon-msg > div label,
.rule-resume-card-component .rule-card .content .strong,
.text-body-xsm-semibold,
.text-body-sm-semibold,
.text-heading-xxxl-bold,
.text-heading-xxl-bold,
.text-heading-xl-bold,
.text-heading-lg-bold,
.text-heading-md-bold,
.text-heading-sm-bold,
.text-body-lg-bold,
.text-body-md-bold,
.rule-resume-card-component .rule-card .card-title,
.text-body-xxsm-bold,
.mz-button-tag .label,
.mz-button-tag .number,
.text-body-xsm-bold,
.track-status-tag,
.split-details-resume-component .text-container .dates > div strong,
.split-details-resume-component .text-container .resume strong,
.sort-number,
.select-option__main-version,
.text-body-sm-bold,
.split-details-payees-list-component .col-status .status,
.split-details-payees-list-component .col-tag .tag,
.split-details-resume-component .text-container .tag,
.tag,
.mzic-bank-account .text .tag {
  padding: 0;
  color: var(--neutral-300);
}
.text-heading-xxxl.primary,
.text-heading-xxl.primary,
.text-heading-xl.primary,
.text-heading-lg.primary,
.text-heading-md.primary,
.text-heading-sm.primary,
.text-body-lg.primary,
.text-body-lg-medium.primary,
.text-body-md.primary,
.mz-item-option > .mid strong.primary,
.text-body-xxsm.primary,
.side-floating-menu ul li.primary,
.primary.tracks-release-section-text,
.split-details-payees-list-component .primary.col-percent,
.rule-resume-card-component .rule-card .primary.content,
.mzic-tip-on-hover .mzic-tip .primary.item,
.mzic-tip-on-hover .mzic-tip strong.primary,
.mzic-tip-on-hover .mzic-tip p.primary,
.mzic-popover.modal-popover .main p.primary,
.mzic-dialog .primary.top-message,
.primary.select-option__main-title,
.mz-form-row.for-paragraph p.primary,
.mz-item-option > .mid small.primary,
.mz-form-row > .mz-label > p.primary,
.text-body-xsm.primary,
.split-details-resume-component .text-container .dates > div span.primary,
.split-details-resume-component .text-container .resume span.primary,
.mzic-bank-account .text p.primary,
.primary.select-option__main-description,
.mzic-alert > p.primary,
.primary.form-hint-error,
.primary.form-hint-success,
.mz-form-row .mz-input .primary.input-prefix,
.mz-form-row .mz-input .primary.input-tip,
.text-body-sm.primary,
.text-heading-xxxl-semibold.primary,
.text-heading-xxl-semibold.primary,
.text-heading-xl-semibold.primary,
.text-heading-lg-semibold.primary,
.text-heading-md-semibold.primary,
.primary.tracks-release-input-section-title,
.text-heading-sm-semibold.primary,
.split-details-resume-component .text-container .title .primary.text,
.text-body-lg-semibold.primary,
.text-body-md-semibold.primary,
.primary.toggle-content-link-component,
.mzic-bank-account .text .primary.title,
.mzic-popover.modal-popover .main .primary.title,
.mzic-popover.modal-popover .header .primary.title,
.mzic-dialog .header .primary.title,
.mzic-select > label.primary,
.mz-form-row.for-image .mz-input .image-text .primary,
.mz-label > label.primary,
.text-body-xxsm-semibold.primary,
.split-details-payees-list-component .col-icon-msg > div label.primary,
.rule-resume-card-component .rule-card .content .primary.strong,
.text-body-xsm-semibold.primary,
.text-body-sm-semibold.primary,
.text-heading-xxxl-bold.primary,
.text-heading-xxl-bold.primary,
.text-heading-xl-bold.primary,
.text-heading-lg-bold.primary,
.text-heading-md-bold.primary,
.text-heading-sm-bold.primary,
.text-body-lg-bold.primary,
.text-body-md-bold.primary,
.rule-resume-card-component .rule-card .primary.card-title,
.text-body-xxsm-bold.primary,
.mz-button-tag .primary.label,
.mz-button-tag .primary.number,
.text-body-xsm-bold.primary,
.primary.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.primary,
.split-details-resume-component .text-container .resume strong.primary,
.primary.sort-number,
.primary.select-option__main-version,
.text-body-sm-bold.primary,
.split-details-payees-list-component .col-status .primary.status,
.split-details-payees-list-component .col-tag .primary.tag,
.split-details-resume-component .text-container .primary.tag,
.primary.tag,
.mzic-bank-account .text .primary.tag {
  color: var(--purple-500);
}
.text-heading-xxxl.secondary,
.text-heading-xxl.secondary,
.text-heading-xl.secondary,
.text-heading-lg.secondary,
.text-heading-md.secondary,
.text-heading-sm.secondary,
.text-body-lg.secondary,
.text-body-lg-medium.secondary,
.text-body-md.secondary,
.mz-item-option > .mid strong.secondary,
.text-body-xxsm.secondary,
.side-floating-menu ul li.secondary,
.secondary.tracks-release-section-text,
.split-details-payees-list-component .secondary.col-percent,
.rule-resume-card-component .rule-card .secondary.content,
.mzic-tip-on-hover .mzic-tip .secondary.item,
.mzic-tip-on-hover .mzic-tip strong.secondary,
.mzic-tip-on-hover .mzic-tip p.secondary,
.mzic-popover.modal-popover .main p.secondary,
.mzic-dialog .secondary.top-message,
.secondary.select-option__main-title,
.mz-form-row.for-paragraph p.secondary,
.mz-item-option > .mid small.secondary,
.mz-form-row > .mz-label > p.secondary,
.text-body-xsm.secondary,
.split-details-resume-component .text-container .dates > div span.secondary,
.split-details-resume-component .text-container .resume span.secondary,
.mzic-bank-account .text p.secondary,
.secondary.select-option__main-description,
.mzic-alert > p.secondary,
.secondary.form-hint-error,
.secondary.form-hint-success,
.mz-form-row .mz-input .secondary.input-prefix,
.mz-form-row.for-image .mz-input .image-text .secondary,
.mz-form-row .mz-input .secondary.input-tip,
.text-body-sm.secondary,
.text-heading-xxxl-semibold.secondary,
.text-heading-xxl-semibold.secondary,
.text-heading-xl-semibold.secondary,
.text-heading-lg-semibold.secondary,
.text-heading-md-semibold.secondary,
.secondary.tracks-release-input-section-title,
.text-heading-sm-semibold.secondary,
.split-details-resume-component .text-container .title .secondary.text,
.text-body-lg-semibold.secondary,
.text-body-md-semibold.secondary,
.secondary.toggle-content-link-component,
.mzic-bank-account .text .secondary.title,
.mzic-popover.modal-popover .main .secondary.title,
.mzic-popover.modal-popover .header .secondary.title,
.mzic-dialog .header .secondary.title,
.mzic-select > label.secondary,
.mz-label > label.secondary,
.text-body-xxsm-semibold.secondary,
.split-details-payees-list-component .col-icon-msg > div label.secondary,
.rule-resume-card-component .rule-card .content .secondary.strong,
.text-body-xsm-semibold.secondary,
.text-body-sm-semibold.secondary,
.text-heading-xxxl-bold.secondary,
.text-heading-xxl-bold.secondary,
.text-heading-xl-bold.secondary,
.text-heading-lg-bold.secondary,
.text-heading-md-bold.secondary,
.text-heading-sm-bold.secondary,
.text-body-lg-bold.secondary,
.text-body-md-bold.secondary,
.rule-resume-card-component .rule-card .secondary.card-title,
.text-body-xxsm-bold.secondary,
.mz-button-tag .secondary.label,
.mz-button-tag .secondary.number,
.text-body-xsm-bold.secondary,
.secondary.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.secondary,
.split-details-resume-component .text-container .resume strong.secondary,
.secondary.sort-number,
.secondary.select-option__main-version,
.text-body-sm-bold.secondary,
.split-details-payees-list-component .col-status .secondary.status,
.split-details-payees-list-component .col-tag .secondary.tag,
.split-details-resume-component .text-container .secondary.tag,
.secondary.tag,
.mzic-bank-account .text .secondary.tag {
  color: var(--neutral-300);
}
.text-heading-xxxl.disabled,
.text-heading-xxl.disabled,
.text-heading-xl.disabled,
.text-heading-lg.disabled,
.text-heading-md.disabled,
.text-heading-sm.disabled,
.text-body-lg.disabled,
.text-body-lg-medium.disabled,
.text-body-md.disabled,
.mz-item-option > .mid strong.disabled,
.text-body-xxsm.disabled,
.side-floating-menu ul li.disabled,
.disabled.tracks-release-section-text,
.split-details-payees-list-component .disabled.col-percent,
.rule-resume-card-component .rule-card .disabled.content,
.mzic-tip-on-hover .mzic-tip .disabled.item,
.mzic-tip-on-hover .mzic-tip strong.disabled,
.mzic-tip-on-hover .mzic-tip p.disabled,
.mzic-popover.modal-popover .main p.disabled,
.mzic-dialog .disabled.top-message,
.disabled.select-option__main-title,
.mz-form-row.for-paragraph p.disabled,
.mz-item-option > .mid small.disabled,
.mz-form-row > .mz-label > p.disabled,
.text-body-xsm.disabled,
.split-details-resume-component .text-container .dates > div span.disabled,
.split-details-resume-component .text-container .resume span.disabled,
.mzic-bank-account .text p.disabled,
.disabled.select-option__main-description,
.mzic-alert > p.disabled,
.disabled.form-hint-error,
.disabled.form-hint-success,
.mz-form-row .mz-input .disabled.input-prefix,
.mz-form-row.for-image .mz-input .image-text .disabled.secondary,
.mz-form-row .mz-input .disabled.input-tip,
.text-body-sm.disabled,
.text-heading-xxxl-semibold.disabled,
.text-heading-xxl-semibold.disabled,
.text-heading-xl-semibold.disabled,
.text-heading-lg-semibold.disabled,
.text-heading-md-semibold.disabled,
.disabled.tracks-release-input-section-title,
.text-heading-sm-semibold.disabled,
.split-details-resume-component .text-container .title .disabled.text,
.text-body-lg-semibold.disabled,
.text-body-md-semibold.disabled,
.disabled.toggle-content-link-component,
.mzic-bank-account .text .disabled.title,
.mzic-popover.modal-popover .main .disabled.title,
.mzic-popover.modal-popover .header .disabled.title,
.mzic-dialog .header .disabled.title,
.mzic-select > label.disabled,
.mz-form-row.for-image .mz-input .image-text .disabled.primary,
.mz-label > label.disabled,
.text-body-xxsm-semibold.disabled,
.split-details-payees-list-component .col-icon-msg > div label.disabled,
.rule-resume-card-component .rule-card .content .disabled.strong,
.text-body-xsm-semibold.disabled,
.text-body-sm-semibold.disabled,
.text-heading-xxxl-bold.disabled,
.text-heading-xxl-bold.disabled,
.text-heading-xl-bold.disabled,
.text-heading-lg-bold.disabled,
.text-heading-md-bold.disabled,
.text-heading-sm-bold.disabled,
.text-body-lg-bold.disabled,
.text-body-md-bold.disabled,
.rule-resume-card-component .rule-card .disabled.card-title,
.text-body-xxsm-bold.disabled,
.mz-button-tag .disabled.label,
.mz-button-tag .disabled.number,
.text-body-xsm-bold.disabled,
.disabled.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.disabled,
.split-details-resume-component .text-container .resume strong.disabled,
.disabled.sort-number,
.disabled.select-option__main-version,
.text-body-sm-bold.disabled,
.split-details-payees-list-component .col-status .disabled.status,
.split-details-payees-list-component .col-tag .disabled.tag,
.split-details-resume-component .text-container .disabled.tag,
.disabled.tag,
.mzic-bank-account .text .disabled.tag {
  color: var(--neutral-400);
}
.text-heading-xxxl.black,
.text-heading-xxl.black,
.text-heading-xl.black,
.text-heading-lg.black,
.text-heading-md.black,
.text-heading-sm.black,
.text-body-lg.black,
.text-body-lg-medium.black,
.text-body-md.black,
.mz-item-option > .mid strong.black,
.text-body-xxsm.black,
.side-floating-menu ul li.black,
.black.tracks-release-section-text,
.split-details-payees-list-component .black.col-percent,
.rule-resume-card-component .rule-card .black.content,
.mzic-tip-on-hover .mzic-tip .black.item,
.mzic-tip-on-hover .mzic-tip strong.black,
.mzic-tip-on-hover .mzic-tip p.black,
.mzic-popover.modal-popover .main p.black,
.mzic-dialog .black.top-message,
.black.select-option__main-title,
.mz-form-row.for-paragraph p.black,
.mz-item-option > .mid small.black,
.mz-form-row > .mz-label > p.black,
.text-body-xsm.black,
.split-details-resume-component .text-container .dates > div span.black,
.split-details-resume-component .text-container .resume span.black,
.mzic-bank-account .text p.black,
.black.select-option__main-description,
.mzic-alert > p.black,
.black.form-hint-error,
.black.form-hint-success,
.mz-form-row .mz-input .black.input-prefix,
.mz-form-row.for-image .mz-input .image-text .black.secondary,
.mz-form-row .mz-input .black.input-tip,
.text-body-sm.black,
.text-heading-xxxl-semibold.black,
.text-heading-xxl-semibold.black,
.text-heading-xl-semibold.black,
.text-heading-lg-semibold.black,
.text-heading-md-semibold.black,
.black.tracks-release-input-section-title,
.text-heading-sm-semibold.black,
.split-details-resume-component .text-container .title .black.text,
.text-body-lg-semibold.black,
.text-body-md-semibold.black,
.black.toggle-content-link-component,
.mzic-bank-account .text .black.title,
.mzic-popover.modal-popover .main .black.title,
.mzic-popover.modal-popover .header .black.title,
.mzic-dialog .header .black.title,
.mzic-select > label.black,
.mz-form-row.for-image .mz-input .image-text .black.primary,
.mz-label > label.black,
.text-body-xxsm-semibold.black,
.split-details-payees-list-component .col-icon-msg > div label.black,
.rule-resume-card-component .rule-card .content .black.strong,
.text-body-xsm-semibold.black,
.text-body-sm-semibold.black,
.text-heading-xxxl-bold.black,
.text-heading-xxl-bold.black,
.text-heading-xl-bold.black,
.text-heading-lg-bold.black,
.text-heading-md-bold.black,
.text-heading-sm-bold.black,
.text-body-lg-bold.black,
.text-body-md-bold.black,
.rule-resume-card-component .rule-card .black.card-title,
.text-body-xxsm-bold.black,
.mz-button-tag .black.label,
.mz-button-tag .black.number,
.text-body-xsm-bold.black,
.black.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.black,
.split-details-resume-component .text-container .resume strong.black,
.black.sort-number,
.black.select-option__main-version,
.text-body-sm-bold.black,
.split-details-payees-list-component .col-status .black.status,
.split-details-payees-list-component .col-tag .black.tag,
.split-details-resume-component .text-container .black.tag,
.black.tag,
.mzic-bank-account .text .black.tag {
  color: var(--neutral-700);
}
.text-heading-xxxl.success,
.text-heading-xxl.success,
.text-heading-xl.success,
.text-heading-lg.success,
.text-heading-md.success,
.text-heading-sm.success,
.text-body-lg.success,
.text-body-lg-medium.success,
.text-body-md.success,
.mz-item-option > .mid strong.success,
.text-body-xxsm.success,
.side-floating-menu ul li.success,
.success.tracks-release-section-text,
.split-details-payees-list-component .success.col-percent,
.rule-resume-card-component .rule-card .success.content,
.mzic-tip-on-hover .mzic-tip .success.item,
.mzic-tip-on-hover .mzic-tip strong.success,
.mzic-tip-on-hover .mzic-tip p.success,
.mzic-popover.modal-popover .main p.success,
.mzic-dialog .success.top-message,
.success.select-option__main-title,
.mz-form-row.for-paragraph p.success,
.mz-item-option > .mid small.success,
.mz-form-row > .mz-label > p.success,
.text-body-xsm.success,
.split-details-resume-component .text-container .dates > div span.success,
.split-details-resume-component .text-container .resume span.success,
.mzic-bank-account .text p.success,
.success.select-option__main-description,
.mzic-alert > p.success,
.success.form-hint-error,
.success.form-hint-success,
.mz-form-row .mz-input .success.input-prefix,
.mz-form-row.for-image .mz-input .image-text .success.secondary,
.mz-form-row .mz-input .success.input-tip,
.text-body-sm.success,
.text-heading-xxxl-semibold.success,
.text-heading-xxl-semibold.success,
.text-heading-xl-semibold.success,
.text-heading-lg-semibold.success,
.text-heading-md-semibold.success,
.success.tracks-release-input-section-title,
.text-heading-sm-semibold.success,
.split-details-resume-component .text-container .title .success.text,
.text-body-lg-semibold.success,
.text-body-md-semibold.success,
.success.toggle-content-link-component,
.mzic-bank-account .text .success.title,
.mzic-popover.modal-popover .main .success.title,
.mzic-popover.modal-popover .header .success.title,
.mzic-dialog .header .success.title,
.mzic-select > label.success,
.mz-form-row.for-image .mz-input .image-text .success.primary,
.mz-label > label.success,
.text-body-xxsm-semibold.success,
.split-details-payees-list-component .col-icon-msg > div label.success,
.rule-resume-card-component .rule-card .content .success.strong,
.text-body-xsm-semibold.success,
.text-body-sm-semibold.success,
.text-heading-xxxl-bold.success,
.text-heading-xxl-bold.success,
.text-heading-xl-bold.success,
.text-heading-lg-bold.success,
.text-heading-md-bold.success,
.text-heading-sm-bold.success,
.text-body-lg-bold.success,
.text-body-md-bold.success,
.rule-resume-card-component .rule-card .success.card-title,
.text-body-xxsm-bold.success,
.mz-button-tag .success.label,
.mz-button-tag .success.number,
.text-body-xsm-bold.success,
.success.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.success,
.split-details-resume-component .text-container .resume strong.success,
.success.sort-number,
.success.select-option__main-version,
.text-body-sm-bold.success,
.split-details-payees-list-component .col-status .success.status,
.split-details-payees-list-component .col-tag .success.tag,
.split-details-resume-component .text-container .success.tag,
.success.tag,
.mzic-bank-account .text .success.tag {
  color: var(--green-500);
}
.text-heading-xxxl.danger,
.text-heading-xxl.danger,
.text-heading-xl.danger,
.text-heading-lg.danger,
.text-heading-md.danger,
.text-heading-sm.danger,
.text-body-lg.danger,
.text-body-lg-medium.danger,
.text-body-md.danger,
.mz-item-option > .mid strong.danger,
.text-body-xxsm.danger,
.side-floating-menu ul li.danger,
.danger.tracks-release-section-text,
.split-details-payees-list-component .danger.col-percent,
.rule-resume-card-component .rule-card .danger.content,
.mzic-tip-on-hover .mzic-tip .danger.item,
.mzic-tip-on-hover .mzic-tip strong.danger,
.mzic-tip-on-hover .mzic-tip p.danger,
.mzic-popover.modal-popover .main p.danger,
.mzic-dialog .danger.top-message,
.danger.select-option__main-title,
.mz-form-row.for-paragraph p.danger,
.mz-item-option > .mid small.danger,
.mz-form-row > .mz-label > p.danger,
.text-body-xsm.danger,
.split-details-resume-component .text-container .dates > div span.danger,
.split-details-resume-component .text-container .resume span.danger,
.mzic-bank-account .text p.danger,
.danger.select-option__main-description,
.mzic-alert > p.danger,
.danger.form-hint-error,
.danger.form-hint-success,
.mz-form-row .mz-input .danger.input-prefix,
.mz-form-row.for-image .mz-input .image-text .danger.secondary,
.mz-form-row .mz-input .danger.input-tip,
.text-body-sm.danger,
.text-heading-xxxl-semibold.danger,
.text-heading-xxl-semibold.danger,
.text-heading-xl-semibold.danger,
.text-heading-lg-semibold.danger,
.text-heading-md-semibold.danger,
.danger.tracks-release-input-section-title,
.text-heading-sm-semibold.danger,
.split-details-resume-component .text-container .title .danger.text,
.text-body-lg-semibold.danger,
.text-body-md-semibold.danger,
.danger.toggle-content-link-component,
.mzic-bank-account .text .danger.title,
.mzic-popover.modal-popover .main .danger.title,
.mzic-popover.modal-popover .header .danger.title,
.mzic-dialog .header .danger.title,
.mzic-select > label.danger,
.mz-form-row.for-image .mz-input .image-text .danger.primary,
.mz-label > label.danger,
.text-body-xxsm-semibold.danger,
.split-details-payees-list-component .col-icon-msg > div label.danger,
.rule-resume-card-component .rule-card .content .danger.strong,
.text-body-xsm-semibold.danger,
.text-body-sm-semibold.danger,
.text-heading-xxxl-bold.danger,
.text-heading-xxl-bold.danger,
.text-heading-xl-bold.danger,
.text-heading-lg-bold.danger,
.text-heading-md-bold.danger,
.text-heading-sm-bold.danger,
.text-body-lg-bold.danger,
.text-body-md-bold.danger,
.rule-resume-card-component .rule-card .danger.card-title,
.text-body-xxsm-bold.danger,
.mz-button-tag .danger.label,
.mz-button-tag .danger.number,
.text-body-xsm-bold.danger,
.danger.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.danger,
.split-details-resume-component .text-container .resume strong.danger,
.danger.sort-number,
.danger.select-option__main-version,
.text-body-sm-bold.danger,
.split-details-payees-list-component .col-status .danger.status,
.split-details-payees-list-component .col-tag .danger.tag,
.split-details-resume-component .text-container .danger.tag,
.danger.tag,
.mzic-bank-account .text .danger.tag {
  color: var(--red-500);
}
.text-heading-xxxl.alert,
.text-heading-xxl.alert,
.text-heading-xl.alert,
.text-heading-lg.alert,
.text-heading-md.alert,
.text-heading-sm.alert,
.text-body-lg.alert,
.text-body-lg-medium.alert,
.text-body-md.alert,
.mz-item-option > .mid strong.alert,
.text-body-xxsm.alert,
.side-floating-menu ul li.alert,
.alert.tracks-release-section-text,
.split-details-payees-list-component .alert.col-percent,
.rule-resume-card-component .rule-card .alert.content,
.mzic-tip-on-hover .mzic-tip .alert.item,
.mzic-tip-on-hover .mzic-tip strong.alert,
.mzic-tip-on-hover .mzic-tip p.alert,
.mzic-popover.modal-popover .main p.alert,
.mzic-dialog .alert.top-message,
.alert.select-option__main-title,
.mz-form-row.for-paragraph p.alert,
.mz-item-option > .mid small.alert,
.mz-form-row > .mz-label > p.alert,
.text-body-xsm.alert,
.split-details-resume-component .text-container .dates > div span.alert,
.split-details-resume-component .text-container .resume span.alert,
.mzic-bank-account .text p.alert,
.alert.select-option__main-description,
.mzic-alert > p.alert,
.alert.form-hint-error,
.alert.form-hint-success,
.mz-form-row .mz-input .alert.input-prefix,
.mz-form-row.for-image .mz-input .image-text .alert.secondary,
.mz-form-row .mz-input .alert.input-tip,
.text-body-sm.alert,
.text-heading-xxxl-semibold.alert,
.text-heading-xxl-semibold.alert,
.text-heading-xl-semibold.alert,
.text-heading-lg-semibold.alert,
.text-heading-md-semibold.alert,
.alert.tracks-release-input-section-title,
.text-heading-sm-semibold.alert,
.split-details-resume-component .text-container .title .alert.text,
.text-body-lg-semibold.alert,
.text-body-md-semibold.alert,
.alert.toggle-content-link-component,
.mzic-bank-account .text .alert.title,
.mzic-popover.modal-popover .main .alert.title,
.mzic-popover.modal-popover .header .alert.title,
.mzic-dialog .header .alert.title,
.mzic-select > label.alert,
.mz-form-row.for-image .mz-input .image-text .alert.primary,
.mz-label > label.alert,
.text-body-xxsm-semibold.alert,
.split-details-payees-list-component .col-icon-msg > div label.alert,
.rule-resume-card-component .rule-card .content .alert.strong,
.text-body-xsm-semibold.alert,
.text-body-sm-semibold.alert,
.text-heading-xxxl-bold.alert,
.text-heading-xxl-bold.alert,
.text-heading-xl-bold.alert,
.text-heading-lg-bold.alert,
.text-heading-md-bold.alert,
.text-heading-sm-bold.alert,
.text-body-lg-bold.alert,
.text-body-md-bold.alert,
.rule-resume-card-component .rule-card .alert.card-title,
.text-body-xxsm-bold.alert,
.mz-button-tag .alert.label,
.mz-button-tag .alert.number,
.text-body-xsm-bold.alert,
.alert.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.alert,
.split-details-resume-component .text-container .resume strong.alert,
.alert.sort-number,
.alert.select-option__main-version,
.text-body-sm-bold.alert,
.split-details-payees-list-component .col-status .alert.status,
.split-details-payees-list-component .col-tag .alert.tag,
.split-details-resume-component .text-container .alert.tag,
.alert.tag,
.mzic-bank-account .text .alert.tag {
  color: var(--yellow-500);
}
.text-heading-xxxl.info,
.text-heading-xxl.info,
.text-heading-xl.info,
.text-heading-lg.info,
.text-heading-md.info,
.text-heading-sm.info,
.text-body-lg.info,
.text-body-lg-medium.info,
.text-body-md.info,
.mz-item-option > .mid strong.info,
.text-body-xxsm.info,
.side-floating-menu ul li.info,
.info.tracks-release-section-text,
.split-details-payees-list-component .info.col-percent,
.rule-resume-card-component .rule-card .info.content,
.mzic-tip-on-hover .mzic-tip .info.item,
.mzic-tip-on-hover .mzic-tip strong.info,
.mzic-tip-on-hover .mzic-tip p.info,
.mzic-popover.modal-popover .main p.info,
.mzic-dialog .info.top-message,
.info.select-option__main-title,
.mz-form-row.for-paragraph p.info,
.mz-item-option > .mid small.info,
.mz-form-row > .mz-label > p.info,
.text-body-xsm.info,
.split-details-resume-component .text-container .dates > div span.info,
.split-details-resume-component .text-container .resume span.info,
.mzic-bank-account .text p.info,
.info.select-option__main-description,
.mzic-alert > p.info,
.info.form-hint-error,
.info.form-hint-success,
.mz-form-row .mz-input .info.input-prefix,
.mz-form-row.for-image .mz-input .image-text .info.secondary,
.mz-form-row .mz-input .info.input-tip,
.text-body-sm.info,
.text-heading-xxxl-semibold.info,
.text-heading-xxl-semibold.info,
.text-heading-xl-semibold.info,
.text-heading-lg-semibold.info,
.text-heading-md-semibold.info,
.info.tracks-release-input-section-title,
.text-heading-sm-semibold.info,
.split-details-resume-component .text-container .title .info.text,
.text-body-lg-semibold.info,
.text-body-md-semibold.info,
.info.toggle-content-link-component,
.mzic-bank-account .text .info.title,
.mzic-popover.modal-popover .main .info.title,
.mzic-popover.modal-popover .header .info.title,
.mzic-dialog .header .info.title,
.mzic-select > label.info,
.mz-form-row.for-image .mz-input .image-text .info.primary,
.mz-label > label.info,
.text-body-xxsm-semibold.info,
.split-details-payees-list-component .col-icon-msg > div label.info,
.rule-resume-card-component .rule-card .content .info.strong,
.text-body-xsm-semibold.info,
.text-body-sm-semibold.info,
.text-heading-xxxl-bold.info,
.text-heading-xxl-bold.info,
.text-heading-xl-bold.info,
.text-heading-lg-bold.info,
.text-heading-md-bold.info,
.text-heading-sm-bold.info,
.text-body-lg-bold.info,
.text-body-md-bold.info,
.rule-resume-card-component .rule-card .info.card-title,
.text-body-xxsm-bold.info,
.mz-button-tag .info.label,
.mz-button-tag .info.number,
.text-body-xsm-bold.info,
.info.track-status-tag,
.split-details-resume-component .text-container .dates > div strong.info,
.split-details-resume-component .text-container .resume strong.info,
.info.sort-number,
.info.select-option__main-version,
.text-body-sm-bold.info,
.split-details-payees-list-component .col-status .info.status,
.split-details-payees-list-component .col-tag .info.tag,
.split-details-resume-component .text-container .info.tag,
.info.tag,
.mzic-bank-account .text .info.tag {
  color: var(--blue-500);
}
.text-heading-xxxl {
  font-weight: var(--font-regular);
  font-size: 64px;
  line-height: 72px;
}
.text-heading-xxl {
  font-weight: var(--font-regular);
  font-size: 48px;
  line-height: 56px;
}
.text-heading-xl {
  font-weight: var(--font-regular);
  font-size: 40px;
  line-height: 48px;
}
.text-heading-lg {
  font-weight: var(--font-regular);
  font-size: 32px;
  line-height: 40px;
}
.text-heading-md {
  font-weight: var(--font-regular);
  font-size: 24px;
  line-height: 32px;
}
.text-heading-sm {
  font-weight: var(--font-regular);
  font-size: 20px;
  line-height: 28px;
}
.text-body-lg {
  font-weight: var(--font-regular);
  font-size: 18px;
  line-height: 26px;
}
.text-body-md,
.mz-item-option > .mid strong {
  font-weight: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
}
.text-body-xxsm,
.side-floating-menu ul li,
.tracks-release-section-text,
.split-details-payees-list-component .col-percent,
.rule-resume-card-component .rule-card .content,
.mzic-tip-on-hover .mzic-tip .item,
.mzic-tip-on-hover .mzic-tip strong,
.mzic-tip-on-hover .mzic-tip p,
.mzic-popover.modal-popover .main p,
.mzic-dialog .top-message,
.select-option__main-title,
.mz-form-row.for-paragraph p,
.mz-item-option > .mid small,
.mz-form-row > .mz-label > p {
  font-weight: var(--font-regular);
  font-size: 14px;
  line-height: 20px;
}
.text-body-xsm,
.split-details-resume-component .text-container .dates > div span,
.split-details-resume-component .text-container .resume span,
.mzic-bank-account .text p,
.select-option__main-description,
.mzic-alert > p,
.form-hint-error,
.form-hint-success,
.mz-form-row .mz-input .input-prefix,
.mz-form-row.for-image .mz-input .image-text .secondary,
.mz-form-row .mz-input .input-tip {
  font-weight: var(--font-regular);
  font-size: 12px;
  line-height: 16px;
}
.text-body-sm {
  font-weight: var(--font-regular);
  font-size: 10px;
  line-height: 14px;
}
.text-body-lg-medium {
  font-weight: var(--font--lg-medium);
  font-size: 18px;
  line-height: 26px;
}
.text-heading-xxxl-semibold {
  font-weight: var(--font-semi-bold);
  font-size: 64px;
  line-height: 72px;
}
.text-heading-xxl-semibold {
  font-weight: var(--font-semi-bold);
  font-size: 48px;
  line-height: 56px;
}
.text-heading-xl-semibold {
  font-weight: var(--font-semi-bold);
  font-size: 40px;
  line-height: 48px;
}
.text-heading-lg-semibold {
  font-weight: var(--font-semi-bold);
  font-size: 32px;
  line-height: 40px;
}
.text-heading-md-semibold,
.tracks-release-input-section-title {
  font-weight: var(--font-semi-bold);
  font-size: 24px;
  line-height: 32px;
}
.text-heading-sm-semibold,
.split-details-resume-component .text-container .title .text {
  font-weight: var(--font-semi-bold);
  font-size: 20px;
  line-height: 28px;
}
.text-body-lg-semibold {
  font-weight: var(--font-semi-bold);
  font-size: 18px;
  line-height: 26px;
}
.text-body-md-semibold,
.toggle-content-link-component,
.mzic-bank-account .text .title,
.mzic-popover.modal-popover .main .title,
.mzic-popover.modal-popover .header .title,
.mzic-dialog .header .title,
.mzic-select > label,
.mz-form-row.for-image .mz-input .image-text .primary,
.mz-label > label {
  font-weight: var(--font-semi-bold);
  font-size: 16px;
  line-height: 24px;
}
.text-body-xxsm-semibold,
.split-details-payees-list-component .col-icon-msg > div label,
.rule-resume-card-component .rule-card .content .strong {
  font-weight: var(--font-semi-bold);
  font-size: 14px;
  line-height: 20px;
}
.text-body-xsm-semibold {
  font-weight: var(--font-semi-bold);
  font-size: 12px;
  line-height: 16px;
}
.text-body-sm-semibold {
  font-weight: var(--font-semi-bold);
  font-size: 10px;
  line-height: 14px;
}
.text-heading-xxxl-bold {
  font-weight: var(--font-bold);
  font-size: 64px;
  line-height: 72px;
}
.text-heading-xxl-bold {
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 56px;
}
.text-heading-xl-bold {
  font-weight: var(--font-bold);
  font-size: 40px;
  line-height: 48px;
}
.text-heading-lg-bold {
  font-weight: var(--font-bold);
  font-size: 32px;
  line-height: 40px;
}
.text-heading-md-bold {
  font-weight: var(--font-bold);
  font-size: 24px;
  line-height: 32px;
}
.text-heading-sm-bold {
  font-weight: var(--font-bold);
  font-size: 20px;
  line-height: 28px;
}
.text-body-lg-bold {
  font-weight: var(--font-bold);
  font-size: 18px;
  line-height: 26px;
}
.text-body-md-bold,
.rule-resume-card-component .rule-card .card-title {
  font-weight: var(--font-bold);
  font-size: 16px;
  line-height: 24px;
}
.text-body-xxsm-bold,
.mz-button-tag .label,
.mz-button-tag .number {
  font-weight: var(--font-bold);
  font-size: 14px;
  line-height: 20px;
}
.text-body-xsm-bold,
.track-status-tag,
.split-details-resume-component .text-container .dates > div strong,
.split-details-resume-component .text-container .resume strong,
.sort-number,
.select-option__main-version {
  font-weight: var(--font-bold);
  font-size: 12px;
  line-height: 16px;
}
.text-body-sm-bold,
.split-details-payees-list-component .col-status .status,
.split-details-payees-list-component .col-tag .tag,
.split-details-resume-component .text-container .tag,
.tag,
.mzic-bank-account .text .tag {
  font-weight: var(--font-bold);
  font-size: 10px;
  line-height: 14px;
}
.neutral-100 {
  color: var(--neutral-100) !important;
}
.neutral-100:not(.stroke) > svg > path {
  fill: var(--neutral-100) !important;
}
.neutral-100.stroke > svg > path {
  stroke: var(--neutral-100) !important;
}
.neutral-100.circle > svg > circle {
  stroke: var(--neutral-100) !important;
}
.bg-neutral-100 {
  background-color: var(--neutral-100) !important;
}
.neutral-200,
.split-details-payees-list-component .col-icon-msg > div:hover mzic-svg {
  color: var(--neutral-200) !important;
}
.neutral-200:not(.stroke) > svg > path,
.split-details-payees-list-component .col-icon-msg > div:hover mzic-svg:not(.stroke) > svg > path {
  fill: var(--neutral-200) !important;
}
.neutral-200.stroke > svg > path,
.split-details-payees-list-component .col-icon-msg > div:hover mzic-svg.stroke > svg > path {
  stroke: var(--neutral-200) !important;
}
.neutral-200.circle > svg > circle,
.split-details-payees-list-component .col-icon-msg > div:hover mzic-svg.circle > svg > circle {
  stroke: var(--neutral-200) !important;
}
.bg-neutral-200 {
  background-color: var(--neutral-200) !important;
}
.neutral-200-50 {
  color: var(--neutral-200-50) !important;
}
.neutral-200-50:not(.stroke) > svg > path {
  fill: var(--neutral-200-50) !important;
}
.neutral-200-50.stroke > svg > path {
  stroke: var(--neutral-200-50) !important;
}
.neutral-200-50.circle > svg > circle {
  stroke: var(--neutral-200-50) !important;
}
.bg-neutral-200-50 {
  background-color: var(--neutral-200-50) !important;
}
.neutral-300,
.split-details-payees-list-component .col-icon-msg > div mzic-svg {
  color: var(--neutral-300) !important;
}
.neutral-300:not(.stroke) > svg > path,
.split-details-payees-list-component .col-icon-msg > div mzic-svg:not(.stroke) > svg > path {
  fill: var(--neutral-300) !important;
}
.neutral-300.stroke > svg > path,
.split-details-payees-list-component .col-icon-msg > div mzic-svg.stroke > svg > path {
  stroke: var(--neutral-300) !important;
}
.neutral-300.circle > svg > circle,
.split-details-payees-list-component .col-icon-msg > div mzic-svg.circle > svg > circle {
  stroke: var(--neutral-300) !important;
}
.bg-neutral-300 {
  background-color: var(--neutral-300) !important;
}
.neutral-400 {
  color: var(--neutral-400) !important;
}
.neutral-400:not(.stroke) > svg > path {
  fill: var(--neutral-400) !important;
}
.neutral-400.stroke > svg > path {
  stroke: var(--neutral-400) !important;
}
.neutral-400.circle > svg > circle {
  stroke: var(--neutral-400) !important;
}
.bg-neutral-400 {
  background-color: var(--neutral-400) !important;
}
.neutral-500 {
  color: var(--neutral-500) !important;
}
.neutral-500:not(.stroke) > svg > path {
  fill: var(--neutral-500) !important;
}
.neutral-500.stroke > svg > path {
  stroke: var(--neutral-500) !important;
}
.neutral-500.circle > svg > circle {
  stroke: var(--neutral-500) !important;
}
.bg-neutral-500 {
  background-color: var(--neutral-500) !important;
}
.neutral-500-50 {
  color: var(--neutral-500-50) !important;
}
.neutral-500-50:not(.stroke) > svg > path {
  fill: var(--neutral-500-50) !important;
}
.neutral-500-50.stroke > svg > path {
  stroke: var(--neutral-500-50) !important;
}
.neutral-500-50.circle > svg > circle {
  stroke: var(--neutral-500-50) !important;
}
.bg-neutral-500-50 {
  background-color: var(--neutral-500-50) !important;
}
.neutral-600 {
  color: var(--neutral-600) !important;
}
.neutral-600:not(.stroke) > svg > path {
  fill: var(--neutral-600) !important;
}
.neutral-600.stroke > svg > path {
  stroke: var(--neutral-600) !important;
}
.neutral-600.circle > svg > circle {
  stroke: var(--neutral-600) !important;
}
.bg-neutral-600 {
  background-color: var(--neutral-600) !important;
}
.neutral-600-50 {
  color: var(--neutral-600-50) !important;
}
.neutral-600-50:not(.stroke) > svg > path {
  fill: var(--neutral-600-50) !important;
}
.neutral-600-50.stroke > svg > path {
  stroke: var(--neutral-600-50) !important;
}
.neutral-600-50.circle > svg > circle {
  stroke: var(--neutral-600-50) !important;
}
.bg-neutral-600-50 {
  background-color: var(--neutral-600-50) !important;
}
.neutral-700 {
  color: var(--neutral-700) !important;
}
.neutral-700:not(.stroke) > svg > path {
  fill: var(--neutral-700) !important;
}
.neutral-700.stroke > svg > path {
  stroke: var(--neutral-700) !important;
}
.neutral-700.circle > svg > circle {
  stroke: var(--neutral-700) !important;
}
.bg-neutral-700 {
  background-color: var(--neutral-700) !important;
}
.neutral-700-70 {
  color: var(--neutral-700-70) !important;
}
.neutral-700-70:not(.stroke) > svg > path {
  fill: var(--neutral-700-70) !important;
}
.neutral-700-70.stroke > svg > path {
  stroke: var(--neutral-700-70) !important;
}
.neutral-700-70.circle > svg > circle {
  stroke: var(--neutral-700-70) !important;
}
.bg-neutral-700-70 {
  background-color: var(--neutral-700-70) !important;
}
.black,
button:not(.stroke).black,
button:not(.stroke).black > svg > path,
input[type=button]:not(.stroke).black > svg > path {
  color: var(--black) !important;
  fill: var(--black) !important;
}
.mz-button.black.stroke > svg > path {
  stroke: var(--black) !important;
}
.bg-black {
  background-color: var(--black) !important;
}
.white,
button:not(.stroke).white,
button:not(.stroke).white > svg > path,
input[type=button]:not(.stroke).white > svg > path {
  color: var(--white) !important;
  fill: var(--white) !important;
}
.mz-button.white.stroke > svg > path {
  stroke: var(--white) !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.purple-700 {
  color: var(--purple-700) !important;
}
.purple-700:not(.stroke) > svg > path {
  fill: var(--purple-700) !important;
}
.purple-700.stroke > svg > path {
  stroke: var(--purple-700) !important;
}
.purple-700.circle > svg > circle {
  stroke: var(--purple-700) !important;
}
.bg-purple-700 {
  background-color: var(--purple-700) !important;
}
.purple-600 {
  color: var(--purple-600) !important;
}
.purple-600:not(.stroke) > svg > path {
  fill: var(--purple-600) !important;
}
.purple-600.stroke > svg > path {
  stroke: var(--purple-600) !important;
}
.purple-600.circle > svg > circle {
  stroke: var(--purple-600) !important;
}
.bg-purple-600 {
  background-color: var(--purple-600) !important;
}
.purple-500,
.purple {
  color: var(--purple-500) !important;
}
.purple-500:not(.stroke) > svg > path,
.purple:not(.stroke) > svg > path {
  fill: var(--purple-500) !important;
}
.purple-500.stroke > svg > path,
.purple.stroke > svg > path {
  stroke: var(--purple-500) !important;
}
.purple-500.circle > svg > circle,
.purple.circle > svg > circle {
  stroke: var(--purple-500) !important;
}
.bg-purple-500,
.bg-purple {
  background-color: var(--purple-500) !important;
}
.purple-400 {
  color: var(--purple-400) !important;
}
.purple-400:not(.stroke) > svg > path {
  fill: var(--purple-400) !important;
}
.purple-400.stroke > svg > path {
  stroke: var(--purple-400) !important;
}
.purple-400.circle > svg > circle {
  stroke: var(--purple-400) !important;
}
.bg-purple-400 {
  background-color: var(--purple-400) !important;
}
.purple-300 {
  color: var(--purple-300) !important;
}
.purple-300:not(.stroke) > svg > path {
  fill: var(--purple-300) !important;
}
.purple-300.stroke > svg > path {
  stroke: var(--purple-300) !important;
}
.purple-300.circle > svg > circle {
  stroke: var(--purple-300) !important;
}
.bg-purple-300 {
  background-color: var(--purple-300) !important;
}
.purple-200 {
  color: var(--purple-200) !important;
}
.purple-200:not(.stroke) > svg > path {
  fill: var(--purple-200) !important;
}
.purple-200.stroke > svg > path {
  stroke: var(--purple-200) !important;
}
.purple-200.circle > svg > circle {
  stroke: var(--purple-200) !important;
}
.bg-purple-200 {
  background-color: var(--purple-200) !important;
}
.purple-100 {
  color: var(--purple-100) !important;
}
.purple-100:not(.stroke) > svg > path {
  fill: var(--purple-100) !important;
}
.purple-100.stroke > svg > path {
  stroke: var(--purple-100) !important;
}
.purple-100.circle > svg > circle {
  stroke: var(--purple-100) !important;
}
.bg-purple-100 {
  background-color: var(--purple-100) !important;
}
.red-700 {
  color: var(--red-700) !important;
}
.red-700:not(.stroke) > svg > path {
  fill: var(--red-700) !important;
}
.red-700.stroke > svg > path {
  stroke: var(--red-700) !important;
}
.red-700.circle > svg > circle {
  stroke: var(--red-700) !important;
}
.bg-red-700 {
  background-color: var(--red-700) !important;
}
.red-600 {
  color: var(--red-600) !important;
}
.red-600:not(.stroke) > svg > path {
  fill: var(--red-600) !important;
}
.red-600.stroke > svg > path {
  stroke: var(--red-600) !important;
}
.red-600.circle > svg > circle {
  stroke: var(--red-600) !important;
}
.bg-red-600 {
  background-color: var(--red-600) !important;
}
.red-500,
.red {
  color: var(--red-500) !important;
}
.red-500:not(.stroke) > svg > path,
.red:not(.stroke) > svg > path {
  fill: var(--red-500) !important;
}
.red-500.stroke > svg > path,
.red.stroke > svg > path {
  stroke: var(--red-500) !important;
}
.red-500.circle > svg > circle,
.red.circle > svg > circle {
  stroke: var(--red-500) !important;
}
.bg-red-500,
.bg-red {
  background-color: var(--red-500) !important;
}
.red-400 {
  color: var(--red-400) !important;
}
.red-400:not(.stroke) > svg > path {
  fill: var(--red-400) !important;
}
.red-400.stroke > svg > path {
  stroke: var(--red-400) !important;
}
.red-400.circle > svg > circle {
  stroke: var(--red-400) !important;
}
.bg-red-400 {
  background-color: var(--red-400) !important;
}
.red-300 {
  color: var(--red-300) !important;
}
.red-300:not(.stroke) > svg > path {
  fill: var(--red-300) !important;
}
.red-300.stroke > svg > path {
  stroke: var(--red-300) !important;
}
.red-300.circle > svg > circle {
  stroke: var(--red-300) !important;
}
.bg-red-300 {
  background-color: var(--red-300) !important;
}
.red-200 {
  color: var(--red-200) !important;
}
.red-200:not(.stroke) > svg > path {
  fill: var(--red-200) !important;
}
.red-200.stroke > svg > path {
  stroke: var(--red-200) !important;
}
.red-200.circle > svg > circle {
  stroke: var(--red-200) !important;
}
.bg-red-200 {
  background-color: var(--red-200) !important;
}
.red-100 {
  color: var(--red-100) !important;
}
.red-100:not(.stroke) > svg > path {
  fill: var(--red-100) !important;
}
.red-100.stroke > svg > path {
  stroke: var(--red-100) !important;
}
.red-100.circle > svg > circle {
  stroke: var(--red-100) !important;
}
.bg-red-100 {
  background-color: var(--red-100) !important;
}
.yellow-700 {
  color: var(--yellow-700) !important;
}
.yellow-700:not(.stroke) > svg > path {
  fill: var(--yellow-700) !important;
}
.yellow-700.stroke > svg > path {
  stroke: var(--yellow-700) !important;
}
.yellow-700.circle > svg > circle {
  stroke: var(--yellow-700) !important;
}
.bg-yellow-700 {
  background-color: var(--yellow-700) !important;
}
.yellow-600 {
  color: var(--yellow-600) !important;
}
.yellow-600:not(.stroke) > svg > path {
  fill: var(--yellow-600) !important;
}
.yellow-600.stroke > svg > path {
  stroke: var(--yellow-600) !important;
}
.yellow-600.circle > svg > circle {
  stroke: var(--yellow-600) !important;
}
.bg-yellow-600 {
  background-color: var(--yellow-600) !important;
}
.yellow-500,
.yellow {
  color: var(--yellow-500) !important;
}
.yellow-500:not(.stroke) > svg > path,
.yellow:not(.stroke) > svg > path {
  fill: var(--yellow-500) !important;
}
.yellow-500.stroke > svg > path,
.yellow.stroke > svg > path {
  stroke: var(--yellow-500) !important;
}
.yellow-500.circle > svg > circle,
.yellow.circle > svg > circle {
  stroke: var(--yellow-500) !important;
}
.bg-yellow-500,
.bg-yellow {
  background-color: var(--yellow-500) !important;
}
.yellow-400 {
  color: var(--yellow-400) !important;
}
.yellow-400:not(.stroke) > svg > path {
  fill: var(--yellow-400) !important;
}
.yellow-400.stroke > svg > path {
  stroke: var(--yellow-400) !important;
}
.yellow-400.circle > svg > circle {
  stroke: var(--yellow-400) !important;
}
.bg-yellow-400 {
  background-color: var(--yellow-400) !important;
}
.yellow-300 {
  color: var(--yellow-300) !important;
}
.yellow-300:not(.stroke) > svg > path {
  fill: var(--yellow-300) !important;
}
.yellow-300.stroke > svg > path {
  stroke: var(--yellow-300) !important;
}
.yellow-300.circle > svg > circle {
  stroke: var(--yellow-300) !important;
}
.bg-yellow-300 {
  background-color: var(--yellow-300) !important;
}
.yellow-200 {
  color: var(--yellow-200) !important;
}
.yellow-200:not(.stroke) > svg > path {
  fill: var(--yellow-200) !important;
}
.yellow-200.stroke > svg > path {
  stroke: var(--yellow-200) !important;
}
.yellow-200.circle > svg > circle {
  stroke: var(--yellow-200) !important;
}
.bg-yellow-200 {
  background-color: var(--yellow-200) !important;
}
.yellow-100 {
  color: var(--yellow-100) !important;
}
.yellow-100:not(.stroke) > svg > path {
  fill: var(--yellow-100) !important;
}
.yellow-100.stroke > svg > path {
  stroke: var(--yellow-100) !important;
}
.yellow-100.circle > svg > circle {
  stroke: var(--yellow-100) !important;
}
.bg-yellow-100 {
  background-color: var(--yellow-100) !important;
}
.green-700 {
  color: var(--green-700) !important;
}
.green-700:not(.stroke) > svg > path {
  fill: var(--green-700) !important;
}
.green-700.stroke > svg > path {
  stroke: var(--green-700) !important;
}
.green-700.circle > svg > circle {
  stroke: var(--green-700) !important;
}
.bg-green-700 {
  background-color: var(--green-700) !important;
}
.green-600 {
  color: var(--green-600) !important;
}
.green-600:not(.stroke) > svg > path {
  fill: var(--green-600) !important;
}
.green-600.stroke > svg > path {
  stroke: var(--green-600) !important;
}
.green-600.circle > svg > circle {
  stroke: var(--green-600) !important;
}
.bg-green-600 {
  background-color: var(--green-600) !important;
}
.green-500,
.green {
  color: var(--green-500) !important;
}
.green-500:not(.stroke) > svg > path,
.green:not(.stroke) > svg > path {
  fill: var(--green-500) !important;
}
.green-500.stroke > svg > path,
.green.stroke > svg > path {
  stroke: var(--green-500) !important;
}
.green-500.circle > svg > circle,
.green.circle > svg > circle {
  stroke: var(--green-500) !important;
}
.bg-green-500,
.bg-green {
  background-color: var(--green-500) !important;
}
.green-400 {
  color: var(--green-400) !important;
}
.green-400:not(.stroke) > svg > path {
  fill: var(--green-400) !important;
}
.green-400.stroke > svg > path {
  stroke: var(--green-400) !important;
}
.green-400.circle > svg > circle {
  stroke: var(--green-400) !important;
}
.bg-green-400 {
  background-color: var(--green-400) !important;
}
.green-300 {
  color: var(--green-300) !important;
}
.green-300:not(.stroke) > svg > path {
  fill: var(--green-300) !important;
}
.green-300.stroke > svg > path {
  stroke: var(--green-300) !important;
}
.green-300.circle > svg > circle {
  stroke: var(--green-300) !important;
}
.bg-green-300 {
  background-color: var(--green-300) !important;
}
.green-200 {
  color: var(--green-200) !important;
}
.green-200:not(.stroke) > svg > path {
  fill: var(--green-200) !important;
}
.green-200.stroke > svg > path {
  stroke: var(--green-200) !important;
}
.green-200.circle > svg > circle {
  stroke: var(--green-200) !important;
}
.bg-green-200 {
  background-color: var(--green-200) !important;
}
.green-100 {
  color: var(--green-100) !important;
}
.green-100:not(.stroke) > svg > path {
  fill: var(--green-100) !important;
}
.green-100.stroke > svg > path {
  stroke: var(--green-100) !important;
}
.green-100.circle > svg > circle {
  stroke: var(--green-100) !important;
}
.bg-green-100 {
  background-color: var(--green-100) !important;
}
.blue-700 {
  color: var(--blue-700) !important;
}
.blue-700:not(.stroke) > svg > path {
  fill: var(--blue-700) !important;
}
.blue-700.stroke > svg > path {
  stroke: var(--blue-700) !important;
}
.blue-700.circle > svg > circle {
  stroke: var(--blue-700) !important;
}
.bg-blue-700 {
  background-color: var(--blue-700) !important;
}
.blue-600 {
  color: var(--blue-600) !important;
}
.blue-600:not(.stroke) > svg > path {
  fill: var(--blue-600) !important;
}
.blue-600.stroke > svg > path {
  stroke: var(--blue-600) !important;
}
.blue-600.circle > svg > circle {
  stroke: var(--blue-600) !important;
}
.bg-blue-600 {
  background-color: var(--blue-600) !important;
}
.blue-500,
.blue {
  color: var(--blue-500) !important;
}
.blue-500:not(.stroke) > svg > path,
.blue:not(.stroke) > svg > path {
  fill: var(--blue-500) !important;
}
.blue-500.stroke > svg > path,
.blue.stroke > svg > path {
  stroke: var(--blue-500) !important;
}
.blue-500.circle > svg > circle,
.blue.circle > svg > circle {
  stroke: var(--blue-500) !important;
}
.bg-blue-500,
.bg-blue {
  background-color: var(--blue-500) !important;
}
.blue-400 {
  color: var(--blue-400) !important;
}
.blue-400:not(.stroke) > svg > path {
  fill: var(--blue-400) !important;
}
.blue-400.stroke > svg > path {
  stroke: var(--blue-400) !important;
}
.blue-400.circle > svg > circle {
  stroke: var(--blue-400) !important;
}
.bg-blue-400 {
  background-color: var(--blue-400) !important;
}
.blue-300 {
  color: var(--blue-300) !important;
}
.blue-300:not(.stroke) > svg > path {
  fill: var(--blue-300) !important;
}
.blue-300.stroke > svg > path {
  stroke: var(--blue-300) !important;
}
.blue-300.circle > svg > circle {
  stroke: var(--blue-300) !important;
}
.bg-blue-300 {
  background-color: var(--blue-300) !important;
}
.blue-200 {
  color: var(--blue-200) !important;
}
.blue-200:not(.stroke) > svg > path {
  fill: var(--blue-200) !important;
}
.blue-200.stroke > svg > path {
  stroke: var(--blue-200) !important;
}
.blue-200.circle > svg > circle {
  stroke: var(--blue-200) !important;
}
.bg-blue-200 {
  background-color: var(--blue-200) !important;
}
.blue-100 {
  color: var(--blue-100) !important;
}
.blue-100:not(.stroke) > svg > path {
  fill: var(--blue-100) !important;
}
.blue-100.stroke > svg > path {
  stroke: var(--blue-100) !important;
}
.blue-100.circle > svg > circle {
  stroke: var(--blue-100) !important;
}
.bg-blue-100 {
  background-color: var(--blue-100) !important;
}
body .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: var(--id-main-purple);
}
* {
  scrollbar-color: var(--purple-500) transparent;
  scrollbar-width: thin !important;
}
::-webkit-scrollbar {
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
}
*:hover::-webkit-scrollbar-thumb {
  background-color: var(--purple-500);
}
*:hover::-webkit-scrollbar-thumb:hover {
  background-color: var(--purple-600);
}
::-webkit-scrollbar-button,
::-moz-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
*:hover {
  --fix: ;
}
.mzic-scrollbar,
.mzic-popover.modal-popover .main,
.mz-input textarea {
  scrollbar-color: var(--purple-500) transparent;
  scrollbar-width: thin;
}
.mz-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 18px 24px 14px;
  border-radius: 100px;
  border: 0;
  background-color: var(--purple-500);
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--font-semi-bold);
  transition: background-color 0.3s;
  gap: 8px;
  border: 1px solid transparent;
  color: var(--neutral-600);
  cursor: pointer;
}
.mz-button.delete:hover {
  background-color: var(--red-500);
}
.mz-button:not(.stroke) > mzic-svg > svg > path {
  fill: var(--neutral-600);
}
.mz-button.stroke > mzic-svg > svg > path {
  stroke: var(--neutral-600);
}
.mz-button.full {
  width: 100%;
}
.mz-button:hover {
  background-color: var(--purple-400);
}
.mz-button.error {
  border-color: var(--red-500);
}
.mz-button mzic-spinner {
  display: inline-flex;
  align-items: center;
  margin-top: -2px;
}
.mz-button mzic-spinner .spinner {
  border-color: var(--neutral-400);
  border-bottom-color: var(--neutral-500);
}
.mz-button.only-icon mzic-spinner {
  margin-top: 0;
}
.mz-button mzic-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  max-height: 18px;
  margin-top: -2px;
}
.mz-button mzic-svg > svg {
  width: 18px;
  max-height: 18px;
  transition: 0.3s;
}
.mz-button mzic-svg > svg > path {
  transition: 0.3s;
}
.mz-button.only-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
}
.mz-button.only-icon > mzic-svg {
  width: 24px;
  max-height: 24px;
  margin-top: 0;
}
.mz-button.only-icon > mzic-svg > svg {
  width: 24px;
  max-height: 24px;
}
.mz-button.medium {
  padding: 12px 24px 10px;
  font-size: 14px;
  line-height: 20px;
}
.mz-button.medium > mzic-svg {
  width: 20px;
  max-height: 20px;
}
.mz-button.medium > mzic-svg > svg {
  width: 20px;
  max-height: 20px;
}
.mz-button.medium.only-icon {
  width: 44px;
  height: 44px;
  padding: 0;
}
.mz-button.medium.only-icon > mzic-svg {
  width: 20px;
  max-height: 20px;
}
.mz-button.medium.only-icon > mzic-svg > svg {
  width: 20px;
  max-height: 20px;
}
.mz-button.small {
  padding: 10px 16px 7px;
  font-size: 14px;
  line-height: 20px;
}
.mz-button.small > mzic-svg {
  width: 16px;
  max-height: 16px;
}
.mz-button.small > mzic-svg > svg {
  width: 16px;
  max-height: 16px;
}
.mz-button.small.only-icon {
  width: 36px;
  height: 36px;
  padding: 0;
}
.mz-button.small.only-icon > mzic-svg {
  width: 14px;
  max-height: 14px;
}
.mz-button.small.only-icon > mzic-svg > svg {
  width: 14px;
  max-height: 14px;
}
.mz-button.mini {
  padding: 6px 18px 3px;
  font-size: 12px;
  line-height: 16px;
}
.mz-button.mini > mzic-svg {
  width: 12px;
  max-height: 12px;
}
.mz-button.mini > mzic-svg > svg {
  width: 12px;
  max-height: 12px;
}
.mz-button.mini.only-icon {
  width: 24px;
  height: 24px;
  padding: 0;
}
.mz-button.mini.only-icon > mzic-svg {
  width: 12px;
  max-height: 12px;
}
.mz-button.mini.only-icon > mzic-svg > svg {
  width: 12px;
  max-height: 12px;
}
.mz-button.white mzic-spinner .spinner {
  border-color: var(--neutral-100);
  border-bottom-color: var(--neutral-200);
}
.mz-button.white:not(.stroke) > mzic-svg > svg > path {
  fill: var(--neutral-100);
}
.mz-button:disabled,
.mz-button.white:disabled {
  background-color: var(--neutral-300) !important;
  color: var(--neutral-400) !important;
  border-color: transparent !important;
  cursor: not-allowed;
}
.mz-button:disabled.stroke > mzic-svg > svg > path,
.mz-button.white:disabled.stroke > mzic-svg > svg > path {
  stroke: var(--neutral-400);
}
.mz-button:disabled:not(.stroke) > mzic-svg > svg > path,
.mz-button.white:disabled:not(.stroke) > mzic-svg > svg > path {
  fill: var(--neutral-400);
}
button.secondary,
input[type=button].secondary {
  background-color: var(--neutral-500-50);
  color: var(--neutral-100);
}
button.secondary.stroke > mzic-svg > svg > path,
input[type=button].secondary.stroke > mzic-svg > svg > path {
  stroke: var(--neutral-100);
}
button.secondary:not(.stroke) > mzic-svg > svg > path,
input[type=button].secondary:not(.stroke) > mzic-svg > svg > path {
  fill: var(--neutral-100);
}
button.secondary:hover,
input[type=button].secondary:hover {
  background-color: var(--neutral-600);
}
button.tertiary,
input[type=button].tertiary {
  background-color: var(--neutral-500-50);
  color: var(--purple-500);
  border: 1px solid var(--neutral-500-50);
}
button.tertiary.stroke > mzic-svg > svg > path,
input[type=button].tertiary.stroke > mzic-svg > svg > path {
  stroke: var(--purple-500);
}
button.tertiary:not(.stroke) > mzic-svg > svg > path,
input[type=button].tertiary:not(.stroke) > mzic-svg > svg > path {
  fill: var(--purple-500);
}
button.tertiary:hover,
input[type=button].tertiary:hover {
  background-color: var(--neutral-500);
}
button.outline,
input[type=button].outline {
  background-color: transparent;
  color: var(--purple-500);
  border-color: var(--purple-500);
}
button.outline.stroke > mzic-svg > svg > path,
input[type=button].outline.stroke > mzic-svg > svg > path {
  stroke: var(--purple-500);
}
button.outline:not(.stroke) > mzic-svg > svg > path,
input[type=button].outline:not(.stroke) > mzic-svg > svg > path {
  fill: var(--purple-500);
}
button.outline:hover,
input[type=button].outline:hover {
  background-color: transparent;
  color: var(--purple-400);
  border-color: var(--purple-400);
}
button.outline:hover.stroke > mzic-svg > svg > path,
input[type=button].outline:hover.stroke > mzic-svg > svg > path {
  stroke: var(--purple-400);
}
button.outline:hover:not(.stroke) > mzic-svg > svg > path,
input[type=button].outline:hover:not(.stroke) > mzic-svg > svg > path {
  fill: var(--purple-400);
}
button.outline.white,
input[type=button].outline.white {
  background-color: transparent;
  color: var(--neutral-100);
  border-color: var(--neutral-100);
}
button.outline.white.stroke > mzic-svg > svg > path,
input[type=button].outline.white.stroke > mzic-svg > svg > path {
  stroke: var(--neutral-100);
}
button.outline.white:not(.stroke) > mzic-svg > svg > path,
input[type=button].outline.white:not(.stroke) > mzic-svg > svg > path {
  fill: var(--neutral-100);
}
button.outline.white:hover,
input[type=button].outline.white:hover {
  background-color: var(--neutral-500-50);
}
button.outline.weak,
input[type=button].outline.weak {
  background-color: transparent;
  color: var(--neutral-100);
  border-color: var(--neutral-500);
}
button.outline.weak.stroke > mzic-svg > svg > path,
input[type=button].outline.weak.stroke > mzic-svg > svg > path {
  stroke: var(--neutral-100);
}
button.outline.weak:not(.stroke) > mzic-svg > svg > path,
input[type=button].outline.weak:not(.stroke) > mzic-svg > svg > path {
  fill: var(--neutral-100);
}
button.outline.weak:hover,
input[type=button].outline.weak:hover {
  background-color: var(--neutral-500-50);
}
button.ghost,
input[type=button].ghost {
  background-color: transparent;
  color: var(--purple-500);
}
button.ghost.stroke > mzic-svg > svg > path,
input[type=button].ghost.stroke > mzic-svg > svg > path {
  stroke: var(--purple-500);
}
button.ghost:not(.stroke) > mzic-svg > svg > path,
input[type=button].ghost:not(.stroke) > mzic-svg > svg > path {
  fill: var(--purple-500);
}
button.ghost:hover,
input[type=button].ghost:hover {
  background-color: var(--neutral-600);
}
button.ghost:disabled,
input[type=button].ghost:disabled {
  background-color: transparent !important;
  color: var(--neutral-400);
}
button.link,
input[type=button].link {
  padding: 0;
  background-color: transparent;
  color: var(--purple-500);
}
button.link mzic-spinner .spinner,
input[type=button].link mzic-spinner .spinner {
  border-color: var(--purple-500);
  border-bottom-color: var(--purple-600);
}
button.link.stroke > mzic-svg > svg > path,
input[type=button].link.stroke > mzic-svg > svg > path {
  stroke: var(--purple-500);
}
button.link:not(.stroke) > mzic-svg > svg > path,
input[type=button].link:not(.stroke) > mzic-svg > svg > path {
  fill: var(--purple-500);
}
button.link:hover,
input[type=button].link:hover {
  background-color: transparent;
  color: var(--purple-400);
}
button.link:hover.stroke > mzic-svg > svg > path,
input[type=button].link:hover.stroke > mzic-svg > svg > path {
  stroke: var(--purple-400);
}
button.link:hover:not(.stroke) > mzic-svg > svg > path,
input[type=button].link:hover:not(.stroke) > mzic-svg > svg > path {
  fill: var(--purple-400);
}
button.link:disabled,
input[type=button].link:disabled {
  background-color: transparent !important;
  color: var(--neutral-400);
}
button.danger:not(.link),
input[type=button]:not(.link).danger {
  background-color: var(--red-500);
}
button.danger:not(.link):hover,
input[type=button]:not(.link).danger:hover {
  background-color: var(--red-300);
}
button.danger.link,
input[type=button].link.danger {
  color: var(--red-500);
}
button.danger.link:hover,
input[type=button].link.danger:hover {
  color: var(--red-300);
}
button.danger.link:hover:not(.stroke) > mzic-svg > svg > path,
input[type=button].link.danger:hover:not(.stroke) > mzic-svg > svg > path {
  fill: var(--red-300);
}
button.danger.link:not(.stroke) > mzic-svg > svg > path,
input[type=button].link.danger:not(.stroke) > mzic-svg > svg > path {
  fill: var(--red-500);
}
button.success,
input[type=button].success {
  background-color: var(--green-500);
}
button.success:hover,
input[type=button].success:hover {
  background-color: var(--green-300);
}
.mz-button.stroke-neutral-700 > mzic-svg > svg > path {
  stroke: var(--neutral-700) !important;
}
.mz-button.stroke-white-hover:hover > mzic-svg > svg > path {
  stroke: #fff !important;
}
.mz-button.fill-white-hover:hover > mzic-svg > svg > path {
  fill: #fff !important;
}
.mz-button.fill-white-hover:disabled > mzic-svg > svg > path {
  fill: var(--neutral-400) !important;
}
.mz-button-tag {
  -webkit-appearance: none;
  display: inline-flex;
  gap: 4px;
  padding: 12px 16px;
  border-radius: 100px;
  background-color: var(--neutral-500-50);
  border: 0;
  transition: background-color 0.3s;
}
.mz-button-tag:hover {
  background-color: var(--neutral-500);
}
.mz-button-tag.active .number {
  color: var(--purple-500);
}
.mz-button-tag .label,
.mz-button-tag .number {
  font-weight: var(--font-medium);
  margin-top: 2px;
}
.mz-button-tag .label {
  color: var(--neutral-100);
}
.mz-button-tag .number {
  color: var(--neutral-400);
}
::placeholder {
  color: var(--neutral-400);
}
.mzic-input-style,
.mzic-select .selected,
.mz-form-row.small .mz-input > :is(input, textarea, select),
.mz-form-row.medium .mz-input :is(input, textarea, select),
.mz-input > :is(input, textarea, select),
.mz-input > .mz-input-container > :is(input, textarea, select) {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--font-regular);
  padding: 12px 24px;
  color: var(--neutral-100);
  background-color: var(--neutral-500-50);
  border: 2px solid transparent;
  border-radius: 100px;
  outline: none;
  transition: 0.3s;
  -webkit-appearance: none;
}
.mzic-input-style ::placeholder,
.mzic-select .selected ::placeholder,
.mz-form-row.small .mz-input > :is(input, textarea, select) ::placeholder,
.mz-form-row.medium .mz-input :is(input, textarea, select) ::placeholder,
.mz-input > :is(input, textarea, select) ::placeholder,
.mz-input > .mz-input-container > :is(input, textarea, select) ::placeholder {
  color: var(--neutral-400);
}
.mzic-input-style:hover,
.mzic-select .selected:hover,
.mz-form-row.small .mz-input > :hover:is(input, textarea, select),
.mz-form-row.medium .mz-input :hover:is(input, textarea, select),
.mz-input > :hover:is(input, textarea, select),
.mz-input > .mz-input-container > :hover:is(input, textarea, select) {
  background-color: var(--neutral-500);
}
.mzic-input-style.error,
.mzic-select .error.selected,
.mz-form-row.small .mz-input > .error:is(input, textarea, select),
.mz-form-row.medium .mz-input .error:is(input, textarea, select),
.mz-input > .error:is(input, textarea, select),
.mz-input > .mz-input-container > .error:is(input, textarea, select),
.mzic-input-style.success,
.mzic-select .success.selected,
.mz-form-row.small .mz-input > .success:is(input, textarea, select),
.mz-form-row.medium .mz-input .success:is(input, textarea, select),
.mz-input > .success:is(input, textarea, select),
.mz-input > .mz-input-container > .success:is(input, textarea, select) {
  background-repeat: no-repeat;
  background-position: right 17px center;
}
.mzic-input-style.error,
.mzic-select .error.selected,
.mz-form-row.small .mz-input > .error:is(input, textarea, select),
.mz-form-row.medium .mz-input .error:is(input, textarea, select),
.mz-input > .error:is(input, textarea, select),
.mz-input > .mz-input-container > .error:is(input, textarea, select) {
  border-color: var(--red-500);
}
.mzic-input-style.success,
.mzic-select .success.selected,
.mz-form-row.small .mz-input > .success:is(input, textarea, select),
.mz-form-row.medium .mz-input .success:is(input, textarea, select),
.mz-input > .success:is(input, textarea, select),
.mz-input > .mz-input-container > .success:is(input, textarea, select) {
  border-color: var(--green-500);
}
.mz-form-row {
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
}
.mz-form-row + .mz-form-row {
  margin-top: 24px;
}
.mz-form-row.vertical + .mz-form-row {
  margin-top: 24px;
}
.mz-label {
  display: inline-flex;
  flex-direction: column;
  padding-right: 36px;
  width: 40%;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--neutral-100);
}
.mz-label.center {
  justify-content: center;
}
.mz-label--full {
  width: 100%;
}
.mz-input {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 60%;
}
.mz-input--full {
  width: 100%;
}
.mz-input > .slot-start,
.mz-input > .slot-end {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: flex-start;
  width: 50px;
  height: 40px;
}
.mz-input > .slot-start {
  left: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
.mz-input > .slot-start.password {
  width: 20px;
}
.mz-input > .slot-start.password button {
  width: 20px;
  padding: 0;
  margin: 0;
}
.mz-input > .slot-start.password button > svg {
  width: 20px;
  max-height: 20px;
}
.mz-input input:is(.success, .error) + .slot-end {
  right: 54px;
}
.mz-input > .slot-end {
  right: 24px;
  top: 5px;
}
.mz-input > .slot-end.password {
  width: 20px;
}
.mz-input > .slot-end.password button {
  width: 20px;
  padding: 0;
  margin: 0;
}
.mz-input > .slot-end.password button > svg {
  width: 20px;
  max-height: 20px;
}
.mz-input > .slot-start + input {
  padding-left: 52px !important;
}
.mz-input > .slot-start.slot-search > mzic-svg {
  width: 18px;
}
.mz-input > .slot-start.slot-search + input {
  padding-left: 52px;
}
.mz-input > .slot-start.password + input {
  padding-left: 56px;
}
.mz-input > input.with-slot-end {
  padding-right: 92px;
}
.mz-input > input.with-slot-end.password {
  padding-right: 56px;
}
.mz-input > input:is(.success, .error).with-slot-end.password {
  padding-right: 87px;
}
.mz-label > label {
  color: var(--neutral-100);
}
.mz-label > label .required {
  color: var(--red-500);
  font-size: 15px;
}
.mz-form-row > .mz-label > p {
  color: var(--neutral-300) !important;
}
.mz-input-container {
  position: relative;
  width: 100%;
}
.mz-input--white > :is(input, textarea, select),
.mz-input--white > .mz-input-container > :is(input, textarea, select) {
  background-color: var(--white);
  color: var(--neutral-700);
}
.mz-input--white > :is(input, textarea, select)::placeholder,
.mz-input--white > .mz-input-container > :is(input, textarea, select)::placeholder {
  color: var(--neutral-200);
}
.mz-input--white > :is(input, textarea, select):hover,
.mz-input--white > .mz-input-container > :is(input, textarea, select):hover {
  background-color: var(--white);
}
.mz-form-row.auto .mz-input {
  width: auto;
}
.mz-form-row.auto .mz-input > select {
  padding-right: 62px;
}
.mz-input textarea {
  padding: 16px 24px;
  border-radius: 24px;
  min-height: 242px;
}
.mz-input select {
  background-image: url(/assets/icons/mzic-arrow-down-neutral-100.svg);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 12px;
}
.mz-form-row .message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: var(--neutral-300);
}
.mz-form-row .message:not(.error):not(.success) {
  background-image: url(/assets/icons/mzic-input-tooltip.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left top;
  padding-left: 20px !important;
}
.mz-form-row .message.error {
  color: var(--red-500);
}
.mz-form-row .message.success {
  color: var(--green-500);
}
.mz-form-row.for-radio .mz-input {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.mz-form-row.for-radio .mz-input.full div,
.mz-form-row.for-radio .mz-input.full div div {
  max-width: 100% !important;
}
.mz-form-row.for-radio .mz-input > div:first-child {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 38px;
}
.mz-form-row.for-radio .mz-input > div:first-child > div {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  max-width: 50%;
}
.mz-form-row.for-radio .mz-input label {
  font-size: 14px;
  line-height: 20px;
  padding-top: 2px;
  color: var(--neutral-100);
}
.mzic-radio-containers {
  display: inline-flex;
  align-items: center;
  gap: 34px;
}
.mzic-radio-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.mzic-radio-container label {
  font-size: 14px;
  margin-bottom: -3px;
}
.mz-form-row.for-radio .mz-input input[type=radio],
.mzic-radio {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--neutral-300);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.mz-form-row.for-radio .mz-input input[type=radio]:disabled,
.mzic-radio:disabled {
  cursor: not-allowed;
}
.mz-form-row.for-radio .mz-input input[type=radio]:disabled + label,
.mzic-radio:disabled + label {
  cursor: not-allowed;
}
.mz-form-row.for-radio .mz-input input[type=radio].error,
.mzic-radio.error {
  border: 2px solid var(--red-500);
}
.mz-form-row.for-radio .mz-input input[type=radio]::before,
.mzic-radio::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  content: "";
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mz-form-row.for-radio .mz-input input[type=radio]:checked::before,
.mzic-radio:checked::before {
  background-color: var(--purple-500);
}
.mz-form-row.for-radio .mz-input input[type=radio]:checked:disabled::before,
.mzic-radio:checked:disabled::before {
  background-color: var(--neutral-400);
}
.mz-form-row.for-text .mz-input input + .mz-item-option,
.mz-form-row.for-text .mz-input .mz-item-option + .mz-item-option,
.mz-form-row.for-text .mz-input .mz-item-option + button,
.mz-form-row.for-button .mz-input .mz-item-option + button,
.mz-form-row.for-text .mz-input input + button,
.mz-form-row.for-textarea .mz-input textarea + button,
.mz-form-row.for-select .mz-input select + button {
  margin-top: 16px;
}
.mz-form-row.for-text .mz-input .message {
  padding-left: 10px;
}
.mz-form-row.for-image:not(.vertical) .mz-label {
  padding-top: 26px;
}
.mz-form-row.for-text:not(.vertical) .mz-label,
.mz-form-row.for-select:not(.vertical) .mz-label {
  padding-top: 16px;
}
.mz-form-row.for-select-label .mz-label {
  padding-top: 29px;
}
.mz-form-row.for-textarea .mz-label {
  padding-top: 20px;
}
.mz-form-row.for-toggle .mz-label {
  padding-top: 5px;
}
.mz-form-row.for-empty {
  flex-direction: column;
}
.mz-form-row.for-select-label .mz-input > label {
  font-size: 12px;
  line-height: 16px;
  color: var(--neutral-300);
  margin-bottom: 10px;
}
.mz-form-row.for-button {
  min-height: 50px;
}
.mz-form-row.for-button .mz-label {
  padding-top: 12px;
}
.mz-item-option {
  position: relative;
  display: inline-flex;
  width: 100%;
  border: 1px solid var(--neutral-300);
  border-radius: 100px;
  padding: 6px 60px 6px 24px;
  min-height: 56px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.mz-item-option + .mz-item-option {
  margin-top: 16px;
}
.mz-item-option > div {
  display: inline-flex;
  align-items: center;
}
.mz-item-option > div > img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.mz-item-option > div > img.large {
  width: 34px;
  height: 34px;
}
.mz-item-option > .mid {
  flex-direction: column;
  align-items: flex-start;
}
.mz-item-option > .mid strong {
  color: var(--neutral-100);
}
.mz-item-option > .mid small {
  color: var(--neutral-300);
}
.mz-item-option > .end {
  display: inline-flex;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  gap: 8px;
}
.mz-item-option > .end > .mz-button {
  width: 36px;
  height: 36px;
}
.mz-item-option > .end > .mz-button.delete:hover {
  background-color: var(--red-500);
}
.mz-item-option > .end > .mz-button > svg {
  width: 18px;
  max-height: 18px;
}
.mz-item-option.locked {
  background-color: var(--neutral-500-50);
  border-color: transparent;
  background-image: url(/assets/icons/mzic-lock.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 17px;
}
.mz-item-option.locked > .end {
  right: 52px;
}
.mz-item-option.small {
  padding: 4px 24px;
  min-height: 44px;
}
.mz-item-option.secondary {
  background-color: var(--neutral-500-50);
  border-color: transparent;
}
.mz-item-option.secondary strong {
  color: var(--neutral-300);
}
.mz-form-row.inputs-2 .mz-inputs-container {
  display: inline-flex;
  width: 60%;
  justify-content: space-between;
}
.mz-form-row.inputs-2 .mz-inputs-container .mz-input {
  width: calc(50% - 12px);
}
.mz-form-row .mz-input .input-tip {
  display: inline-block;
  color: var(--neutral-300);
  margin-top: 6px;
}
.mz-form-row.vertical {
  flex-direction: column;
}
.mz-form-row.vertical .mz-label {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.mz-form-row.vertical .mz-input {
  width: 100%;
}
.mz-form-row.vertical .mz-input + .mz-input {
  margin-top: 12px;
}
.mz-form-row.disabled .mz-input label {
  color: var(--neutral-400) !important;
}
.mz-form-row.disabled .mz-input :is(input, textarea, select),
.mz-form-row.disabled .mz-input :is(input, textarea, select):hover {
  cursor: not-allowed;
  background-color: var(--neutral-500-50);
  color: var(--neutral-300);
}
.mz-form-row.disabled .mz-input :is(input, textarea, select)::placeholder,
.mz-form-row.disabled .mz-input :is(input, textarea, select):hover::placeholder {
  color: var(--neutral-300);
  opacity: 1;
}
.mz-form-row.disabled .mz-input :is(input, textarea, select)::-ms-input-placeholder,
.mz-form-row.disabled .mz-input :is(input, textarea, select):hover::-ms-input-placeholder {
  color: var(--neutral-300);
}
.mz-form-row.locked :is(input, textarea, select) {
  background-image: url(/assets/icons/mzic-lock.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 17px;
  background-color: var(--neutral-500-50);
  border-color: transparent;
}
.mz-form-row.for-select .mz-input mzic-select-basic {
  width: 100%;
}
.mz-form-row.vertical.for-select .mz-input mzic-select-basic {
  width: 100%;
  max-width: 100%;
}
.mz-form-row.for-image .mz-input {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
}
.mz-form-row.for-image .mz-input:hover .image-text .primary {
  text-decoration: underline;
}
.mz-form-row.for-image .mz-input:hover .camera-icon {
  border-color: var(--purple-500);
}
.mz-form-row.for-image .mz-input .camera-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--neutral-500-50);
  background-image: url(/assets/icons/mzic-camera.svg);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: center center;
  border: 2px solid transparent;
  overflow: hidden;
}
.mz-form-row.for-image .mz-input .camera-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mz-form-row.for-image .mz-input .image-text {
  display: inline-flex;
  max-width: calc(100% - 72px);
  padding-left: 16px;
  flex-direction: column;
  cursor: pointer;
}
.mz-form-row.for-image .mz-input .image-text .primary {
  color: var(--purple-500);
}
.mz-form-row.for-image .mz-input .image-text .secondary {
  color: var(--neutral-300);
}
.mz-form-row.medium .mz-input :is(input, textarea, select) {
  padding: 12px 16px 12px;
  font-size: 14px;
  line-height: 16px;
}
.mz-form-row.medium .mz-input select {
  padding-right: 44px;
  background-position: right 16px center;
}
.mz-form-row.small .mz-input > :is(input, textarea, select) {
  padding: 7px 16px 5px;
  font-size: 14px;
  line-height: 16px;
}
.mz-form-row.small .mz-input select {
  padding-right: 44px;
  background-position: right 16px center;
}
.mz-form-row .mz-input mzic-tooltip {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(100%, -50%);
}
.mz-form-row.sub-row {
  margin-top: 0;
}
.mz-form-row.sub-row .mz-label > label {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 20px;
}
.mz-form-row.sub-row .mz-label > label .required {
  font-size: 14px;
}
.mz-form-row.icon-left-1-small .mz-input :is(input, textarea) {
  padding-left: calc(18px + 15px + 4px + 4px);
}
.mz-form-row.icon-right-1-small .mz-input :is(input, textarea) {
  padding-right: calc(18px + 15px + 4px + 4px);
}
.mz-form-row.icon-left-2-small .mz-input :is(input, textarea) {
  padding-left: calc(18px + 15px + 15px + 4px + 4px + 4px + 4px);
}
.mz-form-row.icon-right-2-small .mz-input :is(input, textarea) {
  padding-right: calc(18px + 15px + 15px + 4px + 4px + 4px + 4px);
}
.mz-form-row.icon-left-1 .mz-input :is(input, textarea) {
  padding-left: calc(18px + 18px + 8px);
}
.mz-form-row.icon-right-1 .mz-input :is(input, textarea) {
  padding-right: calc(18px + 18px + 8px);
}
.mz-form-row.icon-left-2 .mz-input :is(input, textarea) {
  padding-left: calc(18px + 18px + 18px + 8px + 8px + 8px);
}
.mz-form-row.icon-right-2 .mz-input :is(input, textarea) {
  padding-right: calc(18px + 18px + 18px + 8px + 8px + 8px);
}
.mz-form-row.icon-left-2-large .mz-input :is(input, textarea) {
  padding-left: calc(18px + 28px + 28px + 12px + 12px);
}
.mz-form-row.icon-right-2-large .mz-input :is(input, textarea) {
  padding-right: calc(18px + 28px + 28px + 12px + 12px);
}
.mz-form-row.icon-left-2-small .icon.left + .icon.left {
  left: 44px;
}
.mz-form-row.icon-right-2-small .icon.right + .icon.right {
  right: 44px;
}
.mz-form-row.icon-left-2 .icon.left + .icon.left {
  left: 52px;
}
.mz-form-row.icon-right-2 .icon.right + .icon.right {
  right: 52px;
}
.mz-form-row.icon-left-2-large .icon.left + .icon.left {
  left: 60px;
}
.mz-form-row.icon-right-2-large .icon.right + .icon.right {
  right: 60px;
}
.mz-form-row.icon-left-1-large .icon.left,
.mz-form-row.icon-left-2-large .icon.left,
.mz-form-row.icon-right-1-large .icon.right,
.mz-form-row.icon-right-2-large .icon.right {
  width: 28px;
}
.mz-form-row.icon-left-1-small .icon.left,
.mz-form-row.icon-left-2-small .icon.left,
.mz-form-row.icon-right-1-small .icon.right,
.mz-form-row.icon-right-2-small .icon.right {
  width: 15px;
}
.mz-form-row.icon-left-1-large .mz-input :is(input, textarea) {
  padding-left: calc(18px + 28px + 12px);
}
.mz-form-row.icon-right-1-large .mz-input :is(input, textarea) {
  padding-right: calc(18px + 28px + 12px);
}
.mz-form-row.for-select.icon-left-1-small .select .selected-item {
  padding-left: 41px;
}
.mz-form-row.for-select.icon-left-1 .select .selected-item {
  padding-left: 44px;
}
.mz-form-row.for-select.icon-left-1-large .select .selected-item {
  padding-left: 58px;
}
.mz-form-row .mz-input .icon {
  position: absolute;
  width: 18px;
  max-height: 24px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-flex;
  justify-content: center;
}
.mz-form-row .mz-input .icon.icon--error {
  width: 42px;
  gap: 6px;
}
.mz-form-row .mz-input .icon.left {
  left: 18px;
}
.mz-form-row .mz-input .icon.right {
  right: 18px;
}
.mz-form-row .mz-input .icon > mzic-svg {
  display: block;
}
.mz-form-row .mz-input .icon > img {
  max-width: 100%;
  max-height: 100%;
}
.mz-form-row .mz-input .icon > mzic-svg,
.mz-form-row .mz-input .icon > mzic-svg > svg,
.mz-form-row .mz-input .icon > mzic-svg > svg > path {
  max-width: 100%;
  max-height: 100%;
}
.mz-form-row .mz-input .input-prefix {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--neutral-400);
}
.form-hint-success {
  color: var(--green-500);
}
.form-hint-error {
  color: var(--red-500);
}
.form-hint--with-space {
  margin-top: 6px;
  padding: 0 10px;
}
.mzic-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.mzic-table.min-height {
  min-height: 50vh;
}
.mzic-table.bordered tbody tr {
  border-bottom: 1px solid var(--neutral-500);
}
.mzic-table table {
  color: #fff;
  width: 100%;
  height: fit-content;
}
.mzic-table table thead {
  border-bottom: 2px solid var(--neutral-500);
}
.mzic-table table thead,
.mzic-table table tbody {
  width: 100%;
}
.mzic-table table thead th {
  padding: 12px 12px 10px;
}
.mzic-table table thead th > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.mzic-table table thead th > div mzic-table-sort {
  margin-left: 4px;
}
.mzic-table table thead th label {
  height: 18px;
  font-size: 14px;
  color: var(--neutral-300);
}
.mzic-table table tbody td {
  padding: 20px 12px 18px;
  font-size: 14px;
  height: 94px;
}
.mzic-table table tbody tr {
  transition: 0.3s;
  position: relative;
}
.mzic-table table tbody tr::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid transparent;
  border-radius: 16px;
  z-index: -1;
}
.mzic-table table tbody tr.sortable-chosen:hover::after {
  border-color: var(--purple-500);
  background-color: var(--neutral-500);
}
.mzic-table table tbody tr.opened {
  background: var(--neutral-500);
}
.mzic-table table tbody tr.hoverable:hover {
  background: var(--neutral-500);
}
.mzic-table table tbody tr.checked {
  background: var(--neutral-500-50);
}
.mzic-table table tbody.empty td > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.mzic-table table .mzic-table-column-date-time {
  width: 120px;
}
.mzic-table table .mzic-table-column-date-time .date {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: var(--neutral-100);
  font-weight: var(--font-medium);
}
.mzic-table table .mzic-table-column-date-time .time {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: var(--neutral-300);
  font-weight: var(--font-medium);
}
.mzic-table table .mzic-table-column-transaction-type .icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 100%;
  background-color: var(--neutral-200);
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
}
.mzic-table table .mzic-table-column-transaction-type .icon > mzic-svg {
  display: inline;
}
.mzic-table table .mzic-table-column-release-date {
  min-width: 156px;
}
.mzic-table table .mzic-table-column-w30 {
  width: 30px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.mzic-table table .mzic-table-column-w20 {
  width: 20px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.mzic-table table .mzic-table-column-w20 > *:not(.sort-number) {
  display: inline;
}
.mzic-table table .mzic-table-column-w40 {
  width: 40px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.mzic-table table .mzic-table-column-w40 > *:not(.sort-number) {
  display: inline;
}
.mzic-table table .mzic-table-column-small {
  width: 30px;
  vertical-align: middle;
}
.mzic-table table .mzic-table-column-small > *:not(mzic-skeleton) {
  display: inline;
}
.mzic-table table .mzic-table-column-dsp-service img {
  margin-right: 3px;
}
.mzic-table table .mzic-table-match-check {
  width: 62px;
  text-align: center;
}
.mzic-table table .mzic-table-main-genre-check {
  min-width: 130px;
}
.mzic-table table .mzic-table-column-check {
  width: 20px;
  padding-right: 0;
  text-align: center;
  vertical-align: middle;
}
.mzic-table table .mzic-table-column-check .mzic-checkbox,
.mzic-table table .mzic-table-column-check .mzic-checkbox .fake-checkbox {
  display: block;
}
.mzic-table table .mzic-table-column-check mzic-skeleton {
  min-width: unset;
}
.mzic-table table .mzic-table-column-actions-button {
  width: 50px;
  text-align: center;
}
.mzic-table table .mzic-table-column-actions-button div {
  justify-content: center;
}
.mzic-table table tbody .mzic-table-column-actions-button {
  justify-content: center;
  height: 100%;
}
.mzic-table table .mzic-table-column-dsp-status {
  width: 43px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.mzic-table table .mzic-table-column-dsp-status > * {
  display: inline;
}
.mzic-table table .mzic-table-column-dsp-status > mzic-svg,
.mzic-table table .mzic-table-column-dsp-status > mzic-svg > svg {
  width: 18px;
  max-height: 18px;
}
.mzic-table table .mzic-table-column-bullets {
  width: 22px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.mzic-table table .mzic-table-column-sort {
  text-align: center;
  width: 24px;
  padding-left: 0;
  padding-right: 0;
}
.mzic-table table .mzic-table-column-sort > mzic-svg {
  display: inline;
  margin-top: -2px;
}
.mzic-table table tbody .mzic-table-column-sort {
  cursor: move;
}
.mzic-table table .mzic-column-date-time {
  width: 150px;
}
.mzic-table table .mzic-column-date-time > div {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}
.mzic-table table .mzic-column-date-time > div span {
  font-size: 14px;
  line-height: 21px;
  color: var(--neutral-100);
}
.mzic-table table .mzic-column-date-time > div span.time {
  color: var(--neutral-300);
}
.mzic-table table .mzic-table-column-play {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 32px;
}
.mzic-table table .mzic-table-column-play > mzic-svg {
  display: inline;
}
.mzic-table .empty-container {
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.mzic-table footer {
  display: flex;
  width: 100%;
  border-top: 1px solid var(--neutral-500);
  justify-content: space-between;
  padding: 10px 12px;
  color: #fff;
}
.mzic-table footer > div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.mzic-table footer .items-total {
  font-size: 14px;
  color: var(--neutral-300);
}
.mzic-table footer .items-total span {
  color: #fff;
}
.mzic-table.medium tbody td {
  padding-top: 2px;
  padding-bottom: 0;
  height: 76px;
}
.mzic-table.small tbody td {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
}
.mzic-table.fixed-footer {
  margin-bottom: var(--table-fixed-footer-height);
}
.mzic-table.fixed-footer footer {
  position: fixed;
  width: calc(100% - 236px - 2 * 38px);
  z-index: 1;
  padding-top: 8px;
  left: calc(236px + 38px);
  bottom: 0;
  height: var(--table-fixed-footer-height);
  align-items: flex-start;
  background-color: var(--id-main-black);
  transition: width 0.3s, left 0.3s;
}
body.navigation-collapsed .mzic-table.fixed-footer footer {
  width: calc(100% - 68px - 2 * 38px);
  left: calc(68px + 38px);
}
mzic-svg {
  position: relative;
  display: inline-flex;
  width: 24px;
  max-height: 24px;
}
mzic-svg > svg {
  width: 24px;
  max-height: 24px;
}
.mz-button.stroke mzic-svg > svg > path {
  fill: transparent !important;
}
mzic-svg:not(.stroke) > svg > path {
  fill: var(--neutral-100);
}
mzic-svg.stroke > svg > path {
  stroke: var(--neutral-100);
}
mzic-svg.w1 {
  width: 1px;
  max-height: 1px;
}
mzic-svg.w1 > svg {
  width: 1px;
  max-height: 1px;
}
mzic-svg.w2 {
  width: 2px;
  max-height: 2px;
}
mzic-svg.w2 > svg {
  width: 2px;
  max-height: 2px;
}
mzic-svg.w3 {
  width: 3px;
  max-height: 3px;
}
mzic-svg.w3 > svg {
  width: 3px;
  max-height: 3px;
}
mzic-svg.w4 {
  width: 4px;
  max-height: 4px;
}
mzic-svg.w4 > svg {
  width: 4px;
  max-height: 4px;
}
mzic-svg.w5 {
  width: 5px;
  max-height: 5px;
}
mzic-svg.w5 > svg {
  width: 5px;
  max-height: 5px;
}
mzic-svg.w6 {
  width: 6px;
  max-height: 6px;
}
mzic-svg.w6 > svg {
  width: 6px;
  max-height: 6px;
}
mzic-svg.w7 {
  width: 7px;
  max-height: 7px;
}
mzic-svg.w7 > svg {
  width: 7px;
  max-height: 7px;
}
mzic-svg.w8 {
  width: 8px;
  max-height: 8px;
}
mzic-svg.w8 > svg {
  width: 8px;
  max-height: 8px;
}
mzic-svg.w9 {
  width: 9px;
  max-height: 9px;
}
mzic-svg.w9 > svg {
  width: 9px;
  max-height: 9px;
}
mzic-svg.w10 {
  width: 10px;
  max-height: 10px;
}
mzic-svg.w10 > svg {
  width: 10px;
  max-height: 10px;
}
mzic-svg.w11 {
  width: 11px;
  max-height: 11px;
}
mzic-svg.w11 > svg {
  width: 11px;
  max-height: 11px;
}
mzic-svg.w12 {
  width: 12px;
  max-height: 12px;
}
mzic-svg.w12 > svg {
  width: 12px;
  max-height: 12px;
}
mzic-svg.w13 {
  width: 13px;
  max-height: 13px;
}
mzic-svg.w13 > svg {
  width: 13px;
  max-height: 13px;
}
mzic-svg.w14 {
  width: 14px;
  max-height: 14px;
}
mzic-svg.w14 > svg {
  width: 14px;
  max-height: 14px;
}
mzic-svg.w15 {
  width: 15px;
  max-height: 15px;
}
mzic-svg.w15 > svg {
  width: 15px;
  max-height: 15px;
}
mzic-svg.w16 {
  width: 16px;
  max-height: 16px;
}
mzic-svg.w16 > svg {
  width: 16px;
  max-height: 16px;
}
mzic-svg.w17 {
  width: 17px;
  max-height: 17px;
}
mzic-svg.w17 > svg {
  width: 17px;
  max-height: 17px;
}
mzic-svg.w18 {
  width: 18px;
  max-height: 18px;
}
mzic-svg.w18 > svg {
  width: 18px;
  max-height: 18px;
}
mzic-svg.w19 {
  width: 19px;
  max-height: 19px;
}
mzic-svg.w19 > svg {
  width: 19px;
  max-height: 19px;
}
mzic-svg.w20 {
  width: 20px;
  max-height: 20px;
}
mzic-svg.w20 > svg {
  width: 20px;
  max-height: 20px;
}
mzic-svg.w21 {
  width: 21px;
  max-height: 21px;
}
mzic-svg.w21 > svg {
  width: 21px;
  max-height: 21px;
}
mzic-svg.w22 {
  width: 22px;
  max-height: 22px;
}
mzic-svg.w22 > svg {
  width: 22px;
  max-height: 22px;
}
mzic-svg.w23 {
  width: 23px;
  max-height: 23px;
}
mzic-svg.w23 > svg {
  width: 23px;
  max-height: 23px;
}
mzic-svg.w24 {
  width: 24px;
  max-height: 24px;
}
mzic-svg.w24 > svg {
  width: 24px;
  max-height: 24px;
}
mzic-svg.w25 {
  width: 25px;
  max-height: 25px;
}
mzic-svg.w25 > svg {
  width: 25px;
  max-height: 25px;
}
mzic-svg.w26 {
  width: 26px;
  max-height: 26px;
}
mzic-svg.w26 > svg {
  width: 26px;
  max-height: 26px;
}
mzic-svg.w27 {
  width: 27px;
  max-height: 27px;
}
mzic-svg.w27 > svg {
  width: 27px;
  max-height: 27px;
}
mzic-svg.w28 {
  width: 28px;
  max-height: 28px;
}
mzic-svg.w28 > svg {
  width: 28px;
  max-height: 28px;
}
mzic-svg.w29 {
  width: 29px;
  max-height: 29px;
}
mzic-svg.w29 > svg {
  width: 29px;
  max-height: 29px;
}
mzic-svg.w30 {
  width: 30px;
  max-height: 30px;
}
mzic-svg.w30 > svg {
  width: 30px;
  max-height: 30px;
}
mzic-svg.w31 {
  width: 31px;
  max-height: 31px;
}
mzic-svg.w31 > svg {
  width: 31px;
  max-height: 31px;
}
mzic-svg.w32 {
  width: 32px;
  max-height: 32px;
}
mzic-svg.w32 > svg {
  width: 32px;
  max-height: 32px;
}
mzic-svg.w33 {
  width: 33px;
  max-height: 33px;
}
mzic-svg.w33 > svg {
  width: 33px;
  max-height: 33px;
}
mzic-svg.w34 {
  width: 34px;
  max-height: 34px;
}
mzic-svg.w34 > svg {
  width: 34px;
  max-height: 34px;
}
mzic-svg.w35 {
  width: 35px;
  max-height: 35px;
}
mzic-svg.w35 > svg {
  width: 35px;
  max-height: 35px;
}
mzic-svg.w36 {
  width: 36px;
  max-height: 36px;
}
mzic-svg.w36 > svg {
  width: 36px;
  max-height: 36px;
}
mzic-svg.w37 {
  width: 37px;
  max-height: 37px;
}
mzic-svg.w37 > svg {
  width: 37px;
  max-height: 37px;
}
mzic-svg.w38 {
  width: 38px;
  max-height: 38px;
}
mzic-svg.w38 > svg {
  width: 38px;
  max-height: 38px;
}
mzic-svg.w39 {
  width: 39px;
  max-height: 39px;
}
mzic-svg.w39 > svg {
  width: 39px;
  max-height: 39px;
}
mzic-svg.w40 {
  width: 40px;
  max-height: 40px;
}
mzic-svg.w40 > svg {
  width: 40px;
  max-height: 40px;
}
mzic-svg.w41 {
  width: 41px;
  max-height: 41px;
}
mzic-svg.w41 > svg {
  width: 41px;
  max-height: 41px;
}
mzic-svg.w42 {
  width: 42px;
  max-height: 42px;
}
mzic-svg.w42 > svg {
  width: 42px;
  max-height: 42px;
}
mzic-svg.w43 {
  width: 43px;
  max-height: 43px;
}
mzic-svg.w43 > svg {
  width: 43px;
  max-height: 43px;
}
mzic-svg.w44 {
  width: 44px;
  max-height: 44px;
}
mzic-svg.w44 > svg {
  width: 44px;
  max-height: 44px;
}
mzic-svg.w45 {
  width: 45px;
  max-height: 45px;
}
mzic-svg.w45 > svg {
  width: 45px;
  max-height: 45px;
}
mzic-svg.w46 {
  width: 46px;
  max-height: 46px;
}
mzic-svg.w46 > svg {
  width: 46px;
  max-height: 46px;
}
mzic-svg.w47 {
  width: 47px;
  max-height: 47px;
}
mzic-svg.w47 > svg {
  width: 47px;
  max-height: 47px;
}
mzic-svg.w48 {
  width: 48px;
  max-height: 48px;
}
mzic-svg.w48 > svg {
  width: 48px;
  max-height: 48px;
}
mzic-svg.w49 {
  width: 49px;
  max-height: 49px;
}
mzic-svg.w49 > svg {
  width: 49px;
  max-height: 49px;
}
mzic-svg.w50 {
  width: 50px;
  max-height: 50px;
}
mzic-svg.w50 > svg {
  width: 50px;
  max-height: 50px;
}
mzic-svg.w51 {
  width: 51px;
  max-height: 51px;
}
mzic-svg.w51 > svg {
  width: 51px;
  max-height: 51px;
}
mzic-svg.w52 {
  width: 52px;
  max-height: 52px;
}
mzic-svg.w52 > svg {
  width: 52px;
  max-height: 52px;
}
mzic-svg.w53 {
  width: 53px;
  max-height: 53px;
}
mzic-svg.w53 > svg {
  width: 53px;
  max-height: 53px;
}
mzic-svg.w54 {
  width: 54px;
  max-height: 54px;
}
mzic-svg.w54 > svg {
  width: 54px;
  max-height: 54px;
}
mzic-svg.w55 {
  width: 55px;
  max-height: 55px;
}
mzic-svg.w55 > svg {
  width: 55px;
  max-height: 55px;
}
mzic-svg.w56 {
  width: 56px;
  max-height: 56px;
}
mzic-svg.w56 > svg {
  width: 56px;
  max-height: 56px;
}
mzic-svg.w57 {
  width: 57px;
  max-height: 57px;
}
mzic-svg.w57 > svg {
  width: 57px;
  max-height: 57px;
}
mzic-svg.w58 {
  width: 58px;
  max-height: 58px;
}
mzic-svg.w58 > svg {
  width: 58px;
  max-height: 58px;
}
mzic-svg.w59 {
  width: 59px;
  max-height: 59px;
}
mzic-svg.w59 > svg {
  width: 59px;
  max-height: 59px;
}
mzic-svg.w60 {
  width: 60px;
  max-height: 60px;
}
mzic-svg.w60 > svg {
  width: 60px;
  max-height: 60px;
}
mzic-svg.w61 {
  width: 61px;
  max-height: 61px;
}
mzic-svg.w61 > svg {
  width: 61px;
  max-height: 61px;
}
mzic-svg.w62 {
  width: 62px;
  max-height: 62px;
}
mzic-svg.w62 > svg {
  width: 62px;
  max-height: 62px;
}
mzic-svg.w63 {
  width: 63px;
  max-height: 63px;
}
mzic-svg.w63 > svg {
  width: 63px;
  max-height: 63px;
}
mzic-svg.w64 {
  width: 64px;
  max-height: 64px;
}
mzic-svg.w64 > svg {
  width: 64px;
  max-height: 64px;
}
mzic-svg.w65 {
  width: 65px;
  max-height: 65px;
}
mzic-svg.w65 > svg {
  width: 65px;
  max-height: 65px;
}
mzic-svg.w66 {
  width: 66px;
  max-height: 66px;
}
mzic-svg.w66 > svg {
  width: 66px;
  max-height: 66px;
}
mzic-svg.w67 {
  width: 67px;
  max-height: 67px;
}
mzic-svg.w67 > svg {
  width: 67px;
  max-height: 67px;
}
mzic-svg.w68 {
  width: 68px;
  max-height: 68px;
}
mzic-svg.w68 > svg {
  width: 68px;
  max-height: 68px;
}
mzic-svg.w69 {
  width: 69px;
  max-height: 69px;
}
mzic-svg.w69 > svg {
  width: 69px;
  max-height: 69px;
}
mzic-svg.w70 {
  width: 70px;
  max-height: 70px;
}
mzic-svg.w70 > svg {
  width: 70px;
  max-height: 70px;
}
mzic-svg.w71 {
  width: 71px;
  max-height: 71px;
}
mzic-svg.w71 > svg {
  width: 71px;
  max-height: 71px;
}
mzic-svg.w72 {
  width: 72px;
  max-height: 72px;
}
mzic-svg.w72 > svg {
  width: 72px;
  max-height: 72px;
}
mzic-svg.w73 {
  width: 73px;
  max-height: 73px;
}
mzic-svg.w73 > svg {
  width: 73px;
  max-height: 73px;
}
mzic-svg.w74 {
  width: 74px;
  max-height: 74px;
}
mzic-svg.w74 > svg {
  width: 74px;
  max-height: 74px;
}
mzic-svg.w75 {
  width: 75px;
  max-height: 75px;
}
mzic-svg.w75 > svg {
  width: 75px;
  max-height: 75px;
}
mzic-svg.w76 {
  width: 76px;
  max-height: 76px;
}
mzic-svg.w76 > svg {
  width: 76px;
  max-height: 76px;
}
mzic-svg.w77 {
  width: 77px;
  max-height: 77px;
}
mzic-svg.w77 > svg {
  width: 77px;
  max-height: 77px;
}
mzic-svg.w78 {
  width: 78px;
  max-height: 78px;
}
mzic-svg.w78 > svg {
  width: 78px;
  max-height: 78px;
}
mzic-svg.w79 {
  width: 79px;
  max-height: 79px;
}
mzic-svg.w79 > svg {
  width: 79px;
  max-height: 79px;
}
mzic-svg.w80 {
  width: 80px;
  max-height: 80px;
}
mzic-svg.w80 > svg {
  width: 80px;
  max-height: 80px;
}
mzic-svg.w81 {
  width: 81px;
  max-height: 81px;
}
mzic-svg.w81 > svg {
  width: 81px;
  max-height: 81px;
}
mzic-svg.w82 {
  width: 82px;
  max-height: 82px;
}
mzic-svg.w82 > svg {
  width: 82px;
  max-height: 82px;
}
mzic-svg.w83 {
  width: 83px;
  max-height: 83px;
}
mzic-svg.w83 > svg {
  width: 83px;
  max-height: 83px;
}
mzic-svg.w84 {
  width: 84px;
  max-height: 84px;
}
mzic-svg.w84 > svg {
  width: 84px;
  max-height: 84px;
}
mzic-svg.w85 {
  width: 85px;
  max-height: 85px;
}
mzic-svg.w85 > svg {
  width: 85px;
  max-height: 85px;
}
mzic-svg.w86 {
  width: 86px;
  max-height: 86px;
}
mzic-svg.w86 > svg {
  width: 86px;
  max-height: 86px;
}
mzic-svg.w87 {
  width: 87px;
  max-height: 87px;
}
mzic-svg.w87 > svg {
  width: 87px;
  max-height: 87px;
}
mzic-svg.w88 {
  width: 88px;
  max-height: 88px;
}
mzic-svg.w88 > svg {
  width: 88px;
  max-height: 88px;
}
mzic-svg.w89 {
  width: 89px;
  max-height: 89px;
}
mzic-svg.w89 > svg {
  width: 89px;
  max-height: 89px;
}
mzic-svg.w90 {
  width: 90px;
  max-height: 90px;
}
mzic-svg.w90 > svg {
  width: 90px;
  max-height: 90px;
}
mzic-svg.w91 {
  width: 91px;
  max-height: 91px;
}
mzic-svg.w91 > svg {
  width: 91px;
  max-height: 91px;
}
mzic-svg.w92 {
  width: 92px;
  max-height: 92px;
}
mzic-svg.w92 > svg {
  width: 92px;
  max-height: 92px;
}
mzic-svg.w93 {
  width: 93px;
  max-height: 93px;
}
mzic-svg.w93 > svg {
  width: 93px;
  max-height: 93px;
}
mzic-svg.w94 {
  width: 94px;
  max-height: 94px;
}
mzic-svg.w94 > svg {
  width: 94px;
  max-height: 94px;
}
mzic-svg.w95 {
  width: 95px;
  max-height: 95px;
}
mzic-svg.w95 > svg {
  width: 95px;
  max-height: 95px;
}
mzic-svg.w96 {
  width: 96px;
  max-height: 96px;
}
mzic-svg.w96 > svg {
  width: 96px;
  max-height: 96px;
}
.mzic-alert-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.mzic-alert-container.no-gap {
  gap: 0;
}
.mzic-alert {
  display: inline-flex;
  align-items: center;
  gap: 13px !important;
  padding: 10px 24px 7px !important;
  border: 1px solid transparent;
  border-radius: 16px;
}
.mzic-alert > mzic-svg {
  width: 21px;
  max-height: 21px;
  margin-top: -5px;
}
.mzic-alert > p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.mzic-alert.neutral {
  border-color: var(--neutral-300);
}
.mzic-alert.neutral p {
  color: var(--neutral-300) !important;
}
.mzic-alert.neutral > mzic-svg > svg > path {
  fill: var(--neutral-300);
}
.mzic-alert.error {
  border-color: var(--red-500);
}
.mzic-alert.error p {
  color: var(--red-300) !important;
}
.mzic-alert.error > mzic-svg > svg > path {
  fill: var(--red-500);
}
.mzic-alert.error.filled {
  background-color: var(--red-500);
}
.mzic-alert.error.filled p {
  color: var(--neutral-700) !important;
}
.mzic-alert.error.filled > mzic-svg > svg > path {
  fill: var(--neutral-700);
}
.mzic-alert.warning {
  border-color: var(--yellow-500);
}
.mzic-alert.warning p {
  color: var(--yellow-500) !important;
}
.mzic-alert.warning > mzic-svg > svg > path {
  fill: var(--yellow-500);
}
.mzic-alert.warning.filled {
  background-color: var(--yellow-500);
}
.mzic-alert.warning.filled p {
  color: var(--neutral-700) !important;
}
.mzic-alert.warning.filled > mzic-svg > svg > path {
  fill: var(--neutral-700);
}
.mzic-select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mzic-select > label .required {
  color: var(--red-500);
  font-size: 15px;
}
.select-option-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-option {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  width: 90%;
}
.select-option__image {
  display: flex;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.select-option__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.select-option__image img.square {
  border-radius: 3px;
}
.select-option__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.select-option__main > header {
  display: flex;
  align-items: center;
  gap: 3px;
}
.select-option__main-title {
  color: var(--neutral-100);
}
.select-option__main-version {
  color: var(--neutral-300);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-option__main-description {
  color: var(--neutral-300);
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mzic-tabs {
  display: inline-flex;
}
.mzic-tabs > ul {
  display: inline-flex;
  margin: 0;
  gap: 24px;
  padding: 0;
}
.mzic-tabs > ul > li {
  display: inline-flex;
  list-style: none;
}
.mzic-tabs > ul > li > a {
  position: relative;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: var(--font-regular);
  color: var(--neutral-300) !important;
}
.mzic-tabs > ul > li > a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent;
  content: "";
  left: 0;
  bottom: 0;
}
.mzic-tabs > ul > li > a.active {
  color: var(--purple-500) !important;
  font-weight: var(--font-bold) !important;
}
.mzic-tabs > ul > li > a.active::after {
  background: var(--purple-500);
}
.mzic-popover-outside {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  cursor: default;
}
.mzic-popover-outside.show-background-true {
  background-color: rgba(17, 16, 16, 0.8);
}
.mzic-popover {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 110;
  max-width: none;
  width: fit-content;
  overflow: visible;
  opacity: 0;
}
.mzic-popover.fixed-true {
  position: fixed;
}
.mzic-popover.active {
  opacity: 1;
}
.mzic-dialog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: var(--neutral-600);
  padding: 16px 24px 24px 24px;
  width: 350px;
  gap: 0;
}
.mzic-dialog.mzic-dialog--overlay .mat-mdc-dialog-container {
  overflow-y: visible !important;
}
.mzic-dialog .mat-mdc-dialog-container {
  max-height: 86vh;
  overflow-y: hidden;
}
.mzic-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.mzic-dialog .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0;
}
.mzic-dialog .header.flex-end {
  justify-content: flex-end;
}
.mzic-dialog .header.no-margin {
  margin: 0 !important;
}
.mzic-dialog .header .title {
  display: inline-flex;
  align-items: center;
  color: var(--neutral-100);
  line-height: 1rem;
  padding: 0;
  margin: 0;
}
.mzic-dialog .header .mz-button.close {
  padding: 0;
  height: 16px;
  width: 16px;
}
.mzic-dialog .wrapper {
  padding: 24px;
}
.mzic-dialog .top-message {
  color: var(--neutral-300);
}
.mzic-dialog .footer-sticky {
  position: sticky;
  bottom: 0px;
  background: var(--neutral-600);
  z-index: 10;
  padding: 12px 0 !important;
}
.mzic-dialog .footer-sticky .footer {
  margin-top: inherit;
}
.mzic-dialog .footer {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding: 0;
  width: 100%;
}
.mzic-dialog .footer.flex-end {
  justify-content: flex-end;
}
.mzic-dialog .footer button:not(.full) {
  width: auto;
}
.mzic-dialog .footer.padding {
  padding-left: 24px;
  padding-right: 24px;
}
.mzic-popover.modal-popover {
  border-radius: 16px;
  background-color: var(--neutral-600);
  padding: 24px 24px 24px 24px;
  width: 350px;
  gap: 0;
  max-height: 86vh;
}
.mzic-popover.modal-popover > div {
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  height: inherit;
  gap: inherit;
  align-items: inherit;
}
.mzic-popover.modal-popover.medium {
  width: 596px;
}
.mzic-popover.modal-popover .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.mzic-popover.modal-popover .header.flex-end {
  justify-content: flex-end;
}
.mzic-popover.modal-popover .header.no-margin {
  margin: 0;
}
.mzic-popover.modal-popover .header .title {
  display: inline-flex;
  padding-right: 27px;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.mzic-popover.modal-popover .header .mz-button.close {
  padding: 0;
  height: 16px;
  width: 16px;
}
.mzic-popover.modal-popover .main {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  max-height: 70vh;
  gap: 12px;
}
@media screen and (max-height: 950px) {
  .mzic-popover.modal-popover .main {
    max-height: 64vh;
  }
}
@media screen and (max-height: 640px) {
  .mzic-popover.modal-popover .main {
    max-height: 58vh;
  }
}
.mzic-popover.modal-popover .main.center {
  align-items: center;
}
.mzic-popover.modal-popover .main.center p {
  justify-content: center;
  text-align: center;
  margin-bottom: 0px !important;
}
.mzic-popover.modal-popover .main.padding {
  padding: 24px 24px 0px 24px;
}
.mzic-popover.modal-popover .main.no-gap {
  gap: 0;
}
.mzic-popover.modal-popover .main .title {
  font-size: 16px;
  color: var(--neutral-100);
  margin-bottom: -3px;
}
.mzic-popover.modal-popover .footer {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding: 0;
  width: 100%;
}
.mzic-popover.modal-popover .footer.flex-end {
  justify-content: flex-end;
}
.mzic-popover.modal-popover .footer button:not(.full) {
  width: auto;
}
.mzic-popover.modal-popover .footer.padding {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.mzic-popover.style-dark-small {
  background-color: var(--neutral-500);
  border-radius: 24px;
  padding: 9px 14px;
  gap: 6px;
}
.mzic-popover.style-dark-small > div {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  font-weight: var(--font-regular);
  padding: 0;
}
.mzic-popover.style-dark-small > div a,
.mzic-popover.style-dark-small > div button,
.mzic-popover.style-dark-small > div .clickable {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  border-radius: 100px;
  padding: 1px 11px;
}
.mzic-popover.style-dark-small > div a:hover,
.mzic-popover.style-dark-small > div button:hover,
.mzic-popover.style-dark-small > div .clickable:hover {
  background: var(--neutral-700);
}
.mzic-popover.style-white-small {
  background-color: var(--neutral-100);
  border-radius: 24px;
  padding: 9px 16px;
  gap: 6px;
}
.mzic-popover.style-white-small > div {
  display: inline-flex;
  padding: 6px 8px 3px;
  font-size: 12px;
  line-height: 12px;
  height: 24px;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-weight: var(--font-medium);
  width: 100%;
  color: var(--neutral-700);
}
.mzic-popover.style-white-small > div > mzic-svg {
  max-width: 14px;
  margin-top: -3px;
}
.mzic-popover.style-white-small > div > mzic-svg:not(.stroke) > svg > path {
  fill: var(--neutral-700);
}
.mzic-popover.style-white-small > div > mzic-svg.stroke > svg > path {
  stroke: var(--neutral-700);
}
.mzic-popover.style-white-small > div a,
.mzic-popover.style-white-small > div button,
.mzic-popover.style-white-small > div .clickable,
.mzic-popover.style-white-small > div.clickable {
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  border-radius: 100px;
}
.mzic-popover.style-white-small > div a:hover,
.mzic-popover.style-white-small > div button:hover,
.mzic-popover.style-white-small > div .clickable:hover,
.mzic-popover.style-white-small > div.clickable:hover {
  background-color: var(--neutral-200-50);
}
.common-style,
.mzic-popover.style-toast > ng-component,
.mzic-popover.style-toast {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#mzicToastContainer {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #mzicToastContainer {
    top: 24px;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 9999;
  }
}
@keyframes toast-enter-animation {
  from {
    opacity: 0;
    right: -400px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
.mzic-popover.style-toast {
  background-color: var(--neutral-100);
  padding: 24px 24px 20px;
  border-radius: 16px;
  max-width: 935px;
  width: fit-content;
  overflow: hidden;
  position: relative;
  opacity: 1;
  animation-name: toast-enter-animation;
  animation-duration: 0.3s;
}
.mzic-popover.style-toast.mzic-popover--fixed-c-bottom {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 72px;
  z-index: 100;
}
@media (max-width: 768px) {
  .mzic-popover.style-toast.mzic-popover--fixed-c-bottom {
    top: 24px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 342px;
    max-width: calc(100vw - 32px);
    z-index: 9999;
  }
}
.mzic-popover.style-toast.error {
  background-color: var(--red-500);
}
.mzic-popover.style-toast.success {
  background-color: var(--green-500);
}
.mzic-popover.style-toast.success-2 {
  background-color: var(--green-500);
}
.mzic-popover.style-toast.success-2 .main {
  color: var(--neutral-700) !important;
}
.mzic-popover.style-toast.success-2 mzic-svg:not(.stroke) > svg > path {
  fill: var(--neutral-700) !important;
}
.mzic-popover.style-toast.success-2 mzic-svg.stroke > svg > path {
  stroke: var(--neutral-700) !important;
}
@media (max-width: 430px) {
  .mzic-popover.style-toast {
    max-width: 98vw;
  }
}
.mzic-popover.style-toast mzic-svg {
  margin-top: -3px;
}
@media (max-width: 768px) {
  .mzic-popover.style-toast mzic-svg {
    margin-top: 0;
    flex-shrink: 0;
  }
}
.mzic-popover.style-toast > ng-component {
  width: 100%;
}
.mzic-popover.style-toast.medium {
  padding: 19px 24px 16px;
}
.mzic-popover.style-toast > div,
.mzic-popover.style-toast > ng-component > div {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.mzic-popover.style-toast .message-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.mzic-popover.style-toast .message-container .main {
  font-size: 16px;
  line-height: 18px;
  color: var(--neutral-700);
  font-weight: var(--font-bold);
}
.mzic-popover.style-toast .message-container .secondary {
  font-size: 16px;
  line-height: 18px;
  color: var(--neutral-700);
  font-weight: var(--font-regular);
}
.mzic-popover.style-toast .message-container .secondary.error {
  color: var(--white);
}
.mzic-popover.style-toast .link-btn {
  color: var(--purple-500);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-semi-bold);
  padding: 2px 24px;
}
.mzic-popover.style-toast .progress {
  position: absolute;
  height: 4px;
  background-color: var(--purple-500);
  bottom: 0;
  left: 0;
}
.mzic-popover.style-tooltip {
  background-color: var(--neutral-500);
  border-radius: 8px;
  padding: 8px;
  display: inline-flex;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  max-width: 182px;
  position: absolute;
}
.mzic-popover.style-tooltip > div {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.mzic-popover.style-tooltip::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--neutral-500);
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.mzic-popover.style-tooltip strong {
  font-size: 10px;
  line-height: 14px;
  font-weight: var(--font-bold);
  color: #fff;
  margin: 0;
  padding: 0;
}
.mzic-popover.style-tooltip p {
  font-size: 10px;
  line-height: 14px;
  font-weight: var(--font-regular);
  color: #fff;
  margin: 0;
  padding: 0;
}
.mzic-bank-account {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid var(--neutral-500-50);
}
.mzic-bank-account.is-checked-true {
  border-color: var(--purple-500);
}
.mzic-bank-account > div {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.mzic-bank-account > div:last-child {
  gap: 16px;
}
.mzic-bank-account .icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: var(--neutral-500-50);
  border-radius: 50%;
}
.mzic-bank-account .icon .flag {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0px;
  right: -8px;
}
.mzic-bank-account .text {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  padding-left: 10px;
}
.mzic-bank-account .text .tag {
  font-size: 10px;
  line-height: 14px;
  color: var(--neutral-700);
  background-color: var(--purple-500);
  border-radius: 4px;
  padding: 3px 4px 1px;
  margin-bottom: 4px;
}
.mzic-bank-account .text .title {
  color: var(--neutral-100);
}
.mzic-bank-account .text p {
  color: var(--neutral-300);
}
.mzic-bank-account input[type=checkbox] {
  margin-right: 16px;
}
.mzic-bank-account .remove-btn:hover {
  background-color: var(--red-500);
}
.mzic-bank-account.dark {
  border-color: transparent;
  background-color: var(--neutral-600-50);
}
.mzic-checkbox {
  position: relative;
  display: inline-flex;
}
.mzic-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}
.mzic-checkbox input[type=checkbox].error + .fake-checkbox {
  border-color: var(--red-500);
}
.mzic-checkbox .fake-checkbox {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 1px solid var(--neutral-300);
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  background-size: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.mzic-checkbox .fake-checkbox.checked {
  background-image: url(/assets/icons/mzic-check-mark-white.svg);
  background-color: var(--purple-500);
  border-color: var(--purple-500);
}
@media (max-width: 320px) {
  .hide-in-320 {
    display: none;
  }
}
@media (max-width: 321px) {
  .hide-in-321 {
    display: none;
  }
}
@media (max-width: 322px) {
  .hide-in-322 {
    display: none;
  }
}
@media (max-width: 323px) {
  .hide-in-323 {
    display: none;
  }
}
@media (max-width: 324px) {
  .hide-in-324 {
    display: none;
  }
}
@media (max-width: 325px) {
  .hide-in-325 {
    display: none;
  }
}
@media (max-width: 326px) {
  .hide-in-326 {
    display: none;
  }
}
@media (max-width: 327px) {
  .hide-in-327 {
    display: none;
  }
}
@media (max-width: 328px) {
  .hide-in-328 {
    display: none;
  }
}
@media (max-width: 329px) {
  .hide-in-329 {
    display: none;
  }
}
@media (max-width: 330px) {
  .hide-in-330 {
    display: none;
  }
}
@media (max-width: 331px) {
  .hide-in-331 {
    display: none;
  }
}
@media (max-width: 332px) {
  .hide-in-332 {
    display: none;
  }
}
@media (max-width: 333px) {
  .hide-in-333 {
    display: none;
  }
}
@media (max-width: 334px) {
  .hide-in-334 {
    display: none;
  }
}
@media (max-width: 335px) {
  .hide-in-335 {
    display: none;
  }
}
@media (max-width: 336px) {
  .hide-in-336 {
    display: none;
  }
}
@media (max-width: 337px) {
  .hide-in-337 {
    display: none;
  }
}
@media (max-width: 338px) {
  .hide-in-338 {
    display: none;
  }
}
@media (max-width: 339px) {
  .hide-in-339 {
    display: none;
  }
}
@media (max-width: 340px) {
  .hide-in-340 {
    display: none;
  }
}
@media (max-width: 341px) {
  .hide-in-341 {
    display: none;
  }
}
@media (max-width: 342px) {
  .hide-in-342 {
    display: none;
  }
}
@media (max-width: 343px) {
  .hide-in-343 {
    display: none;
  }
}
@media (max-width: 344px) {
  .hide-in-344 {
    display: none;
  }
}
@media (max-width: 345px) {
  .hide-in-345 {
    display: none;
  }
}
@media (max-width: 346px) {
  .hide-in-346 {
    display: none;
  }
}
@media (max-width: 347px) {
  .hide-in-347 {
    display: none;
  }
}
@media (max-width: 348px) {
  .hide-in-348 {
    display: none;
  }
}
@media (max-width: 349px) {
  .hide-in-349 {
    display: none;
  }
}
@media (max-width: 350px) {
  .hide-in-350 {
    display: none;
  }
}
@media (max-width: 351px) {
  .hide-in-351 {
    display: none;
  }
}
@media (max-width: 352px) {
  .hide-in-352 {
    display: none;
  }
}
@media (max-width: 353px) {
  .hide-in-353 {
    display: none;
  }
}
@media (max-width: 354px) {
  .hide-in-354 {
    display: none;
  }
}
@media (max-width: 355px) {
  .hide-in-355 {
    display: none;
  }
}
@media (max-width: 356px) {
  .hide-in-356 {
    display: none;
  }
}
@media (max-width: 357px) {
  .hide-in-357 {
    display: none;
  }
}
@media (max-width: 358px) {
  .hide-in-358 {
    display: none;
  }
}
@media (max-width: 359px) {
  .hide-in-359 {
    display: none;
  }
}
@media (max-width: 360px) {
  .hide-in-360 {
    display: none;
  }
}
@media (max-width: 361px) {
  .hide-in-361 {
    display: none;
  }
}
@media (max-width: 362px) {
  .hide-in-362 {
    display: none;
  }
}
@media (max-width: 363px) {
  .hide-in-363 {
    display: none;
  }
}
@media (max-width: 364px) {
  .hide-in-364 {
    display: none;
  }
}
@media (max-width: 365px) {
  .hide-in-365 {
    display: none;
  }
}
@media (max-width: 366px) {
  .hide-in-366 {
    display: none;
  }
}
@media (max-width: 367px) {
  .hide-in-367 {
    display: none;
  }
}
@media (max-width: 368px) {
  .hide-in-368 {
    display: none;
  }
}
@media (max-width: 369px) {
  .hide-in-369 {
    display: none;
  }
}
@media (max-width: 370px) {
  .hide-in-370 {
    display: none;
  }
}
@media (max-width: 371px) {
  .hide-in-371 {
    display: none;
  }
}
@media (max-width: 372px) {
  .hide-in-372 {
    display: none;
  }
}
@media (max-width: 373px) {
  .hide-in-373 {
    display: none;
  }
}
@media (max-width: 374px) {
  .hide-in-374 {
    display: none;
  }
}
@media (max-width: 375px) {
  .hide-in-375 {
    display: none;
  }
}
@media (max-width: 376px) {
  .hide-in-376 {
    display: none;
  }
}
@media (max-width: 377px) {
  .hide-in-377 {
    display: none;
  }
}
@media (max-width: 378px) {
  .hide-in-378 {
    display: none;
  }
}
@media (max-width: 379px) {
  .hide-in-379 {
    display: none;
  }
}
@media (max-width: 380px) {
  .hide-in-380 {
    display: none;
  }
}
@media (max-width: 381px) {
  .hide-in-381 {
    display: none;
  }
}
@media (max-width: 382px) {
  .hide-in-382 {
    display: none;
  }
}
@media (max-width: 383px) {
  .hide-in-383 {
    display: none;
  }
}
@media (max-width: 384px) {
  .hide-in-384 {
    display: none;
  }
}
@media (max-width: 385px) {
  .hide-in-385 {
    display: none;
  }
}
@media (max-width: 386px) {
  .hide-in-386 {
    display: none;
  }
}
@media (max-width: 387px) {
  .hide-in-387 {
    display: none;
  }
}
@media (max-width: 388px) {
  .hide-in-388 {
    display: none;
  }
}
@media (max-width: 389px) {
  .hide-in-389 {
    display: none;
  }
}
@media (max-width: 390px) {
  .hide-in-390 {
    display: none;
  }
}
@media (max-width: 391px) {
  .hide-in-391 {
    display: none;
  }
}
@media (max-width: 392px) {
  .hide-in-392 {
    display: none;
  }
}
@media (max-width: 393px) {
  .hide-in-393 {
    display: none;
  }
}
@media (max-width: 394px) {
  .hide-in-394 {
    display: none;
  }
}
@media (max-width: 395px) {
  .hide-in-395 {
    display: none;
  }
}
@media (max-width: 396px) {
  .hide-in-396 {
    display: none;
  }
}
@media (max-width: 397px) {
  .hide-in-397 {
    display: none;
  }
}
@media (max-width: 398px) {
  .hide-in-398 {
    display: none;
  }
}
@media (max-width: 399px) {
  .hide-in-399 {
    display: none;
  }
}
@media (max-width: 400px) {
  .hide-in-400 {
    display: none;
  }
}
@media (max-width: 401px) {
  .hide-in-401 {
    display: none;
  }
}
@media (max-width: 402px) {
  .hide-in-402 {
    display: none;
  }
}
@media (max-width: 403px) {
  .hide-in-403 {
    display: none;
  }
}
@media (max-width: 404px) {
  .hide-in-404 {
    display: none;
  }
}
@media (max-width: 405px) {
  .hide-in-405 {
    display: none;
  }
}
@media (max-width: 406px) {
  .hide-in-406 {
    display: none;
  }
}
@media (max-width: 407px) {
  .hide-in-407 {
    display: none;
  }
}
@media (max-width: 408px) {
  .hide-in-408 {
    display: none;
  }
}
@media (max-width: 409px) {
  .hide-in-409 {
    display: none;
  }
}
@media (max-width: 410px) {
  .hide-in-410 {
    display: none;
  }
}
@media (max-width: 411px) {
  .hide-in-411 {
    display: none;
  }
}
@media (max-width: 412px) {
  .hide-in-412 {
    display: none;
  }
}
@media (max-width: 413px) {
  .hide-in-413 {
    display: none;
  }
}
@media (max-width: 414px) {
  .hide-in-414 {
    display: none;
  }
}
@media (max-width: 415px) {
  .hide-in-415 {
    display: none;
  }
}
@media (max-width: 416px) {
  .hide-in-416 {
    display: none;
  }
}
@media (max-width: 417px) {
  .hide-in-417 {
    display: none;
  }
}
@media (max-width: 418px) {
  .hide-in-418 {
    display: none;
  }
}
@media (max-width: 419px) {
  .hide-in-419 {
    display: none;
  }
}
@media (max-width: 420px) {
  .hide-in-420 {
    display: none;
  }
}
@media (max-width: 421px) {
  .hide-in-421 {
    display: none;
  }
}
@media (max-width: 422px) {
  .hide-in-422 {
    display: none;
  }
}
@media (max-width: 423px) {
  .hide-in-423 {
    display: none;
  }
}
@media (max-width: 424px) {
  .hide-in-424 {
    display: none;
  }
}
@media (max-width: 425px) {
  .hide-in-425 {
    display: none;
  }
}
@media (max-width: 426px) {
  .hide-in-426 {
    display: none;
  }
}
@media (max-width: 427px) {
  .hide-in-427 {
    display: none;
  }
}
@media (max-width: 428px) {
  .hide-in-428 {
    display: none;
  }
}
@media (max-width: 429px) {
  .hide-in-429 {
    display: none;
  }
}
@media (max-width: 430px) {
  .hide-in-430 {
    display: none;
  }
}
@media (max-width: 431px) {
  .hide-in-431 {
    display: none;
  }
}
@media (max-width: 432px) {
  .hide-in-432 {
    display: none;
  }
}
@media (max-width: 433px) {
  .hide-in-433 {
    display: none;
  }
}
@media (max-width: 434px) {
  .hide-in-434 {
    display: none;
  }
}
@media (max-width: 435px) {
  .hide-in-435 {
    display: none;
  }
}
@media (max-width: 436px) {
  .hide-in-436 {
    display: none;
  }
}
@media (max-width: 437px) {
  .hide-in-437 {
    display: none;
  }
}
@media (max-width: 438px) {
  .hide-in-438 {
    display: none;
  }
}
@media (max-width: 439px) {
  .hide-in-439 {
    display: none;
  }
}
@media (max-width: 440px) {
  .hide-in-440 {
    display: none;
  }
}
@media (max-width: 441px) {
  .hide-in-441 {
    display: none;
  }
}
@media (max-width: 442px) {
  .hide-in-442 {
    display: none;
  }
}
@media (max-width: 443px) {
  .hide-in-443 {
    display: none;
  }
}
@media (max-width: 444px) {
  .hide-in-444 {
    display: none;
  }
}
@media (max-width: 445px) {
  .hide-in-445 {
    display: none;
  }
}
@media (max-width: 446px) {
  .hide-in-446 {
    display: none;
  }
}
@media (max-width: 447px) {
  .hide-in-447 {
    display: none;
  }
}
@media (max-width: 448px) {
  .hide-in-448 {
    display: none;
  }
}
@media (max-width: 449px) {
  .hide-in-449 {
    display: none;
  }
}
@media (max-width: 450px) {
  .hide-in-450 {
    display: none;
  }
}
@media (max-width: 451px) {
  .hide-in-451 {
    display: none;
  }
}
@media (max-width: 452px) {
  .hide-in-452 {
    display: none;
  }
}
@media (max-width: 453px) {
  .hide-in-453 {
    display: none;
  }
}
@media (max-width: 454px) {
  .hide-in-454 {
    display: none;
  }
}
@media (max-width: 455px) {
  .hide-in-455 {
    display: none;
  }
}
@media (max-width: 456px) {
  .hide-in-456 {
    display: none;
  }
}
@media (max-width: 457px) {
  .hide-in-457 {
    display: none;
  }
}
@media (max-width: 458px) {
  .hide-in-458 {
    display: none;
  }
}
@media (max-width: 459px) {
  .hide-in-459 {
    display: none;
  }
}
@media (max-width: 460px) {
  .hide-in-460 {
    display: none;
  }
}
@media (max-width: 461px) {
  .hide-in-461 {
    display: none;
  }
}
@media (max-width: 462px) {
  .hide-in-462 {
    display: none;
  }
}
@media (max-width: 463px) {
  .hide-in-463 {
    display: none;
  }
}
@media (max-width: 464px) {
  .hide-in-464 {
    display: none;
  }
}
@media (max-width: 465px) {
  .hide-in-465 {
    display: none;
  }
}
@media (max-width: 466px) {
  .hide-in-466 {
    display: none;
  }
}
@media (max-width: 467px) {
  .hide-in-467 {
    display: none;
  }
}
@media (max-width: 468px) {
  .hide-in-468 {
    display: none;
  }
}
@media (max-width: 469px) {
  .hide-in-469 {
    display: none;
  }
}
@media (max-width: 470px) {
  .hide-in-470 {
    display: none;
  }
}
@media (max-width: 471px) {
  .hide-in-471 {
    display: none;
  }
}
@media (max-width: 472px) {
  .hide-in-472 {
    display: none;
  }
}
@media (max-width: 473px) {
  .hide-in-473 {
    display: none;
  }
}
@media (max-width: 474px) {
  .hide-in-474 {
    display: none;
  }
}
@media (max-width: 475px) {
  .hide-in-475 {
    display: none;
  }
}
@media (max-width: 476px) {
  .hide-in-476 {
    display: none;
  }
}
@media (max-width: 477px) {
  .hide-in-477 {
    display: none;
  }
}
@media (max-width: 478px) {
  .hide-in-478 {
    display: none;
  }
}
@media (max-width: 479px) {
  .hide-in-479 {
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-in-480 {
    display: none;
  }
}
@media (max-width: 481px) {
  .hide-in-481 {
    display: none;
  }
}
@media (max-width: 482px) {
  .hide-in-482 {
    display: none;
  }
}
@media (max-width: 483px) {
  .hide-in-483 {
    display: none;
  }
}
@media (max-width: 484px) {
  .hide-in-484 {
    display: none;
  }
}
@media (max-width: 485px) {
  .hide-in-485 {
    display: none;
  }
}
@media (max-width: 486px) {
  .hide-in-486 {
    display: none;
  }
}
@media (max-width: 487px) {
  .hide-in-487 {
    display: none;
  }
}
@media (max-width: 488px) {
  .hide-in-488 {
    display: none;
  }
}
@media (max-width: 489px) {
  .hide-in-489 {
    display: none;
  }
}
@media (max-width: 490px) {
  .hide-in-490 {
    display: none;
  }
}
@media (max-width: 491px) {
  .hide-in-491 {
    display: none;
  }
}
@media (max-width: 492px) {
  .hide-in-492 {
    display: none;
  }
}
@media (max-width: 493px) {
  .hide-in-493 {
    display: none;
  }
}
@media (max-width: 494px) {
  .hide-in-494 {
    display: none;
  }
}
@media (max-width: 495px) {
  .hide-in-495 {
    display: none;
  }
}
@media (max-width: 496px) {
  .hide-in-496 {
    display: none;
  }
}
@media (max-width: 497px) {
  .hide-in-497 {
    display: none;
  }
}
@media (max-width: 498px) {
  .hide-in-498 {
    display: none;
  }
}
@media (max-width: 499px) {
  .hide-in-499 {
    display: none;
  }
}
@media (max-width: 500px) {
  .hide-in-500 {
    display: none;
  }
}
@media (max-width: 501px) {
  .hide-in-501 {
    display: none;
  }
}
@media (max-width: 502px) {
  .hide-in-502 {
    display: none;
  }
}
@media (max-width: 503px) {
  .hide-in-503 {
    display: none;
  }
}
@media (max-width: 504px) {
  .hide-in-504 {
    display: none;
  }
}
@media (max-width: 505px) {
  .hide-in-505 {
    display: none;
  }
}
@media (max-width: 506px) {
  .hide-in-506 {
    display: none;
  }
}
@media (max-width: 507px) {
  .hide-in-507 {
    display: none;
  }
}
@media (max-width: 508px) {
  .hide-in-508 {
    display: none;
  }
}
@media (max-width: 509px) {
  .hide-in-509 {
    display: none;
  }
}
@media (max-width: 510px) {
  .hide-in-510 {
    display: none;
  }
}
@media (max-width: 511px) {
  .hide-in-511 {
    display: none;
  }
}
@media (max-width: 512px) {
  .hide-in-512 {
    display: none;
  }
}
@media (max-width: 513px) {
  .hide-in-513 {
    display: none;
  }
}
@media (max-width: 514px) {
  .hide-in-514 {
    display: none;
  }
}
@media (max-width: 515px) {
  .hide-in-515 {
    display: none;
  }
}
@media (max-width: 516px) {
  .hide-in-516 {
    display: none;
  }
}
@media (max-width: 517px) {
  .hide-in-517 {
    display: none;
  }
}
@media (max-width: 518px) {
  .hide-in-518 {
    display: none;
  }
}
@media (max-width: 519px) {
  .hide-in-519 {
    display: none;
  }
}
@media (max-width: 520px) {
  .hide-in-520 {
    display: none;
  }
}
@media (max-width: 521px) {
  .hide-in-521 {
    display: none;
  }
}
@media (max-width: 522px) {
  .hide-in-522 {
    display: none;
  }
}
@media (max-width: 523px) {
  .hide-in-523 {
    display: none;
  }
}
@media (max-width: 524px) {
  .hide-in-524 {
    display: none;
  }
}
@media (max-width: 525px) {
  .hide-in-525 {
    display: none;
  }
}
@media (max-width: 526px) {
  .hide-in-526 {
    display: none;
  }
}
@media (max-width: 527px) {
  .hide-in-527 {
    display: none;
  }
}
@media (max-width: 528px) {
  .hide-in-528 {
    display: none;
  }
}
@media (max-width: 529px) {
  .hide-in-529 {
    display: none;
  }
}
@media (max-width: 530px) {
  .hide-in-530 {
    display: none;
  }
}
@media (max-width: 531px) {
  .hide-in-531 {
    display: none;
  }
}
@media (max-width: 532px) {
  .hide-in-532 {
    display: none;
  }
}
@media (max-width: 533px) {
  .hide-in-533 {
    display: none;
  }
}
@media (max-width: 534px) {
  .hide-in-534 {
    display: none;
  }
}
@media (max-width: 535px) {
  .hide-in-535 {
    display: none;
  }
}
@media (max-width: 536px) {
  .hide-in-536 {
    display: none;
  }
}
@media (max-width: 537px) {
  .hide-in-537 {
    display: none;
  }
}
@media (max-width: 538px) {
  .hide-in-538 {
    display: none;
  }
}
@media (max-width: 539px) {
  .hide-in-539 {
    display: none;
  }
}
@media (max-width: 540px) {
  .hide-in-540 {
    display: none;
  }
}
@media (max-width: 541px) {
  .hide-in-541 {
    display: none;
  }
}
@media (max-width: 542px) {
  .hide-in-542 {
    display: none;
  }
}
@media (max-width: 543px) {
  .hide-in-543 {
    display: none;
  }
}
@media (max-width: 544px) {
  .hide-in-544 {
    display: none;
  }
}
@media (max-width: 545px) {
  .hide-in-545 {
    display: none;
  }
}
@media (max-width: 546px) {
  .hide-in-546 {
    display: none;
  }
}
@media (max-width: 547px) {
  .hide-in-547 {
    display: none;
  }
}
@media (max-width: 548px) {
  .hide-in-548 {
    display: none;
  }
}
@media (max-width: 549px) {
  .hide-in-549 {
    display: none;
  }
}
@media (max-width: 550px) {
  .hide-in-550 {
    display: none;
  }
}
@media (max-width: 551px) {
  .hide-in-551 {
    display: none;
  }
}
@media (max-width: 552px) {
  .hide-in-552 {
    display: none;
  }
}
@media (max-width: 553px) {
  .hide-in-553 {
    display: none;
  }
}
@media (max-width: 554px) {
  .hide-in-554 {
    display: none;
  }
}
@media (max-width: 555px) {
  .hide-in-555 {
    display: none;
  }
}
@media (max-width: 556px) {
  .hide-in-556 {
    display: none;
  }
}
@media (max-width: 557px) {
  .hide-in-557 {
    display: none;
  }
}
@media (max-width: 558px) {
  .hide-in-558 {
    display: none;
  }
}
@media (max-width: 559px) {
  .hide-in-559 {
    display: none;
  }
}
@media (max-width: 560px) {
  .hide-in-560 {
    display: none;
  }
}
@media (max-width: 561px) {
  .hide-in-561 {
    display: none;
  }
}
@media (max-width: 562px) {
  .hide-in-562 {
    display: none;
  }
}
@media (max-width: 563px) {
  .hide-in-563 {
    display: none;
  }
}
@media (max-width: 564px) {
  .hide-in-564 {
    display: none;
  }
}
@media (max-width: 565px) {
  .hide-in-565 {
    display: none;
  }
}
@media (max-width: 566px) {
  .hide-in-566 {
    display: none;
  }
}
@media (max-width: 567px) {
  .hide-in-567 {
    display: none;
  }
}
@media (max-width: 568px) {
  .hide-in-568 {
    display: none;
  }
}
@media (max-width: 569px) {
  .hide-in-569 {
    display: none;
  }
}
@media (max-width: 570px) {
  .hide-in-570 {
    display: none;
  }
}
@media (max-width: 571px) {
  .hide-in-571 {
    display: none;
  }
}
@media (max-width: 572px) {
  .hide-in-572 {
    display: none;
  }
}
@media (max-width: 573px) {
  .hide-in-573 {
    display: none;
  }
}
@media (max-width: 574px) {
  .hide-in-574 {
    display: none;
  }
}
@media (max-width: 575px) {
  .hide-in-575 {
    display: none;
  }
}
@media (max-width: 576px) {
  .hide-in-576 {
    display: none;
  }
}
@media (max-width: 577px) {
  .hide-in-577 {
    display: none;
  }
}
@media (max-width: 578px) {
  .hide-in-578 {
    display: none;
  }
}
@media (max-width: 579px) {
  .hide-in-579 {
    display: none;
  }
}
@media (max-width: 580px) {
  .hide-in-580 {
    display: none;
  }
}
@media (max-width: 581px) {
  .hide-in-581 {
    display: none;
  }
}
@media (max-width: 582px) {
  .hide-in-582 {
    display: none;
  }
}
@media (max-width: 583px) {
  .hide-in-583 {
    display: none;
  }
}
@media (max-width: 584px) {
  .hide-in-584 {
    display: none;
  }
}
@media (max-width: 585px) {
  .hide-in-585 {
    display: none;
  }
}
@media (max-width: 586px) {
  .hide-in-586 {
    display: none;
  }
}
@media (max-width: 587px) {
  .hide-in-587 {
    display: none;
  }
}
@media (max-width: 588px) {
  .hide-in-588 {
    display: none;
  }
}
@media (max-width: 589px) {
  .hide-in-589 {
    display: none;
  }
}
@media (max-width: 590px) {
  .hide-in-590 {
    display: none;
  }
}
@media (max-width: 591px) {
  .hide-in-591 {
    display: none;
  }
}
@media (max-width: 592px) {
  .hide-in-592 {
    display: none;
  }
}
@media (max-width: 593px) {
  .hide-in-593 {
    display: none;
  }
}
@media (max-width: 594px) {
  .hide-in-594 {
    display: none;
  }
}
@media (max-width: 595px) {
  .hide-in-595 {
    display: none;
  }
}
@media (max-width: 596px) {
  .hide-in-596 {
    display: none;
  }
}
@media (max-width: 597px) {
  .hide-in-597 {
    display: none;
  }
}
@media (max-width: 598px) {
  .hide-in-598 {
    display: none;
  }
}
@media (max-width: 599px) {
  .hide-in-599 {
    display: none;
  }
}
@media (max-width: 600px) {
  .hide-in-600 {
    display: none;
  }
}
@media (max-width: 601px) {
  .hide-in-601 {
    display: none;
  }
}
@media (max-width: 602px) {
  .hide-in-602 {
    display: none;
  }
}
@media (max-width: 603px) {
  .hide-in-603 {
    display: none;
  }
}
@media (max-width: 604px) {
  .hide-in-604 {
    display: none;
  }
}
@media (max-width: 605px) {
  .hide-in-605 {
    display: none;
  }
}
@media (max-width: 606px) {
  .hide-in-606 {
    display: none;
  }
}
@media (max-width: 607px) {
  .hide-in-607 {
    display: none;
  }
}
@media (max-width: 608px) {
  .hide-in-608 {
    display: none;
  }
}
@media (max-width: 609px) {
  .hide-in-609 {
    display: none;
  }
}
@media (max-width: 610px) {
  .hide-in-610 {
    display: none;
  }
}
@media (max-width: 611px) {
  .hide-in-611 {
    display: none;
  }
}
@media (max-width: 612px) {
  .hide-in-612 {
    display: none;
  }
}
@media (max-width: 613px) {
  .hide-in-613 {
    display: none;
  }
}
@media (max-width: 614px) {
  .hide-in-614 {
    display: none;
  }
}
@media (max-width: 615px) {
  .hide-in-615 {
    display: none;
  }
}
@media (max-width: 616px) {
  .hide-in-616 {
    display: none;
  }
}
@media (max-width: 617px) {
  .hide-in-617 {
    display: none;
  }
}
@media (max-width: 618px) {
  .hide-in-618 {
    display: none;
  }
}
@media (max-width: 619px) {
  .hide-in-619 {
    display: none;
  }
}
@media (max-width: 620px) {
  .hide-in-620 {
    display: none;
  }
}
@media (max-width: 621px) {
  .hide-in-621 {
    display: none;
  }
}
@media (max-width: 622px) {
  .hide-in-622 {
    display: none;
  }
}
@media (max-width: 623px) {
  .hide-in-623 {
    display: none;
  }
}
@media (max-width: 624px) {
  .hide-in-624 {
    display: none;
  }
}
@media (max-width: 625px) {
  .hide-in-625 {
    display: none;
  }
}
@media (max-width: 626px) {
  .hide-in-626 {
    display: none;
  }
}
@media (max-width: 627px) {
  .hide-in-627 {
    display: none;
  }
}
@media (max-width: 628px) {
  .hide-in-628 {
    display: none;
  }
}
@media (max-width: 629px) {
  .hide-in-629 {
    display: none;
  }
}
@media (max-width: 630px) {
  .hide-in-630 {
    display: none;
  }
}
@media (max-width: 631px) {
  .hide-in-631 {
    display: none;
  }
}
@media (max-width: 632px) {
  .hide-in-632 {
    display: none;
  }
}
@media (max-width: 633px) {
  .hide-in-633 {
    display: none;
  }
}
@media (max-width: 634px) {
  .hide-in-634 {
    display: none;
  }
}
@media (max-width: 635px) {
  .hide-in-635 {
    display: none;
  }
}
@media (max-width: 636px) {
  .hide-in-636 {
    display: none;
  }
}
@media (max-width: 637px) {
  .hide-in-637 {
    display: none;
  }
}
@media (max-width: 638px) {
  .hide-in-638 {
    display: none;
  }
}
@media (max-width: 639px) {
  .hide-in-639 {
    display: none;
  }
}
@media (max-width: 640px) {
  .hide-in-640 {
    display: none;
  }
}
@media (max-width: 641px) {
  .hide-in-641 {
    display: none;
  }
}
@media (max-width: 642px) {
  .hide-in-642 {
    display: none;
  }
}
@media (max-width: 643px) {
  .hide-in-643 {
    display: none;
  }
}
@media (max-width: 644px) {
  .hide-in-644 {
    display: none;
  }
}
@media (max-width: 645px) {
  .hide-in-645 {
    display: none;
  }
}
@media (max-width: 646px) {
  .hide-in-646 {
    display: none;
  }
}
@media (max-width: 647px) {
  .hide-in-647 {
    display: none;
  }
}
@media (max-width: 648px) {
  .hide-in-648 {
    display: none;
  }
}
@media (max-width: 649px) {
  .hide-in-649 {
    display: none;
  }
}
@media (max-width: 650px) {
  .hide-in-650 {
    display: none;
  }
}
@media (max-width: 651px) {
  .hide-in-651 {
    display: none;
  }
}
@media (max-width: 652px) {
  .hide-in-652 {
    display: none;
  }
}
@media (max-width: 653px) {
  .hide-in-653 {
    display: none;
  }
}
@media (max-width: 654px) {
  .hide-in-654 {
    display: none;
  }
}
@media (max-width: 655px) {
  .hide-in-655 {
    display: none;
  }
}
@media (max-width: 656px) {
  .hide-in-656 {
    display: none;
  }
}
@media (max-width: 657px) {
  .hide-in-657 {
    display: none;
  }
}
@media (max-width: 658px) {
  .hide-in-658 {
    display: none;
  }
}
@media (max-width: 659px) {
  .hide-in-659 {
    display: none;
  }
}
@media (max-width: 660px) {
  .hide-in-660 {
    display: none;
  }
}
@media (max-width: 661px) {
  .hide-in-661 {
    display: none;
  }
}
@media (max-width: 662px) {
  .hide-in-662 {
    display: none;
  }
}
@media (max-width: 663px) {
  .hide-in-663 {
    display: none;
  }
}
@media (max-width: 664px) {
  .hide-in-664 {
    display: none;
  }
}
@media (max-width: 665px) {
  .hide-in-665 {
    display: none;
  }
}
@media (max-width: 666px) {
  .hide-in-666 {
    display: none;
  }
}
@media (max-width: 667px) {
  .hide-in-667 {
    display: none;
  }
}
@media (max-width: 668px) {
  .hide-in-668 {
    display: none;
  }
}
@media (max-width: 669px) {
  .hide-in-669 {
    display: none;
  }
}
@media (max-width: 670px) {
  .hide-in-670 {
    display: none;
  }
}
@media (max-width: 671px) {
  .hide-in-671 {
    display: none;
  }
}
@media (max-width: 672px) {
  .hide-in-672 {
    display: none;
  }
}
@media (max-width: 673px) {
  .hide-in-673 {
    display: none;
  }
}
@media (max-width: 674px) {
  .hide-in-674 {
    display: none;
  }
}
@media (max-width: 675px) {
  .hide-in-675 {
    display: none;
  }
}
@media (max-width: 676px) {
  .hide-in-676 {
    display: none;
  }
}
@media (max-width: 677px) {
  .hide-in-677 {
    display: none;
  }
}
@media (max-width: 678px) {
  .hide-in-678 {
    display: none;
  }
}
@media (max-width: 679px) {
  .hide-in-679 {
    display: none;
  }
}
@media (max-width: 680px) {
  .hide-in-680 {
    display: none;
  }
}
@media (max-width: 681px) {
  .hide-in-681 {
    display: none;
  }
}
@media (max-width: 682px) {
  .hide-in-682 {
    display: none;
  }
}
@media (max-width: 683px) {
  .hide-in-683 {
    display: none;
  }
}
@media (max-width: 684px) {
  .hide-in-684 {
    display: none;
  }
}
@media (max-width: 685px) {
  .hide-in-685 {
    display: none;
  }
}
@media (max-width: 686px) {
  .hide-in-686 {
    display: none;
  }
}
@media (max-width: 687px) {
  .hide-in-687 {
    display: none;
  }
}
@media (max-width: 688px) {
  .hide-in-688 {
    display: none;
  }
}
@media (max-width: 689px) {
  .hide-in-689 {
    display: none;
  }
}
@media (max-width: 690px) {
  .hide-in-690 {
    display: none;
  }
}
@media (max-width: 691px) {
  .hide-in-691 {
    display: none;
  }
}
@media (max-width: 692px) {
  .hide-in-692 {
    display: none;
  }
}
@media (max-width: 693px) {
  .hide-in-693 {
    display: none;
  }
}
@media (max-width: 694px) {
  .hide-in-694 {
    display: none;
  }
}
@media (max-width: 695px) {
  .hide-in-695 {
    display: none;
  }
}
@media (max-width: 696px) {
  .hide-in-696 {
    display: none;
  }
}
@media (max-width: 697px) {
  .hide-in-697 {
    display: none;
  }
}
@media (max-width: 698px) {
  .hide-in-698 {
    display: none;
  }
}
@media (max-width: 699px) {
  .hide-in-699 {
    display: none;
  }
}
@media (max-width: 700px) {
  .hide-in-700 {
    display: none;
  }
}
@media (max-width: 701px) {
  .hide-in-701 {
    display: none;
  }
}
@media (max-width: 702px) {
  .hide-in-702 {
    display: none;
  }
}
@media (max-width: 703px) {
  .hide-in-703 {
    display: none;
  }
}
@media (max-width: 704px) {
  .hide-in-704 {
    display: none;
  }
}
@media (max-width: 705px) {
  .hide-in-705 {
    display: none;
  }
}
@media (max-width: 706px) {
  .hide-in-706 {
    display: none;
  }
}
@media (max-width: 707px) {
  .hide-in-707 {
    display: none;
  }
}
@media (max-width: 708px) {
  .hide-in-708 {
    display: none;
  }
}
@media (max-width: 709px) {
  .hide-in-709 {
    display: none;
  }
}
@media (max-width: 710px) {
  .hide-in-710 {
    display: none;
  }
}
@media (max-width: 711px) {
  .hide-in-711 {
    display: none;
  }
}
@media (max-width: 712px) {
  .hide-in-712 {
    display: none;
  }
}
@media (max-width: 713px) {
  .hide-in-713 {
    display: none;
  }
}
@media (max-width: 714px) {
  .hide-in-714 {
    display: none;
  }
}
@media (max-width: 715px) {
  .hide-in-715 {
    display: none;
  }
}
@media (max-width: 716px) {
  .hide-in-716 {
    display: none;
  }
}
@media (max-width: 717px) {
  .hide-in-717 {
    display: none;
  }
}
@media (max-width: 718px) {
  .hide-in-718 {
    display: none;
  }
}
@media (max-width: 719px) {
  .hide-in-719 {
    display: none;
  }
}
@media (max-width: 720px) {
  .hide-in-720 {
    display: none;
  }
}
@media (max-width: 721px) {
  .hide-in-721 {
    display: none;
  }
}
@media (max-width: 722px) {
  .hide-in-722 {
    display: none;
  }
}
@media (max-width: 723px) {
  .hide-in-723 {
    display: none;
  }
}
@media (max-width: 724px) {
  .hide-in-724 {
    display: none;
  }
}
@media (max-width: 725px) {
  .hide-in-725 {
    display: none;
  }
}
@media (max-width: 726px) {
  .hide-in-726 {
    display: none;
  }
}
@media (max-width: 727px) {
  .hide-in-727 {
    display: none;
  }
}
@media (max-width: 728px) {
  .hide-in-728 {
    display: none;
  }
}
@media (max-width: 729px) {
  .hide-in-729 {
    display: none;
  }
}
@media (max-width: 730px) {
  .hide-in-730 {
    display: none;
  }
}
@media (max-width: 731px) {
  .hide-in-731 {
    display: none;
  }
}
@media (max-width: 732px) {
  .hide-in-732 {
    display: none;
  }
}
@media (max-width: 733px) {
  .hide-in-733 {
    display: none;
  }
}
@media (max-width: 734px) {
  .hide-in-734 {
    display: none;
  }
}
@media (max-width: 735px) {
  .hide-in-735 {
    display: none;
  }
}
@media (max-width: 736px) {
  .hide-in-736 {
    display: none;
  }
}
@media (max-width: 737px) {
  .hide-in-737 {
    display: none;
  }
}
@media (max-width: 738px) {
  .hide-in-738 {
    display: none;
  }
}
@media (max-width: 739px) {
  .hide-in-739 {
    display: none;
  }
}
@media (max-width: 740px) {
  .hide-in-740 {
    display: none;
  }
}
@media (max-width: 741px) {
  .hide-in-741 {
    display: none;
  }
}
@media (max-width: 742px) {
  .hide-in-742 {
    display: none;
  }
}
@media (max-width: 743px) {
  .hide-in-743 {
    display: none;
  }
}
@media (max-width: 744px) {
  .hide-in-744 {
    display: none;
  }
}
@media (max-width: 745px) {
  .hide-in-745 {
    display: none;
  }
}
@media (max-width: 746px) {
  .hide-in-746 {
    display: none;
  }
}
@media (max-width: 747px) {
  .hide-in-747 {
    display: none;
  }
}
@media (max-width: 748px) {
  .hide-in-748 {
    display: none;
  }
}
@media (max-width: 749px) {
  .hide-in-749 {
    display: none;
  }
}
@media (max-width: 750px) {
  .hide-in-750 {
    display: none;
  }
}
@media (max-width: 751px) {
  .hide-in-751 {
    display: none;
  }
}
@media (max-width: 752px) {
  .hide-in-752 {
    display: none;
  }
}
@media (max-width: 753px) {
  .hide-in-753 {
    display: none;
  }
}
@media (max-width: 754px) {
  .hide-in-754 {
    display: none;
  }
}
@media (max-width: 755px) {
  .hide-in-755 {
    display: none;
  }
}
@media (max-width: 756px) {
  .hide-in-756 {
    display: none;
  }
}
@media (max-width: 757px) {
  .hide-in-757 {
    display: none;
  }
}
@media (max-width: 758px) {
  .hide-in-758 {
    display: none;
  }
}
@media (max-width: 759px) {
  .hide-in-759 {
    display: none;
  }
}
@media (max-width: 760px) {
  .hide-in-760 {
    display: none;
  }
}
@media (max-width: 761px) {
  .hide-in-761 {
    display: none;
  }
}
@media (max-width: 762px) {
  .hide-in-762 {
    display: none;
  }
}
@media (max-width: 763px) {
  .hide-in-763 {
    display: none;
  }
}
@media (max-width: 764px) {
  .hide-in-764 {
    display: none;
  }
}
@media (max-width: 765px) {
  .hide-in-765 {
    display: none;
  }
}
@media (max-width: 766px) {
  .hide-in-766 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-in-767 {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-in-768 {
    display: none;
  }
}
@media (max-width: 769px) {
  .hide-in-769 {
    display: none;
  }
}
@media (max-width: 770px) {
  .hide-in-770 {
    display: none;
  }
}
@media (max-width: 771px) {
  .hide-in-771 {
    display: none;
  }
}
@media (max-width: 772px) {
  .hide-in-772 {
    display: none;
  }
}
@media (max-width: 773px) {
  .hide-in-773 {
    display: none;
  }
}
@media (max-width: 774px) {
  .hide-in-774 {
    display: none;
  }
}
@media (max-width: 775px) {
  .hide-in-775 {
    display: none;
  }
}
@media (max-width: 776px) {
  .hide-in-776 {
    display: none;
  }
}
@media (max-width: 777px) {
  .hide-in-777 {
    display: none;
  }
}
@media (max-width: 778px) {
  .hide-in-778 {
    display: none;
  }
}
@media (max-width: 779px) {
  .hide-in-779 {
    display: none;
  }
}
@media (max-width: 780px) {
  .hide-in-780 {
    display: none;
  }
}
@media (max-width: 781px) {
  .hide-in-781 {
    display: none;
  }
}
@media (max-width: 782px) {
  .hide-in-782 {
    display: none;
  }
}
@media (max-width: 783px) {
  .hide-in-783 {
    display: none;
  }
}
@media (max-width: 784px) {
  .hide-in-784 {
    display: none;
  }
}
@media (max-width: 785px) {
  .hide-in-785 {
    display: none;
  }
}
@media (max-width: 786px) {
  .hide-in-786 {
    display: none;
  }
}
@media (max-width: 787px) {
  .hide-in-787 {
    display: none;
  }
}
@media (max-width: 788px) {
  .hide-in-788 {
    display: none;
  }
}
@media (max-width: 789px) {
  .hide-in-789 {
    display: none;
  }
}
@media (max-width: 790px) {
  .hide-in-790 {
    display: none;
  }
}
@media (max-width: 791px) {
  .hide-in-791 {
    display: none;
  }
}
@media (max-width: 792px) {
  .hide-in-792 {
    display: none;
  }
}
@media (max-width: 793px) {
  .hide-in-793 {
    display: none;
  }
}
@media (max-width: 794px) {
  .hide-in-794 {
    display: none;
  }
}
@media (max-width: 795px) {
  .hide-in-795 {
    display: none;
  }
}
@media (max-width: 796px) {
  .hide-in-796 {
    display: none;
  }
}
@media (max-width: 797px) {
  .hide-in-797 {
    display: none;
  }
}
@media (max-width: 798px) {
  .hide-in-798 {
    display: none;
  }
}
@media (max-width: 799px) {
  .hide-in-799 {
    display: none;
  }
}
@media (max-width: 800px) {
  .hide-in-800 {
    display: none;
  }
}
@media (max-width: 801px) {
  .hide-in-801 {
    display: none;
  }
}
@media (max-width: 802px) {
  .hide-in-802 {
    display: none;
  }
}
@media (max-width: 803px) {
  .hide-in-803 {
    display: none;
  }
}
@media (max-width: 804px) {
  .hide-in-804 {
    display: none;
  }
}
@media (max-width: 805px) {
  .hide-in-805 {
    display: none;
  }
}
@media (max-width: 806px) {
  .hide-in-806 {
    display: none;
  }
}
@media (max-width: 807px) {
  .hide-in-807 {
    display: none;
  }
}
@media (max-width: 808px) {
  .hide-in-808 {
    display: none;
  }
}
@media (max-width: 809px) {
  .hide-in-809 {
    display: none;
  }
}
@media (max-width: 810px) {
  .hide-in-810 {
    display: none;
  }
}
@media (max-width: 811px) {
  .hide-in-811 {
    display: none;
  }
}
@media (max-width: 812px) {
  .hide-in-812 {
    display: none;
  }
}
@media (max-width: 813px) {
  .hide-in-813 {
    display: none;
  }
}
@media (max-width: 814px) {
  .hide-in-814 {
    display: none;
  }
}
@media (max-width: 815px) {
  .hide-in-815 {
    display: none;
  }
}
@media (max-width: 816px) {
  .hide-in-816 {
    display: none;
  }
}
@media (max-width: 817px) {
  .hide-in-817 {
    display: none;
  }
}
@media (max-width: 818px) {
  .hide-in-818 {
    display: none;
  }
}
@media (max-width: 819px) {
  .hide-in-819 {
    display: none;
  }
}
@media (max-width: 820px) {
  .hide-in-820 {
    display: none;
  }
}
@media (max-width: 821px) {
  .hide-in-821 {
    display: none;
  }
}
@media (max-width: 822px) {
  .hide-in-822 {
    display: none;
  }
}
@media (max-width: 823px) {
  .hide-in-823 {
    display: none;
  }
}
@media (max-width: 824px) {
  .hide-in-824 {
    display: none;
  }
}
@media (max-width: 825px) {
  .hide-in-825 {
    display: none;
  }
}
@media (max-width: 826px) {
  .hide-in-826 {
    display: none;
  }
}
@media (max-width: 827px) {
  .hide-in-827 {
    display: none;
  }
}
@media (max-width: 828px) {
  .hide-in-828 {
    display: none;
  }
}
@media (max-width: 829px) {
  .hide-in-829 {
    display: none;
  }
}
@media (max-width: 830px) {
  .hide-in-830 {
    display: none;
  }
}
@media (max-width: 831px) {
  .hide-in-831 {
    display: none;
  }
}
@media (max-width: 832px) {
  .hide-in-832 {
    display: none;
  }
}
@media (max-width: 833px) {
  .hide-in-833 {
    display: none;
  }
}
@media (max-width: 834px) {
  .hide-in-834 {
    display: none;
  }
}
@media (max-width: 835px) {
  .hide-in-835 {
    display: none;
  }
}
@media (max-width: 836px) {
  .hide-in-836 {
    display: none;
  }
}
@media (max-width: 837px) {
  .hide-in-837 {
    display: none;
  }
}
@media (max-width: 838px) {
  .hide-in-838 {
    display: none;
  }
}
@media (max-width: 839px) {
  .hide-in-839 {
    display: none;
  }
}
@media (max-width: 840px) {
  .hide-in-840 {
    display: none;
  }
}
@media (max-width: 841px) {
  .hide-in-841 {
    display: none;
  }
}
@media (max-width: 842px) {
  .hide-in-842 {
    display: none;
  }
}
@media (max-width: 843px) {
  .hide-in-843 {
    display: none;
  }
}
@media (max-width: 844px) {
  .hide-in-844 {
    display: none;
  }
}
@media (max-width: 845px) {
  .hide-in-845 {
    display: none;
  }
}
@media (max-width: 846px) {
  .hide-in-846 {
    display: none;
  }
}
@media (max-width: 847px) {
  .hide-in-847 {
    display: none;
  }
}
@media (max-width: 848px) {
  .hide-in-848 {
    display: none;
  }
}
@media (max-width: 849px) {
  .hide-in-849 {
    display: none;
  }
}
@media (max-width: 850px) {
  .hide-in-850 {
    display: none;
  }
}
@media (max-width: 851px) {
  .hide-in-851 {
    display: none;
  }
}
@media (max-width: 852px) {
  .hide-in-852 {
    display: none;
  }
}
@media (max-width: 853px) {
  .hide-in-853 {
    display: none;
  }
}
@media (max-width: 854px) {
  .hide-in-854 {
    display: none;
  }
}
@media (max-width: 855px) {
  .hide-in-855 {
    display: none;
  }
}
@media (max-width: 856px) {
  .hide-in-856 {
    display: none;
  }
}
@media (max-width: 857px) {
  .hide-in-857 {
    display: none;
  }
}
@media (max-width: 858px) {
  .hide-in-858 {
    display: none;
  }
}
@media (max-width: 859px) {
  .hide-in-859 {
    display: none;
  }
}
@media (max-width: 860px) {
  .hide-in-860 {
    display: none;
  }
}
@media (max-width: 861px) {
  .hide-in-861 {
    display: none;
  }
}
@media (max-width: 862px) {
  .hide-in-862 {
    display: none;
  }
}
@media (max-width: 863px) {
  .hide-in-863 {
    display: none;
  }
}
@media (max-width: 864px) {
  .hide-in-864 {
    display: none;
  }
}
@media (max-width: 865px) {
  .hide-in-865 {
    display: none;
  }
}
@media (max-width: 866px) {
  .hide-in-866 {
    display: none;
  }
}
@media (max-width: 867px) {
  .hide-in-867 {
    display: none;
  }
}
@media (max-width: 868px) {
  .hide-in-868 {
    display: none;
  }
}
@media (max-width: 869px) {
  .hide-in-869 {
    display: none;
  }
}
@media (max-width: 870px) {
  .hide-in-870 {
    display: none;
  }
}
@media (max-width: 871px) {
  .hide-in-871 {
    display: none;
  }
}
@media (max-width: 872px) {
  .hide-in-872 {
    display: none;
  }
}
@media (max-width: 873px) {
  .hide-in-873 {
    display: none;
  }
}
@media (max-width: 874px) {
  .hide-in-874 {
    display: none;
  }
}
@media (max-width: 875px) {
  .hide-in-875 {
    display: none;
  }
}
@media (max-width: 876px) {
  .hide-in-876 {
    display: none;
  }
}
@media (max-width: 877px) {
  .hide-in-877 {
    display: none;
  }
}
@media (max-width: 878px) {
  .hide-in-878 {
    display: none;
  }
}
@media (max-width: 879px) {
  .hide-in-879 {
    display: none;
  }
}
@media (max-width: 880px) {
  .hide-in-880 {
    display: none;
  }
}
@media (max-width: 881px) {
  .hide-in-881 {
    display: none;
  }
}
@media (max-width: 882px) {
  .hide-in-882 {
    display: none;
  }
}
@media (max-width: 883px) {
  .hide-in-883 {
    display: none;
  }
}
@media (max-width: 884px) {
  .hide-in-884 {
    display: none;
  }
}
@media (max-width: 885px) {
  .hide-in-885 {
    display: none;
  }
}
@media (max-width: 886px) {
  .hide-in-886 {
    display: none;
  }
}
@media (max-width: 887px) {
  .hide-in-887 {
    display: none;
  }
}
@media (max-width: 888px) {
  .hide-in-888 {
    display: none;
  }
}
@media (max-width: 889px) {
  .hide-in-889 {
    display: none;
  }
}
@media (max-width: 890px) {
  .hide-in-890 {
    display: none;
  }
}
@media (max-width: 891px) {
  .hide-in-891 {
    display: none;
  }
}
@media (max-width: 892px) {
  .hide-in-892 {
    display: none;
  }
}
@media (max-width: 893px) {
  .hide-in-893 {
    display: none;
  }
}
@media (max-width: 894px) {
  .hide-in-894 {
    display: none;
  }
}
@media (max-width: 895px) {
  .hide-in-895 {
    display: none;
  }
}
@media (max-width: 896px) {
  .hide-in-896 {
    display: none;
  }
}
@media (max-width: 897px) {
  .hide-in-897 {
    display: none;
  }
}
@media (max-width: 898px) {
  .hide-in-898 {
    display: none;
  }
}
@media (max-width: 899px) {
  .hide-in-899 {
    display: none;
  }
}
@media (max-width: 900px) {
  .hide-in-900 {
    display: none;
  }
}
@media (max-width: 901px) {
  .hide-in-901 {
    display: none;
  }
}
@media (max-width: 902px) {
  .hide-in-902 {
    display: none;
  }
}
@media (max-width: 903px) {
  .hide-in-903 {
    display: none;
  }
}
@media (max-width: 904px) {
  .hide-in-904 {
    display: none;
  }
}
@media (max-width: 905px) {
  .hide-in-905 {
    display: none;
  }
}
@media (max-width: 906px) {
  .hide-in-906 {
    display: none;
  }
}
@media (max-width: 907px) {
  .hide-in-907 {
    display: none;
  }
}
@media (max-width: 908px) {
  .hide-in-908 {
    display: none;
  }
}
@media (max-width: 909px) {
  .hide-in-909 {
    display: none;
  }
}
@media (max-width: 910px) {
  .hide-in-910 {
    display: none;
  }
}
@media (max-width: 911px) {
  .hide-in-911 {
    display: none;
  }
}
@media (max-width: 912px) {
  .hide-in-912 {
    display: none;
  }
}
@media (max-width: 913px) {
  .hide-in-913 {
    display: none;
  }
}
@media (max-width: 914px) {
  .hide-in-914 {
    display: none;
  }
}
@media (max-width: 915px) {
  .hide-in-915 {
    display: none;
  }
}
@media (max-width: 916px) {
  .hide-in-916 {
    display: none;
  }
}
@media (max-width: 917px) {
  .hide-in-917 {
    display: none;
  }
}
@media (max-width: 918px) {
  .hide-in-918 {
    display: none;
  }
}
@media (max-width: 919px) {
  .hide-in-919 {
    display: none;
  }
}
@media (max-width: 920px) {
  .hide-in-920 {
    display: none;
  }
}
@media (max-width: 921px) {
  .hide-in-921 {
    display: none;
  }
}
@media (max-width: 922px) {
  .hide-in-922 {
    display: none;
  }
}
@media (max-width: 923px) {
  .hide-in-923 {
    display: none;
  }
}
@media (max-width: 924px) {
  .hide-in-924 {
    display: none;
  }
}
@media (max-width: 925px) {
  .hide-in-925 {
    display: none;
  }
}
@media (max-width: 926px) {
  .hide-in-926 {
    display: none;
  }
}
@media (max-width: 927px) {
  .hide-in-927 {
    display: none;
  }
}
@media (max-width: 928px) {
  .hide-in-928 {
    display: none;
  }
}
@media (max-width: 929px) {
  .hide-in-929 {
    display: none;
  }
}
@media (max-width: 930px) {
  .hide-in-930 {
    display: none;
  }
}
@media (max-width: 931px) {
  .hide-in-931 {
    display: none;
  }
}
@media (max-width: 932px) {
  .hide-in-932 {
    display: none;
  }
}
@media (max-width: 933px) {
  .hide-in-933 {
    display: none;
  }
}
@media (max-width: 934px) {
  .hide-in-934 {
    display: none;
  }
}
@media (max-width: 935px) {
  .hide-in-935 {
    display: none;
  }
}
@media (max-width: 936px) {
  .hide-in-936 {
    display: none;
  }
}
@media (max-width: 937px) {
  .hide-in-937 {
    display: none;
  }
}
@media (max-width: 938px) {
  .hide-in-938 {
    display: none;
  }
}
@media (max-width: 939px) {
  .hide-in-939 {
    display: none;
  }
}
@media (max-width: 940px) {
  .hide-in-940 {
    display: none;
  }
}
@media (max-width: 941px) {
  .hide-in-941 {
    display: none;
  }
}
@media (max-width: 942px) {
  .hide-in-942 {
    display: none;
  }
}
@media (max-width: 943px) {
  .hide-in-943 {
    display: none;
  }
}
@media (max-width: 944px) {
  .hide-in-944 {
    display: none;
  }
}
@media (max-width: 945px) {
  .hide-in-945 {
    display: none;
  }
}
@media (max-width: 946px) {
  .hide-in-946 {
    display: none;
  }
}
@media (max-width: 947px) {
  .hide-in-947 {
    display: none;
  }
}
@media (max-width: 948px) {
  .hide-in-948 {
    display: none;
  }
}
@media (max-width: 949px) {
  .hide-in-949 {
    display: none;
  }
}
@media (max-width: 950px) {
  .hide-in-950 {
    display: none;
  }
}
@media (max-width: 951px) {
  .hide-in-951 {
    display: none;
  }
}
@media (max-width: 952px) {
  .hide-in-952 {
    display: none;
  }
}
@media (max-width: 953px) {
  .hide-in-953 {
    display: none;
  }
}
@media (max-width: 954px) {
  .hide-in-954 {
    display: none;
  }
}
@media (max-width: 955px) {
  .hide-in-955 {
    display: none;
  }
}
@media (max-width: 956px) {
  .hide-in-956 {
    display: none;
  }
}
@media (max-width: 957px) {
  .hide-in-957 {
    display: none;
  }
}
@media (max-width: 958px) {
  .hide-in-958 {
    display: none;
  }
}
@media (max-width: 959px) {
  .hide-in-959 {
    display: none;
  }
}
@media (max-width: 960px) {
  .hide-in-960 {
    display: none;
  }
}
@media (max-width: 961px) {
  .hide-in-961 {
    display: none;
  }
}
@media (max-width: 962px) {
  .hide-in-962 {
    display: none;
  }
}
@media (max-width: 963px) {
  .hide-in-963 {
    display: none;
  }
}
@media (max-width: 964px) {
  .hide-in-964 {
    display: none;
  }
}
@media (max-width: 965px) {
  .hide-in-965 {
    display: none;
  }
}
@media (max-width: 966px) {
  .hide-in-966 {
    display: none;
  }
}
@media (max-width: 967px) {
  .hide-in-967 {
    display: none;
  }
}
@media (max-width: 968px) {
  .hide-in-968 {
    display: none;
  }
}
@media (max-width: 969px) {
  .hide-in-969 {
    display: none;
  }
}
@media (max-width: 970px) {
  .hide-in-970 {
    display: none;
  }
}
@media (max-width: 971px) {
  .hide-in-971 {
    display: none;
  }
}
@media (max-width: 972px) {
  .hide-in-972 {
    display: none;
  }
}
@media (max-width: 973px) {
  .hide-in-973 {
    display: none;
  }
}
@media (max-width: 974px) {
  .hide-in-974 {
    display: none;
  }
}
@media (max-width: 975px) {
  .hide-in-975 {
    display: none;
  }
}
@media (max-width: 976px) {
  .hide-in-976 {
    display: none;
  }
}
@media (max-width: 977px) {
  .hide-in-977 {
    display: none;
  }
}
@media (max-width: 978px) {
  .hide-in-978 {
    display: none;
  }
}
@media (max-width: 979px) {
  .hide-in-979 {
    display: none;
  }
}
@media (max-width: 980px) {
  .hide-in-980 {
    display: none;
  }
}
@media (max-width: 981px) {
  .hide-in-981 {
    display: none;
  }
}
@media (max-width: 982px) {
  .hide-in-982 {
    display: none;
  }
}
@media (max-width: 983px) {
  .hide-in-983 {
    display: none;
  }
}
@media (max-width: 984px) {
  .hide-in-984 {
    display: none;
  }
}
@media (max-width: 985px) {
  .hide-in-985 {
    display: none;
  }
}
@media (max-width: 986px) {
  .hide-in-986 {
    display: none;
  }
}
@media (max-width: 987px) {
  .hide-in-987 {
    display: none;
  }
}
@media (max-width: 988px) {
  .hide-in-988 {
    display: none;
  }
}
@media (max-width: 989px) {
  .hide-in-989 {
    display: none;
  }
}
@media (max-width: 990px) {
  .hide-in-990 {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide-in-991 {
    display: none;
  }
}
@media (max-width: 992px) {
  .hide-in-992 {
    display: none;
  }
}
@media (max-width: 993px) {
  .hide-in-993 {
    display: none;
  }
}
@media (max-width: 994px) {
  .hide-in-994 {
    display: none;
  }
}
@media (max-width: 995px) {
  .hide-in-995 {
    display: none;
  }
}
@media (max-width: 996px) {
  .hide-in-996 {
    display: none;
  }
}
@media (max-width: 997px) {
  .hide-in-997 {
    display: none;
  }
}
@media (max-width: 998px) {
  .hide-in-998 {
    display: none;
  }
}
@media (max-width: 999px) {
  .hide-in-999 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .hide-in-1000 {
    display: none;
  }
}
@media (max-width: 1001px) {
  .hide-in-1001 {
    display: none;
  }
}
@media (max-width: 1002px) {
  .hide-in-1002 {
    display: none;
  }
}
@media (max-width: 1003px) {
  .hide-in-1003 {
    display: none;
  }
}
@media (max-width: 1004px) {
  .hide-in-1004 {
    display: none;
  }
}
@media (max-width: 1005px) {
  .hide-in-1005 {
    display: none;
  }
}
@media (max-width: 1006px) {
  .hide-in-1006 {
    display: none;
  }
}
@media (max-width: 1007px) {
  .hide-in-1007 {
    display: none;
  }
}
@media (max-width: 1008px) {
  .hide-in-1008 {
    display: none;
  }
}
@media (max-width: 1009px) {
  .hide-in-1009 {
    display: none;
  }
}
@media (max-width: 1010px) {
  .hide-in-1010 {
    display: none;
  }
}
@media (max-width: 1011px) {
  .hide-in-1011 {
    display: none;
  }
}
@media (max-width: 1012px) {
  .hide-in-1012 {
    display: none;
  }
}
@media (max-width: 1013px) {
  .hide-in-1013 {
    display: none;
  }
}
@media (max-width: 1014px) {
  .hide-in-1014 {
    display: none;
  }
}
@media (max-width: 1015px) {
  .hide-in-1015 {
    display: none;
  }
}
@media (max-width: 1016px) {
  .hide-in-1016 {
    display: none;
  }
}
@media (max-width: 1017px) {
  .hide-in-1017 {
    display: none;
  }
}
@media (max-width: 1018px) {
  .hide-in-1018 {
    display: none;
  }
}
@media (max-width: 1019px) {
  .hide-in-1019 {
    display: none;
  }
}
@media (max-width: 1020px) {
  .hide-in-1020 {
    display: none;
  }
}
@media (max-width: 1021px) {
  .hide-in-1021 {
    display: none;
  }
}
@media (max-width: 1022px) {
  .hide-in-1022 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hide-in-1023 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hide-in-1024 {
    display: none;
  }
}
@media (max-width: 1025px) {
  .hide-in-1025 {
    display: none;
  }
}
@media (max-width: 1026px) {
  .hide-in-1026 {
    display: none;
  }
}
@media (max-width: 1027px) {
  .hide-in-1027 {
    display: none;
  }
}
@media (max-width: 1028px) {
  .hide-in-1028 {
    display: none;
  }
}
@media (max-width: 1029px) {
  .hide-in-1029 {
    display: none;
  }
}
@media (max-width: 1030px) {
  .hide-in-1030 {
    display: none;
  }
}
@media (max-width: 1031px) {
  .hide-in-1031 {
    display: none;
  }
}
@media (max-width: 1032px) {
  .hide-in-1032 {
    display: none;
  }
}
@media (max-width: 1033px) {
  .hide-in-1033 {
    display: none;
  }
}
@media (max-width: 1034px) {
  .hide-in-1034 {
    display: none;
  }
}
@media (max-width: 1035px) {
  .hide-in-1035 {
    display: none;
  }
}
@media (max-width: 1036px) {
  .hide-in-1036 {
    display: none;
  }
}
@media (max-width: 1037px) {
  .hide-in-1037 {
    display: none;
  }
}
@media (max-width: 1038px) {
  .hide-in-1038 {
    display: none;
  }
}
@media (max-width: 1039px) {
  .hide-in-1039 {
    display: none;
  }
}
@media (max-width: 1040px) {
  .hide-in-1040 {
    display: none;
  }
}
@media (max-width: 1041px) {
  .hide-in-1041 {
    display: none;
  }
}
@media (max-width: 1042px) {
  .hide-in-1042 {
    display: none;
  }
}
@media (max-width: 1043px) {
  .hide-in-1043 {
    display: none;
  }
}
@media (max-width: 1044px) {
  .hide-in-1044 {
    display: none;
  }
}
@media (max-width: 1045px) {
  .hide-in-1045 {
    display: none;
  }
}
@media (max-width: 1046px) {
  .hide-in-1046 {
    display: none;
  }
}
@media (max-width: 1047px) {
  .hide-in-1047 {
    display: none;
  }
}
@media (max-width: 1048px) {
  .hide-in-1048 {
    display: none;
  }
}
@media (max-width: 1049px) {
  .hide-in-1049 {
    display: none;
  }
}
@media (max-width: 1050px) {
  .hide-in-1050 {
    display: none;
  }
}
@media (max-width: 1051px) {
  .hide-in-1051 {
    display: none;
  }
}
@media (max-width: 1052px) {
  .hide-in-1052 {
    display: none;
  }
}
@media (max-width: 1053px) {
  .hide-in-1053 {
    display: none;
  }
}
@media (max-width: 1054px) {
  .hide-in-1054 {
    display: none;
  }
}
@media (max-width: 1055px) {
  .hide-in-1055 {
    display: none;
  }
}
@media (max-width: 1056px) {
  .hide-in-1056 {
    display: none;
  }
}
@media (max-width: 1057px) {
  .hide-in-1057 {
    display: none;
  }
}
@media (max-width: 1058px) {
  .hide-in-1058 {
    display: none;
  }
}
@media (max-width: 1059px) {
  .hide-in-1059 {
    display: none;
  }
}
@media (max-width: 1060px) {
  .hide-in-1060 {
    display: none;
  }
}
@media (max-width: 1061px) {
  .hide-in-1061 {
    display: none;
  }
}
@media (max-width: 1062px) {
  .hide-in-1062 {
    display: none;
  }
}
@media (max-width: 1063px) {
  .hide-in-1063 {
    display: none;
  }
}
@media (max-width: 1064px) {
  .hide-in-1064 {
    display: none;
  }
}
@media (max-width: 1065px) {
  .hide-in-1065 {
    display: none;
  }
}
@media (max-width: 1066px) {
  .hide-in-1066 {
    display: none;
  }
}
@media (max-width: 1067px) {
  .hide-in-1067 {
    display: none;
  }
}
@media (max-width: 1068px) {
  .hide-in-1068 {
    display: none;
  }
}
@media (max-width: 1069px) {
  .hide-in-1069 {
    display: none;
  }
}
@media (max-width: 1070px) {
  .hide-in-1070 {
    display: none;
  }
}
@media (max-width: 1071px) {
  .hide-in-1071 {
    display: none;
  }
}
@media (max-width: 1072px) {
  .hide-in-1072 {
    display: none;
  }
}
@media (max-width: 1073px) {
  .hide-in-1073 {
    display: none;
  }
}
@media (max-width: 1074px) {
  .hide-in-1074 {
    display: none;
  }
}
@media (max-width: 1075px) {
  .hide-in-1075 {
    display: none;
  }
}
@media (max-width: 1076px) {
  .hide-in-1076 {
    display: none;
  }
}
@media (max-width: 1077px) {
  .hide-in-1077 {
    display: none;
  }
}
@media (max-width: 1078px) {
  .hide-in-1078 {
    display: none;
  }
}
@media (max-width: 1079px) {
  .hide-in-1079 {
    display: none;
  }
}
@media (max-width: 1080px) {
  .hide-in-1080 {
    display: none;
  }
}
@media (max-width: 1081px) {
  .hide-in-1081 {
    display: none;
  }
}
@media (max-width: 1082px) {
  .hide-in-1082 {
    display: none;
  }
}
@media (max-width: 1083px) {
  .hide-in-1083 {
    display: none;
  }
}
@media (max-width: 1084px) {
  .hide-in-1084 {
    display: none;
  }
}
@media (max-width: 1085px) {
  .hide-in-1085 {
    display: none;
  }
}
@media (max-width: 1086px) {
  .hide-in-1086 {
    display: none;
  }
}
@media (max-width: 1087px) {
  .hide-in-1087 {
    display: none;
  }
}
@media (max-width: 1088px) {
  .hide-in-1088 {
    display: none;
  }
}
@media (max-width: 1089px) {
  .hide-in-1089 {
    display: none;
  }
}
@media (max-width: 1090px) {
  .hide-in-1090 {
    display: none;
  }
}
@media (max-width: 1091px) {
  .hide-in-1091 {
    display: none;
  }
}
@media (max-width: 1092px) {
  .hide-in-1092 {
    display: none;
  }
}
@media (max-width: 1093px) {
  .hide-in-1093 {
    display: none;
  }
}
@media (max-width: 1094px) {
  .hide-in-1094 {
    display: none;
  }
}
@media (max-width: 1095px) {
  .hide-in-1095 {
    display: none;
  }
}
@media (max-width: 1096px) {
  .hide-in-1096 {
    display: none;
  }
}
@media (max-width: 1097px) {
  .hide-in-1097 {
    display: none;
  }
}
@media (max-width: 1098px) {
  .hide-in-1098 {
    display: none;
  }
}
@media (max-width: 1099px) {
  .hide-in-1099 {
    display: none;
  }
}
@media (max-width: 1100px) {
  .hide-in-1100 {
    display: none;
  }
}
@media (max-width: 1101px) {
  .hide-in-1101 {
    display: none;
  }
}
@media (max-width: 1102px) {
  .hide-in-1102 {
    display: none;
  }
}
@media (max-width: 1103px) {
  .hide-in-1103 {
    display: none;
  }
}
@media (max-width: 1104px) {
  .hide-in-1104 {
    display: none;
  }
}
@media (max-width: 1105px) {
  .hide-in-1105 {
    display: none;
  }
}
@media (max-width: 1106px) {
  .hide-in-1106 {
    display: none;
  }
}
@media (max-width: 1107px) {
  .hide-in-1107 {
    display: none;
  }
}
@media (max-width: 1108px) {
  .hide-in-1108 {
    display: none;
  }
}
@media (max-width: 1109px) {
  .hide-in-1109 {
    display: none;
  }
}
@media (max-width: 1110px) {
  .hide-in-1110 {
    display: none;
  }
}
@media (max-width: 1111px) {
  .hide-in-1111 {
    display: none;
  }
}
@media (max-width: 1112px) {
  .hide-in-1112 {
    display: none;
  }
}
@media (max-width: 1113px) {
  .hide-in-1113 {
    display: none;
  }
}
@media (max-width: 1114px) {
  .hide-in-1114 {
    display: none;
  }
}
@media (max-width: 1115px) {
  .hide-in-1115 {
    display: none;
  }
}
@media (max-width: 1116px) {
  .hide-in-1116 {
    display: none;
  }
}
@media (max-width: 1117px) {
  .hide-in-1117 {
    display: none;
  }
}
@media (max-width: 1118px) {
  .hide-in-1118 {
    display: none;
  }
}
@media (max-width: 1119px) {
  .hide-in-1119 {
    display: none;
  }
}
@media (max-width: 1120px) {
  .hide-in-1120 {
    display: none;
  }
}
@media (max-width: 1121px) {
  .hide-in-1121 {
    display: none;
  }
}
@media (max-width: 1122px) {
  .hide-in-1122 {
    display: none;
  }
}
@media (max-width: 1123px) {
  .hide-in-1123 {
    display: none;
  }
}
@media (max-width: 1124px) {
  .hide-in-1124 {
    display: none;
  }
}
@media (max-width: 1125px) {
  .hide-in-1125 {
    display: none;
  }
}
@media (max-width: 1126px) {
  .hide-in-1126 {
    display: none;
  }
}
@media (max-width: 1127px) {
  .hide-in-1127 {
    display: none;
  }
}
@media (max-width: 1128px) {
  .hide-in-1128 {
    display: none;
  }
}
@media (max-width: 1129px) {
  .hide-in-1129 {
    display: none;
  }
}
@media (max-width: 1130px) {
  .hide-in-1130 {
    display: none;
  }
}
@media (max-width: 1131px) {
  .hide-in-1131 {
    display: none;
  }
}
@media (max-width: 1132px) {
  .hide-in-1132 {
    display: none;
  }
}
@media (max-width: 1133px) {
  .hide-in-1133 {
    display: none;
  }
}
@media (max-width: 1134px) {
  .hide-in-1134 {
    display: none;
  }
}
@media (max-width: 1135px) {
  .hide-in-1135 {
    display: none;
  }
}
@media (max-width: 1136px) {
  .hide-in-1136 {
    display: none;
  }
}
@media (max-width: 1137px) {
  .hide-in-1137 {
    display: none;
  }
}
@media (max-width: 1138px) {
  .hide-in-1138 {
    display: none;
  }
}
@media (max-width: 1139px) {
  .hide-in-1139 {
    display: none;
  }
}
@media (max-width: 1140px) {
  .hide-in-1140 {
    display: none;
  }
}
@media (max-width: 1141px) {
  .hide-in-1141 {
    display: none;
  }
}
@media (max-width: 1142px) {
  .hide-in-1142 {
    display: none;
  }
}
@media (max-width: 1143px) {
  .hide-in-1143 {
    display: none;
  }
}
@media (max-width: 1144px) {
  .hide-in-1144 {
    display: none;
  }
}
@media (max-width: 1145px) {
  .hide-in-1145 {
    display: none;
  }
}
@media (max-width: 1146px) {
  .hide-in-1146 {
    display: none;
  }
}
@media (max-width: 1147px) {
  .hide-in-1147 {
    display: none;
  }
}
@media (max-width: 1148px) {
  .hide-in-1148 {
    display: none;
  }
}
@media (max-width: 1149px) {
  .hide-in-1149 {
    display: none;
  }
}
@media (max-width: 1150px) {
  .hide-in-1150 {
    display: none;
  }
}
@media (max-width: 1151px) {
  .hide-in-1151 {
    display: none;
  }
}
@media (max-width: 1152px) {
  .hide-in-1152 {
    display: none;
  }
}
@media (max-width: 1153px) {
  .hide-in-1153 {
    display: none;
  }
}
@media (max-width: 1154px) {
  .hide-in-1154 {
    display: none;
  }
}
@media (max-width: 1155px) {
  .hide-in-1155 {
    display: none;
  }
}
@media (max-width: 1156px) {
  .hide-in-1156 {
    display: none;
  }
}
@media (max-width: 1157px) {
  .hide-in-1157 {
    display: none;
  }
}
@media (max-width: 1158px) {
  .hide-in-1158 {
    display: none;
  }
}
@media (max-width: 1159px) {
  .hide-in-1159 {
    display: none;
  }
}
@media (max-width: 1160px) {
  .hide-in-1160 {
    display: none;
  }
}
@media (max-width: 1161px) {
  .hide-in-1161 {
    display: none;
  }
}
@media (max-width: 1162px) {
  .hide-in-1162 {
    display: none;
  }
}
@media (max-width: 1163px) {
  .hide-in-1163 {
    display: none;
  }
}
@media (max-width: 1164px) {
  .hide-in-1164 {
    display: none;
  }
}
@media (max-width: 1165px) {
  .hide-in-1165 {
    display: none;
  }
}
@media (max-width: 1166px) {
  .hide-in-1166 {
    display: none;
  }
}
@media (max-width: 1167px) {
  .hide-in-1167 {
    display: none;
  }
}
@media (max-width: 1168px) {
  .hide-in-1168 {
    display: none;
  }
}
@media (max-width: 1169px) {
  .hide-in-1169 {
    display: none;
  }
}
@media (max-width: 1170px) {
  .hide-in-1170 {
    display: none;
  }
}
@media (max-width: 1171px) {
  .hide-in-1171 {
    display: none;
  }
}
@media (max-width: 1172px) {
  .hide-in-1172 {
    display: none;
  }
}
@media (max-width: 1173px) {
  .hide-in-1173 {
    display: none;
  }
}
@media (max-width: 1174px) {
  .hide-in-1174 {
    display: none;
  }
}
@media (max-width: 1175px) {
  .hide-in-1175 {
    display: none;
  }
}
@media (max-width: 1176px) {
  .hide-in-1176 {
    display: none;
  }
}
@media (max-width: 1177px) {
  .hide-in-1177 {
    display: none;
  }
}
@media (max-width: 1178px) {
  .hide-in-1178 {
    display: none;
  }
}
@media (max-width: 1179px) {
  .hide-in-1179 {
    display: none;
  }
}
@media (max-width: 1180px) {
  .hide-in-1180 {
    display: none;
  }
}
@media (max-width: 1181px) {
  .hide-in-1181 {
    display: none;
  }
}
@media (max-width: 1182px) {
  .hide-in-1182 {
    display: none;
  }
}
@media (max-width: 1183px) {
  .hide-in-1183 {
    display: none;
  }
}
@media (max-width: 1184px) {
  .hide-in-1184 {
    display: none;
  }
}
@media (max-width: 1185px) {
  .hide-in-1185 {
    display: none;
  }
}
@media (max-width: 1186px) {
  .hide-in-1186 {
    display: none;
  }
}
@media (max-width: 1187px) {
  .hide-in-1187 {
    display: none;
  }
}
@media (max-width: 1188px) {
  .hide-in-1188 {
    display: none;
  }
}
@media (max-width: 1189px) {
  .hide-in-1189 {
    display: none;
  }
}
@media (max-width: 1190px) {
  .hide-in-1190 {
    display: none;
  }
}
@media (max-width: 1191px) {
  .hide-in-1191 {
    display: none;
  }
}
@media (max-width: 1192px) {
  .hide-in-1192 {
    display: none;
  }
}
@media (max-width: 1193px) {
  .hide-in-1193 {
    display: none;
  }
}
@media (max-width: 1194px) {
  .hide-in-1194 {
    display: none;
  }
}
@media (max-width: 1195px) {
  .hide-in-1195 {
    display: none;
  }
}
@media (max-width: 1196px) {
  .hide-in-1196 {
    display: none;
  }
}
@media (max-width: 1197px) {
  .hide-in-1197 {
    display: none;
  }
}
@media (max-width: 1198px) {
  .hide-in-1198 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hide-in-1199 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hide-in-1200 {
    display: none;
  }
}
@media (max-width: 1201px) {
  .hide-in-1201 {
    display: none;
  }
}
@media (max-width: 1202px) {
  .hide-in-1202 {
    display: none;
  }
}
@media (max-width: 1203px) {
  .hide-in-1203 {
    display: none;
  }
}
@media (max-width: 1204px) {
  .hide-in-1204 {
    display: none;
  }
}
@media (max-width: 1205px) {
  .hide-in-1205 {
    display: none;
  }
}
@media (max-width: 1206px) {
  .hide-in-1206 {
    display: none;
  }
}
@media (max-width: 1207px) {
  .hide-in-1207 {
    display: none;
  }
}
@media (max-width: 1208px) {
  .hide-in-1208 {
    display: none;
  }
}
@media (max-width: 1209px) {
  .hide-in-1209 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .hide-in-1210 {
    display: none;
  }
}
@media (max-width: 1211px) {
  .hide-in-1211 {
    display: none;
  }
}
@media (max-width: 1212px) {
  .hide-in-1212 {
    display: none;
  }
}
@media (max-width: 1213px) {
  .hide-in-1213 {
    display: none;
  }
}
@media (max-width: 1214px) {
  .hide-in-1214 {
    display: none;
  }
}
@media (max-width: 1215px) {
  .hide-in-1215 {
    display: none;
  }
}
@media (max-width: 1216px) {
  .hide-in-1216 {
    display: none;
  }
}
@media (max-width: 1217px) {
  .hide-in-1217 {
    display: none;
  }
}
@media (max-width: 1218px) {
  .hide-in-1218 {
    display: none;
  }
}
@media (max-width: 1219px) {
  .hide-in-1219 {
    display: none;
  }
}
@media (max-width: 1220px) {
  .hide-in-1220 {
    display: none;
  }
}
@media (max-width: 1221px) {
  .hide-in-1221 {
    display: none;
  }
}
@media (max-width: 1222px) {
  .hide-in-1222 {
    display: none;
  }
}
@media (max-width: 1223px) {
  .hide-in-1223 {
    display: none;
  }
}
@media (max-width: 1224px) {
  .hide-in-1224 {
    display: none;
  }
}
@media (max-width: 1225px) {
  .hide-in-1225 {
    display: none;
  }
}
@media (max-width: 1226px) {
  .hide-in-1226 {
    display: none;
  }
}
@media (max-width: 1227px) {
  .hide-in-1227 {
    display: none;
  }
}
@media (max-width: 1228px) {
  .hide-in-1228 {
    display: none;
  }
}
@media (max-width: 1229px) {
  .hide-in-1229 {
    display: none;
  }
}
@media (max-width: 1230px) {
  .hide-in-1230 {
    display: none;
  }
}
@media (max-width: 1231px) {
  .hide-in-1231 {
    display: none;
  }
}
@media (max-width: 1232px) {
  .hide-in-1232 {
    display: none;
  }
}
@media (max-width: 1233px) {
  .hide-in-1233 {
    display: none;
  }
}
@media (max-width: 1234px) {
  .hide-in-1234 {
    display: none;
  }
}
@media (max-width: 1235px) {
  .hide-in-1235 {
    display: none;
  }
}
@media (max-width: 1236px) {
  .hide-in-1236 {
    display: none;
  }
}
@media (max-width: 1237px) {
  .hide-in-1237 {
    display: none;
  }
}
@media (max-width: 1238px) {
  .hide-in-1238 {
    display: none;
  }
}
@media (max-width: 1239px) {
  .hide-in-1239 {
    display: none;
  }
}
@media (max-width: 1240px) {
  .hide-in-1240 {
    display: none;
  }
}
@media (max-width: 1241px) {
  .hide-in-1241 {
    display: none;
  }
}
@media (max-width: 1242px) {
  .hide-in-1242 {
    display: none;
  }
}
@media (max-width: 1243px) {
  .hide-in-1243 {
    display: none;
  }
}
@media (max-width: 1244px) {
  .hide-in-1244 {
    display: none;
  }
}
@media (max-width: 1245px) {
  .hide-in-1245 {
    display: none;
  }
}
@media (max-width: 1246px) {
  .hide-in-1246 {
    display: none;
  }
}
@media (max-width: 1247px) {
  .hide-in-1247 {
    display: none;
  }
}
@media (max-width: 1248px) {
  .hide-in-1248 {
    display: none;
  }
}
@media (max-width: 1249px) {
  .hide-in-1249 {
    display: none;
  }
}
@media (max-width: 1250px) {
  .hide-in-1250 {
    display: none;
  }
}
@media (max-width: 1251px) {
  .hide-in-1251 {
    display: none;
  }
}
@media (max-width: 1252px) {
  .hide-in-1252 {
    display: none;
  }
}
@media (max-width: 1253px) {
  .hide-in-1253 {
    display: none;
  }
}
@media (max-width: 1254px) {
  .hide-in-1254 {
    display: none;
  }
}
@media (max-width: 1255px) {
  .hide-in-1255 {
    display: none;
  }
}
@media (max-width: 1256px) {
  .hide-in-1256 {
    display: none;
  }
}
@media (max-width: 1257px) {
  .hide-in-1257 {
    display: none;
  }
}
@media (max-width: 1258px) {
  .hide-in-1258 {
    display: none;
  }
}
@media (max-width: 1259px) {
  .hide-in-1259 {
    display: none;
  }
}
@media (max-width: 1260px) {
  .hide-in-1260 {
    display: none;
  }
}
@media (max-width: 1261px) {
  .hide-in-1261 {
    display: none;
  }
}
@media (max-width: 1262px) {
  .hide-in-1262 {
    display: none;
  }
}
@media (max-width: 1263px) {
  .hide-in-1263 {
    display: none;
  }
}
@media (max-width: 1264px) {
  .hide-in-1264 {
    display: none;
  }
}
@media (max-width: 1265px) {
  .hide-in-1265 {
    display: none;
  }
}
@media (max-width: 1266px) {
  .hide-in-1266 {
    display: none;
  }
}
@media (max-width: 1267px) {
  .hide-in-1267 {
    display: none;
  }
}
@media (max-width: 1268px) {
  .hide-in-1268 {
    display: none;
  }
}
@media (max-width: 1269px) {
  .hide-in-1269 {
    display: none;
  }
}
@media (max-width: 1270px) {
  .hide-in-1270 {
    display: none;
  }
}
@media (max-width: 1271px) {
  .hide-in-1271 {
    display: none;
  }
}
@media (max-width: 1272px) {
  .hide-in-1272 {
    display: none;
  }
}
@media (max-width: 1273px) {
  .hide-in-1273 {
    display: none;
  }
}
@media (max-width: 1274px) {
  .hide-in-1274 {
    display: none;
  }
}
@media (max-width: 1275px) {
  .hide-in-1275 {
    display: none;
  }
}
@media (max-width: 1276px) {
  .hide-in-1276 {
    display: none;
  }
}
@media (max-width: 1277px) {
  .hide-in-1277 {
    display: none;
  }
}
@media (max-width: 1278px) {
  .hide-in-1278 {
    display: none;
  }
}
@media (max-width: 1279px) {
  .hide-in-1279 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .hide-in-1280 {
    display: none;
  }
}
@media (max-width: 1281px) {
  .hide-in-1281 {
    display: none;
  }
}
@media (max-width: 1282px) {
  .hide-in-1282 {
    display: none;
  }
}
@media (max-width: 1283px) {
  .hide-in-1283 {
    display: none;
  }
}
@media (max-width: 1284px) {
  .hide-in-1284 {
    display: none;
  }
}
@media (max-width: 1285px) {
  .hide-in-1285 {
    display: none;
  }
}
@media (max-width: 1286px) {
  .hide-in-1286 {
    display: none;
  }
}
@media (max-width: 1287px) {
  .hide-in-1287 {
    display: none;
  }
}
@media (max-width: 1288px) {
  .hide-in-1288 {
    display: none;
  }
}
@media (max-width: 1289px) {
  .hide-in-1289 {
    display: none;
  }
}
@media (max-width: 1290px) {
  .hide-in-1290 {
    display: none;
  }
}
@media (max-width: 1291px) {
  .hide-in-1291 {
    display: none;
  }
}
@media (max-width: 1292px) {
  .hide-in-1292 {
    display: none;
  }
}
@media (max-width: 1293px) {
  .hide-in-1293 {
    display: none;
  }
}
@media (max-width: 1294px) {
  .hide-in-1294 {
    display: none;
  }
}
@media (max-width: 1295px) {
  .hide-in-1295 {
    display: none;
  }
}
@media (max-width: 1296px) {
  .hide-in-1296 {
    display: none;
  }
}
@media (max-width: 1297px) {
  .hide-in-1297 {
    display: none;
  }
}
@media (max-width: 1298px) {
  .hide-in-1298 {
    display: none;
  }
}
@media (max-width: 1299px) {
  .hide-in-1299 {
    display: none;
  }
}
@media (max-width: 1300px) {
  .hide-in-1300 {
    display: none;
  }
}
@media (max-width: 1301px) {
  .hide-in-1301 {
    display: none;
  }
}
@media (max-width: 1302px) {
  .hide-in-1302 {
    display: none;
  }
}
@media (max-width: 1303px) {
  .hide-in-1303 {
    display: none;
  }
}
@media (max-width: 1304px) {
  .hide-in-1304 {
    display: none;
  }
}
@media (max-width: 1305px) {
  .hide-in-1305 {
    display: none;
  }
}
@media (max-width: 1306px) {
  .hide-in-1306 {
    display: none;
  }
}
@media (max-width: 1307px) {
  .hide-in-1307 {
    display: none;
  }
}
@media (max-width: 1308px) {
  .hide-in-1308 {
    display: none;
  }
}
@media (max-width: 1309px) {
  .hide-in-1309 {
    display: none;
  }
}
@media (max-width: 1310px) {
  .hide-in-1310 {
    display: none;
  }
}
@media (max-width: 1311px) {
  .hide-in-1311 {
    display: none;
  }
}
@media (max-width: 1312px) {
  .hide-in-1312 {
    display: none;
  }
}
@media (max-width: 1313px) {
  .hide-in-1313 {
    display: none;
  }
}
@media (max-width: 1314px) {
  .hide-in-1314 {
    display: none;
  }
}
@media (max-width: 1315px) {
  .hide-in-1315 {
    display: none;
  }
}
@media (max-width: 1316px) {
  .hide-in-1316 {
    display: none;
  }
}
@media (max-width: 1317px) {
  .hide-in-1317 {
    display: none;
  }
}
@media (max-width: 1318px) {
  .hide-in-1318 {
    display: none;
  }
}
@media (max-width: 1319px) {
  .hide-in-1319 {
    display: none;
  }
}
@media (max-width: 1320px) {
  .hide-in-1320 {
    display: none;
  }
}
@media (max-width: 1321px) {
  .hide-in-1321 {
    display: none;
  }
}
@media (max-width: 1322px) {
  .hide-in-1322 {
    display: none;
  }
}
@media (max-width: 1323px) {
  .hide-in-1323 {
    display: none;
  }
}
@media (max-width: 1324px) {
  .hide-in-1324 {
    display: none;
  }
}
@media (max-width: 1325px) {
  .hide-in-1325 {
    display: none;
  }
}
@media (max-width: 1326px) {
  .hide-in-1326 {
    display: none;
  }
}
@media (max-width: 1327px) {
  .hide-in-1327 {
    display: none;
  }
}
@media (max-width: 1328px) {
  .hide-in-1328 {
    display: none;
  }
}
@media (max-width: 1329px) {
  .hide-in-1329 {
    display: none;
  }
}
@media (max-width: 1330px) {
  .hide-in-1330 {
    display: none;
  }
}
@media (max-width: 1331px) {
  .hide-in-1331 {
    display: none;
  }
}
@media (max-width: 1332px) {
  .hide-in-1332 {
    display: none;
  }
}
@media (max-width: 1333px) {
  .hide-in-1333 {
    display: none;
  }
}
@media (max-width: 1334px) {
  .hide-in-1334 {
    display: none;
  }
}
@media (max-width: 1335px) {
  .hide-in-1335 {
    display: none;
  }
}
@media (max-width: 1336px) {
  .hide-in-1336 {
    display: none;
  }
}
@media (max-width: 1337px) {
  .hide-in-1337 {
    display: none;
  }
}
@media (max-width: 1338px) {
  .hide-in-1338 {
    display: none;
  }
}
@media (max-width: 1339px) {
  .hide-in-1339 {
    display: none;
  }
}
@media (max-width: 1340px) {
  .hide-in-1340 {
    display: none;
  }
}
@media (max-width: 1341px) {
  .hide-in-1341 {
    display: none;
  }
}
@media (max-width: 1342px) {
  .hide-in-1342 {
    display: none;
  }
}
@media (max-width: 1343px) {
  .hide-in-1343 {
    display: none;
  }
}
@media (max-width: 1344px) {
  .hide-in-1344 {
    display: none;
  }
}
@media (max-width: 1345px) {
  .hide-in-1345 {
    display: none;
  }
}
@media (max-width: 1346px) {
  .hide-in-1346 {
    display: none;
  }
}
@media (max-width: 1347px) {
  .hide-in-1347 {
    display: none;
  }
}
@media (max-width: 1348px) {
  .hide-in-1348 {
    display: none;
  }
}
@media (max-width: 1349px) {
  .hide-in-1349 {
    display: none;
  }
}
@media (max-width: 1350px) {
  .hide-in-1350 {
    display: none;
  }
}
@media (max-width: 1351px) {
  .hide-in-1351 {
    display: none;
  }
}
@media (max-width: 1352px) {
  .hide-in-1352 {
    display: none;
  }
}
@media (max-width: 1353px) {
  .hide-in-1353 {
    display: none;
  }
}
@media (max-width: 1354px) {
  .hide-in-1354 {
    display: none;
  }
}
@media (max-width: 1355px) {
  .hide-in-1355 {
    display: none;
  }
}
@media (max-width: 1356px) {
  .hide-in-1356 {
    display: none;
  }
}
@media (max-width: 1357px) {
  .hide-in-1357 {
    display: none;
  }
}
@media (max-width: 1358px) {
  .hide-in-1358 {
    display: none;
  }
}
@media (max-width: 1359px) {
  .hide-in-1359 {
    display: none;
  }
}
@media (max-width: 1360px) {
  .hide-in-1360 {
    display: none;
  }
}
@media (max-width: 1361px) {
  .hide-in-1361 {
    display: none;
  }
}
@media (max-width: 1362px) {
  .hide-in-1362 {
    display: none;
  }
}
@media (max-width: 1363px) {
  .hide-in-1363 {
    display: none;
  }
}
@media (max-width: 1364px) {
  .hide-in-1364 {
    display: none;
  }
}
@media (max-width: 1365px) {
  .hide-in-1365 {
    display: none;
  }
}
@media (max-width: 1366px) {
  .hide-in-1366 {
    display: none;
  }
}
@media (max-width: 1367px) {
  .hide-in-1367 {
    display: none;
  }
}
@media (max-width: 1368px) {
  .hide-in-1368 {
    display: none;
  }
}
@media (max-width: 1369px) {
  .hide-in-1369 {
    display: none;
  }
}
@media (max-width: 1370px) {
  .hide-in-1370 {
    display: none;
  }
}
@media (max-width: 1371px) {
  .hide-in-1371 {
    display: none;
  }
}
@media (max-width: 1372px) {
  .hide-in-1372 {
    display: none;
  }
}
@media (max-width: 1373px) {
  .hide-in-1373 {
    display: none;
  }
}
@media (max-width: 1374px) {
  .hide-in-1374 {
    display: none;
  }
}
@media (max-width: 1375px) {
  .hide-in-1375 {
    display: none;
  }
}
@media (max-width: 1376px) {
  .hide-in-1376 {
    display: none;
  }
}
@media (max-width: 1377px) {
  .hide-in-1377 {
    display: none;
  }
}
@media (max-width: 1378px) {
  .hide-in-1378 {
    display: none;
  }
}
@media (max-width: 1379px) {
  .hide-in-1379 {
    display: none;
  }
}
@media (max-width: 1380px) {
  .hide-in-1380 {
    display: none;
  }
}
@media (max-width: 1381px) {
  .hide-in-1381 {
    display: none;
  }
}
@media (max-width: 1382px) {
  .hide-in-1382 {
    display: none;
  }
}
@media (max-width: 1383px) {
  .hide-in-1383 {
    display: none;
  }
}
@media (max-width: 1384px) {
  .hide-in-1384 {
    display: none;
  }
}
@media (max-width: 1385px) {
  .hide-in-1385 {
    display: none;
  }
}
@media (max-width: 1386px) {
  .hide-in-1386 {
    display: none;
  }
}
@media (max-width: 1387px) {
  .hide-in-1387 {
    display: none;
  }
}
@media (max-width: 1388px) {
  .hide-in-1388 {
    display: none;
  }
}
@media (max-width: 1389px) {
  .hide-in-1389 {
    display: none;
  }
}
@media (max-width: 1390px) {
  .hide-in-1390 {
    display: none;
  }
}
@media (max-width: 1391px) {
  .hide-in-1391 {
    display: none;
  }
}
@media (max-width: 1392px) {
  .hide-in-1392 {
    display: none;
  }
}
@media (max-width: 1393px) {
  .hide-in-1393 {
    display: none;
  }
}
@media (max-width: 1394px) {
  .hide-in-1394 {
    display: none;
  }
}
@media (max-width: 1395px) {
  .hide-in-1395 {
    display: none;
  }
}
@media (max-width: 1396px) {
  .hide-in-1396 {
    display: none;
  }
}
@media (max-width: 1397px) {
  .hide-in-1397 {
    display: none;
  }
}
@media (max-width: 1398px) {
  .hide-in-1398 {
    display: none;
  }
}
@media (max-width: 1399px) {
  .hide-in-1399 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hide-in-1400 {
    display: none;
  }
}
@media (max-width: 1401px) {
  .hide-in-1401 {
    display: none;
  }
}
@media (max-width: 1402px) {
  .hide-in-1402 {
    display: none;
  }
}
@media (max-width: 1403px) {
  .hide-in-1403 {
    display: none;
  }
}
@media (max-width: 1404px) {
  .hide-in-1404 {
    display: none;
  }
}
@media (max-width: 1405px) {
  .hide-in-1405 {
    display: none;
  }
}
@media (max-width: 1406px) {
  .hide-in-1406 {
    display: none;
  }
}
@media (max-width: 1407px) {
  .hide-in-1407 {
    display: none;
  }
}
@media (max-width: 1408px) {
  .hide-in-1408 {
    display: none;
  }
}
@media (max-width: 1409px) {
  .hide-in-1409 {
    display: none;
  }
}
@media (max-width: 1410px) {
  .hide-in-1410 {
    display: none;
  }
}
@media (max-width: 1411px) {
  .hide-in-1411 {
    display: none;
  }
}
@media (max-width: 1412px) {
  .hide-in-1412 {
    display: none;
  }
}
@media (max-width: 1413px) {
  .hide-in-1413 {
    display: none;
  }
}
@media (max-width: 1414px) {
  .hide-in-1414 {
    display: none;
  }
}
@media (max-width: 1415px) {
  .hide-in-1415 {
    display: none;
  }
}
@media (max-width: 1416px) {
  .hide-in-1416 {
    display: none;
  }
}
@media (max-width: 1417px) {
  .hide-in-1417 {
    display: none;
  }
}
@media (max-width: 1418px) {
  .hide-in-1418 {
    display: none;
  }
}
@media (max-width: 1419px) {
  .hide-in-1419 {
    display: none;
  }
}
@media (max-width: 1420px) {
  .hide-in-1420 {
    display: none;
  }
}
@media (max-width: 1421px) {
  .hide-in-1421 {
    display: none;
  }
}
@media (max-width: 1422px) {
  .hide-in-1422 {
    display: none;
  }
}
@media (max-width: 1423px) {
  .hide-in-1423 {
    display: none;
  }
}
@media (max-width: 1424px) {
  .hide-in-1424 {
    display: none;
  }
}
@media (max-width: 1425px) {
  .hide-in-1425 {
    display: none;
  }
}
@media (max-width: 1426px) {
  .hide-in-1426 {
    display: none;
  }
}
@media (max-width: 1427px) {
  .hide-in-1427 {
    display: none;
  }
}
@media (max-width: 1428px) {
  .hide-in-1428 {
    display: none;
  }
}
@media (max-width: 1429px) {
  .hide-in-1429 {
    display: none;
  }
}
@media (max-width: 1430px) {
  .hide-in-1430 {
    display: none;
  }
}
@media (max-width: 1431px) {
  .hide-in-1431 {
    display: none;
  }
}
@media (max-width: 1432px) {
  .hide-in-1432 {
    display: none;
  }
}
@media (max-width: 1433px) {
  .hide-in-1433 {
    display: none;
  }
}
@media (max-width: 1434px) {
  .hide-in-1434 {
    display: none;
  }
}
@media (max-width: 1435px) {
  .hide-in-1435 {
    display: none;
  }
}
@media (max-width: 1436px) {
  .hide-in-1436 {
    display: none;
  }
}
@media (max-width: 1437px) {
  .hide-in-1437 {
    display: none;
  }
}
@media (max-width: 1438px) {
  .hide-in-1438 {
    display: none;
  }
}
@media (max-width: 1439px) {
  .hide-in-1439 {
    display: none;
  }
}
@media (max-width: 1440px) {
  .hide-in-1440 {
    display: none;
  }
}
@media (max-width: 1441px) {
  .hide-in-1441 {
    display: none;
  }
}
@media (max-width: 1442px) {
  .hide-in-1442 {
    display: none;
  }
}
@media (max-width: 1443px) {
  .hide-in-1443 {
    display: none;
  }
}
@media (max-width: 1444px) {
  .hide-in-1444 {
    display: none;
  }
}
@media (max-width: 1445px) {
  .hide-in-1445 {
    display: none;
  }
}
@media (max-width: 1446px) {
  .hide-in-1446 {
    display: none;
  }
}
@media (max-width: 1447px) {
  .hide-in-1447 {
    display: none;
  }
}
@media (max-width: 1448px) {
  .hide-in-1448 {
    display: none;
  }
}
@media (max-width: 1449px) {
  .hide-in-1449 {
    display: none;
  }
}
@media (max-width: 1450px) {
  .hide-in-1450 {
    display: none;
  }
}
@media (max-width: 1451px) {
  .hide-in-1451 {
    display: none;
  }
}
@media (max-width: 1452px) {
  .hide-in-1452 {
    display: none;
  }
}
@media (max-width: 1453px) {
  .hide-in-1453 {
    display: none;
  }
}
@media (max-width: 1454px) {
  .hide-in-1454 {
    display: none;
  }
}
@media (max-width: 1455px) {
  .hide-in-1455 {
    display: none;
  }
}
@media (max-width: 1456px) {
  .hide-in-1456 {
    display: none;
  }
}
@media (max-width: 1457px) {
  .hide-in-1457 {
    display: none;
  }
}
@media (max-width: 1458px) {
  .hide-in-1458 {
    display: none;
  }
}
@media (max-width: 1459px) {
  .hide-in-1459 {
    display: none;
  }
}
@media (max-width: 1460px) {
  .hide-in-1460 {
    display: none;
  }
}
@media (max-width: 1461px) {
  .hide-in-1461 {
    display: none;
  }
}
@media (max-width: 1462px) {
  .hide-in-1462 {
    display: none;
  }
}
@media (max-width: 1463px) {
  .hide-in-1463 {
    display: none;
  }
}
@media (max-width: 1464px) {
  .hide-in-1464 {
    display: none;
  }
}
@media (max-width: 1465px) {
  .hide-in-1465 {
    display: none;
  }
}
@media (max-width: 1466px) {
  .hide-in-1466 {
    display: none;
  }
}
@media (max-width: 1467px) {
  .hide-in-1467 {
    display: none;
  }
}
@media (max-width: 1468px) {
  .hide-in-1468 {
    display: none;
  }
}
@media (max-width: 1469px) {
  .hide-in-1469 {
    display: none;
  }
}
@media (max-width: 1470px) {
  .hide-in-1470 {
    display: none;
  }
}
@media (max-width: 1471px) {
  .hide-in-1471 {
    display: none;
  }
}
@media (max-width: 1472px) {
  .hide-in-1472 {
    display: none;
  }
}
@media (max-width: 1473px) {
  .hide-in-1473 {
    display: none;
  }
}
@media (max-width: 1474px) {
  .hide-in-1474 {
    display: none;
  }
}
@media (max-width: 1475px) {
  .hide-in-1475 {
    display: none;
  }
}
@media (max-width: 1476px) {
  .hide-in-1476 {
    display: none;
  }
}
@media (max-width: 1477px) {
  .hide-in-1477 {
    display: none;
  }
}
@media (max-width: 1478px) {
  .hide-in-1478 {
    display: none;
  }
}
@media (max-width: 1479px) {
  .hide-in-1479 {
    display: none;
  }
}
@media (max-width: 1480px) {
  .hide-in-1480 {
    display: none;
  }
}
@media (max-width: 1481px) {
  .hide-in-1481 {
    display: none;
  }
}
@media (max-width: 1482px) {
  .hide-in-1482 {
    display: none;
  }
}
@media (max-width: 1483px) {
  .hide-in-1483 {
    display: none;
  }
}
@media (max-width: 1484px) {
  .hide-in-1484 {
    display: none;
  }
}
@media (max-width: 1485px) {
  .hide-in-1485 {
    display: none;
  }
}
@media (max-width: 1486px) {
  .hide-in-1486 {
    display: none;
  }
}
@media (max-width: 1487px) {
  .hide-in-1487 {
    display: none;
  }
}
@media (max-width: 1488px) {
  .hide-in-1488 {
    display: none;
  }
}
@media (max-width: 1489px) {
  .hide-in-1489 {
    display: none;
  }
}
@media (max-width: 1490px) {
  .hide-in-1490 {
    display: none;
  }
}
@media (max-width: 1491px) {
  .hide-in-1491 {
    display: none;
  }
}
@media (max-width: 1492px) {
  .hide-in-1492 {
    display: none;
  }
}
@media (max-width: 1493px) {
  .hide-in-1493 {
    display: none;
  }
}
@media (max-width: 1494px) {
  .hide-in-1494 {
    display: none;
  }
}
@media (max-width: 1495px) {
  .hide-in-1495 {
    display: none;
  }
}
@media (max-width: 1496px) {
  .hide-in-1496 {
    display: none;
  }
}
@media (max-width: 1497px) {
  .hide-in-1497 {
    display: none;
  }
}
@media (max-width: 1498px) {
  .hide-in-1498 {
    display: none;
  }
}
@media (max-width: 1499px) {
  .hide-in-1499 {
    display: none;
  }
}
@media (max-width: 1500px) {
  .hide-in-1500 {
    display: none;
  }
}
@media (max-width: 1501px) {
  .hide-in-1501 {
    display: none;
  }
}
@media (max-width: 1502px) {
  .hide-in-1502 {
    display: none;
  }
}
@media (max-width: 1503px) {
  .hide-in-1503 {
    display: none;
  }
}
@media (max-width: 1504px) {
  .hide-in-1504 {
    display: none;
  }
}
@media (max-width: 1505px) {
  .hide-in-1505 {
    display: none;
  }
}
@media (max-width: 1506px) {
  .hide-in-1506 {
    display: none;
  }
}
@media (max-width: 1507px) {
  .hide-in-1507 {
    display: none;
  }
}
@media (max-width: 1508px) {
  .hide-in-1508 {
    display: none;
  }
}
@media (max-width: 1509px) {
  .hide-in-1509 {
    display: none;
  }
}
@media (max-width: 1510px) {
  .hide-in-1510 {
    display: none;
  }
}
@media (max-width: 1511px) {
  .hide-in-1511 {
    display: none;
  }
}
@media (max-width: 1512px) {
  .hide-in-1512 {
    display: none;
  }
}
@media (max-width: 1513px) {
  .hide-in-1513 {
    display: none;
  }
}
@media (max-width: 1514px) {
  .hide-in-1514 {
    display: none;
  }
}
@media (max-width: 1515px) {
  .hide-in-1515 {
    display: none;
  }
}
@media (max-width: 1516px) {
  .hide-in-1516 {
    display: none;
  }
}
@media (max-width: 1517px) {
  .hide-in-1517 {
    display: none;
  }
}
@media (max-width: 1518px) {
  .hide-in-1518 {
    display: none;
  }
}
@media (max-width: 1519px) {
  .hide-in-1519 {
    display: none;
  }
}
@media (max-width: 1520px) {
  .hide-in-1520 {
    display: none;
  }
}
@media (max-width: 1521px) {
  .hide-in-1521 {
    display: none;
  }
}
@media (max-width: 1522px) {
  .hide-in-1522 {
    display: none;
  }
}
@media (max-width: 1523px) {
  .hide-in-1523 {
    display: none;
  }
}
@media (max-width: 1524px) {
  .hide-in-1524 {
    display: none;
  }
}
@media (max-width: 1525px) {
  .hide-in-1525 {
    display: none;
  }
}
@media (max-width: 1526px) {
  .hide-in-1526 {
    display: none;
  }
}
@media (max-width: 1527px) {
  .hide-in-1527 {
    display: none;
  }
}
@media (max-width: 1528px) {
  .hide-in-1528 {
    display: none;
  }
}
@media (max-width: 1529px) {
  .hide-in-1529 {
    display: none;
  }
}
@media (max-width: 1530px) {
  .hide-in-1530 {
    display: none;
  }
}
@media (max-width: 1531px) {
  .hide-in-1531 {
    display: none;
  }
}
@media (max-width: 1532px) {
  .hide-in-1532 {
    display: none;
  }
}
@media (max-width: 1533px) {
  .hide-in-1533 {
    display: none;
  }
}
@media (max-width: 1534px) {
  .hide-in-1534 {
    display: none;
  }
}
@media (max-width: 1535px) {
  .hide-in-1535 {
    display: none;
  }
}
@media (max-width: 1536px) {
  .hide-in-1536 {
    display: none;
  }
}
@media (max-width: 1537px) {
  .hide-in-1537 {
    display: none;
  }
}
@media (max-width: 1538px) {
  .hide-in-1538 {
    display: none;
  }
}
@media (max-width: 1539px) {
  .hide-in-1539 {
    display: none;
  }
}
@media (max-width: 1540px) {
  .hide-in-1540 {
    display: none;
  }
}
@media (max-width: 1541px) {
  .hide-in-1541 {
    display: none;
  }
}
@media (max-width: 1542px) {
  .hide-in-1542 {
    display: none;
  }
}
@media (max-width: 1543px) {
  .hide-in-1543 {
    display: none;
  }
}
@media (max-width: 1544px) {
  .hide-in-1544 {
    display: none;
  }
}
@media (max-width: 1545px) {
  .hide-in-1545 {
    display: none;
  }
}
@media (max-width: 1546px) {
  .hide-in-1546 {
    display: none;
  }
}
@media (max-width: 1547px) {
  .hide-in-1547 {
    display: none;
  }
}
@media (max-width: 1548px) {
  .hide-in-1548 {
    display: none;
  }
}
@media (max-width: 1549px) {
  .hide-in-1549 {
    display: none;
  }
}
@media (max-width: 1550px) {
  .hide-in-1550 {
    display: none;
  }
}
@media (max-width: 1551px) {
  .hide-in-1551 {
    display: none;
  }
}
@media (max-width: 1552px) {
  .hide-in-1552 {
    display: none;
  }
}
@media (max-width: 1553px) {
  .hide-in-1553 {
    display: none;
  }
}
@media (max-width: 1554px) {
  .hide-in-1554 {
    display: none;
  }
}
@media (max-width: 1555px) {
  .hide-in-1555 {
    display: none;
  }
}
@media (max-width: 1556px) {
  .hide-in-1556 {
    display: none;
  }
}
@media (max-width: 1557px) {
  .hide-in-1557 {
    display: none;
  }
}
@media (max-width: 1558px) {
  .hide-in-1558 {
    display: none;
  }
}
@media (max-width: 1559px) {
  .hide-in-1559 {
    display: none;
  }
}
@media (max-width: 1560px) {
  .hide-in-1560 {
    display: none;
  }
}
@media (max-width: 1561px) {
  .hide-in-1561 {
    display: none;
  }
}
@media (max-width: 1562px) {
  .hide-in-1562 {
    display: none;
  }
}
@media (max-width: 1563px) {
  .hide-in-1563 {
    display: none;
  }
}
@media (max-width: 1564px) {
  .hide-in-1564 {
    display: none;
  }
}
@media (max-width: 1565px) {
  .hide-in-1565 {
    display: none;
  }
}
@media (max-width: 1566px) {
  .hide-in-1566 {
    display: none;
  }
}
@media (max-width: 1567px) {
  .hide-in-1567 {
    display: none;
  }
}
@media (max-width: 1568px) {
  .hide-in-1568 {
    display: none;
  }
}
@media (max-width: 1569px) {
  .hide-in-1569 {
    display: none;
  }
}
@media (max-width: 1570px) {
  .hide-in-1570 {
    display: none;
  }
}
@media (max-width: 1571px) {
  .hide-in-1571 {
    display: none;
  }
}
@media (max-width: 1572px) {
  .hide-in-1572 {
    display: none;
  }
}
@media (max-width: 1573px) {
  .hide-in-1573 {
    display: none;
  }
}
@media (max-width: 1574px) {
  .hide-in-1574 {
    display: none;
  }
}
@media (max-width: 1575px) {
  .hide-in-1575 {
    display: none;
  }
}
@media (max-width: 1576px) {
  .hide-in-1576 {
    display: none;
  }
}
@media (max-width: 1577px) {
  .hide-in-1577 {
    display: none;
  }
}
@media (max-width: 1578px) {
  .hide-in-1578 {
    display: none;
  }
}
@media (max-width: 1579px) {
  .hide-in-1579 {
    display: none;
  }
}
@media (max-width: 1580px) {
  .hide-in-1580 {
    display: none;
  }
}
@media (max-width: 1581px) {
  .hide-in-1581 {
    display: none;
  }
}
@media (max-width: 1582px) {
  .hide-in-1582 {
    display: none;
  }
}
@media (max-width: 1583px) {
  .hide-in-1583 {
    display: none;
  }
}
@media (max-width: 1584px) {
  .hide-in-1584 {
    display: none;
  }
}
@media (max-width: 1585px) {
  .hide-in-1585 {
    display: none;
  }
}
@media (max-width: 1586px) {
  .hide-in-1586 {
    display: none;
  }
}
@media (max-width: 1587px) {
  .hide-in-1587 {
    display: none;
  }
}
@media (max-width: 1588px) {
  .hide-in-1588 {
    display: none;
  }
}
@media (max-width: 1589px) {
  .hide-in-1589 {
    display: none;
  }
}
@media (max-width: 1590px) {
  .hide-in-1590 {
    display: none;
  }
}
@media (max-width: 1591px) {
  .hide-in-1591 {
    display: none;
  }
}
@media (max-width: 1592px) {
  .hide-in-1592 {
    display: none;
  }
}
@media (max-width: 1593px) {
  .hide-in-1593 {
    display: none;
  }
}
@media (max-width: 1594px) {
  .hide-in-1594 {
    display: none;
  }
}
@media (max-width: 1595px) {
  .hide-in-1595 {
    display: none;
  }
}
@media (max-width: 1596px) {
  .hide-in-1596 {
    display: none;
  }
}
@media (max-width: 1597px) {
  .hide-in-1597 {
    display: none;
  }
}
@media (max-width: 1598px) {
  .hide-in-1598 {
    display: none;
  }
}
@media (max-width: 1599px) {
  .hide-in-1599 {
    display: none;
  }
}
@media (max-width: 1600px) {
  .hide-in-1600 {
    display: none;
  }
}
@media (max-width: 1601px) {
  .hide-in-1601 {
    display: none;
  }
}
@media (max-width: 1602px) {
  .hide-in-1602 {
    display: none;
  }
}
@media (max-width: 1603px) {
  .hide-in-1603 {
    display: none;
  }
}
@media (max-width: 1604px) {
  .hide-in-1604 {
    display: none;
  }
}
@media (max-width: 1605px) {
  .hide-in-1605 {
    display: none;
  }
}
@media (max-width: 1606px) {
  .hide-in-1606 {
    display: none;
  }
}
@media (max-width: 1607px) {
  .hide-in-1607 {
    display: none;
  }
}
@media (max-width: 1608px) {
  .hide-in-1608 {
    display: none;
  }
}
@media (max-width: 1609px) {
  .hide-in-1609 {
    display: none;
  }
}
@media (max-width: 1610px) {
  .hide-in-1610 {
    display: none;
  }
}
@media (max-width: 1611px) {
  .hide-in-1611 {
    display: none;
  }
}
@media (max-width: 1612px) {
  .hide-in-1612 {
    display: none;
  }
}
@media (max-width: 1613px) {
  .hide-in-1613 {
    display: none;
  }
}
@media (max-width: 1614px) {
  .hide-in-1614 {
    display: none;
  }
}
@media (max-width: 1615px) {
  .hide-in-1615 {
    display: none;
  }
}
@media (max-width: 1616px) {
  .hide-in-1616 {
    display: none;
  }
}
@media (max-width: 1617px) {
  .hide-in-1617 {
    display: none;
  }
}
@media (max-width: 1618px) {
  .hide-in-1618 {
    display: none;
  }
}
@media (max-width: 1619px) {
  .hide-in-1619 {
    display: none;
  }
}
@media (max-width: 1620px) {
  .hide-in-1620 {
    display: none;
  }
}
@media (max-width: 1621px) {
  .hide-in-1621 {
    display: none;
  }
}
@media (max-width: 1622px) {
  .hide-in-1622 {
    display: none;
  }
}
@media (max-width: 1623px) {
  .hide-in-1623 {
    display: none;
  }
}
@media (max-width: 1624px) {
  .hide-in-1624 {
    display: none;
  }
}
@media (max-width: 1625px) {
  .hide-in-1625 {
    display: none;
  }
}
@media (max-width: 1626px) {
  .hide-in-1626 {
    display: none;
  }
}
@media (max-width: 1627px) {
  .hide-in-1627 {
    display: none;
  }
}
@media (max-width: 1628px) {
  .hide-in-1628 {
    display: none;
  }
}
@media (max-width: 1629px) {
  .hide-in-1629 {
    display: none;
  }
}
@media (max-width: 1630px) {
  .hide-in-1630 {
    display: none;
  }
}
@media (max-width: 1631px) {
  .hide-in-1631 {
    display: none;
  }
}
@media (max-width: 1632px) {
  .hide-in-1632 {
    display: none;
  }
}
@media (max-width: 1633px) {
  .hide-in-1633 {
    display: none;
  }
}
@media (max-width: 1634px) {
  .hide-in-1634 {
    display: none;
  }
}
@media (max-width: 1635px) {
  .hide-in-1635 {
    display: none;
  }
}
@media (max-width: 1636px) {
  .hide-in-1636 {
    display: none;
  }
}
@media (max-width: 1637px) {
  .hide-in-1637 {
    display: none;
  }
}
@media (max-width: 1638px) {
  .hide-in-1638 {
    display: none;
  }
}
@media (max-width: 1639px) {
  .hide-in-1639 {
    display: none;
  }
}
@media (max-width: 1640px) {
  .hide-in-1640 {
    display: none;
  }
}
@media (max-width: 1641px) {
  .hide-in-1641 {
    display: none;
  }
}
@media (max-width: 1642px) {
  .hide-in-1642 {
    display: none;
  }
}
@media (max-width: 1643px) {
  .hide-in-1643 {
    display: none;
  }
}
@media (max-width: 1644px) {
  .hide-in-1644 {
    display: none;
  }
}
@media (max-width: 1645px) {
  .hide-in-1645 {
    display: none;
  }
}
@media (max-width: 1646px) {
  .hide-in-1646 {
    display: none;
  }
}
@media (max-width: 1647px) {
  .hide-in-1647 {
    display: none;
  }
}
@media (max-width: 1648px) {
  .hide-in-1648 {
    display: none;
  }
}
@media (max-width: 1649px) {
  .hide-in-1649 {
    display: none;
  }
}
@media (max-width: 1650px) {
  .hide-in-1650 {
    display: none;
  }
}
@media (max-width: 1651px) {
  .hide-in-1651 {
    display: none;
  }
}
@media (max-width: 1652px) {
  .hide-in-1652 {
    display: none;
  }
}
@media (max-width: 1653px) {
  .hide-in-1653 {
    display: none;
  }
}
@media (max-width: 1654px) {
  .hide-in-1654 {
    display: none;
  }
}
@media (max-width: 1655px) {
  .hide-in-1655 {
    display: none;
  }
}
@media (max-width: 1656px) {
  .hide-in-1656 {
    display: none;
  }
}
@media (max-width: 1657px) {
  .hide-in-1657 {
    display: none;
  }
}
@media (max-width: 1658px) {
  .hide-in-1658 {
    display: none;
  }
}
@media (max-width: 1659px) {
  .hide-in-1659 {
    display: none;
  }
}
@media (max-width: 1660px) {
  .hide-in-1660 {
    display: none;
  }
}
@media (max-width: 1661px) {
  .hide-in-1661 {
    display: none;
  }
}
@media (max-width: 1662px) {
  .hide-in-1662 {
    display: none;
  }
}
@media (max-width: 1663px) {
  .hide-in-1663 {
    display: none;
  }
}
@media (max-width: 1664px) {
  .hide-in-1664 {
    display: none;
  }
}
@media (max-width: 1665px) {
  .hide-in-1665 {
    display: none;
  }
}
@media (max-width: 1666px) {
  .hide-in-1666 {
    display: none;
  }
}
@media (max-width: 1667px) {
  .hide-in-1667 {
    display: none;
  }
}
@media (max-width: 1668px) {
  .hide-in-1668 {
    display: none;
  }
}
@media (max-width: 1669px) {
  .hide-in-1669 {
    display: none;
  }
}
@media (max-width: 1670px) {
  .hide-in-1670 {
    display: none;
  }
}
@media (max-width: 1671px) {
  .hide-in-1671 {
    display: none;
  }
}
@media (max-width: 1672px) {
  .hide-in-1672 {
    display: none;
  }
}
@media (max-width: 1673px) {
  .hide-in-1673 {
    display: none;
  }
}
@media (max-width: 1674px) {
  .hide-in-1674 {
    display: none;
  }
}
@media (max-width: 1675px) {
  .hide-in-1675 {
    display: none;
  }
}
@media (max-width: 1676px) {
  .hide-in-1676 {
    display: none;
  }
}
@media (max-width: 1677px) {
  .hide-in-1677 {
    display: none;
  }
}
@media (max-width: 1678px) {
  .hide-in-1678 {
    display: none;
  }
}
@media (max-width: 1679px) {
  .hide-in-1679 {
    display: none;
  }
}
@media (max-width: 1680px) {
  .hide-in-1680 {
    display: none;
  }
}
@media (max-width: 1681px) {
  .hide-in-1681 {
    display: none;
  }
}
@media (max-width: 1682px) {
  .hide-in-1682 {
    display: none;
  }
}
@media (max-width: 1683px) {
  .hide-in-1683 {
    display: none;
  }
}
@media (max-width: 1684px) {
  .hide-in-1684 {
    display: none;
  }
}
@media (max-width: 1685px) {
  .hide-in-1685 {
    display: none;
  }
}
@media (max-width: 1686px) {
  .hide-in-1686 {
    display: none;
  }
}
@media (max-width: 1687px) {
  .hide-in-1687 {
    display: none;
  }
}
@media (max-width: 1688px) {
  .hide-in-1688 {
    display: none;
  }
}
@media (max-width: 1689px) {
  .hide-in-1689 {
    display: none;
  }
}
@media (max-width: 1690px) {
  .hide-in-1690 {
    display: none;
  }
}
@media (max-width: 1691px) {
  .hide-in-1691 {
    display: none;
  }
}
@media (max-width: 1692px) {
  .hide-in-1692 {
    display: none;
  }
}
@media (max-width: 1693px) {
  .hide-in-1693 {
    display: none;
  }
}
@media (max-width: 1694px) {
  .hide-in-1694 {
    display: none;
  }
}
@media (max-width: 1695px) {
  .hide-in-1695 {
    display: none;
  }
}
@media (max-width: 1696px) {
  .hide-in-1696 {
    display: none;
  }
}
@media (max-width: 1697px) {
  .hide-in-1697 {
    display: none;
  }
}
@media (max-width: 1698px) {
  .hide-in-1698 {
    display: none;
  }
}
@media (max-width: 1699px) {
  .hide-in-1699 {
    display: none;
  }
}
@media (max-width: 1700px) {
  .hide-in-1700 {
    display: none;
  }
}
@media (max-width: 1701px) {
  .hide-in-1701 {
    display: none;
  }
}
@media (max-width: 1702px) {
  .hide-in-1702 {
    display: none;
  }
}
@media (max-width: 1703px) {
  .hide-in-1703 {
    display: none;
  }
}
@media (max-width: 1704px) {
  .hide-in-1704 {
    display: none;
  }
}
@media (max-width: 1705px) {
  .hide-in-1705 {
    display: none;
  }
}
@media (max-width: 1706px) {
  .hide-in-1706 {
    display: none;
  }
}
@media (max-width: 1707px) {
  .hide-in-1707 {
    display: none;
  }
}
@media (max-width: 1708px) {
  .hide-in-1708 {
    display: none;
  }
}
@media (max-width: 1709px) {
  .hide-in-1709 {
    display: none;
  }
}
@media (max-width: 1710px) {
  .hide-in-1710 {
    display: none;
  }
}
@media (max-width: 1711px) {
  .hide-in-1711 {
    display: none;
  }
}
@media (max-width: 1712px) {
  .hide-in-1712 {
    display: none;
  }
}
@media (max-width: 1713px) {
  .hide-in-1713 {
    display: none;
  }
}
@media (max-width: 1714px) {
  .hide-in-1714 {
    display: none;
  }
}
@media (max-width: 1715px) {
  .hide-in-1715 {
    display: none;
  }
}
@media (max-width: 1716px) {
  .hide-in-1716 {
    display: none;
  }
}
@media (max-width: 1717px) {
  .hide-in-1717 {
    display: none;
  }
}
@media (max-width: 1718px) {
  .hide-in-1718 {
    display: none;
  }
}
@media (max-width: 1719px) {
  .hide-in-1719 {
    display: none;
  }
}
@media (max-width: 1720px) {
  .hide-in-1720 {
    display: none;
  }
}
@media (max-width: 1721px) {
  .hide-in-1721 {
    display: none;
  }
}
@media (max-width: 1722px) {
  .hide-in-1722 {
    display: none;
  }
}
@media (max-width: 1723px) {
  .hide-in-1723 {
    display: none;
  }
}
@media (max-width: 1724px) {
  .hide-in-1724 {
    display: none;
  }
}
@media (max-width: 1725px) {
  .hide-in-1725 {
    display: none;
  }
}
@media (max-width: 1726px) {
  .hide-in-1726 {
    display: none;
  }
}
@media (max-width: 1727px) {
  .hide-in-1727 {
    display: none;
  }
}
@media (max-width: 1728px) {
  .hide-in-1728 {
    display: none;
  }
}
@media (max-width: 1729px) {
  .hide-in-1729 {
    display: none;
  }
}
@media (max-width: 1730px) {
  .hide-in-1730 {
    display: none;
  }
}
@media (max-width: 1731px) {
  .hide-in-1731 {
    display: none;
  }
}
@media (max-width: 1732px) {
  .hide-in-1732 {
    display: none;
  }
}
@media (max-width: 1733px) {
  .hide-in-1733 {
    display: none;
  }
}
@media (max-width: 1734px) {
  .hide-in-1734 {
    display: none;
  }
}
@media (max-width: 1735px) {
  .hide-in-1735 {
    display: none;
  }
}
@media (max-width: 1736px) {
  .hide-in-1736 {
    display: none;
  }
}
@media (max-width: 1737px) {
  .hide-in-1737 {
    display: none;
  }
}
@media (max-width: 1738px) {
  .hide-in-1738 {
    display: none;
  }
}
@media (max-width: 1739px) {
  .hide-in-1739 {
    display: none;
  }
}
@media (max-width: 1740px) {
  .hide-in-1740 {
    display: none;
  }
}
@media (max-width: 1741px) {
  .hide-in-1741 {
    display: none;
  }
}
@media (max-width: 1742px) {
  .hide-in-1742 {
    display: none;
  }
}
@media (max-width: 1743px) {
  .hide-in-1743 {
    display: none;
  }
}
@media (max-width: 1744px) {
  .hide-in-1744 {
    display: none;
  }
}
@media (max-width: 1745px) {
  .hide-in-1745 {
    display: none;
  }
}
@media (max-width: 1746px) {
  .hide-in-1746 {
    display: none;
  }
}
@media (max-width: 1747px) {
  .hide-in-1747 {
    display: none;
  }
}
@media (max-width: 1748px) {
  .hide-in-1748 {
    display: none;
  }
}
@media (max-width: 1749px) {
  .hide-in-1749 {
    display: none;
  }
}
@media (max-width: 1750px) {
  .hide-in-1750 {
    display: none;
  }
}
@media (max-width: 1751px) {
  .hide-in-1751 {
    display: none;
  }
}
@media (max-width: 1752px) {
  .hide-in-1752 {
    display: none;
  }
}
@media (max-width: 1753px) {
  .hide-in-1753 {
    display: none;
  }
}
@media (max-width: 1754px) {
  .hide-in-1754 {
    display: none;
  }
}
@media (max-width: 1755px) {
  .hide-in-1755 {
    display: none;
  }
}
@media (max-width: 1756px) {
  .hide-in-1756 {
    display: none;
  }
}
@media (max-width: 1757px) {
  .hide-in-1757 {
    display: none;
  }
}
@media (max-width: 1758px) {
  .hide-in-1758 {
    display: none;
  }
}
@media (max-width: 1759px) {
  .hide-in-1759 {
    display: none;
  }
}
@media (max-width: 1760px) {
  .hide-in-1760 {
    display: none;
  }
}
@media (max-width: 1761px) {
  .hide-in-1761 {
    display: none;
  }
}
@media (max-width: 1762px) {
  .hide-in-1762 {
    display: none;
  }
}
@media (max-width: 1763px) {
  .hide-in-1763 {
    display: none;
  }
}
@media (max-width: 1764px) {
  .hide-in-1764 {
    display: none;
  }
}
@media (max-width: 1765px) {
  .hide-in-1765 {
    display: none;
  }
}
@media (max-width: 1766px) {
  .hide-in-1766 {
    display: none;
  }
}
@media (max-width: 1767px) {
  .hide-in-1767 {
    display: none;
  }
}
@media (max-width: 1768px) {
  .hide-in-1768 {
    display: none;
  }
}
@media (max-width: 1769px) {
  .hide-in-1769 {
    display: none;
  }
}
@media (max-width: 1770px) {
  .hide-in-1770 {
    display: none;
  }
}
@media (max-width: 1771px) {
  .hide-in-1771 {
    display: none;
  }
}
@media (max-width: 1772px) {
  .hide-in-1772 {
    display: none;
  }
}
@media (max-width: 1773px) {
  .hide-in-1773 {
    display: none;
  }
}
@media (max-width: 1774px) {
  .hide-in-1774 {
    display: none;
  }
}
@media (max-width: 1775px) {
  .hide-in-1775 {
    display: none;
  }
}
@media (max-width: 1776px) {
  .hide-in-1776 {
    display: none;
  }
}
@media (max-width: 1777px) {
  .hide-in-1777 {
    display: none;
  }
}
@media (max-width: 1778px) {
  .hide-in-1778 {
    display: none;
  }
}
@media (max-width: 1779px) {
  .hide-in-1779 {
    display: none;
  }
}
@media (max-width: 1780px) {
  .hide-in-1780 {
    display: none;
  }
}
@media (max-width: 1781px) {
  .hide-in-1781 {
    display: none;
  }
}
@media (max-width: 1782px) {
  .hide-in-1782 {
    display: none;
  }
}
@media (max-width: 1783px) {
  .hide-in-1783 {
    display: none;
  }
}
@media (max-width: 1784px) {
  .hide-in-1784 {
    display: none;
  }
}
@media (max-width: 1785px) {
  .hide-in-1785 {
    display: none;
  }
}
@media (max-width: 1786px) {
  .hide-in-1786 {
    display: none;
  }
}
@media (max-width: 1787px) {
  .hide-in-1787 {
    display: none;
  }
}
@media (max-width: 1788px) {
  .hide-in-1788 {
    display: none;
  }
}
@media (max-width: 1789px) {
  .hide-in-1789 {
    display: none;
  }
}
@media (max-width: 1790px) {
  .hide-in-1790 {
    display: none;
  }
}
@media (max-width: 1791px) {
  .hide-in-1791 {
    display: none;
  }
}
@media (max-width: 1792px) {
  .hide-in-1792 {
    display: none;
  }
}
@media (max-width: 1793px) {
  .hide-in-1793 {
    display: none;
  }
}
@media (max-width: 1794px) {
  .hide-in-1794 {
    display: none;
  }
}
@media (max-width: 1795px) {
  .hide-in-1795 {
    display: none;
  }
}
@media (max-width: 1796px) {
  .hide-in-1796 {
    display: none;
  }
}
@media (max-width: 1797px) {
  .hide-in-1797 {
    display: none;
  }
}
@media (max-width: 1798px) {
  .hide-in-1798 {
    display: none;
  }
}
@media (max-width: 1799px) {
  .hide-in-1799 {
    display: none;
  }
}
@media (max-width: 1800px) {
  .hide-in-1800 {
    display: none;
  }
}
@media (max-width: 1801px) {
  .hide-in-1801 {
    display: none;
  }
}
@media (max-width: 1802px) {
  .hide-in-1802 {
    display: none;
  }
}
@media (max-width: 1803px) {
  .hide-in-1803 {
    display: none;
  }
}
@media (max-width: 1804px) {
  .hide-in-1804 {
    display: none;
  }
}
@media (max-width: 1805px) {
  .hide-in-1805 {
    display: none;
  }
}
@media (max-width: 1806px) {
  .hide-in-1806 {
    display: none;
  }
}
@media (max-width: 1807px) {
  .hide-in-1807 {
    display: none;
  }
}
@media (max-width: 1808px) {
  .hide-in-1808 {
    display: none;
  }
}
@media (max-width: 1809px) {
  .hide-in-1809 {
    display: none;
  }
}
@media (max-width: 1810px) {
  .hide-in-1810 {
    display: none;
  }
}
@media (max-width: 1811px) {
  .hide-in-1811 {
    display: none;
  }
}
@media (max-width: 1812px) {
  .hide-in-1812 {
    display: none;
  }
}
@media (max-width: 1813px) {
  .hide-in-1813 {
    display: none;
  }
}
@media (max-width: 1814px) {
  .hide-in-1814 {
    display: none;
  }
}
@media (max-width: 1815px) {
  .hide-in-1815 {
    display: none;
  }
}
@media (max-width: 1816px) {
  .hide-in-1816 {
    display: none;
  }
}
@media (max-width: 1817px) {
  .hide-in-1817 {
    display: none;
  }
}
@media (max-width: 1818px) {
  .hide-in-1818 {
    display: none;
  }
}
@media (max-width: 1819px) {
  .hide-in-1819 {
    display: none;
  }
}
@media (max-width: 1820px) {
  .hide-in-1820 {
    display: none;
  }
}
@media (max-width: 1821px) {
  .hide-in-1821 {
    display: none;
  }
}
@media (max-width: 1822px) {
  .hide-in-1822 {
    display: none;
  }
}
@media (max-width: 1823px) {
  .hide-in-1823 {
    display: none;
  }
}
@media (max-width: 1824px) {
  .hide-in-1824 {
    display: none;
  }
}
@media (max-width: 1825px) {
  .hide-in-1825 {
    display: none;
  }
}
@media (max-width: 1826px) {
  .hide-in-1826 {
    display: none;
  }
}
@media (max-width: 1827px) {
  .hide-in-1827 {
    display: none;
  }
}
@media (max-width: 1828px) {
  .hide-in-1828 {
    display: none;
  }
}
@media (max-width: 1829px) {
  .hide-in-1829 {
    display: none;
  }
}
@media (max-width: 1830px) {
  .hide-in-1830 {
    display: none;
  }
}
@media (max-width: 1831px) {
  .hide-in-1831 {
    display: none;
  }
}
@media (max-width: 1832px) {
  .hide-in-1832 {
    display: none;
  }
}
@media (max-width: 1833px) {
  .hide-in-1833 {
    display: none;
  }
}
@media (max-width: 1834px) {
  .hide-in-1834 {
    display: none;
  }
}
@media (max-width: 1835px) {
  .hide-in-1835 {
    display: none;
  }
}
@media (max-width: 1836px) {
  .hide-in-1836 {
    display: none;
  }
}
@media (max-width: 1837px) {
  .hide-in-1837 {
    display: none;
  }
}
@media (max-width: 1838px) {
  .hide-in-1838 {
    display: none;
  }
}
@media (max-width: 1839px) {
  .hide-in-1839 {
    display: none;
  }
}
@media (max-width: 1840px) {
  .hide-in-1840 {
    display: none;
  }
}
@media (max-width: 1841px) {
  .hide-in-1841 {
    display: none;
  }
}
@media (max-width: 1842px) {
  .hide-in-1842 {
    display: none;
  }
}
@media (max-width: 1843px) {
  .hide-in-1843 {
    display: none;
  }
}
@media (max-width: 1844px) {
  .hide-in-1844 {
    display: none;
  }
}
@media (max-width: 1845px) {
  .hide-in-1845 {
    display: none;
  }
}
@media (max-width: 1846px) {
  .hide-in-1846 {
    display: none;
  }
}
@media (max-width: 1847px) {
  .hide-in-1847 {
    display: none;
  }
}
@media (max-width: 1848px) {
  .hide-in-1848 {
    display: none;
  }
}
@media (max-width: 1849px) {
  .hide-in-1849 {
    display: none;
  }
}
@media (max-width: 1850px) {
  .hide-in-1850 {
    display: none;
  }
}
@media (max-width: 1851px) {
  .hide-in-1851 {
    display: none;
  }
}
@media (max-width: 1852px) {
  .hide-in-1852 {
    display: none;
  }
}
@media (max-width: 1853px) {
  .hide-in-1853 {
    display: none;
  }
}
@media (max-width: 1854px) {
  .hide-in-1854 {
    display: none;
  }
}
@media (max-width: 1855px) {
  .hide-in-1855 {
    display: none;
  }
}
@media (max-width: 1856px) {
  .hide-in-1856 {
    display: none;
  }
}
@media (max-width: 1857px) {
  .hide-in-1857 {
    display: none;
  }
}
@media (max-width: 1858px) {
  .hide-in-1858 {
    display: none;
  }
}
@media (max-width: 1859px) {
  .hide-in-1859 {
    display: none;
  }
}
@media (max-width: 1860px) {
  .hide-in-1860 {
    display: none;
  }
}
@media (max-width: 1861px) {
  .hide-in-1861 {
    display: none;
  }
}
@media (max-width: 1862px) {
  .hide-in-1862 {
    display: none;
  }
}
@media (max-width: 1863px) {
  .hide-in-1863 {
    display: none;
  }
}
@media (max-width: 1864px) {
  .hide-in-1864 {
    display: none;
  }
}
@media (max-width: 1865px) {
  .hide-in-1865 {
    display: none;
  }
}
@media (max-width: 1866px) {
  .hide-in-1866 {
    display: none;
  }
}
@media (max-width: 1867px) {
  .hide-in-1867 {
    display: none;
  }
}
@media (max-width: 1868px) {
  .hide-in-1868 {
    display: none;
  }
}
@media (max-width: 1869px) {
  .hide-in-1869 {
    display: none;
  }
}
@media (max-width: 1870px) {
  .hide-in-1870 {
    display: none;
  }
}
@media (max-width: 1871px) {
  .hide-in-1871 {
    display: none;
  }
}
@media (max-width: 1872px) {
  .hide-in-1872 {
    display: none;
  }
}
@media (max-width: 1873px) {
  .hide-in-1873 {
    display: none;
  }
}
@media (max-width: 1874px) {
  .hide-in-1874 {
    display: none;
  }
}
@media (max-width: 1875px) {
  .hide-in-1875 {
    display: none;
  }
}
@media (max-width: 1876px) {
  .hide-in-1876 {
    display: none;
  }
}
@media (max-width: 1877px) {
  .hide-in-1877 {
    display: none;
  }
}
@media (max-width: 1878px) {
  .hide-in-1878 {
    display: none;
  }
}
@media (max-width: 1879px) {
  .hide-in-1879 {
    display: none;
  }
}
@media (max-width: 1880px) {
  .hide-in-1880 {
    display: none;
  }
}
@media (max-width: 1881px) {
  .hide-in-1881 {
    display: none;
  }
}
@media (max-width: 1882px) {
  .hide-in-1882 {
    display: none;
  }
}
@media (max-width: 1883px) {
  .hide-in-1883 {
    display: none;
  }
}
@media (max-width: 1884px) {
  .hide-in-1884 {
    display: none;
  }
}
@media (max-width: 1885px) {
  .hide-in-1885 {
    display: none;
  }
}
@media (max-width: 1886px) {
  .hide-in-1886 {
    display: none;
  }
}
@media (max-width: 1887px) {
  .hide-in-1887 {
    display: none;
  }
}
@media (max-width: 1888px) {
  .hide-in-1888 {
    display: none;
  }
}
@media (max-width: 1889px) {
  .hide-in-1889 {
    display: none;
  }
}
@media (max-width: 1890px) {
  .hide-in-1890 {
    display: none;
  }
}
@media (max-width: 1891px) {
  .hide-in-1891 {
    display: none;
  }
}
@media (max-width: 1892px) {
  .hide-in-1892 {
    display: none;
  }
}
@media (max-width: 1893px) {
  .hide-in-1893 {
    display: none;
  }
}
@media (max-width: 1894px) {
  .hide-in-1894 {
    display: none;
  }
}
@media (max-width: 1895px) {
  .hide-in-1895 {
    display: none;
  }
}
@media (max-width: 1896px) {
  .hide-in-1896 {
    display: none;
  }
}
@media (max-width: 1897px) {
  .hide-in-1897 {
    display: none;
  }
}
@media (max-width: 1898px) {
  .hide-in-1898 {
    display: none;
  }
}
@media (max-width: 1899px) {
  .hide-in-1899 {
    display: none;
  }
}
@media (max-width: 1900px) {
  .hide-in-1900 {
    display: none;
  }
}
@media (max-width: 1901px) {
  .hide-in-1901 {
    display: none;
  }
}
@media (max-width: 1902px) {
  .hide-in-1902 {
    display: none;
  }
}
@media (max-width: 1903px) {
  .hide-in-1903 {
    display: none;
  }
}
@media (max-width: 1904px) {
  .hide-in-1904 {
    display: none;
  }
}
@media (max-width: 1905px) {
  .hide-in-1905 {
    display: none;
  }
}
@media (max-width: 1906px) {
  .hide-in-1906 {
    display: none;
  }
}
@media (max-width: 1907px) {
  .hide-in-1907 {
    display: none;
  }
}
@media (max-width: 1908px) {
  .hide-in-1908 {
    display: none;
  }
}
@media (max-width: 1909px) {
  .hide-in-1909 {
    display: none;
  }
}
@media (max-width: 1910px) {
  .hide-in-1910 {
    display: none;
  }
}
@media (max-width: 1911px) {
  .hide-in-1911 {
    display: none;
  }
}
@media (max-width: 1912px) {
  .hide-in-1912 {
    display: none;
  }
}
@media (max-width: 1913px) {
  .hide-in-1913 {
    display: none;
  }
}
@media (max-width: 1914px) {
  .hide-in-1914 {
    display: none;
  }
}
@media (max-width: 1915px) {
  .hide-in-1915 {
    display: none;
  }
}
@media (max-width: 1916px) {
  .hide-in-1916 {
    display: none;
  }
}
@media (max-width: 1917px) {
  .hide-in-1917 {
    display: none;
  }
}
@media (max-width: 1918px) {
  .hide-in-1918 {
    display: none;
  }
}
@media (max-width: 1919px) {
  .hide-in-1919 {
    display: none;
  }
}
@media (max-width: 1920px) {
  .hide-in-1920 {
    display: none;
  }
}
@media (max-width: 1921px) {
  .hide-in-1921 {
    display: none;
  }
}
@media (max-width: 1922px) {
  .hide-in-1922 {
    display: none;
  }
}
@media (max-width: 1923px) {
  .hide-in-1923 {
    display: none;
  }
}
@media (max-width: 1924px) {
  .hide-in-1924 {
    display: none;
  }
}
@media (max-width: 1925px) {
  .hide-in-1925 {
    display: none;
  }
}
@media (max-width: 1926px) {
  .hide-in-1926 {
    display: none;
  }
}
@media (max-width: 1927px) {
  .hide-in-1927 {
    display: none;
  }
}
@media (max-width: 1928px) {
  .hide-in-1928 {
    display: none;
  }
}
@media (max-width: 1929px) {
  .hide-in-1929 {
    display: none;
  }
}
@media (max-width: 1930px) {
  .hide-in-1930 {
    display: none;
  }
}
@media (max-width: 1931px) {
  .hide-in-1931 {
    display: none;
  }
}
@media (max-width: 1932px) {
  .hide-in-1932 {
    display: none;
  }
}
@media (max-width: 1933px) {
  .hide-in-1933 {
    display: none;
  }
}
@media (max-width: 1934px) {
  .hide-in-1934 {
    display: none;
  }
}
@media (max-width: 1935px) {
  .hide-in-1935 {
    display: none;
  }
}
@media (max-width: 1936px) {
  .hide-in-1936 {
    display: none;
  }
}
@media (max-width: 1937px) {
  .hide-in-1937 {
    display: none;
  }
}
@media (max-width: 1938px) {
  .hide-in-1938 {
    display: none;
  }
}
@media (max-width: 1939px) {
  .hide-in-1939 {
    display: none;
  }
}
@media (max-width: 1940px) {
  .hide-in-1940 {
    display: none;
  }
}
@media (max-width: 1941px) {
  .hide-in-1941 {
    display: none;
  }
}
@media (max-width: 1942px) {
  .hide-in-1942 {
    display: none;
  }
}
@media (max-width: 1943px) {
  .hide-in-1943 {
    display: none;
  }
}
@media (max-width: 1944px) {
  .hide-in-1944 {
    display: none;
  }
}
@media (max-width: 1945px) {
  .hide-in-1945 {
    display: none;
  }
}
@media (max-width: 1946px) {
  .hide-in-1946 {
    display: none;
  }
}
@media (max-width: 1947px) {
  .hide-in-1947 {
    display: none;
  }
}
@media (max-width: 1948px) {
  .hide-in-1948 {
    display: none;
  }
}
@media (max-width: 1949px) {
  .hide-in-1949 {
    display: none;
  }
}
@media (max-width: 1950px) {
  .hide-in-1950 {
    display: none;
  }
}
@media (max-width: 1951px) {
  .hide-in-1951 {
    display: none;
  }
}
@media (max-width: 1952px) {
  .hide-in-1952 {
    display: none;
  }
}
@media (max-width: 1953px) {
  .hide-in-1953 {
    display: none;
  }
}
@media (max-width: 1954px) {
  .hide-in-1954 {
    display: none;
  }
}
@media (max-width: 1955px) {
  .hide-in-1955 {
    display: none;
  }
}
@media (max-width: 1956px) {
  .hide-in-1956 {
    display: none;
  }
}
@media (max-width: 1957px) {
  .hide-in-1957 {
    display: none;
  }
}
@media (max-width: 1958px) {
  .hide-in-1958 {
    display: none;
  }
}
@media (max-width: 1959px) {
  .hide-in-1959 {
    display: none;
  }
}
@media (max-width: 1960px) {
  .hide-in-1960 {
    display: none;
  }
}
@media (max-width: 1961px) {
  .hide-in-1961 {
    display: none;
  }
}
@media (max-width: 1962px) {
  .hide-in-1962 {
    display: none;
  }
}
@media (max-width: 1963px) {
  .hide-in-1963 {
    display: none;
  }
}
@media (max-width: 1964px) {
  .hide-in-1964 {
    display: none;
  }
}
@media (max-width: 1965px) {
  .hide-in-1965 {
    display: none;
  }
}
@media (max-width: 1966px) {
  .hide-in-1966 {
    display: none;
  }
}
@media (max-width: 1967px) {
  .hide-in-1967 {
    display: none;
  }
}
@media (max-width: 1968px) {
  .hide-in-1968 {
    display: none;
  }
}
@media (max-width: 1969px) {
  .hide-in-1969 {
    display: none;
  }
}
@media (max-width: 1970px) {
  .hide-in-1970 {
    display: none;
  }
}
@media (max-width: 1971px) {
  .hide-in-1971 {
    display: none;
  }
}
@media (max-width: 1972px) {
  .hide-in-1972 {
    display: none;
  }
}
@media (max-width: 1973px) {
  .hide-in-1973 {
    display: none;
  }
}
@media (max-width: 1974px) {
  .hide-in-1974 {
    display: none;
  }
}
@media (max-width: 1975px) {
  .hide-in-1975 {
    display: none;
  }
}
@media (max-width: 1976px) {
  .hide-in-1976 {
    display: none;
  }
}
@media (max-width: 1977px) {
  .hide-in-1977 {
    display: none;
  }
}
@media (max-width: 1978px) {
  .hide-in-1978 {
    display: none;
  }
}
@media (max-width: 1979px) {
  .hide-in-1979 {
    display: none;
  }
}
@media (max-width: 1980px) {
  .hide-in-1980 {
    display: none;
  }
}
.w0 {
  width: 0px;
}
.mw0 {
  max-width: 0px;
}
.h0 {
  height: 0px;
}
.mh0 {
  max-height: 0px;
}
.fs0 {
  font-size: 0px;
}
.lh0 {
  line-height: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mr0 {
  margin-right: 0px;
}
.lh0 {
  line-height: 0px;
}
.w1 {
  width: 1px;
}
.mw1 {
  max-width: 1px;
}
.h1 {
  height: 1px;
}
.mh1 {
  max-height: 1px;
}
.fs1 {
  font-size: 1px;
}
.lh1 {
  line-height: 1px;
}
.mt1 {
  margin-top: 1px;
}
.mb1 {
  margin-bottom: 1px;
}
.ml1 {
  margin-left: 1px;
}
.mr1 {
  margin-right: 1px;
}
.lh1 {
  line-height: 1px;
}
.w2 {
  width: 2px;
}
.mw2 {
  max-width: 2px;
}
.h2 {
  height: 2px;
}
.mh2 {
  max-height: 2px;
}
.fs2 {
  font-size: 2px;
}
.lh2 {
  line-height: 2px;
}
.mt2 {
  margin-top: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
.ml2 {
  margin-left: 2px;
}
.mr2 {
  margin-right: 2px;
}
.lh2 {
  line-height: 2px;
}
.w3 {
  width: 3px;
}
.mw3 {
  max-width: 3px;
}
.h3 {
  height: 3px;
}
.mh3 {
  max-height: 3px;
}
.fs3 {
  font-size: 3px;
}
.lh3 {
  line-height: 3px;
}
.mt3 {
  margin-top: 3px;
}
.mb3 {
  margin-bottom: 3px;
}
.ml3 {
  margin-left: 3px;
}
.mr3 {
  margin-right: 3px;
}
.lh3 {
  line-height: 3px;
}
.w4 {
  width: 4px;
}
.mw4 {
  max-width: 4px;
}
.h4 {
  height: 4px;
}
.mh4 {
  max-height: 4px;
}
.fs4 {
  font-size: 4px;
}
.lh4 {
  line-height: 4px;
}
.mt4 {
  margin-top: 4px;
}
.mb4 {
  margin-bottom: 4px;
}
.ml4 {
  margin-left: 4px;
}
.mr4 {
  margin-right: 4px;
}
.lh4 {
  line-height: 4px;
}
.w5 {
  width: 5px;
}
.mw5 {
  max-width: 5px;
}
.h5 {
  height: 5px;
}
.mh5 {
  max-height: 5px;
}
.fs5 {
  font-size: 5px;
}
.lh5 {
  line-height: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.lh5 {
  line-height: 5px;
}
.w6 {
  width: 6px;
}
.mw6 {
  max-width: 6px;
}
.h6 {
  height: 6px;
}
.mh6 {
  max-height: 6px;
}
.fs6 {
  font-size: 6px;
}
.lh6 {
  line-height: 6px;
}
.mt6 {
  margin-top: 6px;
}
.mb6 {
  margin-bottom: 6px;
}
.ml6 {
  margin-left: 6px;
}
.mr6 {
  margin-right: 6px;
}
.lh6 {
  line-height: 6px;
}
.w7 {
  width: 7px;
}
.mw7 {
  max-width: 7px;
}
.h7 {
  height: 7px;
}
.mh7 {
  max-height: 7px;
}
.fs7 {
  font-size: 7px;
}
.lh7 {
  line-height: 7px;
}
.mt7 {
  margin-top: 7px;
}
.mb7 {
  margin-bottom: 7px;
}
.ml7 {
  margin-left: 7px;
}
.mr7 {
  margin-right: 7px;
}
.lh7 {
  line-height: 7px;
}
.w8 {
  width: 8px;
}
.mw8 {
  max-width: 8px;
}
.h8 {
  height: 8px;
}
.mh8 {
  max-height: 8px;
}
.fs8 {
  font-size: 8px;
}
.lh8 {
  line-height: 8px;
}
.mt8 {
  margin-top: 8px;
}
.mb8 {
  margin-bottom: 8px;
}
.ml8 {
  margin-left: 8px;
}
.mr8 {
  margin-right: 8px;
}
.lh8 {
  line-height: 8px;
}
.w9 {
  width: 9px;
}
.mw9 {
  max-width: 9px;
}
.h9 {
  height: 9px;
}
.mh9 {
  max-height: 9px;
}
.fs9 {
  font-size: 9px;
}
.lh9 {
  line-height: 9px;
}
.mt9 {
  margin-top: 9px;
}
.mb9 {
  margin-bottom: 9px;
}
.ml9 {
  margin-left: 9px;
}
.mr9 {
  margin-right: 9px;
}
.lh9 {
  line-height: 9px;
}
.w10 {
  width: 10px;
}
.mw10 {
  max-width: 10px;
}
.h10 {
  height: 10px;
}
.mh10 {
  max-height: 10px;
}
.fs10 {
  font-size: 10px;
}
.lh10 {
  line-height: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.lh10 {
  line-height: 10px;
}
.w11 {
  width: 11px;
}
.mw11 {
  max-width: 11px;
}
.h11 {
  height: 11px;
}
.mh11 {
  max-height: 11px;
}
.fs11 {
  font-size: 11px;
}
.lh11 {
  line-height: 11px;
}
.mt11 {
  margin-top: 11px;
}
.mb11 {
  margin-bottom: 11px;
}
.ml11 {
  margin-left: 11px;
}
.mr11 {
  margin-right: 11px;
}
.lh11 {
  line-height: 11px;
}
.w12 {
  width: 12px;
}
.mw12 {
  max-width: 12px;
}
.h12 {
  height: 12px;
}
.mh12 {
  max-height: 12px;
}
.fs12 {
  font-size: 12px;
}
.lh12 {
  line-height: 12px;
}
.mt12 {
  margin-top: 12px;
}
.mb12 {
  margin-bottom: 12px;
}
.ml12 {
  margin-left: 12px;
}
.mr12 {
  margin-right: 12px;
}
.lh12 {
  line-height: 12px;
}
.w13 {
  width: 13px;
}
.mw13 {
  max-width: 13px;
}
.h13 {
  height: 13px;
}
.mh13 {
  max-height: 13px;
}
.fs13 {
  font-size: 13px;
}
.lh13 {
  line-height: 13px;
}
.mt13 {
  margin-top: 13px;
}
.mb13 {
  margin-bottom: 13px;
}
.ml13 {
  margin-left: 13px;
}
.mr13 {
  margin-right: 13px;
}
.lh13 {
  line-height: 13px;
}
.w14 {
  width: 14px;
}
.mw14 {
  max-width: 14px;
}
.h14 {
  height: 14px;
}
.mh14 {
  max-height: 14px;
}
.fs14 {
  font-size: 14px;
}
.lh14 {
  line-height: 14px;
}
.mt14 {
  margin-top: 14px;
}
.mb14 {
  margin-bottom: 14px;
}
.ml14 {
  margin-left: 14px;
}
.mr14 {
  margin-right: 14px;
}
.lh14 {
  line-height: 14px;
}
.w15 {
  width: 15px;
}
.mw15 {
  max-width: 15px;
}
.h15 {
  height: 15px;
}
.mh15 {
  max-height: 15px;
}
.fs15 {
  font-size: 15px;
}
.lh15 {
  line-height: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.lh15 {
  line-height: 15px;
}
.w16 {
  width: 16px;
}
.mw16 {
  max-width: 16px;
}
.h16 {
  height: 16px;
}
.mh16 {
  max-height: 16px;
}
.fs16 {
  font-size: 16px;
}
.lh16 {
  line-height: 16px;
}
.mt16 {
  margin-top: 16px;
}
.mb16 {
  margin-bottom: 16px;
}
.ml16 {
  margin-left: 16px;
}
.mr16 {
  margin-right: 16px;
}
.lh16 {
  line-height: 16px;
}
.w17 {
  width: 17px;
}
.mw17 {
  max-width: 17px;
}
.h17 {
  height: 17px;
}
.mh17 {
  max-height: 17px;
}
.fs17 {
  font-size: 17px;
}
.lh17 {
  line-height: 17px;
}
.mt17 {
  margin-top: 17px;
}
.mb17 {
  margin-bottom: 17px;
}
.ml17 {
  margin-left: 17px;
}
.mr17 {
  margin-right: 17px;
}
.lh17 {
  line-height: 17px;
}
.w18 {
  width: 18px;
}
.mw18 {
  max-width: 18px;
}
.h18 {
  height: 18px;
}
.mh18 {
  max-height: 18px;
}
.fs18 {
  font-size: 18px;
}
.lh18 {
  line-height: 18px;
}
.mt18 {
  margin-top: 18px;
}
.mb18 {
  margin-bottom: 18px;
}
.ml18 {
  margin-left: 18px;
}
.mr18 {
  margin-right: 18px;
}
.lh18 {
  line-height: 18px;
}
.w19 {
  width: 19px;
}
.mw19 {
  max-width: 19px;
}
.h19 {
  height: 19px;
}
.mh19 {
  max-height: 19px;
}
.fs19 {
  font-size: 19px;
}
.lh19 {
  line-height: 19px;
}
.mt19 {
  margin-top: 19px;
}
.mb19 {
  margin-bottom: 19px;
}
.ml19 {
  margin-left: 19px;
}
.mr19 {
  margin-right: 19px;
}
.lh19 {
  line-height: 19px;
}
.w20 {
  width: 20px;
}
.mw20 {
  max-width: 20px;
}
.h20 {
  height: 20px;
}
.mh20 {
  max-height: 20px;
}
.fs20 {
  font-size: 20px;
}
.lh20 {
  line-height: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.lh20 {
  line-height: 20px;
}
.w21 {
  width: 21px;
}
.mw21 {
  max-width: 21px;
}
.h21 {
  height: 21px;
}
.mh21 {
  max-height: 21px;
}
.fs21 {
  font-size: 21px;
}
.lh21 {
  line-height: 21px;
}
.mt21 {
  margin-top: 21px;
}
.mb21 {
  margin-bottom: 21px;
}
.ml21 {
  margin-left: 21px;
}
.mr21 {
  margin-right: 21px;
}
.lh21 {
  line-height: 21px;
}
.w22 {
  width: 22px;
}
.mw22 {
  max-width: 22px;
}
.h22 {
  height: 22px;
}
.mh22 {
  max-height: 22px;
}
.fs22 {
  font-size: 22px;
}
.lh22 {
  line-height: 22px;
}
.mt22 {
  margin-top: 22px;
}
.mb22 {
  margin-bottom: 22px;
}
.ml22 {
  margin-left: 22px;
}
.mr22 {
  margin-right: 22px;
}
.lh22 {
  line-height: 22px;
}
.w23 {
  width: 23px;
}
.mw23 {
  max-width: 23px;
}
.h23 {
  height: 23px;
}
.mh23 {
  max-height: 23px;
}
.fs23 {
  font-size: 23px;
}
.lh23 {
  line-height: 23px;
}
.mt23 {
  margin-top: 23px;
}
.mb23 {
  margin-bottom: 23px;
}
.ml23 {
  margin-left: 23px;
}
.mr23 {
  margin-right: 23px;
}
.lh23 {
  line-height: 23px;
}
.w24 {
  width: 24px;
}
.mw24 {
  max-width: 24px;
}
.h24 {
  height: 24px;
}
.mh24 {
  max-height: 24px;
}
.fs24 {
  font-size: 24px;
}
.lh24 {
  line-height: 24px;
}
.mt24 {
  margin-top: 24px;
}
.mb24 {
  margin-bottom: 24px;
}
.ml24 {
  margin-left: 24px;
}
.mr24 {
  margin-right: 24px;
}
.lh24 {
  line-height: 24px;
}
.w25 {
  width: 25px;
}
.mw25 {
  max-width: 25px;
}
.h25 {
  height: 25px;
}
.mh25 {
  max-height: 25px;
}
.fs25 {
  font-size: 25px;
}
.lh25 {
  line-height: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.lh25 {
  line-height: 25px;
}
.w26 {
  width: 26px;
}
.mw26 {
  max-width: 26px;
}
.h26 {
  height: 26px;
}
.mh26 {
  max-height: 26px;
}
.fs26 {
  font-size: 26px;
}
.lh26 {
  line-height: 26px;
}
.mt26 {
  margin-top: 26px;
}
.mb26 {
  margin-bottom: 26px;
}
.ml26 {
  margin-left: 26px;
}
.mr26 {
  margin-right: 26px;
}
.lh26 {
  line-height: 26px;
}
.w27 {
  width: 27px;
}
.mw27 {
  max-width: 27px;
}
.h27 {
  height: 27px;
}
.mh27 {
  max-height: 27px;
}
.fs27 {
  font-size: 27px;
}
.lh27 {
  line-height: 27px;
}
.mt27 {
  margin-top: 27px;
}
.mb27 {
  margin-bottom: 27px;
}
.ml27 {
  margin-left: 27px;
}
.mr27 {
  margin-right: 27px;
}
.lh27 {
  line-height: 27px;
}
.w28 {
  width: 28px;
}
.mw28 {
  max-width: 28px;
}
.h28 {
  height: 28px;
}
.mh28 {
  max-height: 28px;
}
.fs28 {
  font-size: 28px;
}
.lh28 {
  line-height: 28px;
}
.mt28 {
  margin-top: 28px;
}
.mb28 {
  margin-bottom: 28px;
}
.ml28 {
  margin-left: 28px;
}
.mr28 {
  margin-right: 28px;
}
.lh28 {
  line-height: 28px;
}
.w29 {
  width: 29px;
}
.mw29 {
  max-width: 29px;
}
.h29 {
  height: 29px;
}
.mh29 {
  max-height: 29px;
}
.fs29 {
  font-size: 29px;
}
.lh29 {
  line-height: 29px;
}
.mt29 {
  margin-top: 29px;
}
.mb29 {
  margin-bottom: 29px;
}
.ml29 {
  margin-left: 29px;
}
.mr29 {
  margin-right: 29px;
}
.lh29 {
  line-height: 29px;
}
.w30 {
  width: 30px;
}
.mw30 {
  max-width: 30px;
}
.h30 {
  height: 30px;
}
.mh30 {
  max-height: 30px;
}
.fs30 {
  font-size: 30px;
}
.lh30 {
  line-height: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.lh30 {
  line-height: 30px;
}
.w31 {
  width: 31px;
}
.mw31 {
  max-width: 31px;
}
.h31 {
  height: 31px;
}
.mh31 {
  max-height: 31px;
}
.fs31 {
  font-size: 31px;
}
.lh31 {
  line-height: 31px;
}
.mt31 {
  margin-top: 31px;
}
.mb31 {
  margin-bottom: 31px;
}
.ml31 {
  margin-left: 31px;
}
.mr31 {
  margin-right: 31px;
}
.lh31 {
  line-height: 31px;
}
.w32 {
  width: 32px;
}
.mw32 {
  max-width: 32px;
}
.h32 {
  height: 32px;
}
.mh32 {
  max-height: 32px;
}
.fs32 {
  font-size: 32px;
}
.lh32 {
  line-height: 32px;
}
.mt32 {
  margin-top: 32px;
}
.mb32 {
  margin-bottom: 32px;
}
.ml32 {
  margin-left: 32px;
}
.mr32 {
  margin-right: 32px;
}
.lh32 {
  line-height: 32px;
}
.w33 {
  width: 33px;
}
.mw33 {
  max-width: 33px;
}
.h33 {
  height: 33px;
}
.mh33 {
  max-height: 33px;
}
.fs33 {
  font-size: 33px;
}
.lh33 {
  line-height: 33px;
}
.mt33 {
  margin-top: 33px;
}
.mb33 {
  margin-bottom: 33px;
}
.ml33 {
  margin-left: 33px;
}
.mr33 {
  margin-right: 33px;
}
.lh33 {
  line-height: 33px;
}
.w34 {
  width: 34px;
}
.mw34 {
  max-width: 34px;
}
.h34 {
  height: 34px;
}
.mh34 {
  max-height: 34px;
}
.fs34 {
  font-size: 34px;
}
.lh34 {
  line-height: 34px;
}
.mt34 {
  margin-top: 34px;
}
.mb34 {
  margin-bottom: 34px;
}
.ml34 {
  margin-left: 34px;
}
.mr34 {
  margin-right: 34px;
}
.lh34 {
  line-height: 34px;
}
.w35 {
  width: 35px;
}
.mw35 {
  max-width: 35px;
}
.h35 {
  height: 35px;
}
.mh35 {
  max-height: 35px;
}
.fs35 {
  font-size: 35px;
}
.lh35 {
  line-height: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.mr35 {
  margin-right: 35px;
}
.lh35 {
  line-height: 35px;
}
.w36 {
  width: 36px;
}
.mw36 {
  max-width: 36px;
}
.h36 {
  height: 36px;
}
.mh36 {
  max-height: 36px;
}
.fs36 {
  font-size: 36px;
}
.lh36 {
  line-height: 36px;
}
.mt36 {
  margin-top: 36px;
}
.mb36 {
  margin-bottom: 36px;
}
.ml36 {
  margin-left: 36px;
}
.mr36 {
  margin-right: 36px;
}
.lh36 {
  line-height: 36px;
}
.w37 {
  width: 37px;
}
.mw37 {
  max-width: 37px;
}
.h37 {
  height: 37px;
}
.mh37 {
  max-height: 37px;
}
.fs37 {
  font-size: 37px;
}
.lh37 {
  line-height: 37px;
}
.mt37 {
  margin-top: 37px;
}
.mb37 {
  margin-bottom: 37px;
}
.ml37 {
  margin-left: 37px;
}
.mr37 {
  margin-right: 37px;
}
.lh37 {
  line-height: 37px;
}
.w38 {
  width: 38px;
}
.mw38 {
  max-width: 38px;
}
.h38 {
  height: 38px;
}
.mh38 {
  max-height: 38px;
}
.fs38 {
  font-size: 38px;
}
.lh38 {
  line-height: 38px;
}
.mt38 {
  margin-top: 38px;
}
.mb38 {
  margin-bottom: 38px;
}
.ml38 {
  margin-left: 38px;
}
.mr38 {
  margin-right: 38px;
}
.lh38 {
  line-height: 38px;
}
.w39 {
  width: 39px;
}
.mw39 {
  max-width: 39px;
}
.h39 {
  height: 39px;
}
.mh39 {
  max-height: 39px;
}
.fs39 {
  font-size: 39px;
}
.lh39 {
  line-height: 39px;
}
.mt39 {
  margin-top: 39px;
}
.mb39 {
  margin-bottom: 39px;
}
.ml39 {
  margin-left: 39px;
}
.mr39 {
  margin-right: 39px;
}
.lh39 {
  line-height: 39px;
}
.w40 {
  width: 40px;
}
.mw40 {
  max-width: 40px;
}
.h40 {
  height: 40px;
}
.mh40 {
  max-height: 40px;
}
.fs40 {
  font-size: 40px;
}
.lh40 {
  line-height: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.lh40 {
  line-height: 40px;
}
.w41 {
  width: 41px;
}
.mw41 {
  max-width: 41px;
}
.h41 {
  height: 41px;
}
.mh41 {
  max-height: 41px;
}
.fs41 {
  font-size: 41px;
}
.lh41 {
  line-height: 41px;
}
.mt41 {
  margin-top: 41px;
}
.mb41 {
  margin-bottom: 41px;
}
.ml41 {
  margin-left: 41px;
}
.mr41 {
  margin-right: 41px;
}
.lh41 {
  line-height: 41px;
}
.w42 {
  width: 42px;
}
.mw42 {
  max-width: 42px;
}
.h42 {
  height: 42px;
}
.mh42 {
  max-height: 42px;
}
.fs42 {
  font-size: 42px;
}
.lh42 {
  line-height: 42px;
}
.mt42 {
  margin-top: 42px;
}
.mb42 {
  margin-bottom: 42px;
}
.ml42 {
  margin-left: 42px;
}
.mr42 {
  margin-right: 42px;
}
.lh42 {
  line-height: 42px;
}
.w43 {
  width: 43px;
}
.mw43 {
  max-width: 43px;
}
.h43 {
  height: 43px;
}
.mh43 {
  max-height: 43px;
}
.fs43 {
  font-size: 43px;
}
.lh43 {
  line-height: 43px;
}
.mt43 {
  margin-top: 43px;
}
.mb43 {
  margin-bottom: 43px;
}
.ml43 {
  margin-left: 43px;
}
.mr43 {
  margin-right: 43px;
}
.lh43 {
  line-height: 43px;
}
.w44 {
  width: 44px;
}
.mw44 {
  max-width: 44px;
}
.h44 {
  height: 44px;
}
.mh44 {
  max-height: 44px;
}
.fs44 {
  font-size: 44px;
}
.lh44 {
  line-height: 44px;
}
.mt44 {
  margin-top: 44px;
}
.mb44 {
  margin-bottom: 44px;
}
.ml44 {
  margin-left: 44px;
}
.mr44 {
  margin-right: 44px;
}
.lh44 {
  line-height: 44px;
}
.w45 {
  width: 45px;
}
.mw45 {
  max-width: 45px;
}
.h45 {
  height: 45px;
}
.mh45 {
  max-height: 45px;
}
.fs45 {
  font-size: 45px;
}
.lh45 {
  line-height: 45px;
}
.mt45 {
  margin-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.mr45 {
  margin-right: 45px;
}
.lh45 {
  line-height: 45px;
}
.w46 {
  width: 46px;
}
.mw46 {
  max-width: 46px;
}
.h46 {
  height: 46px;
}
.mh46 {
  max-height: 46px;
}
.fs46 {
  font-size: 46px;
}
.lh46 {
  line-height: 46px;
}
.mt46 {
  margin-top: 46px;
}
.mb46 {
  margin-bottom: 46px;
}
.ml46 {
  margin-left: 46px;
}
.mr46 {
  margin-right: 46px;
}
.lh46 {
  line-height: 46px;
}
.w47 {
  width: 47px;
}
.mw47 {
  max-width: 47px;
}
.h47 {
  height: 47px;
}
.mh47 {
  max-height: 47px;
}
.fs47 {
  font-size: 47px;
}
.lh47 {
  line-height: 47px;
}
.mt47 {
  margin-top: 47px;
}
.mb47 {
  margin-bottom: 47px;
}
.ml47 {
  margin-left: 47px;
}
.mr47 {
  margin-right: 47px;
}
.lh47 {
  line-height: 47px;
}
.w48 {
  width: 48px;
}
.mw48 {
  max-width: 48px;
}
.h48 {
  height: 48px;
}
.mh48 {
  max-height: 48px;
}
.fs48 {
  font-size: 48px;
}
.lh48 {
  line-height: 48px;
}
.mt48 {
  margin-top: 48px;
}
.mb48 {
  margin-bottom: 48px;
}
.ml48 {
  margin-left: 48px;
}
.mr48 {
  margin-right: 48px;
}
.lh48 {
  line-height: 48px;
}
.w49 {
  width: 49px;
}
.mw49 {
  max-width: 49px;
}
.h49 {
  height: 49px;
}
.mh49 {
  max-height: 49px;
}
.fs49 {
  font-size: 49px;
}
.lh49 {
  line-height: 49px;
}
.mt49 {
  margin-top: 49px;
}
.mb49 {
  margin-bottom: 49px;
}
.ml49 {
  margin-left: 49px;
}
.mr49 {
  margin-right: 49px;
}
.lh49 {
  line-height: 49px;
}
.w50 {
  width: 50px;
}
.mw50 {
  max-width: 50px;
}
.h50 {
  height: 50px;
}
.mh50 {
  max-height: 50px;
}
.fs50 {
  font-size: 50px;
}
.lh50 {
  line-height: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.lh50 {
  line-height: 50px;
}
.w51 {
  width: 51px;
}
.mw51 {
  max-width: 51px;
}
.h51 {
  height: 51px;
}
.mh51 {
  max-height: 51px;
}
.fs51 {
  font-size: 51px;
}
.lh51 {
  line-height: 51px;
}
.mt51 {
  margin-top: 51px;
}
.mb51 {
  margin-bottom: 51px;
}
.ml51 {
  margin-left: 51px;
}
.mr51 {
  margin-right: 51px;
}
.lh51 {
  line-height: 51px;
}
.w52 {
  width: 52px;
}
.mw52 {
  max-width: 52px;
}
.h52 {
  height: 52px;
}
.mh52 {
  max-height: 52px;
}
.fs52 {
  font-size: 52px;
}
.lh52 {
  line-height: 52px;
}
.mt52 {
  margin-top: 52px;
}
.mb52 {
  margin-bottom: 52px;
}
.ml52 {
  margin-left: 52px;
}
.mr52 {
  margin-right: 52px;
}
.lh52 {
  line-height: 52px;
}
.w53 {
  width: 53px;
}
.mw53 {
  max-width: 53px;
}
.h53 {
  height: 53px;
}
.mh53 {
  max-height: 53px;
}
.fs53 {
  font-size: 53px;
}
.lh53 {
  line-height: 53px;
}
.mt53 {
  margin-top: 53px;
}
.mb53 {
  margin-bottom: 53px;
}
.ml53 {
  margin-left: 53px;
}
.mr53 {
  margin-right: 53px;
}
.lh53 {
  line-height: 53px;
}
.w54 {
  width: 54px;
}
.mw54 {
  max-width: 54px;
}
.h54 {
  height: 54px;
}
.mh54 {
  max-height: 54px;
}
.fs54 {
  font-size: 54px;
}
.lh54 {
  line-height: 54px;
}
.mt54 {
  margin-top: 54px;
}
.mb54 {
  margin-bottom: 54px;
}
.ml54 {
  margin-left: 54px;
}
.mr54 {
  margin-right: 54px;
}
.lh54 {
  line-height: 54px;
}
.w55 {
  width: 55px;
}
.mw55 {
  max-width: 55px;
}
.h55 {
  height: 55px;
}
.mh55 {
  max-height: 55px;
}
.fs55 {
  font-size: 55px;
}
.lh55 {
  line-height: 55px;
}
.mt55 {
  margin-top: 55px;
}
.mb55 {
  margin-bottom: 55px;
}
.ml55 {
  margin-left: 55px;
}
.mr55 {
  margin-right: 55px;
}
.lh55 {
  line-height: 55px;
}
.w56 {
  width: 56px;
}
.mw56 {
  max-width: 56px;
}
.h56 {
  height: 56px;
}
.mh56 {
  max-height: 56px;
}
.fs56 {
  font-size: 56px;
}
.lh56 {
  line-height: 56px;
}
.mt56 {
  margin-top: 56px;
}
.mb56 {
  margin-bottom: 56px;
}
.ml56 {
  margin-left: 56px;
}
.mr56 {
  margin-right: 56px;
}
.lh56 {
  line-height: 56px;
}
.w57 {
  width: 57px;
}
.mw57 {
  max-width: 57px;
}
.h57 {
  height: 57px;
}
.mh57 {
  max-height: 57px;
}
.fs57 {
  font-size: 57px;
}
.lh57 {
  line-height: 57px;
}
.mt57 {
  margin-top: 57px;
}
.mb57 {
  margin-bottom: 57px;
}
.ml57 {
  margin-left: 57px;
}
.mr57 {
  margin-right: 57px;
}
.lh57 {
  line-height: 57px;
}
.w58 {
  width: 58px;
}
.mw58 {
  max-width: 58px;
}
.h58 {
  height: 58px;
}
.mh58 {
  max-height: 58px;
}
.fs58 {
  font-size: 58px;
}
.lh58 {
  line-height: 58px;
}
.mt58 {
  margin-top: 58px;
}
.mb58 {
  margin-bottom: 58px;
}
.ml58 {
  margin-left: 58px;
}
.mr58 {
  margin-right: 58px;
}
.lh58 {
  line-height: 58px;
}
.w59 {
  width: 59px;
}
.mw59 {
  max-width: 59px;
}
.h59 {
  height: 59px;
}
.mh59 {
  max-height: 59px;
}
.fs59 {
  font-size: 59px;
}
.lh59 {
  line-height: 59px;
}
.mt59 {
  margin-top: 59px;
}
.mb59 {
  margin-bottom: 59px;
}
.ml59 {
  margin-left: 59px;
}
.mr59 {
  margin-right: 59px;
}
.lh59 {
  line-height: 59px;
}
.w60 {
  width: 60px;
}
.mw60 {
  max-width: 60px;
}
.h60 {
  height: 60px;
}
.mh60 {
  max-height: 60px;
}
.fs60 {
  font-size: 60px;
}
.lh60 {
  line-height: 60px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml60 {
  margin-left: 60px;
}
.mr60 {
  margin-right: 60px;
}
.lh60 {
  line-height: 60px;
}
.w61 {
  width: 61px;
}
.mw61 {
  max-width: 61px;
}
.h61 {
  height: 61px;
}
.mh61 {
  max-height: 61px;
}
.fs61 {
  font-size: 61px;
}
.lh61 {
  line-height: 61px;
}
.mt61 {
  margin-top: 61px;
}
.mb61 {
  margin-bottom: 61px;
}
.ml61 {
  margin-left: 61px;
}
.mr61 {
  margin-right: 61px;
}
.lh61 {
  line-height: 61px;
}
.w62 {
  width: 62px;
}
.mw62 {
  max-width: 62px;
}
.h62 {
  height: 62px;
}
.mh62 {
  max-height: 62px;
}
.fs62 {
  font-size: 62px;
}
.lh62 {
  line-height: 62px;
}
.mt62 {
  margin-top: 62px;
}
.mb62 {
  margin-bottom: 62px;
}
.ml62 {
  margin-left: 62px;
}
.mr62 {
  margin-right: 62px;
}
.lh62 {
  line-height: 62px;
}
.w63 {
  width: 63px;
}
.mw63 {
  max-width: 63px;
}
.h63 {
  height: 63px;
}
.mh63 {
  max-height: 63px;
}
.fs63 {
  font-size: 63px;
}
.lh63 {
  line-height: 63px;
}
.mt63 {
  margin-top: 63px;
}
.mb63 {
  margin-bottom: 63px;
}
.ml63 {
  margin-left: 63px;
}
.mr63 {
  margin-right: 63px;
}
.lh63 {
  line-height: 63px;
}
.w64 {
  width: 64px;
}
.mw64 {
  max-width: 64px;
}
.h64 {
  height: 64px;
}
.mh64 {
  max-height: 64px;
}
.fs64 {
  font-size: 64px;
}
.lh64 {
  line-height: 64px;
}
.mt64 {
  margin-top: 64px;
}
.mb64 {
  margin-bottom: 64px;
}
.ml64 {
  margin-left: 64px;
}
.mr64 {
  margin-right: 64px;
}
.lh64 {
  line-height: 64px;
}
.w65 {
  width: 65px;
}
.mw65 {
  max-width: 65px;
}
.h65 {
  height: 65px;
}
.mh65 {
  max-height: 65px;
}
.fs65 {
  font-size: 65px;
}
.lh65 {
  line-height: 65px;
}
.mt65 {
  margin-top: 65px;
}
.mb65 {
  margin-bottom: 65px;
}
.ml65 {
  margin-left: 65px;
}
.mr65 {
  margin-right: 65px;
}
.lh65 {
  line-height: 65px;
}
.w66 {
  width: 66px;
}
.mw66 {
  max-width: 66px;
}
.h66 {
  height: 66px;
}
.mh66 {
  max-height: 66px;
}
.fs66 {
  font-size: 66px;
}
.lh66 {
  line-height: 66px;
}
.mt66 {
  margin-top: 66px;
}
.mb66 {
  margin-bottom: 66px;
}
.ml66 {
  margin-left: 66px;
}
.mr66 {
  margin-right: 66px;
}
.lh66 {
  line-height: 66px;
}
.w67 {
  width: 67px;
}
.mw67 {
  max-width: 67px;
}
.h67 {
  height: 67px;
}
.mh67 {
  max-height: 67px;
}
.fs67 {
  font-size: 67px;
}
.lh67 {
  line-height: 67px;
}
.mt67 {
  margin-top: 67px;
}
.mb67 {
  margin-bottom: 67px;
}
.ml67 {
  margin-left: 67px;
}
.mr67 {
  margin-right: 67px;
}
.lh67 {
  line-height: 67px;
}
.w68 {
  width: 68px;
}
.mw68 {
  max-width: 68px;
}
.h68 {
  height: 68px;
}
.mh68 {
  max-height: 68px;
}
.fs68 {
  font-size: 68px;
}
.lh68 {
  line-height: 68px;
}
.mt68 {
  margin-top: 68px;
}
.mb68 {
  margin-bottom: 68px;
}
.ml68 {
  margin-left: 68px;
}
.mr68 {
  margin-right: 68px;
}
.lh68 {
  line-height: 68px;
}
.w69 {
  width: 69px;
}
.mw69 {
  max-width: 69px;
}
.h69 {
  height: 69px;
}
.mh69 {
  max-height: 69px;
}
.fs69 {
  font-size: 69px;
}
.lh69 {
  line-height: 69px;
}
.mt69 {
  margin-top: 69px;
}
.mb69 {
  margin-bottom: 69px;
}
.ml69 {
  margin-left: 69px;
}
.mr69 {
  margin-right: 69px;
}
.lh69 {
  line-height: 69px;
}
.w70 {
  width: 70px;
}
.mw70 {
  max-width: 70px;
}
.h70 {
  height: 70px;
}
.mh70 {
  max-height: 70px;
}
.fs70 {
  font-size: 70px;
}
.lh70 {
  line-height: 70px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.ml70 {
  margin-left: 70px;
}
.mr70 {
  margin-right: 70px;
}
.lh70 {
  line-height: 70px;
}
.w71 {
  width: 71px;
}
.mw71 {
  max-width: 71px;
}
.h71 {
  height: 71px;
}
.mh71 {
  max-height: 71px;
}
.fs71 {
  font-size: 71px;
}
.lh71 {
  line-height: 71px;
}
.mt71 {
  margin-top: 71px;
}
.mb71 {
  margin-bottom: 71px;
}
.ml71 {
  margin-left: 71px;
}
.mr71 {
  margin-right: 71px;
}
.lh71 {
  line-height: 71px;
}
.w72 {
  width: 72px;
}
.mw72 {
  max-width: 72px;
}
.h72 {
  height: 72px;
}
.mh72 {
  max-height: 72px;
}
.fs72 {
  font-size: 72px;
}
.lh72 {
  line-height: 72px;
}
.mt72 {
  margin-top: 72px;
}
.mb72 {
  margin-bottom: 72px;
}
.ml72 {
  margin-left: 72px;
}
.mr72 {
  margin-right: 72px;
}
.lh72 {
  line-height: 72px;
}
.w73 {
  width: 73px;
}
.mw73 {
  max-width: 73px;
}
.h73 {
  height: 73px;
}
.mh73 {
  max-height: 73px;
}
.fs73 {
  font-size: 73px;
}
.lh73 {
  line-height: 73px;
}
.mt73 {
  margin-top: 73px;
}
.mb73 {
  margin-bottom: 73px;
}
.ml73 {
  margin-left: 73px;
}
.mr73 {
  margin-right: 73px;
}
.lh73 {
  line-height: 73px;
}
.w74 {
  width: 74px;
}
.mw74 {
  max-width: 74px;
}
.h74 {
  height: 74px;
}
.mh74 {
  max-height: 74px;
}
.fs74 {
  font-size: 74px;
}
.lh74 {
  line-height: 74px;
}
.mt74 {
  margin-top: 74px;
}
.mb74 {
  margin-bottom: 74px;
}
.ml74 {
  margin-left: 74px;
}
.mr74 {
  margin-right: 74px;
}
.lh74 {
  line-height: 74px;
}
.w75 {
  width: 75px;
}
.mw75 {
  max-width: 75px;
}
.h75 {
  height: 75px;
}
.mh75 {
  max-height: 75px;
}
.fs75 {
  font-size: 75px;
}
.lh75 {
  line-height: 75px;
}
.mt75 {
  margin-top: 75px;
}
.mb75 {
  margin-bottom: 75px;
}
.ml75 {
  margin-left: 75px;
}
.mr75 {
  margin-right: 75px;
}
.lh75 {
  line-height: 75px;
}
.w76 {
  width: 76px;
}
.mw76 {
  max-width: 76px;
}
.h76 {
  height: 76px;
}
.mh76 {
  max-height: 76px;
}
.fs76 {
  font-size: 76px;
}
.lh76 {
  line-height: 76px;
}
.mt76 {
  margin-top: 76px;
}
.mb76 {
  margin-bottom: 76px;
}
.ml76 {
  margin-left: 76px;
}
.mr76 {
  margin-right: 76px;
}
.lh76 {
  line-height: 76px;
}
.w77 {
  width: 77px;
}
.mw77 {
  max-width: 77px;
}
.h77 {
  height: 77px;
}
.mh77 {
  max-height: 77px;
}
.fs77 {
  font-size: 77px;
}
.lh77 {
  line-height: 77px;
}
.mt77 {
  margin-top: 77px;
}
.mb77 {
  margin-bottom: 77px;
}
.ml77 {
  margin-left: 77px;
}
.mr77 {
  margin-right: 77px;
}
.lh77 {
  line-height: 77px;
}
.w78 {
  width: 78px;
}
.mw78 {
  max-width: 78px;
}
.h78 {
  height: 78px;
}
.mh78 {
  max-height: 78px;
}
.fs78 {
  font-size: 78px;
}
.lh78 {
  line-height: 78px;
}
.mt78 {
  margin-top: 78px;
}
.mb78 {
  margin-bottom: 78px;
}
.ml78 {
  margin-left: 78px;
}
.mr78 {
  margin-right: 78px;
}
.lh78 {
  line-height: 78px;
}
.w79 {
  width: 79px;
}
.mw79 {
  max-width: 79px;
}
.h79 {
  height: 79px;
}
.mh79 {
  max-height: 79px;
}
.fs79 {
  font-size: 79px;
}
.lh79 {
  line-height: 79px;
}
.mt79 {
  margin-top: 79px;
}
.mb79 {
  margin-bottom: 79px;
}
.ml79 {
  margin-left: 79px;
}
.mr79 {
  margin-right: 79px;
}
.lh79 {
  line-height: 79px;
}
.w80 {
  width: 80px;
}
.mw80 {
  max-width: 80px;
}
.h80 {
  height: 80px;
}
.mh80 {
  max-height: 80px;
}
.fs80 {
  font-size: 80px;
}
.lh80 {
  line-height: 80px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml80 {
  margin-left: 80px;
}
.mr80 {
  margin-right: 80px;
}
.lh80 {
  line-height: 80px;
}
.w81 {
  width: 81px;
}
.mw81 {
  max-width: 81px;
}
.h81 {
  height: 81px;
}
.mh81 {
  max-height: 81px;
}
.fs81 {
  font-size: 81px;
}
.lh81 {
  line-height: 81px;
}
.mt81 {
  margin-top: 81px;
}
.mb81 {
  margin-bottom: 81px;
}
.ml81 {
  margin-left: 81px;
}
.mr81 {
  margin-right: 81px;
}
.lh81 {
  line-height: 81px;
}
.w82 {
  width: 82px;
}
.mw82 {
  max-width: 82px;
}
.h82 {
  height: 82px;
}
.mh82 {
  max-height: 82px;
}
.fs82 {
  font-size: 82px;
}
.lh82 {
  line-height: 82px;
}
.mt82 {
  margin-top: 82px;
}
.mb82 {
  margin-bottom: 82px;
}
.ml82 {
  margin-left: 82px;
}
.mr82 {
  margin-right: 82px;
}
.lh82 {
  line-height: 82px;
}
.w83 {
  width: 83px;
}
.mw83 {
  max-width: 83px;
}
.h83 {
  height: 83px;
}
.mh83 {
  max-height: 83px;
}
.fs83 {
  font-size: 83px;
}
.lh83 {
  line-height: 83px;
}
.mt83 {
  margin-top: 83px;
}
.mb83 {
  margin-bottom: 83px;
}
.ml83 {
  margin-left: 83px;
}
.mr83 {
  margin-right: 83px;
}
.lh83 {
  line-height: 83px;
}
.w84 {
  width: 84px;
}
.mw84 {
  max-width: 84px;
}
.h84 {
  height: 84px;
}
.mh84 {
  max-height: 84px;
}
.fs84 {
  font-size: 84px;
}
.lh84 {
  line-height: 84px;
}
.mt84 {
  margin-top: 84px;
}
.mb84 {
  margin-bottom: 84px;
}
.ml84 {
  margin-left: 84px;
}
.mr84 {
  margin-right: 84px;
}
.lh84 {
  line-height: 84px;
}
.w85 {
  width: 85px;
}
.mw85 {
  max-width: 85px;
}
.h85 {
  height: 85px;
}
.mh85 {
  max-height: 85px;
}
.fs85 {
  font-size: 85px;
}
.lh85 {
  line-height: 85px;
}
.mt85 {
  margin-top: 85px;
}
.mb85 {
  margin-bottom: 85px;
}
.ml85 {
  margin-left: 85px;
}
.mr85 {
  margin-right: 85px;
}
.lh85 {
  line-height: 85px;
}
.w86 {
  width: 86px;
}
.mw86 {
  max-width: 86px;
}
.h86 {
  height: 86px;
}
.mh86 {
  max-height: 86px;
}
.fs86 {
  font-size: 86px;
}
.lh86 {
  line-height: 86px;
}
.mt86 {
  margin-top: 86px;
}
.mb86 {
  margin-bottom: 86px;
}
.ml86 {
  margin-left: 86px;
}
.mr86 {
  margin-right: 86px;
}
.lh86 {
  line-height: 86px;
}
.w87 {
  width: 87px;
}
.mw87 {
  max-width: 87px;
}
.h87 {
  height: 87px;
}
.mh87 {
  max-height: 87px;
}
.fs87 {
  font-size: 87px;
}
.lh87 {
  line-height: 87px;
}
.mt87 {
  margin-top: 87px;
}
.mb87 {
  margin-bottom: 87px;
}
.ml87 {
  margin-left: 87px;
}
.mr87 {
  margin-right: 87px;
}
.lh87 {
  line-height: 87px;
}
.w88 {
  width: 88px;
}
.mw88 {
  max-width: 88px;
}
.h88 {
  height: 88px;
}
.mh88 {
  max-height: 88px;
}
.fs88 {
  font-size: 88px;
}
.lh88 {
  line-height: 88px;
}
.mt88 {
  margin-top: 88px;
}
.mb88 {
  margin-bottom: 88px;
}
.ml88 {
  margin-left: 88px;
}
.mr88 {
  margin-right: 88px;
}
.lh88 {
  line-height: 88px;
}
.w89 {
  width: 89px;
}
.mw89 {
  max-width: 89px;
}
.h89 {
  height: 89px;
}
.mh89 {
  max-height: 89px;
}
.fs89 {
  font-size: 89px;
}
.lh89 {
  line-height: 89px;
}
.mt89 {
  margin-top: 89px;
}
.mb89 {
  margin-bottom: 89px;
}
.ml89 {
  margin-left: 89px;
}
.mr89 {
  margin-right: 89px;
}
.lh89 {
  line-height: 89px;
}
.w90 {
  width: 90px;
}
.mw90 {
  max-width: 90px;
}
.h90 {
  height: 90px;
}
.mh90 {
  max-height: 90px;
}
.fs90 {
  font-size: 90px;
}
.lh90 {
  line-height: 90px;
}
.mt90 {
  margin-top: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.ml90 {
  margin-left: 90px;
}
.mr90 {
  margin-right: 90px;
}
.lh90 {
  line-height: 90px;
}
.w91 {
  width: 91px;
}
.mw91 {
  max-width: 91px;
}
.h91 {
  height: 91px;
}
.mh91 {
  max-height: 91px;
}
.fs91 {
  font-size: 91px;
}
.lh91 {
  line-height: 91px;
}
.mt91 {
  margin-top: 91px;
}
.mb91 {
  margin-bottom: 91px;
}
.ml91 {
  margin-left: 91px;
}
.mr91 {
  margin-right: 91px;
}
.lh91 {
  line-height: 91px;
}
.w92 {
  width: 92px;
}
.mw92 {
  max-width: 92px;
}
.h92 {
  height: 92px;
}
.mh92 {
  max-height: 92px;
}
.fs92 {
  font-size: 92px;
}
.lh92 {
  line-height: 92px;
}
.mt92 {
  margin-top: 92px;
}
.mb92 {
  margin-bottom: 92px;
}
.ml92 {
  margin-left: 92px;
}
.mr92 {
  margin-right: 92px;
}
.lh92 {
  line-height: 92px;
}
.w93 {
  width: 93px;
}
.mw93 {
  max-width: 93px;
}
.h93 {
  height: 93px;
}
.mh93 {
  max-height: 93px;
}
.fs93 {
  font-size: 93px;
}
.lh93 {
  line-height: 93px;
}
.mt93 {
  margin-top: 93px;
}
.mb93 {
  margin-bottom: 93px;
}
.ml93 {
  margin-left: 93px;
}
.mr93 {
  margin-right: 93px;
}
.lh93 {
  line-height: 93px;
}
.w94 {
  width: 94px;
}
.mw94 {
  max-width: 94px;
}
.h94 {
  height: 94px;
}
.mh94 {
  max-height: 94px;
}
.fs94 {
  font-size: 94px;
}
.lh94 {
  line-height: 94px;
}
.mt94 {
  margin-top: 94px;
}
.mb94 {
  margin-bottom: 94px;
}
.ml94 {
  margin-left: 94px;
}
.mr94 {
  margin-right: 94px;
}
.lh94 {
  line-height: 94px;
}
.w95 {
  width: 95px;
}
.mw95 {
  max-width: 95px;
}
.h95 {
  height: 95px;
}
.mh95 {
  max-height: 95px;
}
.fs95 {
  font-size: 95px;
}
.lh95 {
  line-height: 95px;
}
.mt95 {
  margin-top: 95px;
}
.mb95 {
  margin-bottom: 95px;
}
.ml95 {
  margin-left: 95px;
}
.mr95 {
  margin-right: 95px;
}
.lh95 {
  line-height: 95px;
}
.w96 {
  width: 96px;
}
.mw96 {
  max-width: 96px;
}
.h96 {
  height: 96px;
}
.mh96 {
  max-height: 96px;
}
.fs96 {
  font-size: 96px;
}
.lh96 {
  line-height: 96px;
}
.mt96 {
  margin-top: 96px;
}
.mb96 {
  margin-bottom: 96px;
}
.ml96 {
  margin-left: 96px;
}
.mr96 {
  margin-right: 96px;
}
.lh96 {
  line-height: 96px;
}
.tag {
  display: inline-flex;
  padding: 2px 10px;
  color: var(--neutral-700);
  border-radius: 4px;
  background: var(--Neutral-100, #ededed);
  margin-right: auto;
}
.tag--blue-500 {
  background-color: var(--blue-500);
}
.clickable-area-options-row {
  display: flex;
  gap: 32px;
  width: 100%;
}
.clickable-area-options-row-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  border: 2px solid var(--neutral-500);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  flex: 1;
  min-height: 152px;
}
.clickable-area-options-row-item:hover {
  border-color: var(--purple-500);
}
.clickable-area-options-row-item.marked {
  border-color: var(--purple-500);
  background: var(--neutral-500);
}
.clickable-area-options-row-item.marked .title {
  color: var(--purple-300);
}
.clickable-area-options-row-item.marked .description {
  color: var(--neutral-300);
}
.clickable-area-options-row-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.clickable-area-options-row-item.disabled:hover {
  border-color: var(--neutral-500);
}
.clickable-area-options-row-item.empty {
  background: transparent;
  border: 2px dashed var(--neutral-600);
  cursor: default;
  min-height: 120px;
}
.clickable-area-options-row-item.empty:hover {
  border-color: var(--neutral-600);
}
.clickable-area-options-row-item .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 12px;
}
.clickable-area-options-row-item .icon mzic-svg {
  width: 32px;
  height: auto;
  min-height: none;
}
.clickable-area-options-row-item .icon mzic-svg > svg {
  width: auto;
  max-width: none;
  max-height: 32px;
}
.clickable-area-options-row-item .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  min-height: 60px;
  max-width: 206px;
}
.clickable-area-options-row-item .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--neutral-100);
  margin: 0;
  word-wrap: break-word;
  hyphens: auto;
}
.clickable-area-options-row-item .description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--neutral-400);
  margin: 0;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .clickable-area-options-row-item {
    padding: 16px;
  }
  .clickable-area-options-row-item .title {
    font-size: 13px;
  }
  .clickable-area-options-row-item .description {
    font-size: 11px;
  }
  .clickable-area-options-row-item .icon {
    width: 20px;
    height: 20px;
  }
}
.clickable-area-options-row:has(.clickable-area-options-row-item:only-child:not(.empty)) .clickable-area-options-row-item {
  max-width: 100%;
}
.clickable-area-options-row:has(.clickable-area-options-row-item:nth-child(2):last-child) .clickable-area-options-row-item {
  flex: 1;
  max-width: calc(50% - 8px);
}
.clickable-area-options-row:has(.clickable-area-options-row-item:nth-child(3):last-child) .clickable-area-options-row-item {
  flex: 1;
  max-width: calc(33.333% - 11px);
}
@media (max-width: 768px) {
  .clickable-area-options-row {
    flex-direction: column;
    gap: 12px;
  }
  .clickable-area-options-row .clickable-area-options-row-item {
    max-width: 100% !important;
    flex: none;
  }
}
.clickable-area-options-row-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.clickable-area-options-row-item.selected::before {
  background:
    linear-gradient(
      135deg,
      rgba(147, 51, 234, 0.1) 0%,
      rgba(147, 51, 234, 0.05) 100%);
  opacity: 1;
}
.clickable-area-options-row-item:focus-visible {
  outline: 2px solid var(--purple-500);
  outline-offset: 2px;
}
.mzic-audio-player-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mzic-audio-player-container .buttons-container {
  display: inline-flex;
  width: 42px;
  align-items: center;
}
.mzic-audio-player-container .buttons-container mzic-svg {
  display: inline-flex;
  max-width: 42px;
  width: 42px;
  max-height: 42px;
  cursor: pointer;
}
.mzic-audio-player-container .buttons-container mzic-svg > svg {
  width: 100%;
  max-height: 100%;
}
.mzic-audio-player-container .wave-container {
  display: inline-flex;
  width: calc(100% - 42px);
  position: relative;
}
.mzic-tip-on-hover {
  position: relative;
}
.mzic-tip-on-hover:hover .mzic-tip {
  display: inline-flex;
}
.mzic-tip-on-hover .mzic-tip {
  display: none;
  transform: translate(100%, 0);
  position: absolute;
  flex-direction: column;
  padding: 8px;
  gap: 22px;
  border-radius: 8px;
  border: 1px solid var(--neutral-300);
  width: 200px;
  right: -28px;
  top: 0;
}
.mzic-tip-on-hover .mzic-tip::before {
  position: absolute;
  width: 32px;
  height: 100%;
  content: "";
  left: -28px;
  top: 0;
}
.mzic-tip-on-hover .mzic-tip p {
  color: var(--neutral-200);
}
.mzic-tip-on-hover .mzic-tip strong {
  color: var(--neutral-200);
}
.mzic-tip-on-hover .mzic-tip .item {
  color: var(--neutral-200);
  align-items: flex-start;
}
.mzic-tip-on-hover .mzic-tip .item.forbidden svg {
  margin-top: -3px;
  margin-right: 4px;
  width: 12px;
}
.mzic-tip-on-hover .mzic-tip .item.forbidden svg > path {
  fill: var(--red-500);
}
.mzic-tip-on-hover .mzic-tip .item mzic-svg {
  display: inline;
}
.full-page-icon {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(17, 16, 16, 0.8);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-page-icon .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 4px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.full-page-icon .icon > svg {
  width: 26px;
  height: 26px;
}
.full-page-icon .icon.success {
  border-color: var(--green-500);
}
.full-page-icon .icon.success > svg > path {
  stroke: var(--green-500);
}
.rule-resume-card-component {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.rule-resume-card-component .rule-card {
  display: inline-flex;
  flex-direction: column;
  border: 1px solid var(--neutral-500);
  border-radius: 24px;
  padding: 12px 24px;
  background-color: transparent;
  width: 100%;
  color: var(--neutral-300);
}
.rule-resume-card-component .rule-card .card-title {
  margin-bottom: 8px;
}
.rule-resume-card-component .rule-card .content {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  color: var(--neutral-300);
}
.rule-resume-card-component .rule-card .content .strong {
  color: var(--neutral-100);
}
.sort-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  border-radius: 8px;
  background-color: var(--blue-500);
}
.split-details-resume-component {
  position: relative;
  display: inline-flex;
  width: 100%;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.split-details-resume-component .image-container {
  position: relative;
  width: 200px;
}
.split-details-resume-component .image-container .image {
  position: relative;
  display: inline-flex;
  width: 173px;
  height: 173px;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--neutral-500);
  top: 0;
  left: 0;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.split-details-resume-component .image-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.split-details-resume-component .image-container .image + .image {
  position: absolute;
  background-color: var(--neutral-500-50);
  top: 11px;
  left: 12px;
  z-index: 2;
}
.split-details-resume-component .image-container .image + .image + .image {
  position: absolute;
  background-color: var(--neutral-600);
  top: 22px;
  left: 24px;
  z-index: 1;
}
.split-details-resume-component .text-container {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 200px);
  align-items: flex-start;
  gap: 8px;
}
.split-details-resume-component .text-container .tag {
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: var(--neutral-100);
  color: var(--neutral-700);
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-bottom: 8px;
}
.split-details-resume-component .text-container .tag span {
  margin-bottom: -2px;
}
.split-details-resume-component .text-container .title {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.split-details-resume-component .text-container .title .icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background-color: var(--neutral-500);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.split-details-resume-component .text-container .resume {
  display: inline-flex;
  flex-direction: column;
  margin-top: 8px;
  gap: 4px;
}
.split-details-resume-component .text-container .resume span {
  color: var(--neutral-300);
}
.split-details-resume-component .text-container .resume strong {
  color: var(--purple-500);
}
.split-details-resume-component .text-container .dates {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.split-details-resume-component .text-container .dates > div {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.split-details-resume-component .text-container .dates > div span {
  color: var(--neutral-300);
}
.split-details-resume-component .text-container .dates > div strong {
  color: var(--neutral-100);
}
.split-details-payees-list-component {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.split-details-payees-list-component .split-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.split-details-payees-list-component .split-row.row-head {
  padding-left: 14px;
  padding-right: 6px;
}
.split-details-payees-list-component .split-row.row-head .split-column {
  color: var(--neutral-300);
  font-weight: var(--font-bold);
  font-size: 14px;
  line-height: 19px;
}
.split-details-payees-list-component .split-row:not(.row-head) {
  padding: 16px 6px 16px 14px;
  border: 1px solid #888;
  border-radius: 24px;
  border: 1px solid var(--neutral-500);
}
.split-details-payees-list-component .split-row:not(.row-head).flat {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.split-details-payees-list-component .split-column {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  width: 100%;
}
.split-details-payees-list-component .col-name {
  display: inline-flex;
  gap: 12px;
}
.split-details-payees-list-component .col-name .col-name-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.split-details-payees-list-component .col-name .col-name-content .name {
  color: var(--neutral-100);
  font-weight: var(--font-semi-bold);
  font-size: 14px;
  line-height: 21px;
}
.split-details-payees-list-component .col-name .col-name-content .email {
  font-size: 12px;
  line-height: 18px;
  color: var(--neutral-300);
}
.split-details-payees-list-component .col-name > .image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.split-details-payees-list-component .col-name > .image img {
  width: 100%;
  height: 100%;
}
.split-details-payees-list-component .col-tag {
  justify-content: center;
  max-width: 200px;
}
.split-details-payees-list-component .col-tag .tag {
  padding: 3px 10px 1px;
  background-color: var(--blue-500);
  color: var(--neutral-700);
  border-radius: 4px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}
.split-details-payees-list-component .col-percent {
  justify-content: center;
  color: var(--neutral-100);
  max-width: 100px;
}
.split-details-payees-list-component .col-icon {
  max-width: 32px;
}
.split-details-payees-list-component .col-money {
  justify-content: flex-start;
  max-width: 84px;
}
.split-details-payees-list-component .col-icon-msg {
  display: inline-flex;
  max-width: 200px;
  justify-content: center;
}
.split-details-payees-list-component .col-icon-msg > div {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  padding: 0 4px;
}
.split-details-payees-list-component .col-icon-msg > div:hover label {
  color: var(--neutral-200);
}
.split-details-payees-list-component .col-icon-msg > div label {
  color: var(--neutral-300);
  margin-bottom: -2px;
  cursor: pointer;
}
.split-details-payees-list-component .col-status {
  justify-content: center;
  max-width: 150px;
}
.split-details-payees-list-component .col-status .status {
  text-transform: uppercase;
  padding: 3px 10px 1px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 14px;
  background-color: var(--neutral-600);
}
.split-details-payees-list-component .col-status .status.confirmed {
  color: var(--green-500);
}
.split-details-payees-list-component .col-status .status.action-required {
  background-color: var(--yellow-500);
  color: var(--neutral-600);
}
.split-details-payees-list-component .col-status .status.pending {
  color: var(--purple-500);
}
.split-details-payees-list-component .col-status .status.suspended {
  color: var(--red-500);
}
.split-details-payees-list-component .split-row:nth-child(1) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(5) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(10) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(15) .split-column.col-name .image {
  background:
    linear-gradient(
      45deg,
      #16b0e2 8.55%,
      #6e5af0 91.45%);
}
.split-details-payees-list-component .split-row:nth-child(2) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(6) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(11) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(16) .split-column.col-name .image {
  background:
    linear-gradient(
      45deg,
      #e21616 8.55%,
      #f0a25a 91.45%);
}
.split-details-payees-list-component .split-row:nth-child(3) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(7) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(12) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(17) .split-column.col-name .image {
  background:
    linear-gradient(
      45deg,
      #e21616 8.55%,
      #6e5af0 91.45%);
}
.split-details-payees-list-component .split-row:nth-child(4) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(8) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(13) .split-column.col-name .image,
.split-details-payees-list-component .split-row:nth-child(18) .split-column.col-name .image {
  background:
    linear-gradient(
      45deg,
      #00bf8f 8.55%,
      #002c22 91.45%);
}
.track-status-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  border-radius: 8px;
  height: 24px;
  color: var(--neutral-700);
  gap: 6px;
}
.track-status-tag > span {
  padding-top: 2px;
}
.toggle-content-link-component {
  color: var(--purple-500);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.toggle-content-link-component mzic-svg {
  margin-top: -2px;
}
.tracks-release-footer {
  display: inline-flex;
  background-color: var(--purple-500);
  padding: 10px 12px 66px 12px;
  margin-top: 64px;
  justify-content: center;
}
.tracks-release-footer > div {
  gap: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tracks-release-save-progress {
  display: inline-flex;
  position: fixed;
  background-color: var(--purple-500);
  transform: translate(-50%, 0);
  gap: 32px;
  bottom: 40px;
  padding: 10px 16px;
  border-radius: 100px;
  justify-content: center;
  left: 50%;
}
.tracks-release-save-progress.hide {
  display: none;
}
.tracks-release-button.mz-button {
  color: var(--neutral-700);
}
.tracks-release-button.mz-button:hover {
  background-color: var(--neutral-700);
  color: #fff;
  fill: #fff;
}
.tracks-release-button.mz-button.save.mz-button {
  border-color: var(--neutral-700);
}
.tracks-release-input-section-title {
  padding-top: 56px;
  margin-top: 40px;
  margin-bottom: 32px;
  border-top: 1px solid var(--neutral-500);
}
.tracks-release-section-text {
  color: var(--neutral-200);
}
.tracks-release-fields-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tracks-release-fields-container .sub-row {
  margin-top: -24px;
}
body {
  background-color: var(--id-main-black);
  margin: 0;
  padding: 0;
  font-family:
    "PP Mori",
    Arial,
    sans-serif;
  height: 100%;
}
body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  body :root {
    color-scheme: only light;
  }
}
body a {
  text-decoration: none;
  cursor: pointer;
}
body input {
  caret-color: var(--id-main-purple);
}
.hide {
  display: none;
}
.no-margin {
  margin: 0;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  opacity: 0.9;
}
#globalServiceLoader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
#globalServiceLoader .loader,
#globalServiceLoader .icon {
  display: none;
}
#globalServiceLoader.visible {
  display: block;
}
#globalServiceLoader.visible .loader {
  display: block;
}
#globalServiceLoader.success {
  display: block;
}
#globalServiceLoader.success .icon {
  display: flex;
  width: 80px;
  height: 80px;
  border: 3px solid var(--green-500);
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#globalServiceLoader .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid var(--neutral-400);
  border-top: 3px solid var(--purple-500);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: transparent;
  animation: spin 0.9s linear infinite;
}
.mzic-tooltip-container {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.side-floating-menu {
  position: fixed;
  top: 292px;
  left: 38px;
}
.side-floating-menu ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin: 0;
  padding: 0;
}
.side-floating-menu ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  color: var(--neutral-400);
}
.side-floating-menu ul li::after {
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--neutral-400);
  content: "";
}
.side-floating-menu ul li.active {
  color: var(--purple-500);
}
.side-floating-menu ul li.active::after {
  background-color: var(--purple-500);
}
html,
body {
  min-height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-dialog-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}
.material-cdk-dialog-transparent {
  background: transparent;
}
.material-cdk-dialog-transparent .mat-mdc-dialog-container .mdc-dialog__surface {
  background: transparent;
}
.date-releases {
  position: relative;
  background-color: transparent !important;
}
.date-releases ::ng-deep .mat-mdc-button-persistent-ripple mdc-button__ripple {
  color: var(--id-main-purple);
}
.date-releases ::ng-deep .mdc-button__label {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-calendar-table td {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-calendar-table tr {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-calendar-table th {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-calendar-table-header td {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-calendar-table-header tr {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-calendar-table-header th {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-focus-indicator {
  color: var(--id-main-purple) !important;
}
.date-releases .mat-calendar-body-label {
  display: none;
}
.date-releases .mat-calendar-body-today {
  width: 24px !important;
  height: 24px !important;
  background-color: transparent !important;
  color: var(--id-white) !important;
  box-shadow: none !important;
}
.date-releases .mat-calendar-body-selected {
  background-color: var(--id-white) !important;
  width: 24px !important;
  height: 24px !important;
  color: var(--id-main-purple) !important;
}
.mat-mdc-menu-panel {
  border-radius: 16px !important;
  margin-top: 10px !important;
  width: 211px !important;
}
.mzic-text-body-xxsm {
  font-size: 14px;
  line-height: 20px;
  color: var(--neutral-200);
}
.mzic-row {
  display: flex;
  width: 100%;
}
.mzic-gap-1 {
  gap: 0.25rem;
}
.mzic-gap-2 {
  gap: 0.5rem;
}
.mzic-gap-3 {
  gap: 0.75rem;
}
.mzic-gap-4 {
  gap: 1rem;
}
.mzic-gap-5 {
  gap: 1.25rem;
}
.mzic-gap-6 {
  gap: 1.5rem;
}
.mzic-gap-7 {
  gap: 1.75rem;
}
.mzic-gap-8 {
  gap: 2rem;
}
.mzic-gap-9 {
  gap: 2.25rem;
}
.mzic-gap-10 {
  gap: 2.5rem;
}
.mzic-page-full-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.mzic-link {
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--font-bold);
  color: var(--purple-500);
}
.circle {
  border-radius: 50%;
}
.tracks-release-button.mz-button.save.mz-button:disabled,
.tracks-release-button.mz-button.save.mz-button:disabled:hover {
  border-color: var(--purple-600) !important;
  color: var(--purple-600) !important;
  background-color: transparent !important;
}
.tracks-release-button.mz-button.save.mz-button:disabled > mzic-svg.neutral-700 > svg > path,
.tracks-release-button.mz-button.save.mz-button:disabled:hover > mzic-svg.neutral-700 > svg > path {
  fill: var(--purple-600) !important;
}
.tracks-release-button.mz-button.save.mz-button:disabled > mzic-svg:not(.neutral-700) > svg > path,
.tracks-release-button.mz-button.save.mz-button:disabled:hover > mzic-svg:not(.neutral-700) > svg > path {
  stroke: var(--purple-600) !important;
}
.pac-container {
  margin-top: 4px;
  border-radius: 24px;
  background: var(--neutral-500);
  border: none;
}
.pac-item {
  font-family: "PP Mori";
  font-size: 14px;
  padding: 8px 16px;
  border: none;
}
.pac-item:hover {
  background: var(--neutral-600-50);
}
.pac-item .pac-item-query {
  color: var(--neutral-100);
}
.pac-item .pac-item-query + span {
  color: var(--neutral-100);
}
:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 35%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--purple-500);
}

/* node_modules/swiper/swiper-bundle.min.css */
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, .5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    transform,
    opacity,
    height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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