<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    margin: 0 0 16px;
}
.caption {
    color: #424242;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    font-weight: 300;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.text-italic {
    font-style: italic;
}
.text-bold {
    font-weight: bold;
}
.text-no-wrap {
    white-space: nowrap;
}
.text-weight-thin {
    font-weight: 100;
}
.text-weight-light {
    font-weight: 300;
}
.text-weight-regular {
    font-weight: 400;
}
.text-weight-medium {
    font-weight: 500;
}
.text-weight-bold {
    font-weight: 700;
}
.text-weight-bolder {
    font-weight: 900;
}
small {
    font-size: 80%;
}
big {
    font-size: 170%;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
blockquote {
    padding: 8px 16px;
    margin: 0;
    font-size: 16px;
    border-left: 4px solid #027be3;
    border-left: 4px solid var(--q-color-primary);
}
blockquote.text-right {
    padding-right: 16px;
    padding-left: 0;
    border-right: 4px solid #027be3;
    border-right: 4px solid var(--q-color-primary);
    border-left: 0;
    text-align: right;
}
blockquote small {
    display: block;
    line-height: 1.4;
    color: #777;
    color: var(--q-color-faded);
}
blockquote small:before {
    content: '\2014 \00A0';
}
.quote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #027be3;
    border-left: 5px solid var(--q-color-primary);
}
.quote.text-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #027be3;
    border-right: 5px solid var(--q-color-primary);
    border-left: 0;
    text-align: right;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
dt,
dd {
    line-height: 1.4;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dl.horizontal dt {
    float: left;
    width: 25%;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
dl.horizontal dd {
    margin-left: 30%;
}
hr.q-hr,
hr.q-hr-dark {
    height: 1px;
    min-height: 1px;
    display: block;
    border: none;
    width: 100%;
    background: rgba(0,0,0,0.12);
}
hr.q-hr-dark {
    background: rgba(255,255,255,0.36);
}
.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 {
    -webkit-box-shadow: none !important;
    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] * {
    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: 575px) {
    .xs-hide,
    .gt-xs,
    .sm,
    .gt-sm,
    .md,
    .gt-md,
    .lg,
    .gt-lg,
    .xl {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .sm-hide,
    .xs,
    .lt-sm,
    .gt-sm,
    .md,
    .gt-md,
    .lg,
    .gt-lg,
    .xl {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .md-hide,
    .xs,
    .lt-sm,
    .sm,
    .lt-md,
    .gt-md,
    .lg,
    .gt-lg,
    .xl {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .lg-hide,
    .xs,
    .lt-sm,
    .sm,
    .lt-md,
    .md,
    .lt-lg,
    .gt-lg,
    .xl {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .xl-hide,
    .xs,
    .lt-sm,
    .sm,
    .lt-md,
    .md,
    .lt-lg,
    .lg,
    .lt-xl {
        display: none !important;
    }
}
</pre></body></html>