/* {[The file is published on the basis of YetiForce Public License 3.0 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */
.text-yeti {
  color: #406a95 !important;
}
.bg-yeti {
  background: #406a95 !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html,
body,
#q-app {
  width: 100%;
  direction: ltr;
}
body.platform-ios.within-iframe,
body.platform-ios.within-iframe #q-app {
  width: 100px;
  min-width: 100%;
}
html,
body {
  margin: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
dfn {
  font-style: italic;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.q-icon {
  line-height: 1;
  width: 1em;
  height: 1em;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-align: center;
  position: relative;
}
.q-icon:before {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.q-icon,
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp {
  user-select: none;
  cursor: inherit;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
@media (min-width: 0) {
  .flex-block,
  .flex-xs-block {
    display: block;
  }
  .flex-inline,
  .flex-xs-inline {
    display: inline-block;
  }
  .row-xs.inline-xs,
  .column-xs.inline-xs,
  .flex-xs.inline-xs {
    display: inline-flex;
  }
  .row-xs.reverse-xs {
    flex-direction: row-reverse;
  }
  .column-xs.reverse-xs {
    flex-direction: column-reverse;
  }
  .q-pa-xs-none {
    padding: 0 0;
  }
  .q-pl-xs-none,
  .q-px-xs-none {
    padding-left: 0;
  }
  .q-pr-xs-none,
  .q-px-xs-none {
    padding-right: 0;
  }
  .q-pt-xs-none,
  .q-py-xs-none {
    padding-top: 0;
  }
  .q-pb-xs-none,
  .q-py-xs-none {
    padding-bottom: 0;
  }
  .q-ma-xs-none {
    margin: 0 0;
  }
  .q-ml-xs-none,
  .q-mx-xs-none {
    margin-left: 0;
  }
  .q-mr-xs-none,
  .q-mx-xs-none {
    margin-right: 0;
  }
  .q-mt-xs-none,
  .q-my-xs-none {
    margin-top: 0;
  }
  .q-mb-xs-none,
  .q-my-xs-none {
    margin-bottom: 0;
  }
  .q-pa-xs-xs {
    padding: 4px 4px;
  }
  .q-pl-xs-xs,
  .q-px-xs-xs {
    padding-left: 4px;
  }
  .q-pr-xs-xs,
  .q-px-xs-xs {
    padding-right: 4px;
  }
  .q-pt-xs-xs,
  .q-py-xs-xs {
    padding-top: 4px;
  }
  .q-pb-xs-xs,
  .q-py-xs-xs {
    padding-bottom: 4px;
  }
  .q-ma-xs-xs {
    margin: 4px 4px;
  }
  .q-ml-xs-xs,
  .q-mx-xs-xs {
    margin-left: 4px;
  }
  .q-mr-xs-xs,
  .q-mx-xs-xs {
    margin-right: 4px;
  }
  .q-mt-xs-xs,
  .q-my-xs-xs {
    margin-top: 4px;
  }
  .q-mb-xs-xs,
  .q-my-xs-xs {
    margin-bottom: 4px;
  }
  .q-pa-xs-sm {
    padding: 8px 8px;
  }
  .q-pl-xs-sm,
  .q-px-xs-sm {
    padding-left: 8px;
  }
  .q-pr-xs-sm,
  .q-px-xs-sm {
    padding-right: 8px;
  }
  .q-pt-xs-sm,
  .q-py-xs-sm {
    padding-top: 8px;
  }
  .q-pb-xs-sm,
  .q-py-xs-sm {
    padding-bottom: 8px;
  }
  .q-ma-xs-sm {
    margin: 8px 8px;
  }
  .q-ml-xs-sm,
  .q-mx-xs-sm {
    margin-left: 8px;
  }
  .q-mr-xs-sm,
  .q-mx-xs-sm {
    margin-right: 8px;
  }
  .q-mt-xs-sm,
  .q-my-xs-sm {
    margin-top: 8px;
  }
  .q-mb-xs-sm,
  .q-my-xs-sm {
    margin-bottom: 8px;
  }
  .q-pa-xs-md {
    padding: 16px 16px;
  }
  .q-pl-xs-md,
  .q-px-xs-md {
    padding-left: 16px;
  }
  .q-pr-xs-md,
  .q-px-xs-md {
    padding-right: 16px;
  }
  .q-pt-xs-md,
  .q-py-xs-md {
    padding-top: 16px;
  }
  .q-pb-xs-md,
  .q-py-xs-md {
    padding-bottom: 16px;
  }
  .q-ma-xs-md {
    margin: 16px 16px;
  }
  .q-ml-xs-md,
  .q-mx-xs-md {
    margin-left: 16px;
  }
  .q-mr-xs-md,
  .q-mx-xs-md {
    margin-right: 16px;
  }
  .q-mt-xs-md,
  .q-my-xs-md {
    margin-top: 16px;
  }
  .q-mb-xs-md,
  .q-my-xs-md {
    margin-bottom: 16px;
  }
  .q-pa-xs-lg {
    padding: 24px 24px;
  }
  .q-pl-xs-lg,
  .q-px-xs-lg {
    padding-left: 24px;
  }
  .q-pr-xs-lg,
  .q-px-xs-lg {
    padding-right: 24px;
  }
  .q-pt-xs-lg,
  .q-py-xs-lg {
    padding-top: 24px;
  }
  .q-pb-xs-lg,
  .q-py-xs-lg {
    padding-bottom: 24px;
  }
  .q-ma-xs-lg {
    margin: 24px 24px;
  }
  .q-ml-xs-lg,
  .q-mx-xs-lg {
    margin-left: 24px;
  }
  .q-mr-xs-lg,
  .q-mx-xs-lg {
    margin-right: 24px;
  }
  .q-mt-xs-lg,
  .q-my-xs-lg {
    margin-top: 24px;
  }
  .q-mb-xs-lg,
  .q-my-xs-lg {
    margin-bottom: 24px;
  }
  .q-pa-xs-xl {
    padding: 48px 48px;
  }
  .q-pl-xs-xl,
  .q-px-xs-xl {
    padding-left: 48px;
  }
  .q-pr-xs-xl,
  .q-px-xs-xl {
    padding-right: 48px;
  }
  .q-pt-xs-xl,
  .q-py-xs-xl {
    padding-top: 48px;
  }
  .q-pb-xs-xl,
  .q-py-xs-xl {
    padding-bottom: 48px;
  }
  .q-ma-xs-xl {
    margin: 48px 48px;
  }
  .q-ml-xs-xl,
  .q-mx-xs-xl {
    margin-left: 48px;
  }
  .q-mr-xs-xl,
  .q-mx-xs-xl {
    margin-right: 48px;
  }
  .q-mt-xs-xl,
  .q-my-xs-xl {
    margin-top: 48px;
  }
  .q-mb-xs-xl,
  .q-my-xs-xl {
    margin-bottom: 48px;
  }
  .q-ml-xs-auto,
  .q-mx-xs-auto {
    margin-left: auto;
  }
  .q-mr-xs-auto,
  .q-mx-xs-auto {
    margin-right: auto;
  }
  .row-xs,
  .column-xs,
  .flex-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .row-xs {
    flex-direction: row;
  }
  .column-xs {
    flex-direction: column;
  }
  .wrap-xs {
    flex-wrap: wrap;
  }
  .no-wrap-xs {
    flex-wrap: nowrap;
  }
  .reverse-wrap-xs {
    flex-wrap: wrap-reverse;
  }
  .order-xs-first {
    order: -10000;
  }
  .order-xs-last {
    order: 10000;
  }
  .order-xs-none {
    order: 0;
  }
  .justify-xs-start {
    justify-content: flex-start;
  }
  .justify-xs-end {
    justify-content: flex-end;
  }
  .justify-xs-center,
  .flex-xs-center {
    justify-content: center;
  }
  .justify-xs-between {
    justify-content: space-between;
  }
  .justify-xs-around {
    justify-content: space-around;
  }
  .justify-xs-evenly {
    justify-content: space-evenly;
  }
  .items-xs-start {
    align-items: flex-start;
  }
  .items-xs-end {
    align-items: flex-end;
  }
  .items-xs-center,
  .flex-xs-center {
    align-items: center;
  }
  .items-xs-baseline {
    align-items: baseline;
  }
  .items-xs-stretch {
    align-items: stretch;
  }
  .content-xs-start {
    align-content: flex-start;
  }
  .content-xs-end {
    align-content: flex-end;
  }
  .content-xs-center {
    align-content: center;
  }
  .content-xs-between {
    align-content: space-between;
  }
  .content-xs-around {
    align-content: space-around;
  }
  .self-xs-start {
    align-self: flex-start;
  }
  .self-xs-end {
    align-self: flex-end;
  }
  .self-xs-center {
    align-self: center;
  }
  .self-xs-baseline {
    align-self: baseline;
  }
  .self-xs-stretch {
    align-self: stretch;
  }
  .q-gutter-xs-x-none,
  .q-gutter-xs-none {
    margin-left: 0;
  }
  .q-gutter-xs-x-none > *,
  .q-gutter-xs-none > * {
    margin-left: 0;
  }
  .q-gutter-xs-y-none,
  .q-gutter-xs-none {
    margin-top: 0;
  }
  .q-gutter-xs-y-none > *,
  .q-gutter-xs-none > * {
    margin-top: 0;
  }
  .q-col-gutter-xs-x-none,
  .q-col-gutter-xs-none {
    margin-left: 0;
  }
  .q-col-gutter-xs-x-none > *,
  .q-col-gutter-xs-none > * {
    padding-left: 0;
  }
  .q-col-gutter-xs-y-none,
  .q-col-gutter-xs-none {
    margin-top: 0;
  }
  .q-col-gutter-xs-y-none > *,
  .q-col-gutter-xs-none > * {
    padding-top: 0;
  }
  .q-gutter-xs-x-xs,
  .q-gutter-xs-xs {
    margin-left: -4px;
  }
  .q-gutter-xs-x-xs > *,
  .q-gutter-xs-xs > * {
    margin-left: 4px;
  }
  .q-gutter-xs-y-xs,
  .q-gutter-xs-xs {
    margin-top: -4px;
  }
  .q-gutter-xs-y-xs > *,
  .q-gutter-xs-xs > * {
    margin-top: 4px;
  }
  .q-col-gutter-xs-x-xs,
  .q-col-gutter-xs-xs {
    margin-left: -4px;
  }
  .q-col-gutter-xs-x-xs > *,
  .q-col-gutter-xs-xs > * {
    padding-left: 4px;
  }
  .q-col-gutter-xs-y-xs,
  .q-col-gutter-xs-xs {
    margin-top: -4px;
  }
  .q-col-gutter-xs-y-xs > *,
  .q-col-gutter-xs-xs > * {
    padding-top: 4px;
  }
  .q-gutter-xs-x-sm,
  .q-gutter-xs-sm {
    margin-left: -8px;
  }
  .q-gutter-xs-x-sm > *,
  .q-gutter-xs-sm > * {
    margin-left: 8px;
  }
  .q-gutter-xs-y-sm,
  .q-gutter-xs-sm {
    margin-top: -8px;
  }
  .q-gutter-xs-y-sm > *,
  .q-gutter-xs-sm > * {
    margin-top: 8px;
  }
  .q-col-gutter-xs-x-sm,
  .q-col-gutter-xs-sm {
    margin-left: -8px;
  }
  .q-col-gutter-xs-x-sm > *,
  .q-col-gutter-xs-sm > * {
    padding-left: 8px;
  }
  .q-col-gutter-xs-y-sm,
  .q-col-gutter-xs-sm {
    margin-top: -8px;
  }
  .q-col-gutter-xs-y-sm > *,
  .q-col-gutter-xs-sm > * {
    padding-top: 8px;
  }
  .q-gutter-xs-x-md,
  .q-gutter-xs-md {
    margin-left: -16px;
  }
  .q-gutter-xs-x-md > *,
  .q-gutter-xs-md > * {
    margin-left: 16px;
  }
  .q-gutter-xs-y-md,
  .q-gutter-xs-md {
    margin-top: -16px;
  }
  .q-gutter-xs-y-md > *,
  .q-gutter-xs-md > * {
    margin-top: 16px;
  }
  .q-col-gutter-xs-x-md,
  .q-col-gutter-xs-md {
    margin-left: -16px;
  }
  .q-col-gutter-xs-x-md > *,
  .q-col-gutter-xs-md > * {
    padding-left: 16px;
  }
  .q-col-gutter-xs-y-md,
  .q-col-gutter-xs-md {
    margin-top: -16px;
  }
  .q-col-gutter-xs-y-md > *,
  .q-col-gutter-xs-md > * {
    padding-top: 16px;
  }
  .q-gutter-xs-x-lg,
  .q-gutter-xs-lg {
    margin-left: -24px;
  }
  .q-gutter-xs-x-lg > *,
  .q-gutter-xs-lg > * {
    margin-left: 24px;
  }
  .q-gutter-xs-y-lg,
  .q-gutter-xs-lg {
    margin-top: -24px;
  }
  .q-gutter-xs-y-lg > *,
  .q-gutter-xs-lg > * {
    margin-top: 24px;
  }
  .q-col-gutter-xs-x-lg,
  .q-col-gutter-xs-lg {
    margin-left: -24px;
  }
  .q-col-gutter-xs-x-lg > *,
  .q-col-gutter-xs-lg > * {
    padding-left: 24px;
  }
  .q-col-gutter-xs-y-lg,
  .q-col-gutter-xs-lg {
    margin-top: -24px;
  }
  .q-col-gutter-xs-y-lg > *,
  .q-col-gutter-xs-lg > * {
    padding-top: 24px;
  }
  .q-gutter-xs-x-xl,
  .q-gutter-xs-xl {
    margin-left: -48px;
  }
  .q-gutter-xs-x-xl > *,
  .q-gutter-xs-xl > * {
    margin-left: 48px;
  }
  .q-gutter-xs-y-xl,
  .q-gutter-xs-xl {
    margin-top: -48px;
  }
  .q-gutter-xs-y-xl > *,
  .q-gutter-xs-xl > * {
    margin-top: 48px;
  }
  .q-col-gutter-xs-x-xl,
  .q-col-gutter-xs-xl {
    margin-left: -48px;
  }
  .q-col-gutter-xs-x-xl > *,
  .q-col-gutter-xs-xl > * {
    padding-left: 48px;
  }
  .q-col-gutter-xs-y-xl,
  .q-col-gutter-xs-xl {
    margin-top: -48px;
  }
  .q-col-gutter-xs-y-xl > *,
  .q-col-gutter-xs-xl > * {
    padding-top: 48px;
  }
  .row-xs > .col-0,
  .row-xs > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row-xs > .offset-0,
  .row-xs > .offset-xs-0 {
    margin-left: 0%;
  }
  .column-xs > .col-0,
  .column-xs > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row-xs > .col-1,
  .row-xs > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-xs > .offset-1,
  .row-xs > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column-xs > .col-1,
  .column-xs > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-xs > .col-2,
  .row-xs > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-xs > .offset-2,
  .row-xs > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column-xs > .col-2,
  .column-xs > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-xs > .col-3,
  .row-xs > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row-xs > .offset-3,
  .row-xs > .offset-xs-3 {
    margin-left: 25%;
  }
  .column-xs > .col-3,
  .column-xs > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row-xs > .col-4,
  .row-xs > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-xs > .offset-4,
  .row-xs > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column-xs > .col-4,
  .column-xs > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-xs > .col-5,
  .row-xs > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-xs > .offset-5,
  .row-xs > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column-xs > .col-5,
  .column-xs > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-xs > .col-6,
  .row-xs > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row-xs > .offset-6,
  .row-xs > .offset-xs-6 {
    margin-left: 50%;
  }
  .column-xs > .col-6,
  .column-xs > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row-xs > .col-7,
  .row-xs > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-xs > .offset-7,
  .row-xs > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column-xs > .col-7,
  .column-xs > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-xs > .col-8,
  .row-xs > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-xs > .offset-8,
  .row-xs > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column-xs > .col-8,
  .column-xs > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-xs > .col-9,
  .row-xs > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row-xs > .offset-9,
  .row-xs > .offset-xs-9 {
    margin-left: 75%;
  }
  .column-xs > .col-9,
  .column-xs > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row-xs > .col-10,
  .row-xs > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-xs > .offset-10,
  .row-xs > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column-xs > .col-10,
  .column-xs > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-xs > .col-11,
  .row-xs > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-xs > .offset-11,
  .row-xs > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column-xs > .col-11,
  .column-xs > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-xs > .col-12,
  .row-xs > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row-xs > .offset-12,
  .row-xs > .offset-xs-12 {
    margin-left: 100%;
  }
  .column-xs > .col-12,
  .column-xs > .col-xs-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 600px) {
  .flex-sm-block {
    display: block;
  }
  .flex-sm-inline {
    display: inline-block;
  }
  .row.inline-sm,
  .column.inline-sm,
  .flex.inline-sm,
  .row-sm.inline,
  .column-sm.inline,
  .flex-sm.inline,
  .row-sm.inline-sm,
  .column-sm.inline-sm,
  .flex-sm.inline-sm {
    display: inline-flex;
  }
  .row.reverse-sm,
  .row-sm.reverse,
  .row-sm.reverse-sm {
    flex-direction: row-reverse;
  }
  .column.reverse-sm,
  .column-sm.reverse,
  .column-sm.reverse-sm {
    flex-direction: column-reverse;
  }
  .q-pa-sm-none {
    padding: 0 0;
  }
  .q-pl-sm-none,
  .q-px-sm-none {
    padding-left: 0;
  }
  .q-pr-sm-none,
  .q-px-sm-none {
    padding-right: 0;
  }
  .q-pt-sm-none,
  .q-py-sm-none {
    padding-top: 0;
  }
  .q-pb-sm-none,
  .q-py-sm-none {
    padding-bottom: 0;
  }
  .q-ma-sm-none {
    margin: 0 0;
  }
  .q-ml-sm-none,
  .q-mx-sm-none {
    margin-left: 0;
  }
  .q-mr-sm-none,
  .q-mx-sm-none {
    margin-right: 0;
  }
  .q-mt-sm-none,
  .q-my-sm-none {
    margin-top: 0;
  }
  .q-mb-sm-none,
  .q-my-sm-none {
    margin-bottom: 0;
  }
  .q-pa-sm-xs {
    padding: 4px 4px;
  }
  .q-pl-sm-xs,
  .q-px-sm-xs {
    padding-left: 4px;
  }
  .q-pr-sm-xs,
  .q-px-sm-xs {
    padding-right: 4px;
  }
  .q-pt-sm-xs,
  .q-py-sm-xs {
    padding-top: 4px;
  }
  .q-pb-sm-xs,
  .q-py-sm-xs {
    padding-bottom: 4px;
  }
  .q-ma-sm-xs {
    margin: 4px 4px;
  }
  .q-ml-sm-xs,
  .q-mx-sm-xs {
    margin-left: 4px;
  }
  .q-mr-sm-xs,
  .q-mx-sm-xs {
    margin-right: 4px;
  }
  .q-mt-sm-xs,
  .q-my-sm-xs {
    margin-top: 4px;
  }
  .q-mb-sm-xs,
  .q-my-sm-xs {
    margin-bottom: 4px;
  }
  .q-pa-sm-sm {
    padding: 8px 8px;
  }
  .q-pl-sm-sm,
  .q-px-sm-sm {
    padding-left: 8px;
  }
  .q-pr-sm-sm,
  .q-px-sm-sm {
    padding-right: 8px;
  }
  .q-pt-sm-sm,
  .q-py-sm-sm {
    padding-top: 8px;
  }
  .q-pb-sm-sm,
  .q-py-sm-sm {
    padding-bottom: 8px;
  }
  .q-ma-sm-sm {
    margin: 8px 8px;
  }
  .q-ml-sm-sm,
  .q-mx-sm-sm {
    margin-left: 8px;
  }
  .q-mr-sm-sm,
  .q-mx-sm-sm {
    margin-right: 8px;
  }
  .q-mt-sm-sm,
  .q-my-sm-sm {
    margin-top: 8px;
  }
  .q-mb-sm-sm,
  .q-my-sm-sm {
    margin-bottom: 8px;
  }
  .q-pa-sm-md {
    padding: 16px 16px;
  }
  .q-pl-sm-md,
  .q-px-sm-md {
    padding-left: 16px;
  }
  .q-pr-sm-md,
  .q-px-sm-md {
    padding-right: 16px;
  }
  .q-pt-sm-md,
  .q-py-sm-md {
    padding-top: 16px;
  }
  .q-pb-sm-md,
  .q-py-sm-md {
    padding-bottom: 16px;
  }
  .q-ma-sm-md {
    margin: 16px 16px;
  }
  .q-ml-sm-md,
  .q-mx-sm-md {
    margin-left: 16px;
  }
  .q-mr-sm-md,
  .q-mx-sm-md {
    margin-right: 16px;
  }
  .q-mt-sm-md,
  .q-my-sm-md {
    margin-top: 16px;
  }
  .q-mb-sm-md,
  .q-my-sm-md {
    margin-bottom: 16px;
  }
  .q-pa-sm-lg {
    padding: 24px 24px;
  }
  .q-pl-sm-lg,
  .q-px-sm-lg {
    padding-left: 24px;
  }
  .q-pr-sm-lg,
  .q-px-sm-lg {
    padding-right: 24px;
  }
  .q-pt-sm-lg,
  .q-py-sm-lg {
    padding-top: 24px;
  }
  .q-pb-sm-lg,
  .q-py-sm-lg {
    padding-bottom: 24px;
  }
  .q-ma-sm-lg {
    margin: 24px 24px;
  }
  .q-ml-sm-lg,
  .q-mx-sm-lg {
    margin-left: 24px;
  }
  .q-mr-sm-lg,
  .q-mx-sm-lg {
    margin-right: 24px;
  }
  .q-mt-sm-lg,
  .q-my-sm-lg {
    margin-top: 24px;
  }
  .q-mb-sm-lg,
  .q-my-sm-lg {
    margin-bottom: 24px;
  }
  .q-pa-sm-xl {
    padding: 48px 48px;
  }
  .q-pl-sm-xl,
  .q-px-sm-xl {
    padding-left: 48px;
  }
  .q-pr-sm-xl,
  .q-px-sm-xl {
    padding-right: 48px;
  }
  .q-pt-sm-xl,
  .q-py-sm-xl {
    padding-top: 48px;
  }
  .q-pb-sm-xl,
  .q-py-sm-xl {
    padding-bottom: 48px;
  }
  .q-ma-sm-xl {
    margin: 48px 48px;
  }
  .q-ml-sm-xl,
  .q-mx-sm-xl {
    margin-left: 48px;
  }
  .q-mr-sm-xl,
  .q-mx-sm-xl {
    margin-right: 48px;
  }
  .q-mt-sm-xl,
  .q-my-sm-xl {
    margin-top: 48px;
  }
  .q-mb-sm-xl,
  .q-my-sm-xl {
    margin-bottom: 48px;
  }
  .q-ml-sm-auto,
  .q-mx-sm-auto {
    margin-left: auto;
  }
  .q-mr-sm-auto,
  .q-mx-sm-auto {
    margin-right: auto;
  }
  .row-sm,
  .column-sm,
  .flex-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .row-sm {
    flex-direction: row;
  }
  .column-sm {
    flex-direction: column;
  }
  .wrap-sm {
    flex-wrap: wrap;
  }
  .no-wrap-sm {
    flex-wrap: nowrap;
  }
  .reverse-wrap-sm {
    flex-wrap: wrap-reverse;
  }
  .order-sm-first {
    order: -10000;
  }
  .order-sm-last {
    order: 10000;
  }
  .order-sm-none {
    order: 0;
  }
  .justify-sm-start {
    justify-content: flex-start;
  }
  .justify-sm-end {
    justify-content: flex-end;
  }
  .justify-sm-center,
  .flex-sm-center {
    justify-content: center;
  }
  .justify-sm-between {
    justify-content: space-between;
  }
  .justify-sm-around {
    justify-content: space-around;
  }
  .justify-sm-evenly {
    justify-content: space-evenly;
  }
  .items-sm-start {
    align-items: flex-start;
  }
  .items-sm-end {
    align-items: flex-end;
  }
  .items-sm-center,
  .flex-sm-center {
    align-items: center;
  }
  .items-sm-baseline {
    align-items: baseline;
  }
  .items-sm-stretch {
    align-items: stretch;
  }
  .content-sm-start {
    align-content: flex-start;
  }
  .content-sm-end {
    align-content: flex-end;
  }
  .content-sm-center {
    align-content: center;
  }
  .content-sm-between {
    align-content: space-between;
  }
  .content-sm-around {
    align-content: space-around;
  }
  .self-sm-start {
    align-self: flex-start;
  }
  .self-sm-end {
    align-self: flex-end;
  }
  .self-sm-center {
    align-self: center;
  }
  .self-sm-baseline {
    align-self: baseline;
  }
  .self-sm-stretch {
    align-self: stretch;
  }
  .q-gutter-sm-x-none,
  .q-gutter-sm-none {
    margin-left: 0;
  }
  .q-gutter-sm-x-none > *,
  .q-gutter-sm-none > * {
    margin-left: 0;
  }
  .q-gutter-sm-y-none,
  .q-gutter-sm-none {
    margin-top: 0;
  }
  .q-gutter-sm-y-none > *,
  .q-gutter-sm-none > * {
    margin-top: 0;
  }
  .q-col-gutter-sm-x-none,
  .q-col-gutter-sm-none {
    margin-left: 0;
  }
  .q-col-gutter-sm-x-none > *,
  .q-col-gutter-sm-none > * {
    padding-left: 0;
  }
  .q-col-gutter-sm-y-none,
  .q-col-gutter-sm-none {
    margin-top: 0;
  }
  .q-col-gutter-sm-y-none > *,
  .q-col-gutter-sm-none > * {
    padding-top: 0;
  }
  .q-gutter-sm-x-xs,
  .q-gutter-sm-xs {
    margin-left: -4px;
  }
  .q-gutter-sm-x-xs > *,
  .q-gutter-sm-xs > * {
    margin-left: 4px;
  }
  .q-gutter-sm-y-xs,
  .q-gutter-sm-xs {
    margin-top: -4px;
  }
  .q-gutter-sm-y-xs > *,
  .q-gutter-sm-xs > * {
    margin-top: 4px;
  }
  .q-col-gutter-sm-x-xs,
  .q-col-gutter-sm-xs {
    margin-left: -4px;
  }
  .q-col-gutter-sm-x-xs > *,
  .q-col-gutter-sm-xs > * {
    padding-left: 4px;
  }
  .q-col-gutter-sm-y-xs,
  .q-col-gutter-sm-xs {
    margin-top: -4px;
  }
  .q-col-gutter-sm-y-xs > *,
  .q-col-gutter-sm-xs > * {
    padding-top: 4px;
  }
  .q-gutter-sm-x-sm,
  .q-gutter-sm-sm {
    margin-left: -8px;
  }
  .q-gutter-sm-x-sm > *,
  .q-gutter-sm-sm > * {
    margin-left: 8px;
  }
  .q-gutter-sm-y-sm,
  .q-gutter-sm-sm {
    margin-top: -8px;
  }
  .q-gutter-sm-y-sm > *,
  .q-gutter-sm-sm > * {
    margin-top: 8px;
  }
  .q-col-gutter-sm-x-sm,
  .q-col-gutter-sm-sm {
    margin-left: -8px;
  }
  .q-col-gutter-sm-x-sm > *,
  .q-col-gutter-sm-sm > * {
    padding-left: 8px;
  }
  .q-col-gutter-sm-y-sm,
  .q-col-gutter-sm-sm {
    margin-top: -8px;
  }
  .q-col-gutter-sm-y-sm > *,
  .q-col-gutter-sm-sm > * {
    padding-top: 8px;
  }
  .q-gutter-sm-x-md,
  .q-gutter-sm-md {
    margin-left: -16px;
  }
  .q-gutter-sm-x-md > *,
  .q-gutter-sm-md > * {
    margin-left: 16px;
  }
  .q-gutter-sm-y-md,
  .q-gutter-sm-md {
    margin-top: -16px;
  }
  .q-gutter-sm-y-md > *,
  .q-gutter-sm-md > * {
    margin-top: 16px;
  }
  .q-col-gutter-sm-x-md,
  .q-col-gutter-sm-md {
    margin-left: -16px;
  }
  .q-col-gutter-sm-x-md > *,
  .q-col-gutter-sm-md > * {
    padding-left: 16px;
  }
  .q-col-gutter-sm-y-md,
  .q-col-gutter-sm-md {
    margin-top: -16px;
  }
  .q-col-gutter-sm-y-md > *,
  .q-col-gutter-sm-md > * {
    padding-top: 16px;
  }
  .q-gutter-sm-x-lg,
  .q-gutter-sm-lg {
    margin-left: -24px;
  }
  .q-gutter-sm-x-lg > *,
  .q-gutter-sm-lg > * {
    margin-left: 24px;
  }
  .q-gutter-sm-y-lg,
  .q-gutter-sm-lg {
    margin-top: -24px;
  }
  .q-gutter-sm-y-lg > *,
  .q-gutter-sm-lg > * {
    margin-top: 24px;
  }
  .q-col-gutter-sm-x-lg,
  .q-col-gutter-sm-lg {
    margin-left: -24px;
  }
  .q-col-gutter-sm-x-lg > *,
  .q-col-gutter-sm-lg > * {
    padding-left: 24px;
  }
  .q-col-gutter-sm-y-lg,
  .q-col-gutter-sm-lg {
    margin-top: -24px;
  }
  .q-col-gutter-sm-y-lg > *,
  .q-col-gutter-sm-lg > * {
    padding-top: 24px;
  }
  .q-gutter-sm-x-xl,
  .q-gutter-sm-xl {
    margin-left: -48px;
  }
  .q-gutter-sm-x-xl > *,
  .q-gutter-sm-xl > * {
    margin-left: 48px;
  }
  .q-gutter-sm-y-xl,
  .q-gutter-sm-xl {
    margin-top: -48px;
  }
  .q-gutter-sm-y-xl > *,
  .q-gutter-sm-xl > * {
    margin-top: 48px;
  }
  .q-col-gutter-sm-x-xl,
  .q-col-gutter-sm-xl {
    margin-left: -48px;
  }
  .q-col-gutter-sm-x-xl > *,
  .q-col-gutter-sm-xl > * {
    padding-left: 48px;
  }
  .q-col-gutter-sm-y-xl,
  .q-col-gutter-sm-xl {
    margin-top: -48px;
  }
  .q-col-gutter-sm-y-xl > *,
  .q-col-gutter-sm-xl > * {
    padding-top: 48px;
  }
  .row-sm > .col-0,
  .row-sm > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row-sm > .offset-0,
  .row-sm > .offset-xs-0 {
    margin-left: 0%;
  }
  .column-sm > .col-0,
  .column-sm > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row-sm > .col-1,
  .row-sm > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-sm > .offset-1,
  .row-sm > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column-sm > .col-1,
  .column-sm > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-sm > .col-2,
  .row-sm > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-sm > .offset-2,
  .row-sm > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column-sm > .col-2,
  .column-sm > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-sm > .col-3,
  .row-sm > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row-sm > .offset-3,
  .row-sm > .offset-xs-3 {
    margin-left: 25%;
  }
  .column-sm > .col-3,
  .column-sm > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row-sm > .col-4,
  .row-sm > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-sm > .offset-4,
  .row-sm > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column-sm > .col-4,
  .column-sm > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-sm > .col-5,
  .row-sm > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-sm > .offset-5,
  .row-sm > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column-sm > .col-5,
  .column-sm > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-sm > .col-6,
  .row-sm > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row-sm > .offset-6,
  .row-sm > .offset-xs-6 {
    margin-left: 50%;
  }
  .column-sm > .col-6,
  .column-sm > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row-sm > .col-7,
  .row-sm > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-sm > .offset-7,
  .row-sm > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column-sm > .col-7,
  .column-sm > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-sm > .col-8,
  .row-sm > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-sm > .offset-8,
  .row-sm > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column-sm > .col-8,
  .column-sm > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-sm > .col-9,
  .row-sm > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row-sm > .offset-9,
  .row-sm > .offset-xs-9 {
    margin-left: 75%;
  }
  .column-sm > .col-9,
  .column-sm > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row-sm > .col-10,
  .row-sm > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-sm > .offset-10,
  .row-sm > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column-sm > .col-10,
  .column-sm > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-sm > .col-11,
  .row-sm > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-sm > .offset-11,
  .row-sm > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column-sm > .col-11,
  .column-sm > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-sm > .col-12,
  .row-sm > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row-sm > .offset-12,
  .row-sm > .offset-xs-12 {
    margin-left: 100%;
  }
  .column-sm > .col-12,
  .column-sm > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  .row-sm > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row-sm > .offset-sm-0 {
    margin-left: 0%;
  }
  .column-sm > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row-sm > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-sm > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column-sm > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-sm > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-sm > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column-sm > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-sm > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row-sm > .offset-sm-3 {
    margin-left: 25%;
  }
  .column-sm > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row-sm > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-sm > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column-sm > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-sm > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-sm > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column-sm > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-sm > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row-sm > .offset-sm-6 {
    margin-left: 50%;
  }
  .column-sm > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row-sm > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-sm > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column-sm > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-sm > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-sm > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column-sm > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-sm > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row-sm > .offset-sm-9 {
    margin-left: 75%;
  }
  .column-sm > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row-sm > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-sm > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column-sm > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-sm > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-sm > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column-sm > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-sm > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row-sm > .offset-sm-12 {
    margin-left: 100%;
  }
  .column-sm > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .flex-md-block {
    display: block;
  }
  .flex-md-inline {
    display: inline-block;
  }
  .row.inline-md,
  .column.inline-md,
  .flex.inline-md,
  .row-md.inline,
  .column-md.inline,
  .flex-md.inline,
  .row-md.inline-md,
  .column-md.inline-md,
  .flex-md.inline-md {
    display: inline-flex;
  }
  .row.reverse-md,
  .row-md.reverse,
  .row-md.reverse-md {
    flex-direction: row-reverse;
  }
  .column.reverse-md,
  .column-md.reverse,
  .column-md.reverse-md {
    flex-direction: column-reverse;
  }
  .q-pa-md-none {
    padding: 0 0;
  }
  .q-pl-md-none,
  .q-px-md-none {
    padding-left: 0;
  }
  .q-pr-md-none,
  .q-px-md-none {
    padding-right: 0;
  }
  .q-pt-md-none,
  .q-py-md-none {
    padding-top: 0;
  }
  .q-pb-md-none,
  .q-py-md-none {
    padding-bottom: 0;
  }
  .q-ma-md-none {
    margin: 0 0;
  }
  .q-ml-md-none,
  .q-mx-md-none {
    margin-left: 0;
  }
  .q-mr-md-none,
  .q-mx-md-none {
    margin-right: 0;
  }
  .q-mt-md-none,
  .q-my-md-none {
    margin-top: 0;
  }
  .q-mb-md-none,
  .q-my-md-none {
    margin-bottom: 0;
  }
  .q-pa-md-xs {
    padding: 4px 4px;
  }
  .q-pl-md-xs,
  .q-px-md-xs {
    padding-left: 4px;
  }
  .q-pr-md-xs,
  .q-px-md-xs {
    padding-right: 4px;
  }
  .q-pt-md-xs,
  .q-py-md-xs {
    padding-top: 4px;
  }
  .q-pb-md-xs,
  .q-py-md-xs {
    padding-bottom: 4px;
  }
  .q-ma-md-xs {
    margin: 4px 4px;
  }
  .q-ml-md-xs,
  .q-mx-md-xs {
    margin-left: 4px;
  }
  .q-mr-md-xs,
  .q-mx-md-xs {
    margin-right: 4px;
  }
  .q-mt-md-xs,
  .q-my-md-xs {
    margin-top: 4px;
  }
  .q-mb-md-xs,
  .q-my-md-xs {
    margin-bottom: 4px;
  }
  .q-pa-md-sm {
    padding: 8px 8px;
  }
  .q-pl-md-sm,
  .q-px-md-sm {
    padding-left: 8px;
  }
  .q-pr-md-sm,
  .q-px-md-sm {
    padding-right: 8px;
  }
  .q-pt-md-sm,
  .q-py-md-sm {
    padding-top: 8px;
  }
  .q-pb-md-sm,
  .q-py-md-sm {
    padding-bottom: 8px;
  }
  .q-ma-md-sm {
    margin: 8px 8px;
  }
  .q-ml-md-sm,
  .q-mx-md-sm {
    margin-left: 8px;
  }
  .q-mr-md-sm,
  .q-mx-md-sm {
    margin-right: 8px;
  }
  .q-mt-md-sm,
  .q-my-md-sm {
    margin-top: 8px;
  }
  .q-mb-md-sm,
  .q-my-md-sm {
    margin-bottom: 8px;
  }
  .q-pa-md-md {
    padding: 16px 16px;
  }
  .q-pl-md-md,
  .q-px-md-md {
    padding-left: 16px;
  }
  .q-pr-md-md,
  .q-px-md-md {
    padding-right: 16px;
  }
  .q-pt-md-md,
  .q-py-md-md {
    padding-top: 16px;
  }
  .q-pb-md-md,
  .q-py-md-md {
    padding-bottom: 16px;
  }
  .q-ma-md-md {
    margin: 16px 16px;
  }
  .q-ml-md-md,
  .q-mx-md-md {
    margin-left: 16px;
  }
  .q-mr-md-md,
  .q-mx-md-md {
    margin-right: 16px;
  }
  .q-mt-md-md,
  .q-my-md-md {
    margin-top: 16px;
  }
  .q-mb-md-md,
  .q-my-md-md {
    margin-bottom: 16px;
  }
  .q-pa-md-lg {
    padding: 24px 24px;
  }
  .q-pl-md-lg,
  .q-px-md-lg {
    padding-left: 24px;
  }
  .q-pr-md-lg,
  .q-px-md-lg {
    padding-right: 24px;
  }
  .q-pt-md-lg,
  .q-py-md-lg {
    padding-top: 24px;
  }
  .q-pb-md-lg,
  .q-py-md-lg {
    padding-bottom: 24px;
  }
  .q-ma-md-lg {
    margin: 24px 24px;
  }
  .q-ml-md-lg,
  .q-mx-md-lg {
    margin-left: 24px;
  }
  .q-mr-md-lg,
  .q-mx-md-lg {
    margin-right: 24px;
  }
  .q-mt-md-lg,
  .q-my-md-lg {
    margin-top: 24px;
  }
  .q-mb-md-lg,
  .q-my-md-lg {
    margin-bottom: 24px;
  }
  .q-pa-md-xl {
    padding: 48px 48px;
  }
  .q-pl-md-xl,
  .q-px-md-xl {
    padding-left: 48px;
  }
  .q-pr-md-xl,
  .q-px-md-xl {
    padding-right: 48px;
  }
  .q-pt-md-xl,
  .q-py-md-xl {
    padding-top: 48px;
  }
  .q-pb-md-xl,
  .q-py-md-xl {
    padding-bottom: 48px;
  }
  .q-ma-md-xl {
    margin: 48px 48px;
  }
  .q-ml-md-xl,
  .q-mx-md-xl {
    margin-left: 48px;
  }
  .q-mr-md-xl,
  .q-mx-md-xl {
    margin-right: 48px;
  }
  .q-mt-md-xl,
  .q-my-md-xl {
    margin-top: 48px;
  }
  .q-mb-md-xl,
  .q-my-md-xl {
    margin-bottom: 48px;
  }
  .q-ml-md-auto,
  .q-mx-md-auto {
    margin-left: auto;
  }
  .q-mr-md-auto,
  .q-mx-md-auto {
    margin-right: auto;
  }
  .row-md,
  .column-md,
  .flex-md {
    display: flex;
    flex-wrap: wrap;
  }
  .row-md {
    flex-direction: row;
  }
  .column-md {
    flex-direction: column;
  }
  .wrap-md {
    flex-wrap: wrap;
  }
  .no-wrap-md {
    flex-wrap: nowrap;
  }
  .reverse-wrap-md {
    flex-wrap: wrap-reverse;
  }
  .order-md-first {
    order: -10000;
  }
  .order-md-last {
    order: 10000;
  }
  .order-md-none {
    order: 0;
  }
  .justify-md-start {
    justify-content: flex-start;
  }
  .justify-md-end {
    justify-content: flex-end;
  }
  .justify-md-center,
  .flex-md-center {
    justify-content: center;
  }
  .justify-md-between {
    justify-content: space-between;
  }
  .justify-md-around {
    justify-content: space-around;
  }
  .justify-md-evenly {
    justify-content: space-evenly;
  }
  .items-md-start {
    align-items: flex-start;
  }
  .items-md-end {
    align-items: flex-end;
  }
  .items-md-center,
  .flex-md-center {
    align-items: center;
  }
  .items-md-baseline {
    align-items: baseline;
  }
  .items-md-stretch {
    align-items: stretch;
  }
  .content-md-start {
    align-content: flex-start;
  }
  .content-md-end {
    align-content: flex-end;
  }
  .content-md-center {
    align-content: center;
  }
  .content-md-between {
    align-content: space-between;
  }
  .content-md-around {
    align-content: space-around;
  }
  .self-md-start {
    align-self: flex-start;
  }
  .self-md-end {
    align-self: flex-end;
  }
  .self-md-center {
    align-self: center;
  }
  .self-md-baseline {
    align-self: baseline;
  }
  .self-md-stretch {
    align-self: stretch;
  }
  .q-gutter-md-x-none,
  .q-gutter-md-none {
    margin-left: 0;
  }
  .q-gutter-md-x-none > *,
  .q-gutter-md-none > * {
    margin-left: 0;
  }
  .q-gutter-md-y-none,
  .q-gutter-md-none {
    margin-top: 0;
  }
  .q-gutter-md-y-none > *,
  .q-gutter-md-none > * {
    margin-top: 0;
  }
  .q-col-gutter-md-x-none,
  .q-col-gutter-md-none {
    margin-left: 0;
  }
  .q-col-gutter-md-x-none > *,
  .q-col-gutter-md-none > * {
    padding-left: 0;
  }
  .q-col-gutter-md-y-none,
  .q-col-gutter-md-none {
    margin-top: 0;
  }
  .q-col-gutter-md-y-none > *,
  .q-col-gutter-md-none > * {
    padding-top: 0;
  }
  .q-gutter-md-x-xs,
  .q-gutter-md-xs {
    margin-left: -4px;
  }
  .q-gutter-md-x-xs > *,
  .q-gutter-md-xs > * {
    margin-left: 4px;
  }
  .q-gutter-md-y-xs,
  .q-gutter-md-xs {
    margin-top: -4px;
  }
  .q-gutter-md-y-xs > *,
  .q-gutter-md-xs > * {
    margin-top: 4px;
  }
  .q-col-gutter-md-x-xs,
  .q-col-gutter-md-xs {
    margin-left: -4px;
  }
  .q-col-gutter-md-x-xs > *,
  .q-col-gutter-md-xs > * {
    padding-left: 4px;
  }
  .q-col-gutter-md-y-xs,
  .q-col-gutter-md-xs {
    margin-top: -4px;
  }
  .q-col-gutter-md-y-xs > *,
  .q-col-gutter-md-xs > * {
    padding-top: 4px;
  }
  .q-gutter-md-x-sm,
  .q-gutter-md-sm {
    margin-left: -8px;
  }
  .q-gutter-md-x-sm > *,
  .q-gutter-md-sm > * {
    margin-left: 8px;
  }
  .q-gutter-md-y-sm,
  .q-gutter-md-sm {
    margin-top: -8px;
  }
  .q-gutter-md-y-sm > *,
  .q-gutter-md-sm > * {
    margin-top: 8px;
  }
  .q-col-gutter-md-x-sm,
  .q-col-gutter-md-sm {
    margin-left: -8px;
  }
  .q-col-gutter-md-x-sm > *,
  .q-col-gutter-md-sm > * {
    padding-left: 8px;
  }
  .q-col-gutter-md-y-sm,
  .q-col-gutter-md-sm {
    margin-top: -8px;
  }
  .q-col-gutter-md-y-sm > *,
  .q-col-gutter-md-sm > * {
    padding-top: 8px;
  }
  .q-gutter-md-x-md,
  .q-gutter-md-md {
    margin-left: -16px;
  }
  .q-gutter-md-x-md > *,
  .q-gutter-md-md > * {
    margin-left: 16px;
  }
  .q-gutter-md-y-md,
  .q-gutter-md-md {
    margin-top: -16px;
  }
  .q-gutter-md-y-md > *,
  .q-gutter-md-md > * {
    margin-top: 16px;
  }
  .q-col-gutter-md-x-md,
  .q-col-gutter-md-md {
    margin-left: -16px;
  }
  .q-col-gutter-md-x-md > *,
  .q-col-gutter-md-md > * {
    padding-left: 16px;
  }
  .q-col-gutter-md-y-md,
  .q-col-gutter-md-md {
    margin-top: -16px;
  }
  .q-col-gutter-md-y-md > *,
  .q-col-gutter-md-md > * {
    padding-top: 16px;
  }
  .q-gutter-md-x-lg,
  .q-gutter-md-lg {
    margin-left: -24px;
  }
  .q-gutter-md-x-lg > *,
  .q-gutter-md-lg > * {
    margin-left: 24px;
  }
  .q-gutter-md-y-lg,
  .q-gutter-md-lg {
    margin-top: -24px;
  }
  .q-gutter-md-y-lg > *,
  .q-gutter-md-lg > * {
    margin-top: 24px;
  }
  .q-col-gutter-md-x-lg,
  .q-col-gutter-md-lg {
    margin-left: -24px;
  }
  .q-col-gutter-md-x-lg > *,
  .q-col-gutter-md-lg > * {
    padding-left: 24px;
  }
  .q-col-gutter-md-y-lg,
  .q-col-gutter-md-lg {
    margin-top: -24px;
  }
  .q-col-gutter-md-y-lg > *,
  .q-col-gutter-md-lg > * {
    padding-top: 24px;
  }
  .q-gutter-md-x-xl,
  .q-gutter-md-xl {
    margin-left: -48px;
  }
  .q-gutter-md-x-xl > *,
  .q-gutter-md-xl > * {
    margin-left: 48px;
  }
  .q-gutter-md-y-xl,
  .q-gutter-md-xl {
    margin-top: -48px;
  }
  .q-gutter-md-y-xl > *,
  .q-gutter-md-xl > * {
    margin-top: 48px;
  }
  .q-col-gutter-md-x-xl,
  .q-col-gutter-md-xl {
    margin-left: -48px;
  }
  .q-col-gutter-md-x-xl > *,
  .q-col-gutter-md-xl > * {
    padding-left: 48px;
  }
  .q-col-gutter-md-y-xl,
  .q-col-gutter-md-xl {
    margin-top: -48px;
  }
  .q-col-gutter-md-y-xl > *,
  .q-col-gutter-md-xl > * {
    padding-top: 48px;
  }
  .row-md > .col-0,
  .row-md > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row-md > .offset-0,
  .row-md > .offset-xs-0 {
    margin-left: 0%;
  }
  .column-md > .col-0,
  .column-md > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row-md > .col-1,
  .row-md > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-md > .offset-1,
  .row-md > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column-md > .col-1,
  .column-md > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-md > .col-2,
  .row-md > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-md > .offset-2,
  .row-md > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column-md > .col-2,
  .column-md > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-md > .col-3,
  .row-md > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row-md > .offset-3,
  .row-md > .offset-xs-3 {
    margin-left: 25%;
  }
  .column-md > .col-3,
  .column-md > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row-md > .col-4,
  .row-md > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-md > .offset-4,
  .row-md > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column-md > .col-4,
  .column-md > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-md > .col-5,
  .row-md > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-md > .offset-5,
  .row-md > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column-md > .col-5,
  .column-md > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-md > .col-6,
  .row-md > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row-md > .offset-6,
  .row-md > .offset-xs-6 {
    margin-left: 50%;
  }
  .column-md > .col-6,
  .column-md > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row-md > .col-7,
  .row-md > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-md > .offset-7,
  .row-md > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column-md > .col-7,
  .column-md > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-md > .col-8,
  .row-md > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-md > .offset-8,
  .row-md > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column-md > .col-8,
  .column-md > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-md > .col-9,
  .row-md > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row-md > .offset-9,
  .row-md > .offset-xs-9 {
    margin-left: 75%;
  }
  .column-md > .col-9,
  .column-md > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row-md > .col-10,
  .row-md > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-md > .offset-10,
  .row-md > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column-md > .col-10,
  .column-md > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-md > .col-11,
  .row-md > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-md > .offset-11,
  .row-md > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column-md > .col-11,
  .column-md > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-md > .col-12,
  .row-md > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row-md > .offset-12,
  .row-md > .offset-xs-12 {
    margin-left: 100%;
  }
  .column-md > .col-12,
  .column-md > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  .row-md > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row-md > .offset-sm-0 {
    margin-left: 0%;
  }
  .column-md > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row-md > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-md > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column-md > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-md > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-md > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column-md > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-md > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row-md > .offset-sm-3 {
    margin-left: 25%;
  }
  .column-md > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row-md > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-md > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column-md > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-md > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-md > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column-md > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-md > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row-md > .offset-sm-6 {
    margin-left: 50%;
  }
  .column-md > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row-md > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-md > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column-md > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-md > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-md > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column-md > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-md > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row-md > .offset-sm-9 {
    margin-left: 75%;
  }
  .column-md > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row-md > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-md > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column-md > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-md > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-md > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column-md > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-md > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row-md > .offset-sm-12 {
    margin-left: 100%;
  }
  .column-md > .col-sm-12 {
    height: 100%;
    width: auto;
  }
  .row-md > .col-md-0 {
    height: auto;
    width: 0%;
  }
  .row-md > .offset-md-0 {
    margin-left: 0%;
  }
  .column-md > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row-md > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-md > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .column-md > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-md > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-md > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .column-md > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-md > .col-md-3 {
    height: auto;
    width: 25%;
  }
  .row-md > .offset-md-3 {
    margin-left: 25%;
  }
  .column-md > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row-md > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-md > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .column-md > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-md > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-md > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .column-md > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-md > .col-md-6 {
    height: auto;
    width: 50%;
  }
  .row-md > .offset-md-6 {
    margin-left: 50%;
  }
  .column-md > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row-md > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-md > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .column-md > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-md > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-md > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .column-md > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-md > .col-md-9 {
    height: auto;
    width: 75%;
  }
  .row-md > .offset-md-9 {
    margin-left: 75%;
  }
  .column-md > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row-md > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-md > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .column-md > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-md > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-md > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .column-md > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-md > .col-md-12 {
    height: auto;
    width: 100%;
  }
  .row-md > .offset-md-12 {
    margin-left: 100%;
  }
  .column-md > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .flex-lg-block {
    display: block;
  }
  .flex-lg-inline {
    display: inline-block;
  }
  .row.inline-lg,
  .column.inline-lg,
  .flex.inline-lg,
  .row-lg.inline,
  .column-lg.inline,
  .flex-lg.inline,
  .row-lg.inline-lg,
  .column-lg.inline-lg,
  .flex-lg.inline-lg {
    display: inline-flex;
  }
  .row.reverse-lg,
  .row-lg.reverse,
  .row-lg.reverse-lg {
    flex-direction: row-reverse;
  }
  .column.reverse-lg,
  .column-lg.reverse,
  .column-lg.reverse-lg {
    flex-direction: column-reverse;
  }
  .q-pa-lg-none {
    padding: 0 0;
  }
  .q-pl-lg-none,
  .q-px-lg-none {
    padding-left: 0;
  }
  .q-pr-lg-none,
  .q-px-lg-none {
    padding-right: 0;
  }
  .q-pt-lg-none,
  .q-py-lg-none {
    padding-top: 0;
  }
  .q-pb-lg-none,
  .q-py-lg-none {
    padding-bottom: 0;
  }
  .q-ma-lg-none {
    margin: 0 0;
  }
  .q-ml-lg-none,
  .q-mx-lg-none {
    margin-left: 0;
  }
  .q-mr-lg-none,
  .q-mx-lg-none {
    margin-right: 0;
  }
  .q-mt-lg-none,
  .q-my-lg-none {
    margin-top: 0;
  }
  .q-mb-lg-none,
  .q-my-lg-none {
    margin-bottom: 0;
  }
  .q-pa-lg-xs {
    padding: 4px 4px;
  }
  .q-pl-lg-xs,
  .q-px-lg-xs {
    padding-left: 4px;
  }
  .q-pr-lg-xs,
  .q-px-lg-xs {
    padding-right: 4px;
  }
  .q-pt-lg-xs,
  .q-py-lg-xs {
    padding-top: 4px;
  }
  .q-pb-lg-xs,
  .q-py-lg-xs {
    padding-bottom: 4px;
  }
  .q-ma-lg-xs {
    margin: 4px 4px;
  }
  .q-ml-lg-xs,
  .q-mx-lg-xs {
    margin-left: 4px;
  }
  .q-mr-lg-xs,
  .q-mx-lg-xs {
    margin-right: 4px;
  }
  .q-mt-lg-xs,
  .q-my-lg-xs {
    margin-top: 4px;
  }
  .q-mb-lg-xs,
  .q-my-lg-xs {
    margin-bottom: 4px;
  }
  .q-pa-lg-sm {
    padding: 8px 8px;
  }
  .q-pl-lg-sm,
  .q-px-lg-sm {
    padding-left: 8px;
  }
  .q-pr-lg-sm,
  .q-px-lg-sm {
    padding-right: 8px;
  }
  .q-pt-lg-sm,
  .q-py-lg-sm {
    padding-top: 8px;
  }
  .q-pb-lg-sm,
  .q-py-lg-sm {
    padding-bottom: 8px;
  }
  .q-ma-lg-sm {
    margin: 8px 8px;
  }
  .q-ml-lg-sm,
  .q-mx-lg-sm {
    margin-left: 8px;
  }
  .q-mr-lg-sm,
  .q-mx-lg-sm {
    margin-right: 8px;
  }
  .q-mt-lg-sm,
  .q-my-lg-sm {
    margin-top: 8px;
  }
  .q-mb-lg-sm,
  .q-my-lg-sm {
    margin-bottom: 8px;
  }
  .q-pa-lg-md {
    padding: 16px 16px;
  }
  .q-pl-lg-md,
  .q-px-lg-md {
    padding-left: 16px;
  }
  .q-pr-lg-md,
  .q-px-lg-md {
    padding-right: 16px;
  }
  .q-pt-lg-md,
  .q-py-lg-md {
    padding-top: 16px;
  }
  .q-pb-lg-md,
  .q-py-lg-md {
    padding-bottom: 16px;
  }
  .q-ma-lg-md {
    margin: 16px 16px;
  }
  .q-ml-lg-md,
  .q-mx-lg-md {
    margin-left: 16px;
  }
  .q-mr-lg-md,
  .q-mx-lg-md {
    margin-right: 16px;
  }
  .q-mt-lg-md,
  .q-my-lg-md {
    margin-top: 16px;
  }
  .q-mb-lg-md,
  .q-my-lg-md {
    margin-bottom: 16px;
  }
  .q-pa-lg-lg {
    padding: 24px 24px;
  }
  .q-pl-lg-lg,
  .q-px-lg-lg {
    padding-left: 24px;
  }
  .q-pr-lg-lg,
  .q-px-lg-lg {
    padding-right: 24px;
  }
  .q-pt-lg-lg,
  .q-py-lg-lg {
    padding-top: 24px;
  }
  .q-pb-lg-lg,
  .q-py-lg-lg {
    padding-bottom: 24px;
  }
  .q-ma-lg-lg {
    margin: 24px 24px;
  }
  .q-ml-lg-lg,
  .q-mx-lg-lg {
    margin-left: 24px;
  }
  .q-mr-lg-lg,
  .q-mx-lg-lg {
    margin-right: 24px;
  }
  .q-mt-lg-lg,
  .q-my-lg-lg {
    margin-top: 24px;
  }
  .q-mb-lg-lg,
  .q-my-lg-lg {
    margin-bottom: 24px;
  }
  .q-pa-lg-xl {
    padding: 48px 48px;
  }
  .q-pl-lg-xl,
  .q-px-lg-xl {
    padding-left: 48px;
  }
  .q-pr-lg-xl,
  .q-px-lg-xl {
    padding-right: 48px;
  }
  .q-pt-lg-xl,
  .q-py-lg-xl {
    padding-top: 48px;
  }
  .q-pb-lg-xl,
  .q-py-lg-xl {
    padding-bottom: 48px;
  }
  .q-ma-lg-xl {
    margin: 48px 48px;
  }
  .q-ml-lg-xl,
  .q-mx-lg-xl {
    margin-left: 48px;
  }
  .q-mr-lg-xl,
  .q-mx-lg-xl {
    margin-right: 48px;
  }
  .q-mt-lg-xl,
  .q-my-lg-xl {
    margin-top: 48px;
  }
  .q-mb-lg-xl,
  .q-my-lg-xl {
    margin-bottom: 48px;
  }
  .q-ml-lg-auto,
  .q-mx-lg-auto {
    margin-left: auto;
  }
  .q-mr-lg-auto,
  .q-mx-lg-auto {
    margin-right: auto;
  }
  .row-lg,
  .column-lg,
  .flex-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .row-lg {
    flex-direction: row;
  }
  .column-lg {
    flex-direction: column;
  }
  .wrap-lg {
    flex-wrap: wrap;
  }
  .no-wrap-lg {
    flex-wrap: nowrap;
  }
  .reverse-wrap-lg {
    flex-wrap: wrap-reverse;
  }
  .order-lg-first {
    order: -10000;
  }
  .order-lg-last {
    order: 10000;
  }
  .order-lg-none {
    order: 0;
  }
  .justify-lg-start {
    justify-content: flex-start;
  }
  .justify-lg-end {
    justify-content: flex-end;
  }
  .justify-lg-center,
  .flex-lg-center {
    justify-content: center;
  }
  .justify-lg-between {
    justify-content: space-between;
  }
  .justify-lg-around {
    justify-content: space-around;
  }
  .justify-lg-evenly {
    justify-content: space-evenly;
  }
  .items-lg-start {
    align-items: flex-start;
  }
  .items-lg-end {
    align-items: flex-end;
  }
  .items-lg-center,
  .flex-lg-center {
    align-items: center;
  }
  .items-lg-baseline {
    align-items: baseline;
  }
  .items-lg-stretch {
    align-items: stretch;
  }
  .content-lg-start {
    align-content: flex-start;
  }
  .content-lg-end {
    align-content: flex-end;
  }
  .content-lg-center {
    align-content: center;
  }
  .content-lg-between {
    align-content: space-between;
  }
  .content-lg-around {
    align-content: space-around;
  }
  .self-lg-start {
    align-self: flex-start;
  }
  .self-lg-end {
    align-self: flex-end;
  }
  .self-lg-center {
    align-self: center;
  }
  .self-lg-baseline {
    align-self: baseline;
  }
  .self-lg-stretch {
    align-self: stretch;
  }
  .q-gutter-lg-x-none,
  .q-gutter-lg-none {
    margin-left: 0;
  }
  .q-gutter-lg-x-none > *,
  .q-gutter-lg-none > * {
    margin-left: 0;
  }
  .q-gutter-lg-y-none,
  .q-gutter-lg-none {
    margin-top: 0;
  }
  .q-gutter-lg-y-none > *,
  .q-gutter-lg-none > * {
    margin-top: 0;
  }
  .q-col-gutter-lg-x-none,
  .q-col-gutter-lg-none {
    margin-left: 0;
  }
  .q-col-gutter-lg-x-none > *,
  .q-col-gutter-lg-none > * {
    padding-left: 0;
  }
  .q-col-gutter-lg-y-none,
  .q-col-gutter-lg-none {
    margin-top: 0;
  }
  .q-col-gutter-lg-y-none > *,
  .q-col-gutter-lg-none > * {
    padding-top: 0;
  }
  .q-gutter-lg-x-xs,
  .q-gutter-lg-xs {
    margin-left: -4px;
  }
  .q-gutter-lg-x-xs > *,
  .q-gutter-lg-xs > * {
    margin-left: 4px;
  }
  .q-gutter-lg-y-xs,
  .q-gutter-lg-xs {
    margin-top: -4px;
  }
  .q-gutter-lg-y-xs > *,
  .q-gutter-lg-xs > * {
    margin-top: 4px;
  }
  .q-col-gutter-lg-x-xs,
  .q-col-gutter-lg-xs {
    margin-left: -4px;
  }
  .q-col-gutter-lg-x-xs > *,
  .q-col-gutter-lg-xs > * {
    padding-left: 4px;
  }
  .q-col-gutter-lg-y-xs,
  .q-col-gutter-lg-xs {
    margin-top: -4px;
  }
  .q-col-gutter-lg-y-xs > *,
  .q-col-gutter-lg-xs > * {
    padding-top: 4px;
  }
  .q-gutter-lg-x-sm,
  .q-gutter-lg-sm {
    margin-left: -8px;
  }
  .q-gutter-lg-x-sm > *,
  .q-gutter-lg-sm > * {
    margin-left: 8px;
  }
  .q-gutter-lg-y-sm,
  .q-gutter-lg-sm {
    margin-top: -8px;
  }
  .q-gutter-lg-y-sm > *,
  .q-gutter-lg-sm > * {
    margin-top: 8px;
  }
  .q-col-gutter-lg-x-sm,
  .q-col-gutter-lg-sm {
    margin-left: -8px;
  }
  .q-col-gutter-lg-x-sm > *,
  .q-col-gutter-lg-sm > * {
    padding-left: 8px;
  }
  .q-col-gutter-lg-y-sm,
  .q-col-gutter-lg-sm {
    margin-top: -8px;
  }
  .q-col-gutter-lg-y-sm > *,
  .q-col-gutter-lg-sm > * {
    padding-top: 8px;
  }
  .q-gutter-lg-x-md,
  .q-gutter-lg-md {
    margin-left: -16px;
  }
  .q-gutter-lg-x-md > *,
  .q-gutter-lg-md > * {
    margin-left: 16px;
  }
  .q-gutter-lg-y-md,
  .q-gutter-lg-md {
    margin-top: -16px;
  }
  .q-gutter-lg-y-md > *,
  .q-gutter-lg-md > * {
    margin-top: 16px;
  }
  .q-col-gutter-lg-x-md,
  .q-col-gutter-lg-md {
    margin-left: -16px;
  }
  .q-col-gutter-lg-x-md > *,
  .q-col-gutter-lg-md > * {
    padding-left: 16px;
  }
  .q-col-gutter-lg-y-md,
  .q-col-gutter-lg-md {
    margin-top: -16px;
  }
  .q-col-gutter-lg-y-md > *,
  .q-col-gutter-lg-md > * {
    padding-top: 16px;
  }
  .q-gutter-lg-x-lg,
  .q-gutter-lg-lg {
    margin-left: -24px;
  }
  .q-gutter-lg-x-lg > *,
  .q-gutter-lg-lg > * {
    margin-left: 24px;
  }
  .q-gutter-lg-y-lg,
  .q-gutter-lg-lg {
    margin-top: -24px;
  }
  .q-gutter-lg-y-lg > *,
  .q-gutter-lg-lg > * {
    margin-top: 24px;
  }
  .q-col-gutter-lg-x-lg,
  .q-col-gutter-lg-lg {
    margin-left: -24px;
  }
  .q-col-gutter-lg-x-lg > *,
  .q-col-gutter-lg-lg > * {
    padding-left: 24px;
  }
  .q-col-gutter-lg-y-lg,
  .q-col-gutter-lg-lg {
    margin-top: -24px;
  }
  .q-col-gutter-lg-y-lg > *,
  .q-col-gutter-lg-lg > * {
    padding-top: 24px;
  }
  .q-gutter-lg-x-xl,
  .q-gutter-lg-xl {
    margin-left: -48px;
  }
  .q-gutter-lg-x-xl > *,
  .q-gutter-lg-xl > * {
    margin-left: 48px;
  }
  .q-gutter-lg-y-xl,
  .q-gutter-lg-xl {
    margin-top: -48px;
  }
  .q-gutter-lg-y-xl > *,
  .q-gutter-lg-xl > * {
    margin-top: 48px;
  }
  .q-col-gutter-lg-x-xl,
  .q-col-gutter-lg-xl {
    margin-left: -48px;
  }
  .q-col-gutter-lg-x-xl > *,
  .q-col-gutter-lg-xl > * {
    padding-left: 48px;
  }
  .q-col-gutter-lg-y-xl,
  .q-col-gutter-lg-xl {
    margin-top: -48px;
  }
  .q-col-gutter-lg-y-xl > *,
  .q-col-gutter-lg-xl > * {
    padding-top: 48px;
  }
  .row-lg > .col-0,
  .row-lg > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row-lg > .offset-0,
  .row-lg > .offset-xs-0 {
    margin-left: 0%;
  }
  .column-lg > .col-0,
  .column-lg > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row-lg > .col-1,
  .row-lg > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-lg > .offset-1,
  .row-lg > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column-lg > .col-1,
  .column-lg > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-lg > .col-2,
  .row-lg > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-lg > .offset-2,
  .row-lg > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column-lg > .col-2,
  .column-lg > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-lg > .col-3,
  .row-lg > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row-lg > .offset-3,
  .row-lg > .offset-xs-3 {
    margin-left: 25%;
  }
  .column-lg > .col-3,
  .column-lg > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row-lg > .col-4,
  .row-lg > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-lg > .offset-4,
  .row-lg > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column-lg > .col-4,
  .column-lg > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-lg > .col-5,
  .row-lg > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-lg > .offset-5,
  .row-lg > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column-lg > .col-5,
  .column-lg > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-lg > .col-6,
  .row-lg > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row-lg > .offset-6,
  .row-lg > .offset-xs-6 {
    margin-left: 50%;
  }
  .column-lg > .col-6,
  .column-lg > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row-lg > .col-7,
  .row-lg > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-lg > .offset-7,
  .row-lg > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column-lg > .col-7,
  .column-lg > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-lg > .col-8,
  .row-lg > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-lg > .offset-8,
  .row-lg > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column-lg > .col-8,
  .column-lg > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-lg > .col-9,
  .row-lg > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row-lg > .offset-9,
  .row-lg > .offset-xs-9 {
    margin-left: 75%;
  }
  .column-lg > .col-9,
  .column-lg > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row-lg > .col-10,
  .row-lg > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-lg > .offset-10,
  .row-lg > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column-lg > .col-10,
  .column-lg > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-lg > .col-11,
  .row-lg > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-lg > .offset-11,
  .row-lg > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column-lg > .col-11,
  .column-lg > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-lg > .col-12,
  .row-lg > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row-lg > .offset-12,
  .row-lg > .offset-xs-12 {
    margin-left: 100%;
  }
  .column-lg > .col-12,
  .column-lg > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  .row-lg > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row-lg > .offset-sm-0 {
    margin-left: 0%;
  }
  .column-lg > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row-lg > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-lg > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column-lg > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-lg > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-lg > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column-lg > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-lg > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row-lg > .offset-sm-3 {
    margin-left: 25%;
  }
  .column-lg > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row-lg > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-lg > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column-lg > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-lg > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-lg > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column-lg > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-lg > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row-lg > .offset-sm-6 {
    margin-left: 50%;
  }
  .column-lg > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row-lg > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-lg > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column-lg > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-lg > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-lg > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column-lg > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-lg > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row-lg > .offset-sm-9 {
    margin-left: 75%;
  }
  .column-lg > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row-lg > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-lg > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column-lg > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-lg > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-lg > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column-lg > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-lg > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row-lg > .offset-sm-12 {
    margin-left: 100%;
  }
  .column-lg > .col-sm-12 {
    height: 100%;
    width: auto;
  }
  .row-lg > .col-md-0 {
    height: auto;
    width: 0%;
  }
  .row-lg > .offset-md-0 {
    margin-left: 0%;
  }
  .column-lg > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row-lg > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-lg > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .column-lg > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-lg > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-lg > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .column-lg > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-lg > .col-md-3 {
    height: auto;
    width: 25%;
  }
  .row-lg > .offset-md-3 {
    margin-left: 25%;
  }
  .column-lg > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row-lg > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-lg > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .column-lg > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-lg > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-lg > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .column-lg > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-lg > .col-md-6 {
    height: auto;
    width: 50%;
  }
  .row-lg > .offset-md-6 {
    margin-left: 50%;
  }
  .column-lg > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row-lg > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-lg > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .column-lg > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-lg > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-lg > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .column-lg > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-lg > .col-md-9 {
    height: auto;
    width: 75%;
  }
  .row-lg > .offset-md-9 {
    margin-left: 75%;
  }
  .column-lg > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row-lg > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-lg > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .column-lg > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-lg > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-lg > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .column-lg > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-lg > .col-md-12 {
    height: auto;
    width: 100%;
  }
  .row-lg > .offset-md-12 {
    margin-left: 100%;
  }
  .column-lg > .col-md-12 {
    height: 100%;
    width: auto;
  }
  .row-lg > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  .row-lg > .offset-lg-0 {
    margin-left: 0%;
  }
  .column-lg > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  .row-lg > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-lg > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .column-lg > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-lg > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-lg > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .column-lg > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-lg > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  .row-lg > .offset-lg-3 {
    margin-left: 25%;
  }
  .column-lg > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  .row-lg > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-lg > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .column-lg > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-lg > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-lg > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .column-lg > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-lg > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  .row-lg > .offset-lg-6 {
    margin-left: 50%;
  }
  .column-lg > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  .row-lg > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-lg > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .column-lg > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-lg > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-lg > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .column-lg > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-lg > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  .row-lg > .offset-lg-9 {
    margin-left: 75%;
  }
  .column-lg > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  .row-lg > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-lg > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .column-lg > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-lg > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-lg > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .column-lg > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-lg > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  .row-lg > .offset-lg-12 {
    margin-left: 100%;
  }
  .column-lg > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .flex-xl-block {
    display: block;
  }
  .flex-xl-inline {
    display: inline-block;
  }
  .row.inline-xl,
  .column.inline-xl,
  .flex.inline-xl,
  .row-xl.inline,
  .column-xl.inline,
  .flex-xl.inline,
  .row-xl.inline-xl,
  .column-xl.inline-xl,
  .flex-xl.inline-xl {
    display: inline-flex;
  }
  .row.reverse-xl,
  .row-xl.reverse,
  .row-xl.reverse-xl {
    flex-direction: row-reverse;
  }
  .column.reverse-xl,
  .column-xl.reverse,
  .column-xl.reverse-xl {
    flex-direction: column-reverse;
  }
  .q-pa-xl-none {
    padding: 0 0;
  }
  .q-pl-xl-none,
  .q-px-xl-none {
    padding-left: 0;
  }
  .q-pr-xl-none,
  .q-px-xl-none {
    padding-right: 0;
  }
  .q-pt-xl-none,
  .q-py-xl-none {
    padding-top: 0;
  }
  .q-pb-xl-none,
  .q-py-xl-none {
    padding-bottom: 0;
  }
  .q-ma-xl-none {
    margin: 0 0;
  }
  .q-ml-xl-none,
  .q-mx-xl-none {
    margin-left: 0;
  }
  .q-mr-xl-none,
  .q-mx-xl-none {
    margin-right: 0;
  }
  .q-mt-xl-none,
  .q-my-xl-none {
    margin-top: 0;
  }
  .q-mb-xl-none,
  .q-my-xl-none {
    margin-bottom: 0;
  }
  .q-pa-xl-xs {
    padding: 4px 4px;
  }
  .q-pl-xl-xs,
  .q-px-xl-xs {
    padding-left: 4px;
  }
  .q-pr-xl-xs,
  .q-px-xl-xs {
    padding-right: 4px;
  }
  .q-pt-xl-xs,
  .q-py-xl-xs {
    padding-top: 4px;
  }
  .q-pb-xl-xs,
  .q-py-xl-xs {
    padding-bottom: 4px;
  }
  .q-ma-xl-xs {
    margin: 4px 4px;
  }
  .q-ml-xl-xs,
  .q-mx-xl-xs {
    margin-left: 4px;
  }
  .q-mr-xl-xs,
  .q-mx-xl-xs {
    margin-right: 4px;
  }
  .q-mt-xl-xs,
  .q-my-xl-xs {
    margin-top: 4px;
  }
  .q-mb-xl-xs,
  .q-my-xl-xs {
    margin-bottom: 4px;
  }
  .q-pa-xl-sm {
    padding: 8px 8px;
  }
  .q-pl-xl-sm,
  .q-px-xl-sm {
    padding-left: 8px;
  }
  .q-pr-xl-sm,
  .q-px-xl-sm {
    padding-right: 8px;
  }
  .q-pt-xl-sm,
  .q-py-xl-sm {
    padding-top: 8px;
  }
  .q-pb-xl-sm,
  .q-py-xl-sm {
    padding-bottom: 8px;
  }
  .q-ma-xl-sm {
    margin: 8px 8px;
  }
  .q-ml-xl-sm,
  .q-mx-xl-sm {
    margin-left: 8px;
  }
  .q-mr-xl-sm,
  .q-mx-xl-sm {
    margin-right: 8px;
  }
  .q-mt-xl-sm,
  .q-my-xl-sm {
    margin-top: 8px;
  }
  .q-mb-xl-sm,
  .q-my-xl-sm {
    margin-bottom: 8px;
  }
  .q-pa-xl-md {
    padding: 16px 16px;
  }
  .q-pl-xl-md,
  .q-px-xl-md {
    padding-left: 16px;
  }
  .q-pr-xl-md,
  .q-px-xl-md {
    padding-right: 16px;
  }
  .q-pt-xl-md,
  .q-py-xl-md {
    padding-top: 16px;
  }
  .q-pb-xl-md,
  .q-py-xl-md {
    padding-bottom: 16px;
  }
  .q-ma-xl-md {
    margin: 16px 16px;
  }
  .q-ml-xl-md,
  .q-mx-xl-md {
    margin-left: 16px;
  }
  .q-mr-xl-md,
  .q-mx-xl-md {
    margin-right: 16px;
  }
  .q-mt-xl-md,
  .q-my-xl-md {
    margin-top: 16px;
  }
  .q-mb-xl-md,
  .q-my-xl-md {
    margin-bottom: 16px;
  }
  .q-pa-xl-lg {
    padding: 24px 24px;
  }
  .q-pl-xl-lg,
  .q-px-xl-lg {
    padding-left: 24px;
  }
  .q-pr-xl-lg,
  .q-px-xl-lg {
    padding-right: 24px;
  }
  .q-pt-xl-lg,
  .q-py-xl-lg {
    padding-top: 24px;
  }
  .q-pb-xl-lg,
  .q-py-xl-lg {
    padding-bottom: 24px;
  }
  .q-ma-xl-lg {
    margin: 24px 24px;
  }
  .q-ml-xl-lg,
  .q-mx-xl-lg {
    margin-left: 24px;
  }
  .q-mr-xl-lg,
  .q-mx-xl-lg {
    margin-right: 24px;
  }
  .q-mt-xl-lg,
  .q-my-xl-lg {
    margin-top: 24px;
  }
  .q-mb-xl-lg,
  .q-my-xl-lg {
    margin-bottom: 24px;
  }
  .q-pa-xl-xl {
    padding: 48px 48px;
  }
  .q-pl-xl-xl,
  .q-px-xl-xl {
    padding-left: 48px;
  }
  .q-pr-xl-xl,
  .q-px-xl-xl {
    padding-right: 48px;
  }
  .q-pt-xl-xl,
  .q-py-xl-xl {
    padding-top: 48px;
  }
  .q-pb-xl-xl,
  .q-py-xl-xl {
    padding-bottom: 48px;
  }
  .q-ma-xl-xl {
    margin: 48px 48px;
  }
  .q-ml-xl-xl,
  .q-mx-xl-xl {
    margin-left: 48px;
  }
  .q-mr-xl-xl,
  .q-mx-xl-xl {
    margin-right: 48px;
  }
  .q-mt-xl-xl,
  .q-my-xl-xl {
    margin-top: 48px;
  }
  .q-mb-xl-xl,
  .q-my-xl-xl {
    margin-bottom: 48px;
  }
  .q-ml-xl-auto,
  .q-mx-xl-auto {
    margin-left: auto;
  }
  .q-mr-xl-auto,
  .q-mx-xl-auto {
    margin-right: auto;
  }
  .row-xl,
  .column-xl,
  .flex-xl {
    display: flex;
    flex-wrap: wrap;
  }
  .row-xl {
    flex-direction: row;
  }
  .column-xl {
    flex-direction: column;
  }
  .wrap-xl {
    flex-wrap: wrap;
  }
  .no-wrap-xl {
    flex-wrap: nowrap;
  }
  .reverse-wrap-xl {
    flex-wrap: wrap-reverse;
  }
  .order-xl-first {
    order: -10000;
  }
  .order-xl-last {
    order: 10000;
  }
  .order-xl-none {
    order: 0;
  }
  .justify-xl-start {
    justify-content: flex-start;
  }
  .justify-xl-end {
    justify-content: flex-end;
  }
  .justify-xl-center,
  .flex-xl-center {
    justify-content: center;
  }
  .justify-xl-between {
    justify-content: space-between;
  }
  .justify-xl-around {
    justify-content: space-around;
  }
  .justify-xl-evenly {
    justify-content: space-evenly;
  }
  .items-xl-start {
    align-items: flex-start;
  }
  .items-xl-end {
    align-items: flex-end;
  }
  .items-xl-center,
  .flex-xl-center {
    align-items: center;
  }
  .items-xl-baseline {
    align-items: baseline;
  }
  .items-xl-stretch {
    align-items: stretch;
  }
  .content-xl-start {
    align-content: flex-start;
  }
  .content-xl-end {
    align-content: flex-end;
  }
  .content-xl-center {
    align-content: center;
  }
  .content-xl-between {
    align-content: space-between;
  }
  .content-xl-around {
    align-content: space-around;
  }
  .self-xl-start {
    align-self: flex-start;
  }
  .self-xl-end {
    align-self: flex-end;
  }
  .self-xl-center {
    align-self: center;
  }
  .self-xl-baseline {
    align-self: baseline;
  }
  .self-xl-stretch {
    align-self: stretch;
  }
  .q-gutter-xl-x-none,
  .q-gutter-xl-none {
    margin-left: 0;
  }
  .q-gutter-xl-x-none > *,
  .q-gutter-xl-none > * {
    margin-left: 0;
  }
  .q-gutter-xl-y-none,
  .q-gutter-xl-none {
    margin-top: 0;
  }
  .q-gutter-xl-y-none > *,
  .q-gutter-xl-none > * {
    margin-top: 0;
  }
  .q-col-gutter-xl-x-none,
  .q-col-gutter-xl-none {
    margin-left: 0;
  }
  .q-col-gutter-xl-x-none > *,
  .q-col-gutter-xl-none > * {
    padding-left: 0;
  }
  .q-col-gutter-xl-y-none,
  .q-col-gutter-xl-none {
    margin-top: 0;
  }
  .q-col-gutter-xl-y-none > *,
  .q-col-gutter-xl-none > * {
    padding-top: 0;
  }
  .q-gutter-xl-x-xs,
  .q-gutter-xl-xs {
    margin-left: -4px;
  }
  .q-gutter-xl-x-xs > *,
  .q-gutter-xl-xs > * {
    margin-left: 4px;
  }
  .q-gutter-xl-y-xs,
  .q-gutter-xl-xs {
    margin-top: -4px;
  }
  .q-gutter-xl-y-xs > *,
  .q-gutter-xl-xs > * {
    margin-top: 4px;
  }
  .q-col-gutter-xl-x-xs,
  .q-col-gutter-xl-xs {
    margin-left: -4px;
  }
  .q-col-gutter-xl-x-xs > *,
  .q-col-gutter-xl-xs > * {
    padding-left: 4px;
  }
  .q-col-gutter-xl-y-xs,
  .q-col-gutter-xl-xs {
    margin-top: -4px;
  }
  .q-col-gutter-xl-y-xs > *,
  .q-col-gutter-xl-xs > * {
    padding-top: 4px;
  }
  .q-gutter-xl-x-sm,
  .q-gutter-xl-sm {
    margin-left: -8px;
  }
  .q-gutter-xl-x-sm > *,
  .q-gutter-xl-sm > * {
    margin-left: 8px;
  }
  .q-gutter-xl-y-sm,
  .q-gutter-xl-sm {
    margin-top: -8px;
  }
  .q-gutter-xl-y-sm > *,
  .q-gutter-xl-sm > * {
    margin-top: 8px;
  }
  .q-col-gutter-xl-x-sm,
  .q-col-gutter-xl-sm {
    margin-left: -8px;
  }
  .q-col-gutter-xl-x-sm > *,
  .q-col-gutter-xl-sm > * {
    padding-left: 8px;
  }
  .q-col-gutter-xl-y-sm,
  .q-col-gutter-xl-sm {
    margin-top: -8px;
  }
  .q-col-gutter-xl-y-sm > *,
  .q-col-gutter-xl-sm > * {
    padding-top: 8px;
  }
  .q-gutter-xl-x-md,
  .q-gutter-xl-md {
    margin-left: -16px;
  }
  .q-gutter-xl-x-md > *,
  .q-gutter-xl-md > * {
    margin-left: 16px;
  }
  .q-gutter-xl-y-md,
  .q-gutter-xl-md {
    margin-top: -16px;
  }
  .q-gutter-xl-y-md > *,
  .q-gutter-xl-md > * {
    margin-top: 16px;
  }
  .q-col-gutter-xl-x-md,
  .q-col-gutter-xl-md {
    margin-left: -16px;
  }
  .q-col-gutter-xl-x-md > *,
  .q-col-gutter-xl-md > * {
    padding-left: 16px;
  }
  .q-col-gutter-xl-y-md,
  .q-col-gutter-xl-md {
    margin-top: -16px;
  }
  .q-col-gutter-xl-y-md > *,
  .q-col-gutter-xl-md > * {
    padding-top: 16px;
  }
  .q-gutter-xl-x-lg,
  .q-gutter-xl-lg {
    margin-left: -24px;
  }
  .q-gutter-xl-x-lg > *,
  .q-gutter-xl-lg > * {
    margin-left: 24px;
  }
  .q-gutter-xl-y-lg,
  .q-gutter-xl-lg {
    margin-top: -24px;
  }
  .q-gutter-xl-y-lg > *,
  .q-gutter-xl-lg > * {
    margin-top: 24px;
  }
  .q-col-gutter-xl-x-lg,
  .q-col-gutter-xl-lg {
    margin-left: -24px;
  }
  .q-col-gutter-xl-x-lg > *,
  .q-col-gutter-xl-lg > * {
    padding-left: 24px;
  }
  .q-col-gutter-xl-y-lg,
  .q-col-gutter-xl-lg {
    margin-top: -24px;
  }
  .q-col-gutter-xl-y-lg > *,
  .q-col-gutter-xl-lg > * {
    padding-top: 24px;
  }
  .q-gutter-xl-x-xl,
  .q-gutter-xl-xl {
    margin-left: -48px;
  }
  .q-gutter-xl-x-xl > *,
  .q-gutter-xl-xl > * {
    margin-left: 48px;
  }
  .q-gutter-xl-y-xl,
  .q-gutter-xl-xl {
    margin-top: -48px;
  }
  .q-gutter-xl-y-xl > *,
  .q-gutter-xl-xl > * {
    margin-top: 48px;
  }
  .q-col-gutter-xl-x-xl,
  .q-col-gutter-xl-xl {
    margin-left: -48px;
  }
  .q-col-gutter-xl-x-xl > *,
  .q-col-gutter-xl-xl > * {
    padding-left: 48px;
  }
  .q-col-gutter-xl-y-xl,
  .q-col-gutter-xl-xl {
    margin-top: -48px;
  }
  .q-col-gutter-xl-y-xl > *,
  .q-col-gutter-xl-xl > * {
    padding-top: 48px;
  }
  .row-xl > .col-0,
  .row-xl > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row-xl > .offset-0,
  .row-xl > .offset-xs-0 {
    margin-left: 0%;
  }
  .column-xl > .col-0,
  .column-xl > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row-xl > .col-1,
  .row-xl > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-xl > .offset-1,
  .row-xl > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column-xl > .col-1,
  .column-xl > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-xl > .col-2,
  .row-xl > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-xl > .offset-2,
  .row-xl > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column-xl > .col-2,
  .column-xl > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-xl > .col-3,
  .row-xl > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row-xl > .offset-3,
  .row-xl > .offset-xs-3 {
    margin-left: 25%;
  }
  .column-xl > .col-3,
  .column-xl > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row-xl > .col-4,
  .row-xl > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-xl > .offset-4,
  .row-xl > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column-xl > .col-4,
  .column-xl > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-xl > .col-5,
  .row-xl > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-xl > .offset-5,
  .row-xl > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column-xl > .col-5,
  .column-xl > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-xl > .col-6,
  .row-xl > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row-xl > .offset-6,
  .row-xl > .offset-xs-6 {
    margin-left: 50%;
  }
  .column-xl > .col-6,
  .column-xl > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row-xl > .col-7,
  .row-xl > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-xl > .offset-7,
  .row-xl > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column-xl > .col-7,
  .column-xl > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-xl > .col-8,
  .row-xl > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-xl > .offset-8,
  .row-xl > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column-xl > .col-8,
  .column-xl > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-xl > .col-9,
  .row-xl > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row-xl > .offset-9,
  .row-xl > .offset-xs-9 {
    margin-left: 75%;
  }
  .column-xl > .col-9,
  .column-xl > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row-xl > .col-10,
  .row-xl > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-xl > .offset-10,
  .row-xl > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column-xl > .col-10,
  .column-xl > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-xl > .col-11,
  .row-xl > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-xl > .offset-11,
  .row-xl > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column-xl > .col-11,
  .column-xl > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-xl > .col-12,
  .row-xl > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row-xl > .offset-12,
  .row-xl > .offset-xs-12 {
    margin-left: 100%;
  }
  .column-xl > .col-12,
  .column-xl > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  .row-xl > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row-xl > .offset-sm-0 {
    margin-left: 0%;
  }
  .column-xl > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row-xl > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-xl > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column-xl > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-xl > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-xl > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column-xl > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-xl > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row-xl > .offset-sm-3 {
    margin-left: 25%;
  }
  .column-xl > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row-xl > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-xl > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column-xl > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-xl > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-xl > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column-xl > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-xl > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row-xl > .offset-sm-6 {
    margin-left: 50%;
  }
  .column-xl > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row-xl > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-xl > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column-xl > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-xl > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-xl > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column-xl > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-xl > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row-xl > .offset-sm-9 {
    margin-left: 75%;
  }
  .column-xl > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row-xl > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-xl > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column-xl > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-xl > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-xl > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column-xl > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-xl > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row-xl > .offset-sm-12 {
    margin-left: 100%;
  }
  .column-xl > .col-sm-12 {
    height: 100%;
    width: auto;
  }
  .row-xl > .col-md-0 {
    height: auto;
    width: 0%;
  }
  .row-xl > .offset-md-0 {
    margin-left: 0%;
  }
  .column-xl > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row-xl > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-xl > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .column-xl > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-xl > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-xl > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .column-xl > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-xl > .col-md-3 {
    height: auto;
    width: 25%;
  }
  .row-xl > .offset-md-3 {
    margin-left: 25%;
  }
  .column-xl > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row-xl > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-xl > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .column-xl > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-xl > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-xl > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .column-xl > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-xl > .col-md-6 {
    height: auto;
    width: 50%;
  }
  .row-xl > .offset-md-6 {
    margin-left: 50%;
  }
  .column-xl > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row-xl > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-xl > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .column-xl > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-xl > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-xl > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .column-xl > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-xl > .col-md-9 {
    height: auto;
    width: 75%;
  }
  .row-xl > .offset-md-9 {
    margin-left: 75%;
  }
  .column-xl > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row-xl > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-xl > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .column-xl > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-xl > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-xl > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .column-xl > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-xl > .col-md-12 {
    height: auto;
    width: 100%;
  }
  .row-xl > .offset-md-12 {
    margin-left: 100%;
  }
  .column-xl > .col-md-12 {
    height: 100%;
    width: auto;
  }
  .row-xl > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  .row-xl > .offset-lg-0 {
    margin-left: 0%;
  }
  .column-xl > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  .row-xl > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-xl > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .column-xl > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-xl > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-xl > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .column-xl > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-xl > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  .row-xl > .offset-lg-3 {
    margin-left: 25%;
  }
  .column-xl > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  .row-xl > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-xl > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .column-xl > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-xl > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-xl > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .column-xl > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-xl > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  .row-xl > .offset-lg-6 {
    margin-left: 50%;
  }
  .column-xl > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  .row-xl > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-xl > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .column-xl > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-xl > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-xl > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .column-xl > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-xl > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  .row-xl > .offset-lg-9 {
    margin-left: 75%;
  }
  .column-xl > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  .row-xl > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-xl > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .column-xl > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-xl > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-xl > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .column-xl > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-xl > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  .row-xl > .offset-lg-12 {
    margin-left: 100%;
  }
  .column-xl > .col-lg-12 {
    height: 100%;
    width: auto;
  }
  .row-xl > .col-xl-0 {
    height: auto;
    width: 0%;
  }
  .row-xl > .offset-xl-0 {
    margin-left: 0%;
  }
  .column-xl > .col-xl-0 {
    height: 0%;
    width: auto;
  }
  .row-xl > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }
  .row-xl > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .column-xl > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }
  .row-xl > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }
  .row-xl > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .column-xl > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }
  .row-xl > .col-xl-3 {
    height: auto;
    width: 25%;
  }
  .row-xl > .offset-xl-3 {
    margin-left: 25%;
  }
  .column-xl > .col-xl-3 {
    height: 25%;
    width: auto;
  }
  .row-xl > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }
  .row-xl > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .column-xl > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }
  .row-xl > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }
  .row-xl > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .column-xl > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }
  .row-xl > .col-xl-6 {
    height: auto;
    width: 50%;
  }
  .row-xl > .offset-xl-6 {
    margin-left: 50%;
  }
  .column-xl > .col-xl-6 {
    height: 50%;
    width: auto;
  }
  .row-xl > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }
  .row-xl > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .column-xl > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }
  .row-xl > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }
  .row-xl > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .column-xl > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }
  .row-xl > .col-xl-9 {
    height: auto;
    width: 75%;
  }
  .row-xl > .offset-xl-9 {
    margin-left: 75%;
  }
  .column-xl > .col-xl-9 {
    height: 75%;
    width: auto;
  }
  .row-xl > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }
  .row-xl > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .column-xl > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }
  .row-xl > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }
  .row-xl > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .column-xl > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }
  .row-xl > .col-xl-12 {
    height: auto;
    width: 100%;
  }
  .row-xl > .offset-xl-12 {
    margin-left: 100%;
  }
  .column-xl > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
.q-panel {
  height: 100%;
  width: 100%;
}
.q-panel > div {
  height: 100%;
  width: 100%;
}
.q-panel-parent {
  overflow: hidden;
  position: relative;
}
.q-layout {
  width: 100%;
}
.q-layout-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.q-layout-container .q-layout {
  min-height: 100%;
}
.q-layout-container > div {
  transform: translate3d(0, 0, 0);
}
.q-layout-container > div > div {
  min-height: 0;
  max-height: 100%;
}
.q-layout__shadow {
  width: 100%;
}
.q-layout__shadow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.2), 0 0px 10px rgba(0,0,0,0.24);
}
.q-layout__section--marginal {
  background-color: #0072da;
  background-color: var(--q-color-primary);
  color: #fff;
}
.q-header--hidden {
  transform: translate3d(0, -110%, 0);
}
.q-header--bordered {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.q-header .q-layout__shadow {
  bottom: -10px;
}
.q-header .q-layout__shadow:after {
  bottom: 10px;
}
.q-footer--hidden {
  transform: translate3d(0, 110%, 0);
}
.q-footer--bordered {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.q-footer .q-layout__shadow {
  top: -10px;
}
.q-footer .q-layout__shadow:after {
  top: 10px;
}
.q-header,
.q-footer {
  z-index: 2000;
}
.q-drawer {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}
.q-drawer--on-top {
  z-index: 3000;
}
.q-drawer--left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.q-drawer--left.q-drawer--bordered {
  border-right: 1px solid rgba(0,0,0,0.12);
}
.q-drawer--left .q-layout__shadow {
  left: 10px;
  right: -10px;
}
.q-drawer--left .q-layout__shadow:after {
  right: 10px;
}
.q-drawer--right {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.q-drawer--right.q-drawer--bordered {
  border-left: 1px solid rgba(0,0,0,0.12);
}
.q-drawer--right .q-layout__shadow {
  left: -10px;
}
.q-drawer--right .q-layout__shadow:after {
  left: 10px;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini {
  padding: 0 !important;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item,
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label,
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main,
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side ~ .q-item__section--side {
  display: none;
}
.q-drawer--mini .q-mini-drawer-hide,
.q-drawer--mini .q-expansion-item__content {
  display: none;
}
.q-drawer--mini-animate .q-drawer__content {
  overflow-x: hidden;
  white-space: nowrap;
}
.q-drawer--standard .q-mini-drawer-only {
  display: none;
}
.q-drawer--mobile .q-mini-drawer-only,
.q-drawer--mobile .q-mini-drawer-hide {
  display: none;
}
.q-drawer__backdrop {
  z-index: 2999 !important;
  will-change: background-color;
}
.q-drawer__opener {
  z-index: 2001;
  height: 100%;
  width: 15px;
  user-select: none;
}
.q-layout,
.q-header,
.q-footer,
.q-page {
  position: relative;
}
.q-page-sticky--shrink {
  pointer-events: none;
}
.q-page-sticky--shrink > div {
  display: inline-block;
  pointer-events: auto;
}
body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:nth-child(2),
body.q-ios-padding .q-layout--standard .q-header > .q-tabs:nth-child(2) .q-tabs-head,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-top: 20px;
  min-height: 70px;
  padding-top: env(safe-area-inset-top);
  min-height: calc(env(safe-area-inset-top) + 50px);
}
body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child,
body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:last-child .q-tabs-head,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: calc(env(safe-area-inset-bottom) + 50px);
}
.q-body--layout-animate .q-drawer__backdrop {
  transition: background-color 0.12s !important;
}
.q-body--layout-animate .q-drawer {
  transition: transform 0.12s, width 0.12s, top 0.12s, bottom 0.12s !important;
}
.q-body--layout-animate .q-layout__section--marginal {
  transition: transform 0.12s, left 0.12s, right 0.12s !important;
}
.q-body--layout-animate .q-page-container {
  transition: padding-top 0.12s, padding-right 0.12s, padding-bottom 0.12s, padding-left 0.12s !important;
}
.q-body--layout-animate .q-page-sticky {
  transition: transform 0.12s, left 0.12s, right 0.12s, top 0.12s, bottom 0.12s !important;
}
.q-body--drawer-toggle {
  overflow-x: hidden !important;
}
@media (max-width: 599px) {
  .q-layout-padding {
    padding: 8px;
  }
}
@media (min-width: 600px) and (max-width: 1439px) {
  .q-layout-padding {
    padding: 16px;
  }
}
@media (min-width: 1440px) {
  .q-layout-padding {
    padding: 24px;
  }
}
.q-toolbar {
  position: relative;
  padding: 0 12px;
  min-height: 50px;
  width: 100%;
}
.q-toolbar--inset {
  padding-left: 58px;
}
.q-toolbar .q-avatar {
  font-size: 38px;
}
.q-toolbar__title {
  flex: 1 1 0%;
  min-width: 1px;
  max-width: 100%;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.01em;
  padding: 0 12px;
}
.q-toolbar__title:first-child {
  padding-left: 0;
}
.q-toolbar__title:last-child {
  padding-right: 0;
}
.q-btn {
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 1.718em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  min-height: 2.572em;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  font-weight: 500;
  text-transform: uppercase;
}
button.q-btn {
  -webkit-appearance: button;
}
a.q-btn {
  display: inline-flex;
}
.q-btn .q-icon,
.q-btn .q-spinner {
  font-size: 1.718em;
}
.q-btn.disabled {
  opacity: 0.7 !important;
}
.q-btn--standard:not(.disabled):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--standard:not(.disabled):active:before,
.q-btn--standard:not(.disabled).q-btn--active:before {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
.q-btn--no-uppercase {
  text-transform: none;
}
.q-btn--rectangle {
  border-radius: 3px;
}
.q-btn--outline {
  border: 1px solid currentColor;
  background: transparent !important;
}
.q-btn--push {
  border-radius: 7px;
  border-bottom: 3px solid rgba(0,0,0,0.15);
}
.q-btn--push:active:not(.disabled),
.q-btn--push.q-btn--active:not(.disabled) {
  transform: translate3d(0, 3px, 0);
  border-bottom-width: 0;
}
.q-btn--push .q-focus-helper,
.q-btn--push .q-ripple-container {
  height: auto;
  bottom: -3px;
}
.q-btn--rounded {
  border-radius: 28px;
}
.q-btn--round {
  border-radius: 50%;
  padding: 0;
  min-height: 0;
  height: 3em;
  width: 3em;
  min-width: 3em;
  min-height: 3em;
}
.q-btn--flat,
.q-btn--outline,
.q-btn--unelevated {
  box-shadow: none;
}
.q-btn--dense {
  padding: 0.285em;
  min-height: 2em;
}
.q-btn--dense.q-btn--round {
  padding: 0;
  height: 2.4em;
  width: 2.4em;
  min-height: 2.4em;
  min-width: 2.4em;
}
.q-btn--dense .on-left {
  margin-right: 6px;
}
.q-btn--dense .on-right {
  margin-left: 6px;
}
.q-btn--fab .q-icon,
.q-btn--fab-mini .q-icon {
  font-size: 24px;
  width: 100%;
  height: 100%;
}
.q-btn--fab {
  height: 56px;
  width: 56px;
}
.q-btn--fab-mini {
  height: 40px;
  width: 40px;
}
.q-btn__content {
  transition: opacity 0.3s;
}
.q-btn__content--hidden {
  opacity: 0;
}
.q-btn__content:before {
  content: '';
}
.q-btn__progress {
  transition: transform 0.3s;
  transform-origin: top left;
  height: 100%;
  background: rgba(255,255,255,0.25);
}
.q-btn__progress--dark {
  background: rgba(0,0,0,0.2);
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container {
  padding: 0 4px;
  border-left: 1px solid rgba(255,255,255,0.3);
}
.q-btn-dropdown--simple .q-btn-dropdown__arrow {
  margin-left: 8px;
}
.q-btn-dropdown__arrow {
  transition: transform 0.28s;
}
.q-btn-group {
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  vertical-align: middle;
}
.q-btn-group > .q-btn-item {
  box-shadow: none;
}
.q-btn-group > .q-btn-group > .q-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-btn-group > .q-btn-group > .q-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child {
  border-left: 0;
}
.q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child {
  border-right: 0;
}
.q-btn-group > .q-btn-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-btn-group > .q-btn-item:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-btn-group--push {
  border-radius: 7px;
}
.q-btn-group--push > .q-btn--push .q-btn__content {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn-group--push > .q-btn--push:active:not(.disabled),
.q-btn-group--push > .q-btn--push.q-btn--active:not(.disabled) {
  border-bottom-width: 3px;
  transform: none;
}
.q-btn-group--push > .q-btn--push:active:not(.disabled) .q-btn__content,
.q-btn-group--push > .q-btn--push.q-btn--active:not(.disabled) .q-btn__content {
  transform: translate3d(0, 3px, 0);
}
.q-btn-group--rounded {
  border-radius: 28px;
}
.q-btn-group--flat,
.q-btn-group--outline,
.q-btn-group--unelevated {
  box-shadow: none;
}
.q-btn-group--flat > .q-btn-item,
.q-btn-group--outline > .q-btn-item,
.q-btn-group--unelevated > .q-btn-item {
  box-shadow: none;
}
.q-btn-group--outline > .q-separator {
  display: none;
}
.q-btn-group--outline > .q-btn-item + .q-btn-item {
  border-left: 0;
}
.q-btn-group--outline > .q-btn-item:not(:last-child) {
  border-right: 0;
}
.q-btn-group--stretch {
  align-self: stretch;
}
.q-btn-group--glossy > .q-btn-item {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04)) !important;
}
.q-btn-group--spread > .q-btn-group {
  display: flex !important;
}
.q-btn-group--spread > .q-btn-item,
.q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container) {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.q-breadcrumbs__el {
  color: inherit;
}
.q-breadcrumbs__el-icon {
  font-size: 125%;
}
.q-breadcrumbs__el-icon--with-label {
  margin-right: 8px;
}
.q-breadcrumbs--last a {
  pointer-events: none;
}
[dir=rtl] .q-breadcrumbs__separator .q-icon {
  transform: scale3d(-1, 1, 1) /* rtl:ignore */;
}
.q-textarea .q-field__control {
  min-height: 56px;
  height: auto;
}
.q-textarea .q-field__control-container {
  padding-top: 2px;
  padding-bottom: 2px;
}
.q-textarea .q-field__native,
.q-textarea .q-field__prefix,
.q-textarea .q-field__suffix {
  line-height: 18px;
}
.q-textarea .q-field__native {
  resize: vertical;
  padding-top: 17px;
  min-height: 52px;
}
.q-textarea.q-field--labeled .q-field__control-container {
  padding-top: 26px;
}
.q-textarea.q-field--labeled .q-field__native,
.q-textarea.q-field--labeled .q-field__prefix,
.q-textarea.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-textarea.q-field--labeled .q-field__native {
  min-height: 26px;
  padding-top: 1px;
}
.q-textarea--autogrow .q-field__native {
  resize: none;
}
.q-textarea.q-field--dense .q-field__control,
.q-textarea.q-field--dense .q-field__native {
  min-height: 36px;
}
.q-textarea.q-field--dense .q-field__native {
  padding-top: 9px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
  padding-top: 3px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__prefix,
.q-textarea.q-field--dense.q-field--labeled .q-field__suffix {
  padding-top: 2px;
}
body.mobile .q-textarea .q-field__native,
.q-textarea.disabled .q-field__native {
  resize: none;
}
.q-field {
  font-size: 14px;
}
.q-field--with-bottom {
  padding-bottom: 20px;
}
.q-field__marginal {
  height: 56px;
  color: rgba(0,0,0,0.54);
  font-size: 24px;
}
.q-field__marginal > * + * {
  margin-left: 2px;
}
.q-field__marginal .q-avatar {
  font-size: 32px;
}
.q-field__before,
.q-field__prepend {
  padding-right: 12px;
}
.q-field__after,
.q-field__append {
  padding-left: 12px;
}
.q-field__after:empty,
.q-field__append:empty {
  display: none;
}
.q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field__inner {
  text-align: left;
}
.q-field__bottom {
  font-size: 12px;
  min-height: 12px;
  line-height: 1;
  color: rgba(0,0,0,0.54);
  padding: 8px 12px 0;
}
.q-field__bottom--animated {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.q-field__messages {
  line-height: 1;
}
.q-field__messages > div {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.q-field__messages > div + div {
  margin-top: 4px;
}
.q-field__counter {
  padding-left: 8px;
  line-height: 1;
}
.q-field--item-aligned {
  padding: 8px 16px;
}
.q-field--item-aligned .q-field__before {
  min-width: 56px;
}
.q-field__control-container {
  height: inherit;
}
.q-field__control {
  color: #0072da;
  color: var(--q-color-primary);
  height: 56px;
  max-width: 100%;
  outline: none;
}
.q-field__control:before,
.q-field__control:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.q-field__control:before {
  border-radius: inherit;
}
.q-field__native,
.q-field__prefix,
.q-field__suffix {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(0,0,0,0.87);
  outline: 0;
  padding: 6px 0;
}
.q-field__native {
  width: 100%;
  min-width: 0;
  outline: 0 !important;
}
.q-field__native[type="file"] {
  line-height: 1em;
}
.q-field__prefix,
.q-field__suffix {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.q-field__prefix {
  padding-right: 4px;
}
.q-field__suffix {
  padding-left: 4px;
}
.q-field--readonly .q-placeholder,
.q-field--disabled .q-placeholder {
  opacity: 1 !important;
}
.q-field--readonly.q-field--labeled .q-field__native {
  cursor: default;
}
.q-field--readonly.q-field--float .q-field__native {
  cursor: text;
}
.q-field--disabled .q-field__inner {
  cursor: not-allowed;
}
.q-field--disabled .q-field__control {
  pointer-events: none;
}
.q-field--disabled .q-field__control > div {
  opacity: 0.6 !important;
}
.q-field--disabled .q-field__control > div,
.q-field--disabled .q-field__control > div * {
  outline: 0 !important;
}
.q-field__label {
  left: 0;
  right: 0;
  top: 18px;
  color: rgba(0,0,0,0.6);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  transform-origin: left top;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), right 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--float .q-field__label {
  transform: translate3d(0, -40%, 0) scale3d(0.75, 0.75, 1);
  right: calc(-100% / 3);
}
.q-field .q-field__native:-webkit-autofill,
.q-field .q-select__input:-webkit-autofill {
  -webkit-animation-name: q-autofill;
  -webkit-animation-fill-mode: both;
}
.q-field .q-field__native:-webkit-autofill + .q-field__label,
.q-field .q-select__input:-webkit-autofill + .q-field__label {
  transform: translate3d(0, -40%, 0) scale3d(0.75, 0.75, 1);
}
.q-field .q-field__native[type="number"]:invalid + .q-field__label,
.q-field .q-select__input[type="number"]:invalid + .q-field__label {
  transform: translate3d(0, -40%, 0) scale3d(0.75, 0.75, 1);
}
.q-field .q-field__native:invalid,
.q-field .q-select__input:invalid {
  box-shadow: none;
}
.q-field--focused .q-field__label {
  color: currentColor;
}
.q-field--filled .q-field__control {
  padding: 0 12px;
  background: rgba(0,0,0,0.05);
  border-radius: 4px 4px 0 0;
}
.q-field--filled .q-field__control:before {
  background: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.42);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled .q-field__control:hover:before {
  opacity: 1;
}
.q-field--filled .q-field__control:after {
  height: 2px;
  top: auto;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled.q-field--rounded .q-field__control {
  border-radius: 28px 28px 0 0;
}
.q-field--filled.q-field--focused .q-field__control:before {
  opacity: 1;
  background: rgba(0,0,0,0.12);
}
.q-field--filled.q-field--focused .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--filled.q-field--dark .q-field__control,
.q-field--filled.q-field--dark .q-field__control:before {
  background: rgba(255,255,255,0.07);
}
.q-field--filled.q-field--dark.q-field--focused .q-field__control:before {
  background: rgba(255,255,255,0.1);
}
.q-field--filled.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border-bottom-style: dashed;
}
.q-field--outlined .q-field__control {
  border-radius: 4px;
  padding: 0 12px;
}
.q-field--outlined .q-field__control:before {
  border: 1px solid rgba(0,0,0,0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined .q-field__control:hover:before {
  border-color: #000;
}
.q-field--outlined .q-field__control:after {
  height: inherit;
  border-radius: inherit;
  border: 2px solid transparent;
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--outlined.q-field--focused .q-field__control:after {
  border-color: currentColor;
  border-width: 2px;
  transform: scale3d(1, 1, 1);
}
.q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: dashed;
}
.q-field--standard .q-field__control:before {
  border-bottom: 1px solid rgba(0,0,0,0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard .q-field__control:hover:before {
  border-color: #000;
}
.q-field--standard .q-field__control:after {
  height: 2px;
  top: auto;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard.q-field--focused .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--standard.q-field--readonly .q-field__control:before {
  border-bottom-style: dashed;
}
.q-field--dark .q-field__control:before {
  border-color: rgba(255,255,255,0.6);
}
.q-field--dark .q-field__control:hover:before {
  border-color: #fff;
}
.q-field--dark .q-field__native,
.q-field--dark .q-field__prefix,
.q-field--dark .q-field__suffix,
.q-field--dark .q-select__input {
  color: #fff;
}
.q-field--dark:not(.q-field--focused) .q-field__label,
.q-field--dark .q-field__marginal,
.q-field--dark .q-field__bottom {
  color: rgba(255,255,255,0.7);
}
.q-field--standout .q-field__control {
  padding: 0 12px;
  background: rgba(0,0,0,0.05);
  border-radius: 4px;
  transition: box-shadow 0.36s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:before {
  background: rgba(0,0,0,0.07);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:hover:before {
  opacity: 1;
}
.q-field--standout.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--standout.q-field--focused .q-field__control {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  background: #000;
}
.q-field--standout.q-field--focused .q-field__native,
.q-field--standout.q-field--focused .q-field__prefix,
.q-field--standout.q-field--focused .q-field__suffix,
.q-field--standout.q-field--focused .q-field__prepend,
.q-field--standout.q-field--focused .q-field__append,
.q-field--standout.q-field--focused .q-select__input {
  color: #fff;
}
.q-field--standout.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border: 1px dashed rgba(0,0,0,0.24);
}
.q-field--standout.q-field--dark .q-field__control {
  background: rgba(255,255,255,0.07);
}
.q-field--standout.q-field--dark .q-field__control:before {
  background: rgba(255,255,255,0.07);
}
.q-field--standout.q-field--dark.q-field--focused .q-field__control {
  background: #fff;
}
.q-field--standout.q-field--dark.q-field--focused .q-field__native,
.q-field--standout.q-field--dark.q-field--focused .q-field__prefix,
.q-field--standout.q-field--dark.q-field--focused .q-field__suffix,
.q-field--standout.q-field--dark.q-field--focused .q-field__prepend,
.q-field--standout.q-field--dark.q-field--focused .q-field__append,
.q-field--standout.q-field--dark.q-field--focused .q-select__input {
  color: #000;
}
.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before {
  border-color: rgba(255,255,255,0.24);
}
.q-field--labeled .q-field__native,
.q-field--labeled .q-field__prefix,
.q-field--labeled .q-field__suffix {
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 8px;
}
.q-field--labeled:not(.q-field--float) .q-field__prefix,
.q-field--labeled:not(.q-field--float) .q-field__suffix {
  opacity: 0;
}
.q-field--labeled:not(.q-field--float) .q-field__native::-webkit-input-placeholder,
.q-field--labeled:not(.q-field--float) .q-select__input::-webkit-input-placeholder {
  color: transparent;
}
.q-field--labeled:not(.q-field--float) .q-field__native::-moz-placeholder,
.q-field--labeled:not(.q-field--float) .q-select__input::-moz-placeholder {
  color: transparent;
}
.q-field--labeled:not(.q-field--float) .q-field__native:-ms-input-placeholder,
.q-field--labeled:not(.q-field--float) .q-select__input:-ms-input-placeholder {
  color: transparent !important;
}
.q-field--labeled:not(.q-field--float) .q-field__native::-ms-input-placeholder,
.q-field--labeled:not(.q-field--float) .q-select__input::-ms-input-placeholder {
  color: transparent;
}
.q-field--labeled:not(.q-field--float) .q-field__native::placeholder,
.q-field--labeled:not(.q-field--float) .q-select__input::placeholder {
  color: transparent;
}
.q-field--labeled.q-field--dense .q-field__native,
.q-field--labeled.q-field--dense .q-field__prefix,
.q-field--labeled.q-field--dense .q-field__suffix {
  padding-top: 14px;
  padding-bottom: 2px;
}
.q-field--dense .q-field__control,
.q-field--dense .q-field__marginal {
  height: 40px;
}
.q-field--dense .q-field__bottom {
  font-size: 11px;
}
.q-field--dense .q-field__label {
  font-size: 14px;
  top: 10px;
}
.q-field--dense .q-field__before,
.q-field--dense .q-field__prepend {
  padding-right: 6px;
}
.q-field--dense .q-field__after,
.q-field--dense .q-field__append {
  padding-left: 6px;
}
.q-field--dense .q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field--dense .q-avatar {
  font-size: 24px;
}
.q-field--dense.q-field--float .q-field__label {
  transform: translate3d(0, -30%, 0) scale3d(0.75, 0.75, 1);
}
.q-field--dense .q-field__native:-webkit-autofill + .q-field__label,
.q-field--dense .q-select__input:-webkit-autofill + .q-field__label {
  transform: translate3d(0, -30%, 0) scale3d(0.75, 0.75, 1);
}
.q-field--dense .q-field__native[type="number"]:invalid + .q-field__label,
.q-field--dense .q-select__input[type="number"]:invalid + .q-field__label {
  transform: translate3d(0, -30%, 0) scale3d(0.75, 0.75, 1);
}
.q-field--borderless .q-field__bottom,
.q-field--standard .q-field__bottom,
.q-field--borderless.q-field--dense .q-field__control,
.q-field--standard.q-field--dense .q-field__control {
  padding-left: 0;
  padding-right: 0;
}
.q-field--error .q-field__label {
  animation: q-field-label 0.36s;
}
.q-field--error .q-field__bottom {
  color: #c10015;
  color: var(--q-color-negative);
}
.q-field--auto-height .q-field__control {
  height: auto;
}
.q-field--auto-height .q-field__control,
.q-field--auto-height .q-field__native {
  min-height: 56px;
}
.q-field--auto-height .q-field__native {
  align-items: center;
}
.q-field--auto-height .q-field__control-container {
  padding-top: 0;
}
.q-field--auto-height .q-field__native,
.q-field--auto-height .q-field__prefix,
.q-field--auto-height .q-field__suffix {
  line-height: 18px;
}
.q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 24px;
}
.q-field--auto-height.q-field--labeled .q-field__native,
.q-field--auto-height.q-field--labeled .q-field__prefix,
.q-field--auto-height.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-field--auto-height.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--auto-height.q-field--dense .q-field__control,
.q-field--auto-height.q-field--dense .q-field__native {
  min-height: 40px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--square .q-field__control {
  border-radius: 0 !important;
}
.q-transition--field-message-enter-active,
.q-transition--field-message-leave-active {
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.q-transition--field-message-enter,
.q-transition--field-message-leave-to {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.q-transition--field-message-leave,
.q-transition--field-message-leave-active {
  position: absolute;
}
@-moz-keyframes q-autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes q-autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
@-o-keyframes q-autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
@keyframes q-autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
@-moz-keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%, 80% {
    margin-left: -2px;
  }
  70%, 90% {
    margin-left: 2px;
  }
}
@-webkit-keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%, 80% {
    margin-left: -2px;
  }
  70%, 90% {
    margin-left: 2px;
  }
}
@-o-keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%, 80% {
    margin-left: -2px;
  }
  70%, 90% {
    margin-left: 2px;
  }
}
@keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%, 80% {
    margin-left: -2px;
  }
  70%, 90% {
    margin-left: 2px;
  }
}
.q-toggle {
  vertical-align: middle;
}
.q-toggle__label {
  font-size: 14px;
  line-height: 20px;
}
.q-toggle__native {
  width: 1px;
  height: 1px;
}
.q-toggle__track {
  height: 14px;
  border-radius: 7px;
  opacity: 0.38;
  background-color: currentColor;
}
.q-toggle__thumb-container {
  left: 10px;
  right: auto;
  top: 10px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}
.q-toggle__thumb {
  width: 20px;
  height: 20px;
  border: 10px solid;
  border-radius: 50%;
  border-color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.q-toggle__thumb .q-icon {
  font-size: 12px;
  width: 20px;
  height: 0;
  line-height: 0;
  color: #000;
  opacity: 0.54;
}
.q-toggle__inner {
  width: 56px;
  min-width: 56px;
  height: 40px;
  padding: 13px 12px;
}
.q-toggle__inner--active {
  color: #0072da;
  color: var(--q-color-primary);
}
.q-toggle__inner--active .q-toggle__track {
  opacity: 0.54;
}
.q-toggle__inner--active .q-toggle__thumb-container {
  transform: translate3d(16px, 0, 0);
}
.q-toggle__inner--active .q-toggle__thumb {
  background-color: currentColor;
  border-color: currentColor;
}
.q-toggle__inner--active .q-toggle__thumb .q-icon {
  color: #fff;
  opacity: 1;
}
.q-toggle.disabled {
  opacity: 0.75 !important;
}
.q-toggle--dark .q-toggle__inner {
  color: #fff;
}
.q-toggle--dark .q-toggle__inner--active {
  color: #0072da;
  color: var(--q-color-primary);
}
.q-toggle--dark .q-toggle__thumb:before {
  opacity: 0.32 !important;
}
.q-toggle--dense .q-toggle__inner {
  height: 20px;
  padding: 3px 12px;
}
.q-toggle--dense .q-toggle__thumb-container {
  top: 0;
}
body.desktop .q-toggle__thumb:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 0);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
body.desktop .q-toggle:focus:not(.disabled) .q-toggle__thumb:before {
  transform: scale3d(2, 2, 2);
}
body.desktop .q-toggle--dense:focus:not(.disabled) .q-toggle__thumb:before {
  transform: scale3d(1.5, 1.5, 1.5);
}
.q-tooltip {
  position: fixed !important;
  font-size: 10px;
  color: #fafafa;
  background: #757575;
  z-index: 9000;
  padding: 6px 10px;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
}
@media (max-width: 599px) {
  .q-tooltip {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.q-scrollarea {
  position: relative;
}
.q-scrollarea__thumb {
  background: #000;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.q-scrollarea__thumb--v {
  right: 0;
  width: 10px;
}
.q-scrollarea__thumb--h {
  bottom: 0;
  height: 10px;
}
.q-scrollarea__thumb:hover {
  opacity: 0.3;
  cursor: grab;
}
.q-scrollarea__thumb:active {
  opacity: 0.5;
}
.q-scrollarea__thumb--invisible {
  opacity: 0 !important;
}
.q-scrollarea__thumb--invisible:hover {
  cursor: inherit;
}
.q-expansion-item__border {
  opacity: 0;
}
.q-expansion-item__toggle-icon {
  position: relative;
  transition: transform 0.3s;
}
.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
  opacity: 1;
}
.q-expansion-item--popup {
  transition: padding 0.5s;
}
.q-expansion-item--popup > .q-expansion-item__container {
  border: 1px solid rgba(0,0,0,0.12);
}
.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
  display: none;
}
.q-expansion-item--popup.q-expansion-item--collapsed {
  padding: 0 15px;
}
.q-expansion-item--popup.q-expansion-item--expanded {
  padding: 15px 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded {
  padding-top: 0;
}
.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container {
  border-top-width: 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container {
  border-top-width: 1px;
}
.q-expansion-item__content > .q-card {
  box-shadow: none;
  border-radius: 0;
}
.q-expansion-item:first-child > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item:last-child > div > .q-expansion-item__border--bottom {
  opacity: 0;
}
.q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-item {
  min-height: 48px;
  padding: 8px 16px;
  color: inherit;
  transition: color 0.3s, background-color 0.3s;
}
.q-item__section--side {
  color: #757575;
  align-items: flex-start;
  padding-right: 16px;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.q-item__section--side > .q-icon {
  font-size: 24px;
}
.q-item__section--side > .q-avatar {
  font-size: 40px;
}
.q-item__section--avatar {
  color: inherit;
  min-width: 56px;
}
.q-item__section--thumbnail img {
  width: 100px;
  height: 56px;
}
.q-item__section--nowrap {
  white-space: nowrap;
}
.q-item > .q-item__section--thumbnail:first-child,
.q-item > .q-focus-helper + .q-item__section--thumbnail {
  margin-left: -16px;
}
.q-item > .q-item__section--thumbnail:last-of-type {
  margin-right: -16px;
}
.q-item__label {
  line-height: 1.2em !important;
  max-width: 100%;
}
.q-item__label--overline {
  color: rgba(0,0,0,0.7);
}
.q-item__label--caption {
  color: rgba(0,0,0,0.54);
}
.q-item__label--header {
  color: #757575;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.q-separator--spaced + .q-item__label--header,
.q-list--padding .q-item__label--header {
  padding-top: 8px;
}
.q-item__label + .q-item__label {
  margin-top: 4px;
}
.q-item__section--main {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.q-item__section--main + .q-item__section--main {
  margin-left: 8px;
}
.q-item__section--main ~ .q-item__section--side {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 16px;
}
.q-item__section--main.q-item__section--thumbnail {
  margin-left: 0;
  margin-right: -16px;
}
.q-list--bordered {
  border: 1px solid rgba(0,0,0,0.12);
}
.q-list--separator > .q-item-type + .q-item-type,
.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.q-list--padding {
  padding: 8px 0;
}
.q-list--dense > .q-item,
.q-item--dense {
  min-height: 32px;
  padding: 2px 16px;
}
.q-list--dark.q-list--separator > .q-item-type + .q-item-type,
.q-list--dark.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top-color: rgba(255,255,255,0.48);
}
.q-list--dark,
.q-item--dark {
  color: #fff;
  border-color: rgba(255,255,255,0.48);
}
.q-list--dark .q-item__section--side:not(.q-item__section--avatar),
.q-item--dark .q-item__section--side:not(.q-item__section--avatar) {
  color: rgba(255,255,255,0.7);
}
.q-list--dark .q-item__label--header,
.q-item--dark .q-item__label--header {
  color: rgba(255,255,255,0.64);
}
.q-list--dark .q-item__label--overline,
.q-item--dark .q-item__label--overline,
.q-list--dark .q-item__label--caption,
.q-item--dark .q-item__label--caption {
  color: rgba(255,255,255,0.8);
}
.q-item {
  position: relative;
}
.q-item.q-router-link--active,
.q-item--active {
  color: #0072da;
  color: var(--q-color-primary);
}
.q-slide-item {
  position: relative;
}
.q-slide-item__left,
.q-slide-item__right {
  visibility: hidden;
  padding: 8px 16px;
  font-size: 14px;
}
.q-slide-item__left .q-icon,
.q-slide-item__right .q-icon {
  font-size: 1.714em;
}
.q-slide-item__left {
  background: #4caf50;
  color: #fff;
}
.q-slide-item__left > div {
  transform-origin: left center;
}
.q-slide-item__right {
  background: #ff9800;
  color: #fff;
}
.q-slide-item__right > div {
  transform-origin: right center;
}
.q-slide-item__content {
  background: #fff;
  transition: transform 0.2s ease-in;
  user-select: none;
  cursor: pointer;
}
.q-markup-table {
  overflow: auto;
  background: #fff;
}
.q-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.q-table thead tr,
.q-table tbody td {
  height: 48px;
}
.q-table th {
  font-weight: 500;
  font-size: 12px;
  user-select: none;
}
.q-table th.sortable {
  cursor: pointer;
}
.q-table th.sortable:hover .q-table__sort-icon {
  opacity: 0.64;
}
.q-table th.sorted .q-table__sort-icon {
  opacity: 0.86 !important;
}
.q-table th.sort-desc .q-table__sort-icon {
  transform: rotate3d(0, 0, 1, 180deg);
}
.q-table th,
.q-table td {
  padding: 7px 16px;
  background-color: inherit;
}
.q-table thead,
.q-table td,
.q-table th {
  border-style: solid;
  border-width: 0;
}
.q-table tbody td {
  font-size: 13px;
}
.q-table__card {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.q-table__container {
  position: relative;
}
.q-table__container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-table__container > div:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-table__top {
  padding: 12px 16px;
}
.q-table__top .q-table__control {
  flex-wrap: wrap;
}
.q-table__title {
  font-size: 20px;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.q-table__separator {
  min-width: 8px !important;
}
.q-table__progress {
  height: 0 !important;
}
.q-table__progress td {
  padding: 0 !important;
  border-bottom: 1px solid transparent !important;
}
.q-table__progress .q-linear-progress {
  position: absolute;
  bottom: -1px;
}
.q-table__middle {
  max-width: 100%;
}
.q-table__bottom {
  min-height: 48px;
  padding: 4px 14px 4px 16px;
  font-size: 12px;
}
.q-table__bottom .q-table__control {
  min-height: 24px;
}
.q-table__bottom--nodata .q-icon {
  font-size: 200%;
  margin-right: 8px;
}
.q-table__bottom-item {
  margin-right: 16px;
}
.q-table__control {
  display: flex;
  align-items: center;
}
.q-table__sort-icon {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  opacity: 0;
  font-size: 120%;
}
.q-table__sort-icon--left,
.q-table__sort-icon--center {
  margin-left: 4px;
}
.q-table__sort-icon--right {
  margin-right: 4px;
}
.q-table--col-auto-width {
  opacity: 1 !important;
  width: 1px;
  padding-right: 0 !important;
}
.q-table--flat {
  box-shadow: none;
}
.q-table--bordered {
  border: 1px solid rgba(0,0,0,0.12);
}
.q-table--square {
  border-radius: 0;
}
.q-table__linear-progress,
.q-table--grid .q-table__middle {
  height: 2px;
}
.q-table--no-wrap th,
.q-table--no-wrap td {
  white-space: nowrap;
}
.q-table--grid {
  box-shadow: none;
}
.q-table--grid .q-table__bottom {
  border-top: 0;
}
.q-table--grid .q-table {
  height: 2px;
}
.q-table--grid .q-table thead {
  border: 0;
}
.q-table__grid-item-card {
  vertical-align: top;
  padding: 12px;
}
.q-table__grid-item-card .q-separator {
  margin: 12px 0;
}
.q-table__grid-item-row + .q-table__grid-item-row {
  margin-top: 8px;
}
.q-table__grid-item-title {
  opacity: 0.54;
  font-weight: 500;
  font-size: 12px;
}
.q-table__grid-item-value {
  font-size: 13px;
}
.q-table__grid-item {
  padding: 4px;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-table__grid-item--selected {
  transform: scale3d(0.95, 0.95, 0.95);
}
.q-table--horizontal-separator thead,
.q-table--horizontal-separator tbody tr:not(:last-child) td {
  border-width: 0 0 1px 0;
}
.q-table--vertical-separator td,
.q-table--vertical-separator th {
  border-width: 0 0 0 1px;
}
.q-table--vertical-separator thead tr:last-child th {
  border-bottom-width: 1px;
}
.q-table--vertical-separator td:first-child,
.q-table--vertical-separator th:first-child {
  border-left: 0;
}
.q-table--cell-separator td,
.q-table--cell-separator th {
  border-width: 1px;
}
.q-table--cell-separator td:first-child,
.q-table--cell-separator th:first-child {
  border-left: 0;
}
.q-table--cell-separator td:last-child,
.q-table--cell-separator th:last-child {
  border-right: 0;
}
.q-table--cell-separator thead tr:first-child th {
  border-top: 0;
}
.q-table--cell-separator tbody tr:last-child td {
  border-bottom: 0;
}
.q-table--vertical-separator .q-table__top,
.q-table--cell-separator .q-table__top {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.q-table .q-table--col-auto-width {
  border-left: 0;
  border-right: 0;
}
.q-table .q-table--col-auto-width + td,
.q-table .q-table--col-auto-width + th {
  border-left: 0;
}
.q-table--dense .q-table__bottom {
  min-height: 42px;
}
.q-table--dense .q-table__sort-icon {
  font-size: 110%;
}
.q-table--dense .q-table th,
.q-table--dense .q-table td {
  padding: 4px 8px;
}
.q-table--dense .q-table thead tr,
.q-table--dense .q-table tbody tr,
.q-table--dense .q-table tbody td {
  height: 28px;
}
.q-table--dense .q-table th:first-child,
.q-table--dense .q-table td:first-child {
  padding-left: 16px;
}
.q-table--dense .q-table th:last-child,
.q-table--dense .q-table td:last-child {
  padding-right: 16px;
}
.q-table--dense .q-table__bottom-item {
  margin-right: 8px;
}
.q-table__bottom {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.q-table thead,
.q-table tr,
.q-table th,
.q-table td {
  border-color: rgba(0,0,0,0.12);
}
.q-table th {
  opacity: 0.54;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-table th.sortable:hover,
.q-table th.sorted {
  opacity: 0.86;
}
.q-table tbody tr.selected {
  background: rgba(0,0,0,0.06);
}
.q-table tbody tr:hover {
  background: rgba(0,0,0,0.03);
}
.q-table__card--dark {
  color: #fff;
  background: #424242;
}
.q-table--dark .q-table__bottom {
  border-top: 1px solid rgba(255,255,255,0.48);
}
.q-table--dark thead,
.q-table--dark tr,
.q-table--dark th,
.q-table--dark td {
  border-color: rgba(255,255,255,0.48);
}
.q-table--dark tbody tr.selected {
  background: rgba(255,255,255,0.1);
}
.q-table--dark tbody tr:hover {
  background: rgba(255,255,255,0.07);
}
.q-table--dark.q-table--vertical-separator .q-table__top,
.q-table--dark.q-table--cell-separator .q-table__top {
  border-bottom: 1px solid rgba(255,255,255,0.48);
}
.q-dialog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
.q-dialog__message {
  opacity: 0.6;
}
.q-dialog__inner {
  outline: 0;
}
.q-dialog__inner > div {
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.q-dialog__inner--square > div {
  border-radius: 0 !important;
}
.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle {
  min-width: 64px;
}
.q-dialog__inner--minimized {
  padding: 24px;
}
.q-dialog__inner--minimized > div {
  max-height: calc(100vh - 48px);
}
.q-dialog__inner--maximized > div {
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 100vw;
  border-radius: 0 !important;
}
.q-dialog__inner--top,
.q-dialog__inner--bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.q-dialog__inner--right,
.q-dialog__inner--left {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.q-dialog__inner--left > div,
.q-dialog__inner--top > div {
  border-top-left-radius: 0;
}
.q-dialog__inner--right > div,
.q-dialog__inner--top > div {
  border-top-right-radius: 0;
}
.q-dialog__inner--left > div,
.q-dialog__inner--bottom > div {
  border-bottom-left-radius: 0;
}
.q-dialog__inner--right > div,
.q-dialog__inner--bottom > div {
  border-bottom-right-radius: 0;
}
.q-dialog__inner--fullwidth > div {
  width: 100% !important;
  max-width: 100% !important;
}
.q-dialog__inner--fullheight > div {
  height: 100% !important;
  max-height: 100% !important;
}
.q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  background: rgba(0,0,0,0.4);
}
body.platform-ios .q-dialog__inner--minimized > div,
body.platform-android:not(.cordova) .q-dialog__inner--minimized > div {
  max-height: calc(100vh - 108px);
}
body.q-ios-padding .q-dialog__inner {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
body.q-ios-padding .q-dialog__inner > div {
  max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
}
@media (max-width: 599px) {
  .q-dialog__inner--top,
  .q-dialog__inner--bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .q-dialog__inner--top > div,
  .q-dialog__inner--bottom > div {
    width: 100% !important;
  }
}
@media (min-width: 600px) {
  .q-dialog__inner--minimized > div {
    max-width: 560px;
  }
}
.q-body--dialog {
  overflow: hidden;
}
.q-card {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
}
.q-card > div:first-child,
.q-card > img:first-child {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-card > div:last-child,
.q-card > img:last-child {
  border-bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card > div:not(:first-child),
.q-card > img:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.q-card > div:not(:last-child),
.q-card > img:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card > div {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.q-card--bordered {
  border: 1px solid rgba(0,0,0,0.12);
}
.q-card--dark {
  color: #fff;
  border-color: rgba(255,255,255,0.48);
}
.q-card__section {
  position: relative;
  padding: 16px;
}
.q-card__actions {
  padding: 8px;
}
.q-card__actions .q-btn {
  padding: 0 8px;
}
.q-card__actions--horiz > .q-btn-item + .q-btn-item,
.q-card__actions--horiz > .q-btn-group + .q-btn-item,
.q-card__actions--horiz > .q-btn-item + .q-btn-group {
  margin-left: 8px;
}
.q-card__actions--vert > .q-btn-item + .q-btn-item,
.q-card__actions--vert > .q-btn-group + .q-btn-item,
.q-card__actions--vert > .q-btn-item + .q-btn-group {
  margin-top: 4px;
}
.q-card__actions--vert > .q-btn-group > .q-btn-item {
  flex-grow: 1;
}
.q-card__section + .q-card__section {
  padding-top: 0;
}
.q-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.q-bar {
  background: rgba(0,0,0,0.2);
}
.q-bar > .q-icon {
  margin-left: 2px;
}
.q-bar > div,
.q-bar > div + .q-icon {
  margin-left: 8px;
}
.q-bar > .q-btn {
  margin-left: 2px;
}
.q-bar > .q-icon:first-child,
.q-bar > .q-btn:first-child,
.q-bar > div:first-child {
  margin-left: 0;
}
.q-bar--standard {
  padding: 0 12px;
  height: 32px;
  font-size: 18px;
}
.q-bar--standard > div {
  font-size: 16px;
}
.q-bar--standard .q-btn {
  font-size: 11px;
}
.q-bar--dense {
  padding: 0 8px;
  height: 24px;
  font-size: 14px;
}
.q-bar--dense .q-btn {
  font-size: 8px;
}
.q-bar--dark {
  background: rgba(255,255,255,0.15);
}
.q-space {
  flex-grow: 1 !important;
}
.q-carousel {
  background-color: inherit;
  height: 400px;
}
.q-carousel__slide {
  height: 100%;
  padding: 16px;
}
.q-carousel__slides-container {
  height: 100%;
}
.q-carousel__control {
  color: #fff;
}
.q-carousel__prev-arrow,
.q-carousel__next-arrow {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.q-carousel__prev-arrow .q-icon,
.q-carousel__next-arrow .q-icon {
  font-size: 46px;
}
.q-carousel__prev-arrow {
  left: 4px;
}
.q-carousel__next-arrow {
  right: 4px;
}
.q-carousel__navigation {
  padding: 0 8px 8px;
  left: 0;
  right: 0;
  bottom: 0;
}
.q-carousel__navigation-inner {
  flex: 1 1 auto;
}
.q-carousel__navigation .q-btn {
  margin: 6px 4px;
  padding: 5px;
}
.q-carousel__navigation .q-btn:not(.q-carousel__navigation-icon--active) {
  opacity: 0.5;
}
.q-carousel__navigation img {
  margin: 2px;
  height: 50px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  vertical-align: middle;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.q-carousel__navigation img:hover,
.q-carousel__navigation img.q-carousel__thumbnail--active {
  opacity: 1;
}
.q-carousel__navigation img.q-carousel__thumbnail--active {
  border-color: #fff;
  cursor: default;
}
.q-carousel.q-carousel--navigation .q-carousel__slide {
  padding-bottom: 50px;
}
.q-carousel.q-carousel--arrows .q-carousel__slide {
  padding-left: 56px;
  padding-right: 56px;
}
.q-carousel.fullscreen {
  height: 100%;
}
.q-img {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.q-img__loading .q-spinner {
  font-size: 50px;
}
.q-img__image {
  background-repeat: no-repeat;
}
.q-img__content > div {
  position: absolute;
  padding: 16px;
  color: #fff;
  background: rgba(0,0,0,0.47);
}
.q-avatar {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  font-size: 48px;
  height: 1em;
  width: 1em;
}
.q-avatar__content {
  font-size: 0.5em;
  line-height: 0.5em;
}
.q-avatar__content,
.q-avatar img:not(.q-icon) {
  border-radius: inherit;
  height: inherit;
  width: inherit;
}
.q-avatar__content--square {
  border-radius: 0;
}
.q-separator {
  border: none;
  background: rgba(0,0,0,0.12);
  margin: 0;
  transition: background 0.3s, opacity 0.3s;
}
.q-separator--dark {
  background: rgba(255,255,255,0.48);
}
.q-separator--horizontal {
  display: block;
  height: 1px;
  min-height: 1px;
  width: 100%;
}
.q-separator--horizontal.q-separator--spaced {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-separator--horizontal.q-separator--inset {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px);
}
.q-separator--horizontal.q-separator--item-inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
.q-separator--horizontal.q-separator--item-thumbnail-inset {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px);
}
.q-separator--vertical {
  width: 1px;
  min-width: 1px;
  height: inherit;
  min-height: 100%;
}
.q-separator--vertical.q-separator--spaced {
  margin-left: 8px;
  margin-right: 8px;
}
.q-separator--vertical.q-separator--inset {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-tab {
  padding: 0 16px;
  min-height: 48px;
  transition: color 0.3s, background-color 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.q-tab--full {
  min-height: 72px;
}
.q-tab--no-caps {
  text-transform: none;
}
.q-tab__content {
  height: inherit;
  padding: 4px 0;
  min-width: 40px;
}
.q-tab__content--inline .q-tab__icon + .q-tab__label {
  padding-left: 8px;
}
.q-tab__content .q-chip--floating {
  top: 0;
  right: -16px;
}
.q-tab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.q-tab__label {
  font-size: 14px;
  line-height: 1.718em;
  font-weight: 500;
}
.q-tab .q-badge {
  top: 3px;
  right: -12px;
}
.q-tab__alert {
  position: absolute;
  top: 7px;
  right: -9px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: currentColor;
}
.q-tab__indicator {
  opacity: 0;
  height: 2px;
  background: currentColor;
}
.q-tab--active .q-tab__indicator {
  opacity: 1;
  transform-origin: left;
}
.q-tab--inactive {
  opacity: 0.85;
}
.q-tabs {
  transition: color 0.3s, background-color 0.3s;
}
.q-tabs--not-scrollable .q-tabs__arrow {
  display: none;
}
.q-tabs--not-scrollable .q-tabs__content {
  border-radius: inherit;
}
.q-tabs__arrow {
  cursor: pointer;
  min-width: 36px;
}
.q-tabs__arrow--faded {
  opacity: 0.5;
}
.q-tabs__content {
  overflow: hidden;
  flex: 1 1 auto;
}
.q-tabs__content--align-center {
  justify-content: center;
}
.q-tabs__content--align-right {
  justify-content: flex-end;
}
.q-tabs__content--align-justify .q-tab {
  flex: 1 1 auto;
}
.q-tabs__offset {
  display: none;
}
.q-tabs--vertical {
  display: block !important;
  height: 100%;
}
.q-tabs--vertical .q-tabs__content {
  display: block !important;
  height: calc(100% - 72px);
}
.q-tabs--vertical .q-tabs__arrow {
  width: 100%;
  height: 36px;
  text-align: center;
}
.q-tabs--vertical .q-tab {
  padding: 0 8px;
}
.q-tabs--vertical .q-tab__indicator {
  height: unset;
  width: 2px;
}
.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content {
  height: 100%;
}
.q-tabs--vertical.q-tabs--dense .q-tab__content {
  min-width: 24px;
}
.q-tabs--dense .q-tab {
  min-height: 36px;
}
.q-tabs--dense .q-tab--full {
  min-height: 52px;
}
body.mobile .q-tabs__content {
  overflow: auto;
}
body.mobile .q-tabs__arrow {
  display: none;
}
@media (min-width: 1440px) {
  .q-header .q-tab__content,
  .q-footer .q-tab__content {
    min-width: 128px;
  }
}
.q-badge {
  background-color: #0072da;
  background-color: var(--q-color-primary);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  vertical-align: baseline;
}
.q-badge--single-line {
  white-space: nowrap;
}
.q-badge--multi-line {
  word-break: break-all;
  word-wrap: break-word;
}
.q-badge--floating {
  position: absolute;
  top: -4px;
  right: -3px;
  cursor: inherit;
}
.q-badge--transparent {
  opacity: 0.8;
}
.q-message-name,
.q-message-stamp,
.q-message-label {
  font-size: small;
}
.q-message-label {
  margin: 24px 0;
}
.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none;
}
.q-message-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.q-message {
  margin-bottom: 8px;
}
.q-message:first-child .q-message-label {
  margin-top: 0;
}
.q-message-received .q-message-avatar {
  margin-right: 8px;
}
.q-message-received .q-message-text {
  color: #81c784;
  border-radius: 4px 4px 4px 0;
}
.q-message-received .q-message-text:last-child:before {
  right: 100%;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-received .q-message-text-content {
  color: #000;
}
.q-message-sent .q-message-name {
  text-align: right;
}
.q-message-sent .q-message-avatar {
  margin-left: 8px;
}
.q-message-sent .q-message-container {
  flex-direction: row-reverse;
}
.q-message-sent .q-message-text {
  color: #e0e0e0;
  border-radius: 4px 4px 0 4px;
}
.q-message-sent .q-message-text:last-child:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-sent .q-message-text-content {
  color: #000;
}
.q-message-text {
  background: currentColor;
  padding: 8px;
  line-height: 1.2;
  word-break: break-word;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.q-spinner {
  vertical-align: middle;
}
.q-spinner-mat {
  animation: q-spin 2s linear infinite;
  transform-origin: center center;
}
.q-spinner-mat .path {
  stroke-dasharray: 1, 200 /* rtl:ignore */;
  stroke-dashoffset: 0 /* rtl:ignore */;
  animation: q-mat-dash 1.5s ease-in-out infinite;
}
@-moz-keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  }
  100% {
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@-webkit-keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  }
  100% {
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@-o-keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  }
  100% {
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  }
  100% {
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@-moz-keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200 /* rtl:ignore */;
    stroke-dashoffset: 0 /* rtl:ignore */;
  }
  50% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -35px /* rtl:ignore */;
  }
  100% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -124px /* rtl:ignore */;
  }
}
@-webkit-keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200 /* rtl:ignore */;
    stroke-dashoffset: 0 /* rtl:ignore */;
  }
  50% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -35px /* rtl:ignore */;
  }
  100% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -124px /* rtl:ignore */;
  }
}
@-o-keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200 /* rtl:ignore */;
    stroke-dashoffset: 0 /* rtl:ignore */;
  }
  50% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -35px /* rtl:ignore */;
  }
  100% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -124px /* rtl:ignore */;
  }
}
@keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200 /* rtl:ignore */;
    stroke-dashoffset: 0 /* rtl:ignore */;
  }
  50% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -35px /* rtl:ignore */;
  }
  100% {
    stroke-dasharray: 89, 200 /* rtl:ignore */;
    stroke-dashoffset: -124px /* rtl:ignore */;
  }
}
.q-inner-loading {
  background: rgba(255,255,255,0.6);
}
.q-inner-loading--dark {
  background: rgba(0,0,0,0.4);
}
.q-select--without-input .q-field__control {
  cursor: pointer;
}
.q-select--with-input .q-field__control {
  cursor: text;
}
.q-select__input {
  border: 0;
  outline: 0 !important;
  background: transparent;
  min-width: 50px !important;
  padding: 0;
  height: 0;
  min-height: 24px;
  line-height: 24px;
}
.q-select__input--padding {
  padding-left: 4px;
}
.q-select__dropdown-icon {
  cursor: pointer;
}
.q-select.q-field--readonly .q-field__control,
.q-select.q-field--readonly .q-select__dropdown-icon {
  cursor: default;
}
.q-select.q-field--readonly.q-field--labeled .q-select__input {
  cursor: default;
}
.q-select.q-field--readonly.q-field--float .q-select__input {
  cursor: text;
}
.q-select__dialog {
  width: 90vw !important;
  max-width: 90vw !important;
  max-height: calc(100vh - 70px) !important;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.q-select__dialog > .scroll {
  position: relative;
  background: inherit;
}
.q-select__menu--dark {
  color: #fff;
  background: #424242;
}
body.mobile:not(.cordova) .q-select__dialog {
  max-height: calc(100vh - 108px) !important;
}
body.platform-android.cordova .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 24px) !important;
}
body.platform-android:not(.cordova) .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 80px) !important;
}
body.platform-ios.cordova .q-dialog__inner--top > div {
  border-radius: 4px;
}
body.platform-ios.cordova .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 47vh !important;
}
body.platform-ios:not(.cordova) .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 50vh !important;
}
.q-menu {
  position: fixed !important;
  display: inline-block;
  max-width: 95vw;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  max-height: 65vh;
  z-index: 6000;
}
.q-menu--square {
  border-radius: 0;
}
.q-ripple {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: strict;
}
.q-ripple__inner {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  opacity: 0;
  color: inherit;
  border-radius: 50%;
  background: currentColor;
  pointer-events: none;
  will-change: transform, opacity;
}
.q-ripple__inner--enter {
  transition: transform 0.225s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-ripple__inner--leave {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --q-size-xs: 0;
  --q-size-sm: 600px;
  --q-size-md: 1024px;
  --q-size-lg: 1440px;
  --q-size-xl: 1920px;
}
.fit {
  width: 100% !important;
  height: 100% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}
.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.q-pa-none {
  padding: 0 0;
}
.q-pl-none,
.q-px-none {
  padding-left: 0;
}
.q-pr-none,
.q-px-none {
  padding-right: 0;
}
.q-pt-none,
.q-py-none {
  padding-top: 0;
}
.q-pb-none,
.q-py-none {
  padding-bottom: 0;
}
.q-ma-none {
  margin: 0 0;
}
.q-ml-none,
.q-mx-none {
  margin-left: 0;
}
.q-mr-none,
.q-mx-none {
  margin-right: 0;
}
.q-mt-none,
.q-my-none {
  margin-top: 0;
}
.q-mb-none,
.q-my-none {
  margin-bottom: 0;
}
.q-pa-xs {
  padding: 4px 4px;
}
.q-pl-xs,
.q-px-xs {
  padding-left: 4px;
}
.q-pr-xs,
.q-px-xs {
  padding-right: 4px;
}
.q-pt-xs,
.q-py-xs {
  padding-top: 4px;
}
.q-pb-xs,
.q-py-xs {
  padding-bottom: 4px;
}
.q-ma-xs {
  margin: 4px 4px;
}
.q-ml-xs,
.q-mx-xs {
  margin-left: 4px;
}
.q-mr-xs,
.q-mx-xs {
  margin-right: 4px;
}
.q-mt-xs,
.q-my-xs {
  margin-top: 4px;
}
.q-mb-xs,
.q-my-xs {
  margin-bottom: 4px;
}
.q-pa-sm {
  padding: 8px 8px;
}
.q-pl-sm,
.q-px-sm {
  padding-left: 8px;
}
.q-pr-sm,
.q-px-sm {
  padding-right: 8px;
}
.q-pt-sm,
.q-py-sm {
  padding-top: 8px;
}
.q-pb-sm,
.q-py-sm {
  padding-bottom: 8px;
}
.q-ma-sm {
  margin: 8px 8px;
}
.q-ml-sm,
.q-mx-sm {
  margin-left: 8px;
}
.q-mr-sm,
.q-mx-sm {
  margin-right: 8px;
}
.q-mt-sm,
.q-my-sm {
  margin-top: 8px;
}
.q-mb-sm,
.q-my-sm {
  margin-bottom: 8px;
}
.q-pa-md {
  padding: 16px 16px;
}
.q-pl-md,
.q-px-md {
  padding-left: 16px;
}
.q-pr-md,
.q-px-md {
  padding-right: 16px;
}
.q-pt-md,
.q-py-md {
  padding-top: 16px;
}
.q-pb-md,
.q-py-md {
  padding-bottom: 16px;
}
.q-ma-md {
  margin: 16px 16px;
}
.q-ml-md,
.q-mx-md {
  margin-left: 16px;
}
.q-mr-md,
.q-mx-md {
  margin-right: 16px;
}
.q-mt-md,
.q-my-md {
  margin-top: 16px;
}
.q-mb-md,
.q-my-md {
  margin-bottom: 16px;
}
.q-pa-lg {
  padding: 24px 24px;
}
.q-pl-lg,
.q-px-lg {
  padding-left: 24px;
}
.q-pr-lg,
.q-px-lg {
  padding-right: 24px;
}
.q-pt-lg,
.q-py-lg {
  padding-top: 24px;
}
.q-pb-lg,
.q-py-lg {
  padding-bottom: 24px;
}
.q-ma-lg {
  margin: 24px 24px;
}
.q-ml-lg,
.q-mx-lg {
  margin-left: 24px;
}
.q-mr-lg,
.q-mx-lg {
  margin-right: 24px;
}
.q-mt-lg,
.q-my-lg {
  margin-top: 24px;
}
.q-mb-lg,
.q-my-lg {
  margin-bottom: 24px;
}
.q-pa-xl {
  padding: 48px 48px;
}
.q-pl-xl,
.q-px-xl {
  padding-left: 48px;
}
.q-pr-xl,
.q-px-xl {
  padding-right: 48px;
}
.q-pt-xl,
.q-py-xl {
  padding-top: 48px;
}
.q-pb-xl,
.q-py-xl {
  padding-bottom: 48px;
}
.q-ma-xl {
  margin: 48px 48px;
}
.q-ml-xl,
.q-mx-xl {
  margin-left: 48px;
}
.q-mr-xl,
.q-mx-xl {
  margin-right: 48px;
}
.q-mt-xl,
.q-my-xl {
  margin-top: 48px;
}
.q-mb-xl,
.q-my-xl {
  margin-bottom: 48px;
}
.q-ml-auto,
.q-mx-auto {
  margin-left: auto;
}
.q-mr-auto,
.q-mx-auto {
  margin-right: auto;
}
.animated {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.3s;
}
.q-animate--scale {
  animation: q-scale 0.15s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.q-animate--fade {
  animation: q-fade 0.2s /* rtl:ignore */;
}
@-moz-keyframes q-scale {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.04, 1.04, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes q-scale {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.04, 1.04, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes q-scale {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.04, 1.04, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes q-scale {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.04, 1.04, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --q-color-primary: #0072da;
  --q-color-secondary: #26a69a;
  --q-color-accent: #9c27b0;
  --q-color-positive: #21ba45;
  --q-color-negative: #c10015;
  --q-color-info: #31ccec;
  --q-color-warning: #f2c037;
}
.text-primary {
  color: #0072da !important;
  color: var(--q-color-primary) !important;
}
.bg-primary {
  background: #0072da !important;
  background: var(--q-color-primary) !important;
}
.text-secondary {
  color: #26a69a !important;
  color: var(--q-color-secondary) !important;
}
.bg-secondary {
  background: #26a69a !important;
  background: var(--q-color-secondary) !important;
}
.text-accent {
  color: #9c27b0 !important;
  color: var(--q-color-accent) !important;
}
.bg-accent {
  background: #9c27b0 !important;
  background: var(--q-color-accent) !important;
}
.text-positive {
  color: #21ba45 !important;
  color: var(--q-color-positive) !important;
}
.bg-positive {
  background: #21ba45 !important;
  background: var(--q-color-positive) !important;
}
.text-negative {
  color: #c10015 !important;
  color: var(--q-color-negative) !important;
}
.bg-negative {
  background: #c10015 !important;
  background: var(--q-color-negative) !important;
}
.text-info {
  color: #31ccec !important;
  color: var(--q-color-info) !important;
}
.bg-info {
  background: #31ccec !important;
  background: var(--q-color-info) !important;
}
.text-warning {
  color: #f2c037 !important;
  color: var(--q-color-warning) !important;
}
.bg-warning {
  background: #f2c037 !important;
  background: var(--q-color-warning) !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background: #000 !important;
}
.text-transparent {
  color: transparent !important;
}
.bg-transparent {
  background: transparent !important;
}
.text-separator {
  color: rgba(0,0,0,0.12) !important;
}
.bg-separator {
  background: rgba(0,0,0,0.12) !important;
}
.text-dark-separator {
  color: rgba(255,255,255,0.48) !important;
}
.bg-dark-separator {
  background: rgba(255,255,255,0.48) !important;
}
.text-red {
  color: #f44336 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #a0f !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-blue-1 {
  color: #e3f2fd !important;
}
.text-blue-2 {
  color: #bbdefb !important;
}
.text-blue-3 {
  color: #90caf9 !important;
}
.text-blue-4 {
  color: #64b5f6 !important;
}
.text-blue-5 {
  color: #42a5f5 !important;
}
.text-blue-6 {
  color: #2196f3 !important;
}
.text-blue-7 {
  color: #1e88e5 !important;
}
.text-blue-8 {
  color: #1976d2 !important;
}
.text-blue-9 {
  color: #1565c0 !important;
}
.text-blue-10 {
  color: #0d47a1 !important;
}
.text-blue-11 {
  color: #82b1ff !important;
}
.text-blue-12 {
  color: #448aff !important;
}
.text-blue-13 {
  color: #2979ff !important;
}
.text-blue-14 {
  color: #2962ff !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-teal-1 {
  color: #e0f2f1 !important;
}
.text-teal-2 {
  color: #b2dfdb !important;
}
.text-teal-3 {
  color: #80cbc4 !important;
}
.text-teal-4 {
  color: #4db6ac !important;
}
.text-teal-5 {
  color: #26a69a !important;
}
.text-teal-6 {
  color: #009688 !important;
}
.text-teal-7 {
  color: #00897b !important;
}
.text-teal-8 {
  color: #00796b !important;
}
.text-teal-9 {
  color: #00695c !important;
}
.text-teal-10 {
  color: #004d40 !important;
}
.text-teal-11 {
  color: #a7ffeb !important;
}
.text-teal-12 {
  color: #64ffda !important;
}
.text-teal-13 {
  color: #1de9b6 !important;
}
.text-teal-14 {
  color: #00bfa5 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ff0 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-orange-1 {
  color: #fff3e0 !important;
}
.text-orange-2 {
  color: #ffe0b2 !important;
}
.text-orange-3 {
  color: #ffcc80 !important;
}
.text-orange-4 {
  color: #ffb74d !important;
}
.text-orange-5 {
  color: #ffa726 !important;
}
.text-orange-6 {
  color: #ff9800 !important;
}
.text-orange-7 {
  color: #fb8c00 !important;
}
.text-orange-8 {
  color: #f57c00 !important;
}
.text-orange-9 {
  color: #ef6c00 !important;
}
.text-orange-10 {
  color: #e65100 !important;
}
.text-orange-11 {
  color: #ffd180 !important;
}
.text-orange-12 {
  color: #ffab40 !important;
}
.text-orange-13 {
  color: #ff9100 !important;
}
.text-orange-14 {
  color: #ff6d00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #9e9e9e !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-3 {
  color: #eee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-grey-11 {
  color: #f5f5f5 !important;
}
.text-grey-12 {
  color: #eee !important;
}
.text-grey-13 {
  color: #bdbdbd !important;
}
.text-grey-14 {
  color: #616161 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
.bg-red {
  background: #f44336 !important;
}
.bg-red-1 {
  background: #ffebee !important;
}
.bg-red-2 {
  background: #ffcdd2 !important;
}
.bg-red-3 {
  background: #ef9a9a !important;
}
.bg-red-4 {
  background: #e57373 !important;
}
.bg-red-5 {
  background: #ef5350 !important;
}
.bg-red-6 {
  background: #f44336 !important;
}
.bg-red-7 {
  background: #e53935 !important;
}
.bg-red-8 {
  background: #d32f2f !important;
}
.bg-red-9 {
  background: #c62828 !important;
}
.bg-red-10 {
  background: #b71c1c !important;
}
.bg-red-11 {
  background: #ff8a80 !important;
}
.bg-red-12 {
  background: #ff5252 !important;
}
.bg-red-13 {
  background: #ff1744 !important;
}
.bg-red-14 {
  background: #d50000 !important;
}
.bg-pink {
  background: #e91e63 !important;
}
.bg-pink-1 {
  background: #fce4ec !important;
}
.bg-pink-2 {
  background: #f8bbd0 !important;
}
.bg-pink-3 {
  background: #f48fb1 !important;
}
.bg-pink-4 {
  background: #f06292 !important;
}
.bg-pink-5 {
  background: #ec407a !important;
}
.bg-pink-6 {
  background: #e91e63 !important;
}
.bg-pink-7 {
  background: #d81b60 !important;
}
.bg-pink-8 {
  background: #c2185b !important;
}
.bg-pink-9 {
  background: #ad1457 !important;
}
.bg-pink-10 {
  background: #880e4f !important;
}
.bg-pink-11 {
  background: #ff80ab !important;
}
.bg-pink-12 {
  background: #ff4081 !important;
}
.bg-pink-13 {
  background: #f50057 !important;
}
.bg-pink-14 {
  background: #c51162 !important;
}
.bg-purple {
  background: #9c27b0 !important;
}
.bg-purple-1 {
  background: #f3e5f5 !important;
}
.bg-purple-2 {
  background: #e1bee7 !important;
}
.bg-purple-3 {
  background: #ce93d8 !important;
}
.bg-purple-4 {
  background: #ba68c8 !important;
}
.bg-purple-5 {
  background: #ab47bc !important;
}
.bg-purple-6 {
  background: #9c27b0 !important;
}
.bg-purple-7 {
  background: #8e24aa !important;
}
.bg-purple-8 {
  background: #7b1fa2 !important;
}
.bg-purple-9 {
  background: #6a1b9a !important;
}
.bg-purple-10 {
  background: #4a148c !important;
}
.bg-purple-11 {
  background: #ea80fc !important;
}
.bg-purple-12 {
  background: #e040fb !important;
}
.bg-purple-13 {
  background: #d500f9 !important;
}
.bg-purple-14 {
  background: #a0f !important;
}
.bg-deep-purple {
  background: #673ab7 !important;
}
.bg-deep-purple-1 {
  background: #ede7f6 !important;
}
.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
.bg-deep-purple-3 {
  background: #b39ddb !important;
}
.bg-deep-purple-4 {
  background: #9575cd !important;
}
.bg-deep-purple-5 {
  background: #7e57c2 !important;
}
.bg-deep-purple-6 {
  background: #673ab7 !important;
}
.bg-deep-purple-7 {
  background: #5e35b1 !important;
}
.bg-deep-purple-8 {
  background: #512da8 !important;
}
.bg-deep-purple-9 {
  background: #4527a0 !important;
}
.bg-deep-purple-10 {
  background: #311b92 !important;
}
.bg-deep-purple-11 {
  background: #b388ff !important;
}
.bg-deep-purple-12 {
  background: #7c4dff !important;
}
.bg-deep-purple-13 {
  background: #651fff !important;
}
.bg-deep-purple-14 {
  background: #6200ea !important;
}
.bg-indigo {
  background: #3f51b5 !important;
}
.bg-indigo-1 {
  background: #e8eaf6 !important;
}
.bg-indigo-2 {
  background: #c5cae9 !important;
}
.bg-indigo-3 {
  background: #9fa8da !important;
}
.bg-indigo-4 {
  background: #7986cb !important;
}
.bg-indigo-5 {
  background: #5c6bc0 !important;
}
.bg-indigo-6 {
  background: #3f51b5 !important;
}
.bg-indigo-7 {
  background: #3949ab !important;
}
.bg-indigo-8 {
  background: #303f9f !important;
}
.bg-indigo-9 {
  background: #283593 !important;
}
.bg-indigo-10 {
  background: #1a237e !important;
}
.bg-indigo-11 {
  background: #8c9eff !important;
}
.bg-indigo-12 {
  background: #536dfe !important;
}
.bg-indigo-13 {
  background: #3d5afe !important;
}
.bg-indigo-14 {
  background: #304ffe !important;
}
.bg-blue {
  background: #2196f3 !important;
}
.bg-blue-1 {
  background: #e3f2fd !important;
}
.bg-blue-2 {
  background: #bbdefb !important;
}
.bg-blue-3 {
  background: #90caf9 !important;
}
.bg-blue-4 {
  background: #64b5f6 !important;
}
.bg-blue-5 {
  background: #42a5f5 !important;
}
.bg-blue-6 {
  background: #2196f3 !important;
}
.bg-blue-7 {
  background: #1e88e5 !important;
}
.bg-blue-8 {
  background: #1976d2 !important;
}
.bg-blue-9 {
  background: #1565c0 !important;
}
.bg-blue-10 {
  background: #0d47a1 !important;
}
.bg-blue-11 {
  background: #82b1ff !important;
}
.bg-blue-12 {
  background: #448aff !important;
}
.bg-blue-13 {
  background: #2979ff !important;
}
.bg-blue-14 {
  background: #2962ff !important;
}
.bg-light-blue {
  background: #03a9f4 !important;
}
.bg-light-blue-1 {
  background: #e1f5fe !important;
}
.bg-light-blue-2 {
  background: #b3e5fc !important;
}
.bg-light-blue-3 {
  background: #81d4fa !important;
}
.bg-light-blue-4 {
  background: #4fc3f7 !important;
}
.bg-light-blue-5 {
  background: #29b6f6 !important;
}
.bg-light-blue-6 {
  background: #03a9f4 !important;
}
.bg-light-blue-7 {
  background: #039be5 !important;
}
.bg-light-blue-8 {
  background: #0288d1 !important;
}
.bg-light-blue-9 {
  background: #0277bd !important;
}
.bg-light-blue-10 {
  background: #01579b !important;
}
.bg-light-blue-11 {
  background: #80d8ff !important;
}
.bg-light-blue-12 {
  background: #40c4ff !important;
}
.bg-light-blue-13 {
  background: #00b0ff !important;
}
.bg-light-blue-14 {
  background: #0091ea !important;
}
.bg-cyan {
  background: #00bcd4 !important;
}
.bg-cyan-1 {
  background: #e0f7fa !important;
}
.bg-cyan-2 {
  background: #b2ebf2 !important;
}
.bg-cyan-3 {
  background: #80deea !important;
}
.bg-cyan-4 {
  background: #4dd0e1 !important;
}
.bg-cyan-5 {
  background: #26c6da !important;
}
.bg-cyan-6 {
  background: #00bcd4 !important;
}
.bg-cyan-7 {
  background: #00acc1 !important;
}
.bg-cyan-8 {
  background: #0097a7 !important;
}
.bg-cyan-9 {
  background: #00838f !important;
}
.bg-cyan-10 {
  background: #006064 !important;
}
.bg-cyan-11 {
  background: #84ffff !important;
}
.bg-cyan-12 {
  background: #18ffff !important;
}
.bg-cyan-13 {
  background: #00e5ff !important;
}
.bg-cyan-14 {
  background: #00b8d4 !important;
}
.bg-teal {
  background: #009688 !important;
}
.bg-teal-1 {
  background: #e0f2f1 !important;
}
.bg-teal-2 {
  background: #b2dfdb !important;
}
.bg-teal-3 {
  background: #80cbc4 !important;
}
.bg-teal-4 {
  background: #4db6ac !important;
}
.bg-teal-5 {
  background: #26a69a !important;
}
.bg-teal-6 {
  background: #009688 !important;
}
.bg-teal-7 {
  background: #00897b !important;
}
.bg-teal-8 {
  background: #00796b !important;
}
.bg-teal-9 {
  background: #00695c !important;
}
.bg-teal-10 {
  background: #004d40 !important;
}
.bg-teal-11 {
  background: #a7ffeb !important;
}
.bg-teal-12 {
  background: #64ffda !important;
}
.bg-teal-13 {
  background: #1de9b6 !important;
}
.bg-teal-14 {
  background: #00bfa5 !important;
}
.bg-green {
  background: #4caf50 !important;
}
.bg-green-1 {
  background: #e8f5e9 !important;
}
.bg-green-2 {
  background: #c8e6c9 !important;
}
.bg-green-3 {
  background: #a5d6a7 !important;
}
.bg-green-4 {
  background: #81c784 !important;
}
.bg-green-5 {
  background: #66bb6a !important;
}
.bg-green-6 {
  background: #4caf50 !important;
}
.bg-green-7 {
  background: #43a047 !important;
}
.bg-green-8 {
  background: #388e3c !important;
}
.bg-green-9 {
  background: #2e7d32 !important;
}
.bg-green-10 {
  background: #1b5e20 !important;
}
.bg-green-11 {
  background: #b9f6ca !important;
}
.bg-green-12 {
  background: #69f0ae !important;
}
.bg-green-13 {
  background: #00e676 !important;
}
.bg-green-14 {
  background: #00c853 !important;
}
.bg-light-green {
  background: #8bc34a !important;
}
.bg-light-green-1 {
  background: #f1f8e9 !important;
}
.bg-light-green-2 {
  background: #dcedc8 !important;
}
.bg-light-green-3 {
  background: #c5e1a5 !important;
}
.bg-light-green-4 {
  background: #aed581 !important;
}
.bg-light-green-5 {
  background: #9ccc65 !important;
}
.bg-light-green-6 {
  background: #8bc34a !important;
}
.bg-light-green-7 {
  background: #7cb342 !important;
}
.bg-light-green-8 {
  background: #689f38 !important;
}
.bg-light-green-9 {
  background: #558b2f !important;
}
.bg-light-green-10 {
  background: #33691e !important;
}
.bg-light-green-11 {
  background: #ccff90 !important;
}
.bg-light-green-12 {
  background: #b2ff59 !important;
}
.bg-light-green-13 {
  background: #76ff03 !important;
}
.bg-light-green-14 {
  background: #64dd17 !important;
}
.bg-lime {
  background: #cddc39 !important;
}
.bg-lime-1 {
  background: #f9fbe7 !important;
}
.bg-lime-2 {
  background: #f0f4c3 !important;
}
.bg-lime-3 {
  background: #e6ee9c !important;
}
.bg-lime-4 {
  background: #dce775 !important;
}
.bg-lime-5 {
  background: #d4e157 !important;
}
.bg-lime-6 {
  background: #cddc39 !important;
}
.bg-lime-7 {
  background: #c0ca33 !important;
}
.bg-lime-8 {
  background: #afb42b !important;
}
.bg-lime-9 {
  background: #9e9d24 !important;
}
.bg-lime-10 {
  background: #827717 !important;
}
.bg-lime-11 {
  background: #f4ff81 !important;
}
.bg-lime-12 {
  background: #eeff41 !important;
}
.bg-lime-13 {
  background: #c6ff00 !important;
}
.bg-lime-14 {
  background: #aeea00 !important;
}
.bg-yellow {
  background: #ffeb3b !important;
}
.bg-yellow-1 {
  background: #fffde7 !important;
}
.bg-yellow-2 {
  background: #fff9c4 !important;
}
.bg-yellow-3 {
  background: #fff59d !important;
}
.bg-yellow-4 {
  background: #fff176 !important;
}
.bg-yellow-5 {
  background: #ffee58 !important;
}
.bg-yellow-6 {
  background: #ffeb3b !important;
}
.bg-yellow-7 {
  background: #fdd835 !important;
}
.bg-yellow-8 {
  background: #fbc02d !important;
}
.bg-yellow-9 {
  background: #f9a825 !important;
}
.bg-yellow-10 {
  background: #f57f17 !important;
}
.bg-yellow-11 {
  background: #ffff8d !important;
}
.bg-yellow-12 {
  background: #ff0 !important;
}
.bg-yellow-13 {
  background: #ffea00 !important;
}
.bg-yellow-14 {
  background: #ffd600 !important;
}
.bg-amber {
  background: #ffc107 !important;
}
.bg-amber-1 {
  background: #fff8e1 !important;
}
.bg-amber-2 {
  background: #ffecb3 !important;
}
.bg-amber-3 {
  background: #ffe082 !important;
}
.bg-amber-4 {
  background: #ffd54f !important;
}
.bg-amber-5 {
  background: #ffca28 !important;
}
.bg-amber-6 {
  background: #ffc107 !important;
}
.bg-amber-7 {
  background: #ffb300 !important;
}
.bg-amber-8 {
  background: #ffa000 !important;
}
.bg-amber-9 {
  background: #ff8f00 !important;
}
.bg-amber-10 {
  background: #ff6f00 !important;
}
.bg-amber-11 {
  background: #ffe57f !important;
}
.bg-amber-12 {
  background: #ffd740 !important;
}
.bg-amber-13 {
  background: #ffc400 !important;
}
.bg-amber-14 {
  background: #ffab00 !important;
}
.bg-orange {
  background: #ff9800 !important;
}
.bg-orange-1 {
  background: #fff3e0 !important;
}
.bg-orange-2 {
  background: #ffe0b2 !important;
}
.bg-orange-3 {
  background: #ffcc80 !important;
}
.bg-orange-4 {
  background: #ffb74d !important;
}
.bg-orange-5 {
  background: #ffa726 !important;
}
.bg-orange-6 {
  background: #ff9800 !important;
}
.bg-orange-7 {
  background: #fb8c00 !important;
}
.bg-orange-8 {
  background: #f57c00 !important;
}
.bg-orange-9 {
  background: #ef6c00 !important;
}
.bg-orange-10 {
  background: #e65100 !important;
}
.bg-orange-11 {
  background: #ffd180 !important;
}
.bg-orange-12 {
  background: #ffab40 !important;
}
.bg-orange-13 {
  background: #ff9100 !important;
}
.bg-orange-14 {
  background: #ff6d00 !important;
}
.bg-deep-orange {
  background: #ff5722 !important;
}
.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
.bg-deep-orange-2 {
  background: #ffccbc !important;
}
.bg-deep-orange-3 {
  background: #ffab91 !important;
}
.bg-deep-orange-4 {
  background: #ff8a65 !important;
}
.bg-deep-orange-5 {
  background: #ff7043 !important;
}
.bg-deep-orange-6 {
  background: #ff5722 !important;
}
.bg-deep-orange-7 {
  background: #f4511e !important;
}
.bg-deep-orange-8 {
  background: #e64a19 !important;
}
.bg-deep-orange-9 {
  background: #d84315 !important;
}
.bg-deep-orange-10 {
  background: #bf360c !important;
}
.bg-deep-orange-11 {
  background: #ff9e80 !important;
}
.bg-deep-orange-12 {
  background: #ff6e40 !important;
}
.bg-deep-orange-13 {
  background: #ff3d00 !important;
}
.bg-deep-orange-14 {
  background: #dd2c00 !important;
}
.bg-brown {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-brown-11 {
  background: #d7ccc8 !important;
}
.bg-brown-12 {
  background: #bcaaa4 !important;
}
.bg-brown-13 {
  background: #8d6e63 !important;
}
.bg-brown-14 {
  background: #5d4037 !important;
}
.bg-grey {
  background: #9e9e9e !important;
}
.bg-grey-1 {
  background: #fafafa !important;
}
.bg-grey-2 {
  background: #f5f5f5 !important;
}
.bg-grey-3 {
  background: #eee !important;
}
.bg-grey-4 {
  background: #e0e0e0 !important;
}
.bg-grey-5 {
  background: #bdbdbd !important;
}
.bg-grey-6 {
  background: #9e9e9e !important;
}
.bg-grey-7 {
  background: #757575 !important;
}
.bg-grey-8 {
  background: #616161 !important;
}
.bg-grey-9 {
  background: #424242 !important;
}
.bg-grey-10 {
  background: #212121 !important;
}
.bg-grey-11 {
  background: #f5f5f5 !important;
}
.bg-grey-12 {
  background: #eee !important;
}
.bg-grey-13 {
  background: #bdbdbd !important;
}
.bg-grey-14 {
  background: #616161 !important;
}
.bg-blue-grey {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.bg-blue-grey-11 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12 {
  background: #b0bec5 !important;
}
.bg-blue-grey-13 {
  background: #78909c !important;
}
.bg-blue-grey-14 {
  background: #455a64 !important;
}
.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.14), 0 -2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-2 {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 -2px 2px rgba(0,0,0,0.14), 0 -3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-3 {
  box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0,0,0,0.2), 0 -3px 4px rgba(0,0,0,0.14), 0 -3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
.shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
.shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -5px 8px rgba(0,0,0,0.14), 0 -1px 14px rgba(0,0,0,0.12);
}
.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -6px 10px rgba(0,0,0,0.14), 0 -1px 18px rgba(0,0,0,0.12);
}
.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0,0,0,0.2), 0 7px 10px 1px rgba(0,0,0,0.14), 0 2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.2), 0 -7px 10px 1px rgba(0,0,0,0.14), 0 -2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2), 0 -8px 10px 1px rgba(0,0,0,0.14), 0 -3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0,0,0,0.2), 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0,0,0,0.2), 0 -9px 12px 1px rgba(0,0,0,0.14), 0 -3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0,0,0,0.2), 0 -10px 14px 1px rgba(0,0,0,0.14), 0 -4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0,0,0,0.2), 0 11px 15px 1px rgba(0,0,0,0.14), 0 4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0,0,0,0.2), 0 -11px 15px 1px rgba(0,0,0,0.14), 0 -4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -12px 17px 2px rgba(0,0,0,0.14), 0 -5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -13px 19px 2px rgba(0,0,0,0.14), 0 -5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0,0,0,0.2), 0 14px 21px 2px rgba(0,0,0,0.14), 0 5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0,0,0,0.2), 0 -14px 21px 2px rgba(0,0,0,0.14), 0 -5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0,0,0,0.2), 0 15px 22px 2px rgba(0,0,0,0.14), 0 6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0,0,0,0.2), 0 -15px 22px 2px rgba(0,0,0,0.14), 0 -6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0,0,0,0.2), 0 -16px 24px 2px rgba(0,0,0,0.14), 0 -6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0,0,0,0.2), 0 17px 26px 2px rgba(0,0,0,0.14), 0 6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0,0,0,0.2), 0 -17px 26px 2px rgba(0,0,0,0.14), 0 -6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0,0,0,0.2), 0 18px 28px 2px rgba(0,0,0,0.14), 0 7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0,0,0,0.2), 0 -18px 28px 2px rgba(0,0,0,0.14), 0 -7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0,0,0,0.2), 0 19px 29px 2px rgba(0,0,0,0.14), 0 7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0,0,0,0.2), 0 -19px 29px 2px rgba(0,0,0,0.14), 0 -7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 20px 31px 3px rgba(0,0,0,0.14), 0 8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -20px 31px 3px rgba(0,0,0,0.14), 0 -8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 21px 33px 3px rgba(0,0,0,0.14), 0 8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -21px 33px 3px rgba(0,0,0,0.14), 0 -8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0,0,0,0.2), 0 22px 35px 3px rgba(0,0,0,0.14), 0 8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0,0,0,0.2), 0 -22px 35px 3px rgba(0,0,0,0.14), 0 -8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0,0,0,0.2), 0 23px 36px 3px rgba(0,0,0,0.14), 0 9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0,0,0,0.2), 0 -23px 36px 3px rgba(0,0,0,0.14), 0 -9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
}
.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0,0,0,0.2), 0 -24px 38px 3px rgba(0,0,0,0.14), 0 -9px 46px 8px rgba(0,0,0,0.12);
}
.no-shadow,
.shadow-0 {
  box-shadow: none !important;
}
.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
.z-marginals {
  z-index: 2000;
}
.z-notify {
  z-index: 9500;
}
.z-fullscreen {
  z-index: 1032;
}
.z-inherit {
  z-index: inherit !important;
}
.rounded-borders {
  border-radius: 4px;
}
.no-transition {
  transition: none !important;
}
.transition-0 {
  transition: 0s !important;
}
.glossy {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04)) !important;
}
.q-placeholder::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.q-placeholder::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
.q-placeholder:-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.7 !important;
}
.q-placeholder::-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.q-placeholder::placeholder {
  color: inherit;
  opacity: 0.7;
}
.q-body--fullscreen-mixin,
.q-body--prevent-scroll {
  position: fixed !important;
}
.q-body--force-scrollbar {
  overflow-y: scroll;
}
.q-no-input-spinner {
  -moz-appearance: textfield !important;
}
.q-no-input-spinner::-webkit-outer-spin-button,
.q-no-input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.q-link {
  outline: 0;
  text-decoration: none;
}
body.electron .q-electron-drag {
  -webkit-user-select: none;
  -webkit-app-region: drag;
}
body.electron .q-electron-drag .q-btn,
body.electron .q-electron-drag--exception {
  -webkit-app-region: no-drag;
}
.non-selectable {
  user-select: none !important;
}
.scroll {
  overflow: auto;
}
.scroll,
.scroll-x,
.scroll-y {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.no-scroll {
  overflow: hidden !important;
}
.no-pointer-events {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-inherit {
  cursor: inherit !important;
}
.cursor-none {
  cursor: none !important;
}
.rotate-45 {
  transform: rotate3d(0, 0, 1, 45deg) /* rtl:ignore */;
}
.rotate-90 {
  transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
}
.rotate-135 {
  transform: rotate3d(0, 0, 1, 135deg) /* rtl:ignore */;
}
.rotate-180 {
  transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
}
.rotate-205 {
  transform: rotate3d(0, 0, 1, 205deg) /* rtl:ignore */;
}
.rotate-270 {
  transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
}
.rotate-315 {
  transform: rotate3d(0, 0, 1, 315deg) /* rtl:ignore */;
}
.flip-horizontal {
  transform: scale3d(-1, 1, 1);
}
.flip-vertical {
  transform: scale3d(1, -1, 1);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative-position {
  position: relative;
}
.fixed,
.fixed-full,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
  position: fixed;
}
.absolute,
.absolute-full,
.absolute-center,
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
  position: absolute;
}
.fixed-top,
.absolute-top {
  top: 0;
  left: 0;
  right: 0;
}
.fixed-right,
.absolute-right {
  top: 0;
  right: 0;
  bottom: 0;
}
.fixed-bottom,
.absolute-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-left,
.absolute-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.fixed-top-left,
.absolute-top-left {
  top: 0;
  left: 0;
}
.fixed-top-right,
.absolute-top-right {
  top: 0;
  right: 0;
}
.fixed-bottom-left,
.absolute-bottom-left {
  bottom: 0;
  left: 0;
}
.fixed-bottom-right,
.absolute-bottom-right {
  bottom: 0;
  right: 0;
}
.fullscreen {
  z-index: 1032;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh;
}
.absolute-full,
.fullscreen,
.fixed-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-center,
.absolute-center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.on-left {
  margin-right: 12px;
}
.on-right {
  margin-left: 12px;
}
.q-touch {
  user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}
.q-touch-x {
  touch-action: pan-x;
}
.q-touch-y {
  touch-action: pan-y;
}
.q-transition--slide-right-leave-active,
.q-transition--slide-left-leave-active,
.q-transition--slide-up-leave-active,
.q-transition--slide-down-leave-active,
.q-transition--jump-right-leave-active,
.q-transition--jump-left-leave-active,
.q-transition--jump-up-leave-active,
.q-transition--jump-down-leave-active,
.q-transition--fade-leave-active,
.q-transition--scale-leave-active,
.q-transition--rotate-leave-active,
.q-transition--flip-leave-active {
  position: absolute;
}
.q-transition--slide-right-enter-active,
.q-transition--slide-left-enter-active,
.q-transition--slide-up-enter-active,
.q-transition--slide-down-enter-active,
.q-transition--slide-right-leave-active,
.q-transition--slide-left-leave-active,
.q-transition--slide-up-leave-active,
.q-transition--slide-down-leave-active {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.q-transition--slide-right-enter {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-right-leave-to {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-enter {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-up-enter {
  transform: translate3d(0, 100%, 0);
}
.q-transition--slide-up-leave-to {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-enter {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
}
.q-transition--jump-right-enter-active,
.q-transition--jump-left-enter-active,
.q-transition--jump-up-enter-active,
.q-transition--jump-down-enter-active,
.q-transition--jump-right-leave-active,
.q-transition--jump-left-leave-active,
.q-transition--jump-up-leave-active,
.q-transition--jump-down-leave-active {
  transition: opacity 0.3s, transform 0.3s;
}
.q-transition--jump-right-enter,
.q-transition--jump-left-enter,
.q-transition--jump-up-enter,
.q-transition--jump-down-enter,
.q-transition--jump-right-leave-to,
.q-transition--jump-left-leave-to,
.q-transition--jump-up-leave-to,
.q-transition--jump-down-leave-to {
  opacity: 0;
}
.q-transition--jump-right-enter {
  transform: translate3d(-15px, 0, 0);
}
.q-transition--jump-right-leave-to {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-enter {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-leave-to {
  transform: translateX(-15px);
}
.q-transition--jump-up-enter {
  transform: translate3d(0, 15px, 0);
}
.q-transition--jump-up-leave-to {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-enter {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-leave-to {
  transform: translate3d(0, 15px, 0);
}
.q-transition--fade-enter-active,
.q-transition--fade-leave-active {
  transition: opacity 0.3s ease-out;
}
.q-transition--fade-enter,
.q-transition--fade-leave,
.q-transition--fade-leave-to {
  opacity: 0;
}
.q-transition--scale-enter-active,
.q-transition--scale-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.q-transition--scale-enter,
.q-transition--scale-leave,
.q-transition--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.q-transition--rotate-enter-active,
.q-transition--rotate-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-style: preserve-3d;
}
.q-transition--rotate-enter,
.q-transition--rotate-leave,
.q-transition--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.q-transition--flip-right-enter-active,
.q-transition--flip-left-enter-active,
.q-transition--flip-up-enter-active,
.q-transition--flip-down-enter-active,
.q-transition--flip-right-leave-active,
.q-transition--flip-left-leave-active,
.q-transition--flip-up-leave-active,
.q-transition--flip-down-leave-active {
  transition: transform 0.3s;
  backface-visibility: hidden;
}
.q-transition--flip-right-enter-to,
.q-transition--flip-left-enter-to,
.q-transition--flip-up-enter-to,
.q-transition--flip-down-enter-to,
.q-transition--flip-right-leave,
.q-transition--flip-left-leave,
.q-transition--flip-up-leave,
.q-transition--flip-down-leave {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.q-transition--flip-right-enter {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-enter {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-up-enter {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.q-transition--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-enter {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.no-box-shadow {
  box-shadow: none !important;
}
.no-outline {
  outline: 0 !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis-2-lines,
.ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
.readonly {
  cursor: default !important;
}
.disabled,
[disabled],
.disabled *,
[disabled] * {
  outline: 0 !important;
  cursor: not-allowed !important;
}
.disabled,
[disabled] {
  opacity: 0.6 !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.transparent {
  background: transparent !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden-y {
  overflow-y: hidden !important;
}
.dimmed:after,
.light-dimmed:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dimmed:after {
  background: rgba(0,0,0,0.4) !important;
}
.light-dimmed:after {
  background: rgba(255,255,255,0.6) !important;
}
.z-top {
  z-index: 7000 !important;
}
.z-max {
  z-index: 9998 !important;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}
body:not(.ios) .ios-only,
body.ios .ios-hide {
  display: none !important;
}
body:not(.mat) .mat-only,
body.mat .mat-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .xs-hide,
  .gt-xs,
  .sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sm-hide,
  .xs,
  .lt-sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .md-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lg-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .xl-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .lg,
  .lt-xl {
    display: none !important;
  }
}
body.desktop .q-focus-helper {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  outline: 0;
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before,
body.desktop .q-focus-helper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before {
  background: #000;
}
body.desktop .q-focus-helper:after {
  background: #fff;
}
body.desktop .q-focus-helper--rounded {
  border-radius: 4px;
}
body.desktop .q-focus-helper--round {
  border-radius: 50%;
}
body.desktop .q-focusable,
body.desktop .q-manual-focusable,
body.desktop .q-hoverable {
  outline: 0;
}
body.desktop .q-focusable:focus > .q-focus-helper,
body.desktop .q-manual-focusable--focused > .q-focus-helper,
body.desktop .q-hoverable:hover > .q-focus-helper {
  background: currentColor;
  opacity: 0.15;
}
body.desktop .q-focusable:focus > .q-focus-helper:before,
body.desktop .q-manual-focusable--focused > .q-focus-helper:before,
body.desktop .q-hoverable:hover > .q-focus-helper:before {
  opacity: 0.1;
}
body.desktop .q-focusable:focus > .q-focus-helper:after,
body.desktop .q-manual-focusable--focused > .q-focus-helper:after,
body.desktop .q-hoverable:hover > .q-focus-helper:after {
  opacity: 0.4;
}
body.desktop .q-focusable:focus > .q-focus-helper,
body.desktop .q-manual-focusable--focused > .q-focus-helper {
  opacity: 0.22;
}
body .quasar-reset body {
  min-width: 100px;
  min-height: 100%;
  font-family: 'Roboto', '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
body .quasar-reset h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
body .quasar-reset h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
body .quasar-reset h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
body .quasar-reset h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
body .quasar-reset h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
body .quasar-reset h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
body .quasar-reset p {
  margin: 0 0 16px;
}
body .quasar-reset .text-h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
body .quasar-reset .text-h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
body .quasar-reset .text-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
body .quasar-reset .text-h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
body .quasar-reset .text-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
body .quasar-reset .text-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
body .quasar-reset .text-subtitle1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.00937em;
}
body .quasar-reset .text-subtitle2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00714em;
}
body .quasar-reset .text-body1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em;
}
body .quasar-reset .text-body2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
body .quasar-reset .text-overline {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.16667em;
}
body .quasar-reset .text-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.03333em;
}
body .quasar-reset .text-uppercase {
  text-transform: uppercase;
}
body .quasar-reset .text-lowercase {
  text-transform: lowercase;
}
body .quasar-reset .text-capitalize {
  text-transform: capitalize;
}
body .quasar-reset .text-center {
  text-align: center;
}
body .quasar-reset .text-left {
  text-align: left;
}
body .quasar-reset .text-right {
  text-align: right;
}
body .quasar-reset .text-justify {
  text-align: justify;
  hyphens: auto;
}
body .quasar-reset .text-italic {
  font-style: italic;
}
body .quasar-reset .text-bold {
  font-weight: bold;
}
body .quasar-reset .text-no-wrap {
  white-space: nowrap;
}
body .quasar-reset .text-strike {
  text-decoration: line-through;
}
body .quasar-reset .text-weight-thin {
  font-weight: 100;
}
body .quasar-reset .text-weight-light {
  font-weight: 300;
}
body .quasar-reset .text-weight-regular {
  font-weight: 400;
}
body .quasar-reset .text-weight-medium {
  font-weight: 500;
}
body .quasar-reset .text-weight-bold {
  font-weight: 700;
}
body .quasar-reset .text-weight-bolder {
  font-weight: 900;
}
body .quasar-reset small {
  font-size: 80%;
}
body .quasar-reset big {
  font-size: 170%;
}
body .quasar-reset sub {
  bottom: -0.25em;
}
body .quasar-reset sup {
  top: -0.5em;
}
body .quasar-reset .row,
body .quasar-reset .column,
body .quasar-reset .flex {
  display: flex;
  flex-wrap: wrap;
}
body .quasar-reset .row.inline,
body .quasar-reset .column.inline,
body .quasar-reset .flex.inline {
  display: inline-flex;
}
body .quasar-reset .row.reverse {
  flex-direction: row-reverse;
}
body .quasar-reset .column {
  flex-direction: column;
}
body .quasar-reset .column.reverse {
  flex-direction: column-reverse;
}
body .quasar-reset .wrap {
  flex-wrap: wrap;
}
body .quasar-reset .no-wrap {
  flex-wrap: nowrap;
}
body .quasar-reset .reverse-wrap {
  flex-wrap: wrap-reverse;
}
body .quasar-reset .order-first {
  order: -10000;
}
body .quasar-reset .order-last {
  order: 10000;
}
body .quasar-reset .order-none {
  order: 0;
}
body .quasar-reset .justify-start {
  justify-content: flex-start;
}
body .quasar-reset .justify-end {
  justify-content: flex-end;
}
body .quasar-reset .justify-center,
body .quasar-reset .flex-center {
  justify-content: center;
}
body .quasar-reset .justify-between {
  justify-content: space-between;
}
body .quasar-reset .justify-around {
  justify-content: space-around;
}
body .quasar-reset .items-start {
  align-items: flex-start;
}
body .quasar-reset .items-end {
  align-items: flex-end;
}
body .quasar-reset .items-center,
body .quasar-reset .flex-center {
  align-items: center;
}
body .quasar-reset .items-baseline {
  align-items: baseline;
}
body .quasar-reset .items-stretch {
  align-items: stretch;
}
body .quasar-reset .content-start {
  align-content: flex-start;
}
body .quasar-reset .content-end {
  align-content: flex-end;
}
body .quasar-reset .content-center {
  align-content: center;
}
body .quasar-reset .content-stretch {
  align-content: stretch;
}
body .quasar-reset .content-between {
  align-content: space-between;
}
body .quasar-reset .content-around {
  align-content: space-around;
}
body .quasar-reset .self-start {
  align-self: flex-start;
}
body .quasar-reset .self-end {
  align-self: flex-end;
}
body .quasar-reset .self-center {
  align-self: center;
}
body .quasar-reset .self-baseline {
  align-self: baseline;
}
body .quasar-reset .self-stretch {
  align-self: stretch;
}
body .quasar-reset .q-gutter-x-none,
body .quasar-reset .q-gutter-none {
  margin-left: 0;
}
body .quasar-reset .q-gutter-x-none > *,
body .quasar-reset .q-gutter-none > * {
  margin-left: 0;
}
body .quasar-reset .q-gutter-y-none,
body .quasar-reset .q-gutter-none {
  margin-top: 0;
}
body .quasar-reset .q-gutter-y-none > *,
body .quasar-reset .q-gutter-none > * {
  margin-top: 0;
}
body .quasar-reset .q-col-gutter-x-none,
body .quasar-reset .q-col-gutter-none {
  margin-left: 0;
}
body .quasar-reset .q-col-gutter-x-none > *,
body .quasar-reset .q-col-gutter-none > * {
  padding-left: 0;
}
body .quasar-reset .q-col-gutter-y-none,
body .quasar-reset .q-col-gutter-none {
  margin-top: 0;
}
body .quasar-reset .q-col-gutter-y-none > *,
body .quasar-reset .q-col-gutter-none > * {
  padding-top: 0;
}
body .quasar-reset .q-gutter-x-xs,
body .quasar-reset .q-gutter-xs {
  margin-left: -4px;
}
body .quasar-reset .q-gutter-x-xs > *,
body .quasar-reset .q-gutter-xs > * {
  margin-left: 4px;
}
body .quasar-reset .q-gutter-y-xs,
body .quasar-reset .q-gutter-xs {
  margin-top: -4px;
}
body .quasar-reset .q-gutter-y-xs > *,
body .quasar-reset .q-gutter-xs > * {
  margin-top: 4px;
}
body .quasar-reset .q-col-gutter-x-xs,
body .quasar-reset .q-col-gutter-xs {
  margin-left: -4px;
}
body .quasar-reset .q-col-gutter-x-xs > *,
body .quasar-reset .q-col-gutter-xs > * {
  padding-left: 4px;
}
body .quasar-reset .q-col-gutter-y-xs,
body .quasar-reset .q-col-gutter-xs {
  margin-top: -4px;
}
body .quasar-reset .q-col-gutter-y-xs > *,
body .quasar-reset .q-col-gutter-xs > * {
  padding-top: 4px;
}
body .quasar-reset .q-gutter-x-sm,
body .quasar-reset .q-gutter-sm {
  margin-left: -8px;
}
body .quasar-reset .q-gutter-x-sm > *,
body .quasar-reset .q-gutter-sm > * {
  margin-left: 8px;
}
body .quasar-reset .q-gutter-y-sm,
body .quasar-reset .q-gutter-sm {
  margin-top: -8px;
}
body .quasar-reset .q-gutter-y-sm > *,
body .quasar-reset .q-gutter-sm > * {
  margin-top: 8px;
}
body .quasar-reset .q-col-gutter-x-sm,
body .quasar-reset .q-col-gutter-sm {
  margin-left: -8px;
}
body .quasar-reset .q-col-gutter-x-sm > *,
body .quasar-reset .q-col-gutter-sm > * {
  padding-left: 8px;
}
body .quasar-reset .q-col-gutter-y-sm,
body .quasar-reset .q-col-gutter-sm {
  margin-top: -8px;
}
body .quasar-reset .q-col-gutter-y-sm > *,
body .quasar-reset .q-col-gutter-sm > * {
  padding-top: 8px;
}
body .quasar-reset .q-gutter-x-md,
body .quasar-reset .q-gutter-md {
  margin-left: -16px;
}
body .quasar-reset .q-gutter-x-md > *,
body .quasar-reset .q-gutter-md > * {
  margin-left: 16px;
}
body .quasar-reset .q-gutter-y-md,
body .quasar-reset .q-gutter-md {
  margin-top: -16px;
}
body .quasar-reset .q-gutter-y-md > *,
body .quasar-reset .q-gutter-md > * {
  margin-top: 16px;
}
body .quasar-reset .q-col-gutter-x-md,
body .quasar-reset .q-col-gutter-md {
  margin-left: -16px;
}
body .quasar-reset .q-col-gutter-x-md > *,
body .quasar-reset .q-col-gutter-md > * {
  padding-left: 16px;
}
body .quasar-reset .q-col-gutter-y-md,
body .quasar-reset .q-col-gutter-md {
  margin-top: -16px;
}
body .quasar-reset .q-col-gutter-y-md > *,
body .quasar-reset .q-col-gutter-md > * {
  padding-top: 16px;
}
body .quasar-reset .q-gutter-x-lg,
body .quasar-reset .q-gutter-lg {
  margin-left: -24px;
}
body .quasar-reset .q-gutter-x-lg > *,
body .quasar-reset .q-gutter-lg > * {
  margin-left: 24px;
}
body .quasar-reset .q-gutter-y-lg,
body .quasar-reset .q-gutter-lg {
  margin-top: -24px;
}
body .quasar-reset .q-gutter-y-lg > *,
body .quasar-reset .q-gutter-lg > * {
  margin-top: 24px;
}
body .quasar-reset .q-col-gutter-x-lg,
body .quasar-reset .q-col-gutter-lg {
  margin-left: -24px;
}
body .quasar-reset .q-col-gutter-x-lg > *,
body .quasar-reset .q-col-gutter-lg > * {
  padding-left: 24px;
}
body .quasar-reset .q-col-gutter-y-lg,
body .quasar-reset .q-col-gutter-lg {
  margin-top: -24px;
}
body .quasar-reset .q-col-gutter-y-lg > *,
body .quasar-reset .q-col-gutter-lg > * {
  padding-top: 24px;
}
body .quasar-reset .q-gutter-x-xl,
body .quasar-reset .q-gutter-xl {
  margin-left: -48px;
}
body .quasar-reset .q-gutter-x-xl > *,
body .quasar-reset .q-gutter-xl > * {
  margin-left: 48px;
}
body .quasar-reset .q-gutter-y-xl,
body .quasar-reset .q-gutter-xl {
  margin-top: -48px;
}
body .quasar-reset .q-gutter-y-xl > *,
body .quasar-reset .q-gutter-xl > * {
  margin-top: 48px;
}
body .quasar-reset .q-col-gutter-x-xl,
body .quasar-reset .q-col-gutter-xl {
  margin-left: -48px;
}
body .quasar-reset .q-col-gutter-x-xl > *,
body .quasar-reset .q-col-gutter-xl > * {
  padding-left: 48px;
}
body .quasar-reset .q-col-gutter-y-xl,
body .quasar-reset .q-col-gutter-xl {
  margin-top: -48px;
}
body .quasar-reset .q-col-gutter-y-xl > *,
body .quasar-reset .q-col-gutter-xl > * {
  padding-top: 48px;
}
@media (min-width: 0) {
  body .quasar-reset .row > .col,
  body .quasar-reset .row > .col-xs,
  body .quasar-reset .row > .col-auto,
  body .quasar-reset .row > .col-xs-auto,
  body .quasar-reset .row > .col-grow,
  body .quasar-reset .row > .col-xs-grow,
  body .quasar-reset .row > .col-shrink,
  body .quasar-reset .row > .col-xs-shrink,
  body .quasar-reset .row > .col-0,
  body .quasar-reset .row > .col-xs-0,
  body .quasar-reset .row > .col-1,
  body .quasar-reset .row > .col-xs-1,
  body .quasar-reset .row > .col-2,
  body .quasar-reset .row > .col-xs-2,
  body .quasar-reset .row > .col-3,
  body .quasar-reset .row > .col-xs-3,
  body .quasar-reset .row > .col-4,
  body .quasar-reset .row > .col-xs-4,
  body .quasar-reset .row > .col-5,
  body .quasar-reset .row > .col-xs-5,
  body .quasar-reset .row > .col-6,
  body .quasar-reset .row > .col-xs-6,
  body .quasar-reset .row > .col-7,
  body .quasar-reset .row > .col-xs-7,
  body .quasar-reset .row > .col-8,
  body .quasar-reset .row > .col-xs-8,
  body .quasar-reset .row > .col-9,
  body .quasar-reset .row > .col-xs-9,
  body .quasar-reset .row > .col-10,
  body .quasar-reset .row > .col-xs-10,
  body .quasar-reset .row > .col-11,
  body .quasar-reset .row > .col-xs-11,
  body .quasar-reset .row > .col-12,
  body .quasar-reset .row > .col-xs-12,
  body .quasar-reset .flex > .col,
  body .quasar-reset .flex > .col-xs,
  body .quasar-reset .flex > .col-auto,
  body .quasar-reset .flex > .col-xs-auto,
  body .quasar-reset .flex > .col-grow,
  body .quasar-reset .flex > .col-xs-grow,
  body .quasar-reset .flex > .col-shrink,
  body .quasar-reset .flex > .col-xs-shrink,
  body .quasar-reset .flex > .col-0,
  body .quasar-reset .flex > .col-xs-0,
  body .quasar-reset .flex > .col-1,
  body .quasar-reset .flex > .col-xs-1,
  body .quasar-reset .flex > .col-2,
  body .quasar-reset .flex > .col-xs-2,
  body .quasar-reset .flex > .col-3,
  body .quasar-reset .flex > .col-xs-3,
  body .quasar-reset .flex > .col-4,
  body .quasar-reset .flex > .col-xs-4,
  body .quasar-reset .flex > .col-5,
  body .quasar-reset .flex > .col-xs-5,
  body .quasar-reset .flex > .col-6,
  body .quasar-reset .flex > .col-xs-6,
  body .quasar-reset .flex > .col-7,
  body .quasar-reset .flex > .col-xs-7,
  body .quasar-reset .flex > .col-8,
  body .quasar-reset .flex > .col-xs-8,
  body .quasar-reset .flex > .col-9,
  body .quasar-reset .flex > .col-xs-9,
  body .quasar-reset .flex > .col-10,
  body .quasar-reset .flex > .col-xs-10,
  body .quasar-reset .flex > .col-11,
  body .quasar-reset .flex > .col-xs-11,
  body .quasar-reset .flex > .col-12,
  body .quasar-reset .flex > .col-xs-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  body .quasar-reset .column > .col,
  body .quasar-reset .column > .col-xs,
  body .quasar-reset .column > .col-auto,
  body .quasar-reset .column > .col-xs-auto,
  body .quasar-reset .column > .col-grow,
  body .quasar-reset .column > .col-xs-grow,
  body .quasar-reset .column > .col-shrink,
  body .quasar-reset .column > .col-xs-shrink,
  body .quasar-reset .column > .col-0,
  body .quasar-reset .column > .col-xs-0,
  body .quasar-reset .column > .col-1,
  body .quasar-reset .column > .col-xs-1,
  body .quasar-reset .column > .col-2,
  body .quasar-reset .column > .col-xs-2,
  body .quasar-reset .column > .col-3,
  body .quasar-reset .column > .col-xs-3,
  body .quasar-reset .column > .col-4,
  body .quasar-reset .column > .col-xs-4,
  body .quasar-reset .column > .col-5,
  body .quasar-reset .column > .col-xs-5,
  body .quasar-reset .column > .col-6,
  body .quasar-reset .column > .col-xs-6,
  body .quasar-reset .column > .col-7,
  body .quasar-reset .column > .col-xs-7,
  body .quasar-reset .column > .col-8,
  body .quasar-reset .column > .col-xs-8,
  body .quasar-reset .column > .col-9,
  body .quasar-reset .column > .col-xs-9,
  body .quasar-reset .column > .col-10,
  body .quasar-reset .column > .col-xs-10,
  body .quasar-reset .column > .col-11,
  body .quasar-reset .column > .col-xs-11,
  body .quasar-reset .column > .col-12,
  body .quasar-reset .column > .col-xs-12,
  body .quasar-reset .flex > .col,
  body .quasar-reset .flex > .col-xs,
  body .quasar-reset .flex > .col-auto,
  body .quasar-reset .flex > .col-xs-auto,
  body .quasar-reset .flex > .col-grow,
  body .quasar-reset .flex > .col-xs-grow,
  body .quasar-reset .flex > .col-shrink,
  body .quasar-reset .flex > .col-xs-shrink,
  body .quasar-reset .flex > .col-0,
  body .quasar-reset .flex > .col-xs-0,
  body .quasar-reset .flex > .col-1,
  body .quasar-reset .flex > .col-xs-1,
  body .quasar-reset .flex > .col-2,
  body .quasar-reset .flex > .col-xs-2,
  body .quasar-reset .flex > .col-3,
  body .quasar-reset .flex > .col-xs-3,
  body .quasar-reset .flex > .col-4,
  body .quasar-reset .flex > .col-xs-4,
  body .quasar-reset .flex > .col-5,
  body .quasar-reset .flex > .col-xs-5,
  body .quasar-reset .flex > .col-6,
  body .quasar-reset .flex > .col-xs-6,
  body .quasar-reset .flex > .col-7,
  body .quasar-reset .flex > .col-xs-7,
  body .quasar-reset .flex > .col-8,
  body .quasar-reset .flex > .col-xs-8,
  body .quasar-reset .flex > .col-9,
  body .quasar-reset .flex > .col-xs-9,
  body .quasar-reset .flex > .col-10,
  body .quasar-reset .flex > .col-xs-10,
  body .quasar-reset .flex > .col-11,
  body .quasar-reset .flex > .col-xs-11,
  body .quasar-reset .flex > .col-12,
  body .quasar-reset .flex > .col-xs-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  body .quasar-reset .col,
  body .quasar-reset .col-xs {
    flex: 10000 1 0%;
  }
  body .quasar-reset .col-auto,
  body .quasar-reset .col-xs-auto,
  body .quasar-reset .col-0,
  body .quasar-reset .col-xs-0,
  body .quasar-reset .col-1,
  body .quasar-reset .col-xs-1,
  body .quasar-reset .col-2,
  body .quasar-reset .col-xs-2,
  body .quasar-reset .col-3,
  body .quasar-reset .col-xs-3,
  body .quasar-reset .col-4,
  body .quasar-reset .col-xs-4,
  body .quasar-reset .col-5,
  body .quasar-reset .col-xs-5,
  body .quasar-reset .col-6,
  body .quasar-reset .col-xs-6,
  body .quasar-reset .col-7,
  body .quasar-reset .col-xs-7,
  body .quasar-reset .col-8,
  body .quasar-reset .col-xs-8,
  body .quasar-reset .col-9,
  body .quasar-reset .col-xs-9,
  body .quasar-reset .col-10,
  body .quasar-reset .col-xs-10,
  body .quasar-reset .col-11,
  body .quasar-reset .col-xs-11,
  body .quasar-reset .col-12,
  body .quasar-reset .col-xs-12 {
    flex: 0 0 auto;
  }
  body .quasar-reset .col-grow,
  body .quasar-reset .col-xs-grow {
    flex: 1 0 auto;
  }
  body .quasar-reset .col-shrink,
  body .quasar-reset .col-xs-shrink {
    flex: 0 1 auto;
  }
  body .quasar-reset .row > .col-0,
  body .quasar-reset .row > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  body .quasar-reset .row > .offset-0,
  body .quasar-reset .row > .offset-xs-0 {
    margin-left: 0%;
  }
  body .quasar-reset .column > .col-0,
  body .quasar-reset .column > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  body .quasar-reset .row > .col-1,
  body .quasar-reset .row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  body .quasar-reset .row > .offset-1,
  body .quasar-reset .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  body .quasar-reset .column > .col-1,
  body .quasar-reset .column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-2,
  body .quasar-reset .row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  body .quasar-reset .row > .offset-2,
  body .quasar-reset .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  body .quasar-reset .column > .col-2,
  body .quasar-reset .column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-3,
  body .quasar-reset .row > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  body .quasar-reset .row > .offset-3,
  body .quasar-reset .row > .offset-xs-3 {
    margin-left: 25%;
  }
  body .quasar-reset .column > .col-3,
  body .quasar-reset .column > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  body .quasar-reset .row > .col-4,
  body .quasar-reset .row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  body .quasar-reset .row > .offset-4,
  body .quasar-reset .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  body .quasar-reset .column > .col-4,
  body .quasar-reset .column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-5,
  body .quasar-reset .row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  body .quasar-reset .row > .offset-5,
  body .quasar-reset .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  body .quasar-reset .column > .col-5,
  body .quasar-reset .column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-6,
  body .quasar-reset .row > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  body .quasar-reset .row > .offset-6,
  body .quasar-reset .row > .offset-xs-6 {
    margin-left: 50%;
  }
  body .quasar-reset .column > .col-6,
  body .quasar-reset .column > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  body .quasar-reset .row > .col-7,
  body .quasar-reset .row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  body .quasar-reset .row > .offset-7,
  body .quasar-reset .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  body .quasar-reset .column > .col-7,
  body .quasar-reset .column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-8,
  body .quasar-reset .row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  body .quasar-reset .row > .offset-8,
  body .quasar-reset .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  body .quasar-reset .column > .col-8,
  body .quasar-reset .column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-9,
  body .quasar-reset .row > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  body .quasar-reset .row > .offset-9,
  body .quasar-reset .row > .offset-xs-9 {
    margin-left: 75%;
  }
  body .quasar-reset .column > .col-9,
  body .quasar-reset .column > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  body .quasar-reset .row > .col-10,
  body .quasar-reset .row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  body .quasar-reset .row > .offset-10,
  body .quasar-reset .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  body .quasar-reset .column > .col-10,
  body .quasar-reset .column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-11,
  body .quasar-reset .row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  body .quasar-reset .row > .offset-11,
  body .quasar-reset .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  body .quasar-reset .column > .col-11,
  body .quasar-reset .column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-12,
  body .quasar-reset .row > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  body .quasar-reset .row > .offset-12,
  body .quasar-reset .row > .offset-xs-12 {
    margin-left: 100%;
  }
  body .quasar-reset .column > .col-12,
  body .quasar-reset .column > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  body .quasar-reset .row > .col-all {
    height: auto;
    flex: 0 0 100%;
  }
}
@media (min-width: 600px) {
  body .quasar-reset .row > .col-sm,
  body .quasar-reset .row > .col-sm-auto,
  body .quasar-reset .row > .col-sm-grow,
  body .quasar-reset .row > .col-sm-shrink,
  body .quasar-reset .row > .col-sm-0,
  body .quasar-reset .row > .col-sm-1,
  body .quasar-reset .row > .col-sm-2,
  body .quasar-reset .row > .col-sm-3,
  body .quasar-reset .row > .col-sm-4,
  body .quasar-reset .row > .col-sm-5,
  body .quasar-reset .row > .col-sm-6,
  body .quasar-reset .row > .col-sm-7,
  body .quasar-reset .row > .col-sm-8,
  body .quasar-reset .row > .col-sm-9,
  body .quasar-reset .row > .col-sm-10,
  body .quasar-reset .row > .col-sm-11,
  body .quasar-reset .row > .col-sm-12,
  body .quasar-reset .flex > .col-sm,
  body .quasar-reset .flex > .col-sm-auto,
  body .quasar-reset .flex > .col-sm-grow,
  body .quasar-reset .flex > .col-sm-shrink,
  body .quasar-reset .flex > .col-sm-0,
  body .quasar-reset .flex > .col-sm-1,
  body .quasar-reset .flex > .col-sm-2,
  body .quasar-reset .flex > .col-sm-3,
  body .quasar-reset .flex > .col-sm-4,
  body .quasar-reset .flex > .col-sm-5,
  body .quasar-reset .flex > .col-sm-6,
  body .quasar-reset .flex > .col-sm-7,
  body .quasar-reset .flex > .col-sm-8,
  body .quasar-reset .flex > .col-sm-9,
  body .quasar-reset .flex > .col-sm-10,
  body .quasar-reset .flex > .col-sm-11,
  body .quasar-reset .flex > .col-sm-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  body .quasar-reset .column > .col-sm,
  body .quasar-reset .column > .col-sm-auto,
  body .quasar-reset .column > .col-sm-grow,
  body .quasar-reset .column > .col-sm-shrink,
  body .quasar-reset .column > .col-sm-0,
  body .quasar-reset .column > .col-sm-1,
  body .quasar-reset .column > .col-sm-2,
  body .quasar-reset .column > .col-sm-3,
  body .quasar-reset .column > .col-sm-4,
  body .quasar-reset .column > .col-sm-5,
  body .quasar-reset .column > .col-sm-6,
  body .quasar-reset .column > .col-sm-7,
  body .quasar-reset .column > .col-sm-8,
  body .quasar-reset .column > .col-sm-9,
  body .quasar-reset .column > .col-sm-10,
  body .quasar-reset .column > .col-sm-11,
  body .quasar-reset .column > .col-sm-12,
  body .quasar-reset .flex > .col-sm,
  body .quasar-reset .flex > .col-sm-auto,
  body .quasar-reset .flex > .col-sm-grow,
  body .quasar-reset .flex > .col-sm-shrink,
  body .quasar-reset .flex > .col-sm-0,
  body .quasar-reset .flex > .col-sm-1,
  body .quasar-reset .flex > .col-sm-2,
  body .quasar-reset .flex > .col-sm-3,
  body .quasar-reset .flex > .col-sm-4,
  body .quasar-reset .flex > .col-sm-5,
  body .quasar-reset .flex > .col-sm-6,
  body .quasar-reset .flex > .col-sm-7,
  body .quasar-reset .flex > .col-sm-8,
  body .quasar-reset .flex > .col-sm-9,
  body .quasar-reset .flex > .col-sm-10,
  body .quasar-reset .flex > .col-sm-11,
  body .quasar-reset .flex > .col-sm-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  body .quasar-reset .col-sm {
    flex: 10000 1 0%;
  }
  body .quasar-reset .col-sm-auto,
  body .quasar-reset .col-sm-0,
  body .quasar-reset .col-sm-1,
  body .quasar-reset .col-sm-2,
  body .quasar-reset .col-sm-3,
  body .quasar-reset .col-sm-4,
  body .quasar-reset .col-sm-5,
  body .quasar-reset .col-sm-6,
  body .quasar-reset .col-sm-7,
  body .quasar-reset .col-sm-8,
  body .quasar-reset .col-sm-9,
  body .quasar-reset .col-sm-10,
  body .quasar-reset .col-sm-11,
  body .quasar-reset .col-sm-12 {
    flex: 0 0 auto;
  }
  body .quasar-reset .col-sm-grow {
    flex: 1 0 auto;
  }
  body .quasar-reset .col-sm-shrink {
    flex: 0 1 auto;
  }
  body .quasar-reset .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  body .quasar-reset .row > .offset-sm-0 {
    margin-left: 0%;
  }
  body .quasar-reset .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  body .quasar-reset .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  body .quasar-reset .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  body .quasar-reset .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  body .quasar-reset .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  body .quasar-reset .row > .offset-sm-3 {
    margin-left: 25%;
  }
  body .quasar-reset .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  body .quasar-reset .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  body .quasar-reset .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  body .quasar-reset .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  body .quasar-reset .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  body .quasar-reset .row > .offset-sm-6 {
    margin-left: 50%;
  }
  body .quasar-reset .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  body .quasar-reset .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  body .quasar-reset .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  body .quasar-reset .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  body .quasar-reset .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  body .quasar-reset .row > .offset-sm-9 {
    margin-left: 75%;
  }
  body .quasar-reset .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  body .quasar-reset .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  body .quasar-reset .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  body .quasar-reset .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  body .quasar-reset .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  body .quasar-reset .row > .offset-sm-12 {
    margin-left: 100%;
  }
  body .quasar-reset .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  body .quasar-reset .row > .col-md,
  body .quasar-reset .row > .col-md-auto,
  body .quasar-reset .row > .col-md-grow,
  body .quasar-reset .row > .col-md-shrink,
  body .quasar-reset .row > .col-md-0,
  body .quasar-reset .row > .col-md-1,
  body .quasar-reset .row > .col-md-2,
  body .quasar-reset .row > .col-md-3,
  body .quasar-reset .row > .col-md-4,
  body .quasar-reset .row > .col-md-5,
  body .quasar-reset .row > .col-md-6,
  body .quasar-reset .row > .col-md-7,
  body .quasar-reset .row > .col-md-8,
  body .quasar-reset .row > .col-md-9,
  body .quasar-reset .row > .col-md-10,
  body .quasar-reset .row > .col-md-11,
  body .quasar-reset .row > .col-md-12,
  body .quasar-reset .flex > .col-md,
  body .quasar-reset .flex > .col-md-auto,
  body .quasar-reset .flex > .col-md-grow,
  body .quasar-reset .flex > .col-md-shrink,
  body .quasar-reset .flex > .col-md-0,
  body .quasar-reset .flex > .col-md-1,
  body .quasar-reset .flex > .col-md-2,
  body .quasar-reset .flex > .col-md-3,
  body .quasar-reset .flex > .col-md-4,
  body .quasar-reset .flex > .col-md-5,
  body .quasar-reset .flex > .col-md-6,
  body .quasar-reset .flex > .col-md-7,
  body .quasar-reset .flex > .col-md-8,
  body .quasar-reset .flex > .col-md-9,
  body .quasar-reset .flex > .col-md-10,
  body .quasar-reset .flex > .col-md-11,
  body .quasar-reset .flex > .col-md-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  body .quasar-reset .column > .col-md,
  body .quasar-reset .column > .col-md-auto,
  body .quasar-reset .column > .col-md-grow,
  body .quasar-reset .column > .col-md-shrink,
  body .quasar-reset .column > .col-md-0,
  body .quasar-reset .column > .col-md-1,
  body .quasar-reset .column > .col-md-2,
  body .quasar-reset .column > .col-md-3,
  body .quasar-reset .column > .col-md-4,
  body .quasar-reset .column > .col-md-5,
  body .quasar-reset .column > .col-md-6,
  body .quasar-reset .column > .col-md-7,
  body .quasar-reset .column > .col-md-8,
  body .quasar-reset .column > .col-md-9,
  body .quasar-reset .column > .col-md-10,
  body .quasar-reset .column > .col-md-11,
  body .quasar-reset .column > .col-md-12,
  body .quasar-reset .flex > .col-md,
  body .quasar-reset .flex > .col-md-auto,
  body .quasar-reset .flex > .col-md-grow,
  body .quasar-reset .flex > .col-md-shrink,
  body .quasar-reset .flex > .col-md-0,
  body .quasar-reset .flex > .col-md-1,
  body .quasar-reset .flex > .col-md-2,
  body .quasar-reset .flex > .col-md-3,
  body .quasar-reset .flex > .col-md-4,
  body .quasar-reset .flex > .col-md-5,
  body .quasar-reset .flex > .col-md-6,
  body .quasar-reset .flex > .col-md-7,
  body .quasar-reset .flex > .col-md-8,
  body .quasar-reset .flex > .col-md-9,
  body .quasar-reset .flex > .col-md-10,
  body .quasar-reset .flex > .col-md-11,
  body .quasar-reset .flex > .col-md-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  body .quasar-reset .col-md {
    flex: 10000 1 0%;
  }
  body .quasar-reset .col-md-auto,
  body .quasar-reset .col-md-0,
  body .quasar-reset .col-md-1,
  body .quasar-reset .col-md-2,
  body .quasar-reset .col-md-3,
  body .quasar-reset .col-md-4,
  body .quasar-reset .col-md-5,
  body .quasar-reset .col-md-6,
  body .quasar-reset .col-md-7,
  body .quasar-reset .col-md-8,
  body .quasar-reset .col-md-9,
  body .quasar-reset .col-md-10,
  body .quasar-reset .col-md-11,
  body .quasar-reset .col-md-12 {
    flex: 0 0 auto;
  }
  body .quasar-reset .col-md-grow {
    flex: 1 0 auto;
  }
  body .quasar-reset .col-md-shrink {
    flex: 0 1 auto;
  }
  body .quasar-reset .row > .col-md-0 {
    height: auto;
    width: 0%;
  }
  body .quasar-reset .row > .offset-md-0 {
    margin-left: 0%;
  }
  body .quasar-reset .column > .col-md-0 {
    height: 0%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  body .quasar-reset .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  body .quasar-reset .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  body .quasar-reset .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  body .quasar-reset .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-3 {
    height: auto;
    width: 25%;
  }
  body .quasar-reset .row > .offset-md-3 {
    margin-left: 25%;
  }
  body .quasar-reset .column > .col-md-3 {
    height: 25%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  body .quasar-reset .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  body .quasar-reset .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  body .quasar-reset .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  body .quasar-reset .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-6 {
    height: auto;
    width: 50%;
  }
  body .quasar-reset .row > .offset-md-6 {
    margin-left: 50%;
  }
  body .quasar-reset .column > .col-md-6 {
    height: 50%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  body .quasar-reset .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  body .quasar-reset .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  body .quasar-reset .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  body .quasar-reset .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-9 {
    height: auto;
    width: 75%;
  }
  body .quasar-reset .row > .offset-md-9 {
    margin-left: 75%;
  }
  body .quasar-reset .column > .col-md-9 {
    height: 75%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  body .quasar-reset .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  body .quasar-reset .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  body .quasar-reset .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  body .quasar-reset .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-md-12 {
    height: auto;
    width: 100%;
  }
  body .quasar-reset .row > .offset-md-12 {
    margin-left: 100%;
  }
  body .quasar-reset .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1440px) {
  body .quasar-reset .row > .col-lg,
  body .quasar-reset .row > .col-lg-auto,
  body .quasar-reset .row > .col-lg-grow,
  body .quasar-reset .row > .col-lg-shrink,
  body .quasar-reset .row > .col-lg-0,
  body .quasar-reset .row > .col-lg-1,
  body .quasar-reset .row > .col-lg-2,
  body .quasar-reset .row > .col-lg-3,
  body .quasar-reset .row > .col-lg-4,
  body .quasar-reset .row > .col-lg-5,
  body .quasar-reset .row > .col-lg-6,
  body .quasar-reset .row > .col-lg-7,
  body .quasar-reset .row > .col-lg-8,
  body .quasar-reset .row > .col-lg-9,
  body .quasar-reset .row > .col-lg-10,
  body .quasar-reset .row > .col-lg-11,
  body .quasar-reset .row > .col-lg-12,
  body .quasar-reset .flex > .col-lg,
  body .quasar-reset .flex > .col-lg-auto,
  body .quasar-reset .flex > .col-lg-grow,
  body .quasar-reset .flex > .col-lg-shrink,
  body .quasar-reset .flex > .col-lg-0,
  body .quasar-reset .flex > .col-lg-1,
  body .quasar-reset .flex > .col-lg-2,
  body .quasar-reset .flex > .col-lg-3,
  body .quasar-reset .flex > .col-lg-4,
  body .quasar-reset .flex > .col-lg-5,
  body .quasar-reset .flex > .col-lg-6,
  body .quasar-reset .flex > .col-lg-7,
  body .quasar-reset .flex > .col-lg-8,
  body .quasar-reset .flex > .col-lg-9,
  body .quasar-reset .flex > .col-lg-10,
  body .quasar-reset .flex > .col-lg-11,
  body .quasar-reset .flex > .col-lg-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  body .quasar-reset .column > .col-lg,
  body .quasar-reset .column > .col-lg-auto,
  body .quasar-reset .column > .col-lg-grow,
  body .quasar-reset .column > .col-lg-shrink,
  body .quasar-reset .column > .col-lg-0,
  body .quasar-reset .column > .col-lg-1,
  body .quasar-reset .column > .col-lg-2,
  body .quasar-reset .column > .col-lg-3,
  body .quasar-reset .column > .col-lg-4,
  body .quasar-reset .column > .col-lg-5,
  body .quasar-reset .column > .col-lg-6,
  body .quasar-reset .column > .col-lg-7,
  body .quasar-reset .column > .col-lg-8,
  body .quasar-reset .column > .col-lg-9,
  body .quasar-reset .column > .col-lg-10,
  body .quasar-reset .column > .col-lg-11,
  body .quasar-reset .column > .col-lg-12,
  body .quasar-reset .flex > .col-lg,
  body .quasar-reset .flex > .col-lg-auto,
  body .quasar-reset .flex > .col-lg-grow,
  body .quasar-reset .flex > .col-lg-shrink,
  body .quasar-reset .flex > .col-lg-0,
  body .quasar-reset .flex > .col-lg-1,
  body .quasar-reset .flex > .col-lg-2,
  body .quasar-reset .flex > .col-lg-3,
  body .quasar-reset .flex > .col-lg-4,
  body .quasar-reset .flex > .col-lg-5,
  body .quasar-reset .flex > .col-lg-6,
  body .quasar-reset .flex > .col-lg-7,
  body .quasar-reset .flex > .col-lg-8,
  body .quasar-reset .flex > .col-lg-9,
  body .quasar-reset .flex > .col-lg-10,
  body .quasar-reset .flex > .col-lg-11,
  body .quasar-reset .flex > .col-lg-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  body .quasar-reset .col-lg {
    flex: 10000 1 0%;
  }
  body .quasar-reset .col-lg-auto,
  body .quasar-reset .col-lg-0,
  body .quasar-reset .col-lg-1,
  body .quasar-reset .col-lg-2,
  body .quasar-reset .col-lg-3,
  body .quasar-reset .col-lg-4,
  body .quasar-reset .col-lg-5,
  body .quasar-reset .col-lg-6,
  body .quasar-reset .col-lg-7,
  body .quasar-reset .col-lg-8,
  body .quasar-reset .col-lg-9,
  body .quasar-reset .col-lg-10,
  body .quasar-reset .col-lg-11,
  body .quasar-reset .col-lg-12 {
    flex: 0 0 auto;
  }
  body .quasar-reset .col-lg-grow {
    flex: 1 0 auto;
  }
  body .quasar-reset .col-lg-shrink {
    flex: 0 1 auto;
  }
  body .quasar-reset .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  body .quasar-reset .row > .offset-lg-0 {
    margin-left: 0%;
  }
  body .quasar-reset .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  body .quasar-reset .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  body .quasar-reset .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  body .quasar-reset .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  body .quasar-reset .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  body .quasar-reset .row > .offset-lg-3 {
    margin-left: 25%;
  }
  body .quasar-reset .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  body .quasar-reset .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  body .quasar-reset .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  body .quasar-reset .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  body .quasar-reset .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  body .quasar-reset .row > .offset-lg-6 {
    margin-left: 50%;
  }
  body .quasar-reset .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  body .quasar-reset .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  body .quasar-reset .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  body .quasar-reset .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  body .quasar-reset .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  body .quasar-reset .row > .offset-lg-9 {
    margin-left: 75%;
  }
  body .quasar-reset .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  body .quasar-reset .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  body .quasar-reset .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  body .quasar-reset .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  body .quasar-reset .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  body .quasar-reset .row > .offset-lg-12 {
    margin-left: 100%;
  }
  body .quasar-reset .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1920px) {
  body .quasar-reset .row > .col-xl,
  body .quasar-reset .row > .col-xl-auto,
  body .quasar-reset .row > .col-xl-grow,
  body .quasar-reset .row > .col-xl-shrink,
  body .quasar-reset .row > .col-xl-0,
  body .quasar-reset .row > .col-xl-1,
  body .quasar-reset .row > .col-xl-2,
  body .quasar-reset .row > .col-xl-3,
  body .quasar-reset .row > .col-xl-4,
  body .quasar-reset .row > .col-xl-5,
  body .quasar-reset .row > .col-xl-6,
  body .quasar-reset .row > .col-xl-7,
  body .quasar-reset .row > .col-xl-8,
  body .quasar-reset .row > .col-xl-9,
  body .quasar-reset .row > .col-xl-10,
  body .quasar-reset .row > .col-xl-11,
  body .quasar-reset .row > .col-xl-12,
  body .quasar-reset .flex > .col-xl,
  body .quasar-reset .flex > .col-xl-auto,
  body .quasar-reset .flex > .col-xl-grow,
  body .quasar-reset .flex > .col-xl-shrink,
  body .quasar-reset .flex > .col-xl-0,
  body .quasar-reset .flex > .col-xl-1,
  body .quasar-reset .flex > .col-xl-2,
  body .quasar-reset .flex > .col-xl-3,
  body .quasar-reset .flex > .col-xl-4,
  body .quasar-reset .flex > .col-xl-5,
  body .quasar-reset .flex > .col-xl-6,
  body .quasar-reset .flex > .col-xl-7,
  body .quasar-reset .flex > .col-xl-8,
  body .quasar-reset .flex > .col-xl-9,
  body .quasar-reset .flex > .col-xl-10,
  body .quasar-reset .flex > .col-xl-11,
  body .quasar-reset .flex > .col-xl-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  body .quasar-reset .column > .col-xl,
  body .quasar-reset .column > .col-xl-auto,
  body .quasar-reset .column > .col-xl-grow,
  body .quasar-reset .column > .col-xl-shrink,
  body .quasar-reset .column > .col-xl-0,
  body .quasar-reset .column > .col-xl-1,
  body .quasar-reset .column > .col-xl-2,
  body .quasar-reset .column > .col-xl-3,
  body .quasar-reset .column > .col-xl-4,
  body .quasar-reset .column > .col-xl-5,
  body .quasar-reset .column > .col-xl-6,
  body .quasar-reset .column > .col-xl-7,
  body .quasar-reset .column > .col-xl-8,
  body .quasar-reset .column > .col-xl-9,
  body .quasar-reset .column > .col-xl-10,
  body .quasar-reset .column > .col-xl-11,
  body .quasar-reset .column > .col-xl-12,
  body .quasar-reset .flex > .col-xl,
  body .quasar-reset .flex > .col-xl-auto,
  body .quasar-reset .flex > .col-xl-grow,
  body .quasar-reset .flex > .col-xl-shrink,
  body .quasar-reset .flex > .col-xl-0,
  body .quasar-reset .flex > .col-xl-1,
  body .quasar-reset .flex > .col-xl-2,
  body .quasar-reset .flex > .col-xl-3,
  body .quasar-reset .flex > .col-xl-4,
  body .quasar-reset .flex > .col-xl-5,
  body .quasar-reset .flex > .col-xl-6,
  body .quasar-reset .flex > .col-xl-7,
  body .quasar-reset .flex > .col-xl-8,
  body .quasar-reset .flex > .col-xl-9,
  body .quasar-reset .flex > .col-xl-10,
  body .quasar-reset .flex > .col-xl-11,
  body .quasar-reset .flex > .col-xl-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  body .quasar-reset .col-xl {
    flex: 10000 1 0%;
  }
  body .quasar-reset .col-xl-auto,
  body .quasar-reset .col-xl-0,
  body .quasar-reset .col-xl-1,
  body .quasar-reset .col-xl-2,
  body .quasar-reset .col-xl-3,
  body .quasar-reset .col-xl-4,
  body .quasar-reset .col-xl-5,
  body .quasar-reset .col-xl-6,
  body .quasar-reset .col-xl-7,
  body .quasar-reset .col-xl-8,
  body .quasar-reset .col-xl-9,
  body .quasar-reset .col-xl-10,
  body .quasar-reset .col-xl-11,
  body .quasar-reset .col-xl-12 {
    flex: 0 0 auto;
  }
  body .quasar-reset .col-xl-grow {
    flex: 1 0 auto;
  }
  body .quasar-reset .col-xl-shrink {
    flex: 0 1 auto;
  }
  body .quasar-reset .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }
  body .quasar-reset .row > .offset-xl-0 {
    margin-left: 0%;
  }
  body .quasar-reset .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }
  body .quasar-reset .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  body .quasar-reset .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }
  body .quasar-reset .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  body .quasar-reset .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }
  body .quasar-reset .row > .offset-xl-3 {
    margin-left: 25%;
  }
  body .quasar-reset .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }
  body .quasar-reset .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  body .quasar-reset .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }
  body .quasar-reset .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  body .quasar-reset .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }
  body .quasar-reset .row > .offset-xl-6 {
    margin-left: 50%;
  }
  body .quasar-reset .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }
  body .quasar-reset .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  body .quasar-reset .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }
  body .quasar-reset .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  body .quasar-reset .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }
  body .quasar-reset .row > .offset-xl-9 {
    margin-left: 75%;
  }
  body .quasar-reset .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }
  body .quasar-reset .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  body .quasar-reset .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }
  body .quasar-reset .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  body .quasar-reset .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }
  body .quasar-reset .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }
  body .quasar-reset .row > .offset-xl-12 {
    margin-left: 100%;
  }
  body .quasar-reset .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
.q-message-avatar {
  width: 48px !important;
  height: auto;
}
