UNPKG

88 kBCSSView Raw
1/*
2 * Quasar Framework v1.12.8
3 * (c) 2015-present Razvan Stoenescu
4 * Released under the MIT License.
5 */
6@media (min-width: 0) {
7 .flex-block,
8 .flex-xs-block {
9 display: block;
10 }
11 .flex-inline,
12 .flex-xs-inline {
13 display: inline-block;
14 }
15 .q-pa-xs-none {
16 padding: 0 0;
17 }
18 .q-pl-xs-none,
19 .q-px-xs-none {
20 padding-left: 0;
21 }
22 .q-pr-xs-none,
23 .q-px-xs-none {
24 padding-right: 0;
25 }
26 .q-pt-xs-none,
27 .q-py-xs-none {
28 padding-top: 0;
29 }
30 .q-pb-xs-none,
31 .q-py-xs-none {
32 padding-bottom: 0;
33 }
34 .q-ma-xs-none {
35 margin: 0 0;
36 }
37 .q-ml-xs-none,
38 .q-mx-xs-none {
39 margin-left: 0;
40 }
41 .q-mr-xs-none,
42 .q-mx-xs-none {
43 margin-right: 0;
44 }
45 .q-mt-xs-none,
46 .q-my-xs-none {
47 margin-top: 0;
48 }
49 .q-mb-xs-none,
50 .q-my-xs-none {
51 margin-bottom: 0;
52 }
53 .q-pa-xs-xs {
54 padding: 4px 4px;
55 }
56 .q-pl-xs-xs,
57 .q-px-xs-xs {
58 padding-left: 4px;
59 }
60 .q-pr-xs-xs,
61 .q-px-xs-xs {
62 padding-right: 4px;
63 }
64 .q-pt-xs-xs,
65 .q-py-xs-xs {
66 padding-top: 4px;
67 }
68 .q-pb-xs-xs,
69 .q-py-xs-xs {
70 padding-bottom: 4px;
71 }
72 .q-ma-xs-xs {
73 margin: 4px 4px;
74 }
75 .q-ml-xs-xs,
76 .q-mx-xs-xs {
77 margin-left: 4px;
78 }
79 .q-mr-xs-xs,
80 .q-mx-xs-xs {
81 margin-right: 4px;
82 }
83 .q-mt-xs-xs,
84 .q-my-xs-xs {
85 margin-top: 4px;
86 }
87 .q-mb-xs-xs,
88 .q-my-xs-xs {
89 margin-bottom: 4px;
90 }
91 .q-pa-xs-sm {
92 padding: 8px 8px;
93 }
94 .q-pl-xs-sm,
95 .q-px-xs-sm {
96 padding-left: 8px;
97 }
98 .q-pr-xs-sm,
99 .q-px-xs-sm {
100 padding-right: 8px;
101 }
102 .q-pt-xs-sm,
103 .q-py-xs-sm {
104 padding-top: 8px;
105 }
106 .q-pb-xs-sm,
107 .q-py-xs-sm {
108 padding-bottom: 8px;
109 }
110 .q-ma-xs-sm {
111 margin: 8px 8px;
112 }
113 .q-ml-xs-sm,
114 .q-mx-xs-sm {
115 margin-left: 8px;
116 }
117 .q-mr-xs-sm,
118 .q-mx-xs-sm {
119 margin-right: 8px;
120 }
121 .q-mt-xs-sm,
122 .q-my-xs-sm {
123 margin-top: 8px;
124 }
125 .q-mb-xs-sm,
126 .q-my-xs-sm {
127 margin-bottom: 8px;
128 }
129 .q-pa-xs-md {
130 padding: 16px 16px;
131 }
132 .q-pl-xs-md,
133 .q-px-xs-md {
134 padding-left: 16px;
135 }
136 .q-pr-xs-md,
137 .q-px-xs-md {
138 padding-right: 16px;
139 }
140 .q-pt-xs-md,
141 .q-py-xs-md {
142 padding-top: 16px;
143 }
144 .q-pb-xs-md,
145 .q-py-xs-md {
146 padding-bottom: 16px;
147 }
148 .q-ma-xs-md {
149 margin: 16px 16px;
150 }
151 .q-ml-xs-md,
152 .q-mx-xs-md {
153 margin-left: 16px;
154 }
155 .q-mr-xs-md,
156 .q-mx-xs-md {
157 margin-right: 16px;
158 }
159 .q-mt-xs-md,
160 .q-my-xs-md {
161 margin-top: 16px;
162 }
163 .q-mb-xs-md,
164 .q-my-xs-md {
165 margin-bottom: 16px;
166 }
167 .q-pa-xs-lg {
168 padding: 24px 24px;
169 }
170 .q-pl-xs-lg,
171 .q-px-xs-lg {
172 padding-left: 24px;
173 }
174 .q-pr-xs-lg,
175 .q-px-xs-lg {
176 padding-right: 24px;
177 }
178 .q-pt-xs-lg,
179 .q-py-xs-lg {
180 padding-top: 24px;
181 }
182 .q-pb-xs-lg,
183 .q-py-xs-lg {
184 padding-bottom: 24px;
185 }
186 .q-ma-xs-lg {
187 margin: 24px 24px;
188 }
189 .q-ml-xs-lg,
190 .q-mx-xs-lg {
191 margin-left: 24px;
192 }
193 .q-mr-xs-lg,
194 .q-mx-xs-lg {
195 margin-right: 24px;
196 }
197 .q-mt-xs-lg,
198 .q-my-xs-lg {
199 margin-top: 24px;
200 }
201 .q-mb-xs-lg,
202 .q-my-xs-lg {
203 margin-bottom: 24px;
204 }
205 .q-pa-xs-xl {
206 padding: 48px 48px;
207 }
208 .q-pl-xs-xl,
209 .q-px-xs-xl {
210 padding-left: 48px;
211 }
212 .q-pr-xs-xl,
213 .q-px-xs-xl {
214 padding-right: 48px;
215 }
216 .q-pt-xs-xl,
217 .q-py-xs-xl {
218 padding-top: 48px;
219 }
220 .q-pb-xs-xl,
221 .q-py-xs-xl {
222 padding-bottom: 48px;
223 }
224 .q-ma-xs-xl {
225 margin: 48px 48px;
226 }
227 .q-ml-xs-xl,
228 .q-mx-xs-xl {
229 margin-left: 48px;
230 }
231 .q-mr-xs-xl,
232 .q-mx-xs-xl {
233 margin-right: 48px;
234 }
235 .q-mt-xs-xl,
236 .q-my-xs-xl {
237 margin-top: 48px;
238 }
239 .q-mb-xs-xl,
240 .q-my-xs-xl {
241 margin-bottom: 48px;
242 }
243 .q-ml-xs-auto,
244 .q-mx-xs-auto {
245 margin-left: auto;
246 }
247 .q-mr-xs-auto,
248 .q-mx-xs-auto {
249 margin-right: auto;
250 }
251 .row-xs,
252 .column-xs,
253 .flex-xs {
254 display: flex;
255 flex-wrap: wrap;
256 }
257 .row-xs.inline-xs,
258 .column-xs.inline-xs,
259 .flex-xs.inline-xs {
260 display: inline-flex;
261 }
262 .row-xs {
263 flex-direction: row;
264 }
265 .row-xs.reverse-xs {
266 flex-direction: row-reverse;
267 }
268 .column-xs {
269 flex-direction: column;
270 }
271 .column-xs.reverse-xs {
272 flex-direction: column-reverse;
273 }
274 .wrap-xs {
275 flex-wrap: wrap;
276 }
277 .no-wrap-xs {
278 flex-wrap: nowrap;
279 }
280 .reverse-wrap-xs {
281 flex-wrap: wrap-reverse;
282 }
283 .order-xs-first {
284 order: -10000;
285 }
286 .order-xs-last {
287 order: 10000;
288 }
289 .order-xs-none {
290 order: 0;
291 }
292 .justify-xs-start {
293 justify-content: flex-start;
294 }
295 .justify-xs-end {
296 justify-content: flex-end;
297 }
298 .justify-xs-center,
299 .flex-xs-center {
300 justify-content: center;
301 }
302 .justify-xs-between {
303 justify-content: space-between;
304 }
305 .justify-xs-around {
306 justify-content: space-around;
307 }
308 .justify-xs-evenly {
309 justify-content: space-evenly;
310 }
311 .items-xs-start {
312 align-items: flex-start;
313 }
314 .items-xs-end {
315 align-items: flex-end;
316 }
317 .items-xs-center,
318 .flex-xs-center {
319 align-items: center;
320 }
321 .items-xs-baseline {
322 align-items: baseline;
323 }
324 .items-xs-stretch {
325 align-items: stretch;
326 }
327 .content-xs-start {
328 align-content: flex-start;
329 }
330 .content-xs-end {
331 align-content: flex-end;
332 }
333 .content-xs-center {
334 align-content: center;
335 }
336 .content-xs-between {
337 align-content: space-between;
338 }
339 .content-xs-around {
340 align-content: space-around;
341 }
342 .self-xs-start {
343 align-self: flex-start;
344 }
345 .self-xs-end {
346 align-self: flex-end;
347 }
348 .self-xs-center {
349 align-self: center;
350 }
351 .self-xs-baseline {
352 align-self: baseline;
353 }
354 .self-xs-stretch {
355 align-self: stretch;
356 }
357 .q-gutter-xs-x-none,
358 .q-gutter-xs-none {
359 margin-left: 0;
360 }
361 .q-gutter-xs-x-none > *,
362 .q-gutter-xs-none > * {
363 margin-left: 0;
364 }
365 .q-gutter-xs-y-none,
366 .q-gutter-xs-none {
367 margin-top: 0;
368 }
369 .q-gutter-xs-y-none > *,
370 .q-gutter-xs-none > * {
371 margin-top: 0;
372 }
373 .q-col-gutter-xs-x-none,
374 .q-col-gutter-xs-none {
375 margin-left: 0;
376 }
377 .q-col-gutter-xs-x-none > *,
378 .q-col-gutter-xs-none > * {
379 padding-left: 0;
380 }
381 .q-col-gutter-xs-y-none,
382 .q-col-gutter-xs-none {
383 margin-top: 0;
384 }
385 .q-col-gutter-xs-y-none > *,
386 .q-col-gutter-xs-none > * {
387 padding-top: 0;
388 }
389 .q-gutter-xs-x-xs,
390 .q-gutter-xs-xs {
391 margin-left: -4px;
392 }
393 .q-gutter-xs-x-xs > *,
394 .q-gutter-xs-xs > * {
395 margin-left: 4px;
396 }
397 .q-gutter-xs-y-xs,
398 .q-gutter-xs-xs {
399 margin-top: -4px;
400 }
401 .q-gutter-xs-y-xs > *,
402 .q-gutter-xs-xs > * {
403 margin-top: 4px;
404 }
405 .q-col-gutter-xs-x-xs,
406 .q-col-gutter-xs-xs {
407 margin-left: -4px;
408 }
409 .q-col-gutter-xs-x-xs > *,
410 .q-col-gutter-xs-xs > * {
411 padding-left: 4px;
412 }
413 .q-col-gutter-xs-y-xs,
414 .q-col-gutter-xs-xs {
415 margin-top: -4px;
416 }
417 .q-col-gutter-xs-y-xs > *,
418 .q-col-gutter-xs-xs > * {
419 padding-top: 4px;
420 }
421 .q-gutter-xs-x-sm,
422 .q-gutter-xs-sm {
423 margin-left: -8px;
424 }
425 .q-gutter-xs-x-sm > *,
426 .q-gutter-xs-sm > * {
427 margin-left: 8px;
428 }
429 .q-gutter-xs-y-sm,
430 .q-gutter-xs-sm {
431 margin-top: -8px;
432 }
433 .q-gutter-xs-y-sm > *,
434 .q-gutter-xs-sm > * {
435 margin-top: 8px;
436 }
437 .q-col-gutter-xs-x-sm,
438 .q-col-gutter-xs-sm {
439 margin-left: -8px;
440 }
441 .q-col-gutter-xs-x-sm > *,
442 .q-col-gutter-xs-sm > * {
443 padding-left: 8px;
444 }
445 .q-col-gutter-xs-y-sm,
446 .q-col-gutter-xs-sm {
447 margin-top: -8px;
448 }
449 .q-col-gutter-xs-y-sm > *,
450 .q-col-gutter-xs-sm > * {
451 padding-top: 8px;
452 }
453 .q-gutter-xs-x-md,
454 .q-gutter-xs-md {
455 margin-left: -16px;
456 }
457 .q-gutter-xs-x-md > *,
458 .q-gutter-xs-md > * {
459 margin-left: 16px;
460 }
461 .q-gutter-xs-y-md,
462 .q-gutter-xs-md {
463 margin-top: -16px;
464 }
465 .q-gutter-xs-y-md > *,
466 .q-gutter-xs-md > * {
467 margin-top: 16px;
468 }
469 .q-col-gutter-xs-x-md,
470 .q-col-gutter-xs-md {
471 margin-left: -16px;
472 }
473 .q-col-gutter-xs-x-md > *,
474 .q-col-gutter-xs-md > * {
475 padding-left: 16px;
476 }
477 .q-col-gutter-xs-y-md,
478 .q-col-gutter-xs-md {
479 margin-top: -16px;
480 }
481 .q-col-gutter-xs-y-md > *,
482 .q-col-gutter-xs-md > * {
483 padding-top: 16px;
484 }
485 .q-gutter-xs-x-lg,
486 .q-gutter-xs-lg {
487 margin-left: -24px;
488 }
489 .q-gutter-xs-x-lg > *,
490 .q-gutter-xs-lg > * {
491 margin-left: 24px;
492 }
493 .q-gutter-xs-y-lg,
494 .q-gutter-xs-lg {
495 margin-top: -24px;
496 }
497 .q-gutter-xs-y-lg > *,
498 .q-gutter-xs-lg > * {
499 margin-top: 24px;
500 }
501 .q-col-gutter-xs-x-lg,
502 .q-col-gutter-xs-lg {
503 margin-left: -24px;
504 }
505 .q-col-gutter-xs-x-lg > *,
506 .q-col-gutter-xs-lg > * {
507 padding-left: 24px;
508 }
509 .q-col-gutter-xs-y-lg,
510 .q-col-gutter-xs-lg {
511 margin-top: -24px;
512 }
513 .q-col-gutter-xs-y-lg > *,
514 .q-col-gutter-xs-lg > * {
515 padding-top: 24px;
516 }
517 .q-gutter-xs-x-xl,
518 .q-gutter-xs-xl {
519 margin-left: -48px;
520 }
521 .q-gutter-xs-x-xl > *,
522 .q-gutter-xs-xl > * {
523 margin-left: 48px;
524 }
525 .q-gutter-xs-y-xl,
526 .q-gutter-xs-xl {
527 margin-top: -48px;
528 }
529 .q-gutter-xs-y-xl > *,
530 .q-gutter-xs-xl > * {
531 margin-top: 48px;
532 }
533 .q-col-gutter-xs-x-xl,
534 .q-col-gutter-xs-xl {
535 margin-left: -48px;
536 }
537 .q-col-gutter-xs-x-xl > *,
538 .q-col-gutter-xs-xl > * {
539 padding-left: 48px;
540 }
541 .q-col-gutter-xs-y-xl,
542 .q-col-gutter-xs-xl {
543 margin-top: -48px;
544 }
545 .q-col-gutter-xs-y-xl > *,
546 .q-col-gutter-xs-xl > * {
547 padding-top: 48px;
548 }
549 .row-xs > .col-0,
550 .row-xs > .col-xs-0 {
551 height: auto;
552 width: 0%;
553 }
554 .row-xs > .offset-0,
555 .row-xs > .offset-xs-0 {
556 margin-left: 0%;
557 }
558 .column-xs > .col-0,
559 .column-xs > .col-xs-0 {
560 height: 0%;
561 width: auto;
562 }
563 .row-xs > .col-1,
564 .row-xs > .col-xs-1 {
565 height: auto;
566 width: 8.3333%;
567 }
568 .row-xs > .offset-1,
569 .row-xs > .offset-xs-1 {
570 margin-left: 8.3333%;
571 }
572 .column-xs > .col-1,
573 .column-xs > .col-xs-1 {
574 height: 8.3333%;
575 width: auto;
576 }
577 .row-xs > .col-2,
578 .row-xs > .col-xs-2 {
579 height: auto;
580 width: 16.6667%;
581 }
582 .row-xs > .offset-2,
583 .row-xs > .offset-xs-2 {
584 margin-left: 16.6667%;
585 }
586 .column-xs > .col-2,
587 .column-xs > .col-xs-2 {
588 height: 16.6667%;
589 width: auto;
590 }
591 .row-xs > .col-3,
592 .row-xs > .col-xs-3 {
593 height: auto;
594 width: 25%;
595 }
596 .row-xs > .offset-3,
597 .row-xs > .offset-xs-3 {
598 margin-left: 25%;
599 }
600 .column-xs > .col-3,
601 .column-xs > .col-xs-3 {
602 height: 25%;
603 width: auto;
604 }
605 .row-xs > .col-4,
606 .row-xs > .col-xs-4 {
607 height: auto;
608 width: 33.3333%;
609 }
610 .row-xs > .offset-4,
611 .row-xs > .offset-xs-4 {
612 margin-left: 33.3333%;
613 }
614 .column-xs > .col-4,
615 .column-xs > .col-xs-4 {
616 height: 33.3333%;
617 width: auto;
618 }
619 .row-xs > .col-5,
620 .row-xs > .col-xs-5 {
621 height: auto;
622 width: 41.6667%;
623 }
624 .row-xs > .offset-5,
625 .row-xs > .offset-xs-5 {
626 margin-left: 41.6667%;
627 }
628 .column-xs > .col-5,
629 .column-xs > .col-xs-5 {
630 height: 41.6667%;
631 width: auto;
632 }
633 .row-xs > .col-6,
634 .row-xs > .col-xs-6 {
635 height: auto;
636 width: 50%;
637 }
638 .row-xs > .offset-6,
639 .row-xs > .offset-xs-6 {
640 margin-left: 50%;
641 }
642 .column-xs > .col-6,
643 .column-xs > .col-xs-6 {
644 height: 50%;
645 width: auto;
646 }
647 .row-xs > .col-7,
648 .row-xs > .col-xs-7 {
649 height: auto;
650 width: 58.3333%;
651 }
652 .row-xs > .offset-7,
653 .row-xs > .offset-xs-7 {
654 margin-left: 58.3333%;
655 }
656 .column-xs > .col-7,
657 .column-xs > .col-xs-7 {
658 height: 58.3333%;
659 width: auto;
660 }
661 .row-xs > .col-8,
662 .row-xs > .col-xs-8 {
663 height: auto;
664 width: 66.6667%;
665 }
666 .row-xs > .offset-8,
667 .row-xs > .offset-xs-8 {
668 margin-left: 66.6667%;
669 }
670 .column-xs > .col-8,
671 .column-xs > .col-xs-8 {
672 height: 66.6667%;
673 width: auto;
674 }
675 .row-xs > .col-9,
676 .row-xs > .col-xs-9 {
677 height: auto;
678 width: 75%;
679 }
680 .row-xs > .offset-9,
681 .row-xs > .offset-xs-9 {
682 margin-left: 75%;
683 }
684 .column-xs > .col-9,
685 .column-xs > .col-xs-9 {
686 height: 75%;
687 width: auto;
688 }
689 .row-xs > .col-10,
690 .row-xs > .col-xs-10 {
691 height: auto;
692 width: 83.3333%;
693 }
694 .row-xs > .offset-10,
695 .row-xs > .offset-xs-10 {
696 margin-left: 83.3333%;
697 }
698 .column-xs > .col-10,
699 .column-xs > .col-xs-10 {
700 height: 83.3333%;
701 width: auto;
702 }
703 .row-xs > .col-11,
704 .row-xs > .col-xs-11 {
705 height: auto;
706 width: 91.6667%;
707 }
708 .row-xs > .offset-11,
709 .row-xs > .offset-xs-11 {
710 margin-left: 91.6667%;
711 }
712 .column-xs > .col-11,
713 .column-xs > .col-xs-11 {
714 height: 91.6667%;
715 width: auto;
716 }
717 .row-xs > .col-12,
718 .row-xs > .col-xs-12 {
719 height: auto;
720 width: 100%;
721 }
722 .row-xs > .offset-12,
723 .row-xs > .offset-xs-12 {
724 margin-left: 100%;
725 }
726 .column-xs > .col-12,
727 .column-xs > .col-xs-12 {
728 height: 100%;
729 width: auto;
730 }
731}
732@media (min-width: 600px) {
733 .flex-sm-block {
734 display: block;
735 }
736 .flex-sm-inline {
737 display: inline-block;
738 }
739 .q-pa-sm-none {
740 padding: 0 0;
741 }
742 .q-pl-sm-none,
743 .q-px-sm-none {
744 padding-left: 0;
745 }
746 .q-pr-sm-none,
747 .q-px-sm-none {
748 padding-right: 0;
749 }
750 .q-pt-sm-none,
751 .q-py-sm-none {
752 padding-top: 0;
753 }
754 .q-pb-sm-none,
755 .q-py-sm-none {
756 padding-bottom: 0;
757 }
758 .q-ma-sm-none {
759 margin: 0 0;
760 }
761 .q-ml-sm-none,
762 .q-mx-sm-none {
763 margin-left: 0;
764 }
765 .q-mr-sm-none,
766 .q-mx-sm-none {
767 margin-right: 0;
768 }
769 .q-mt-sm-none,
770 .q-my-sm-none {
771 margin-top: 0;
772 }
773 .q-mb-sm-none,
774 .q-my-sm-none {
775 margin-bottom: 0;
776 }
777 .q-pa-sm-xs {
778 padding: 4px 4px;
779 }
780 .q-pl-sm-xs,
781 .q-px-sm-xs {
782 padding-left: 4px;
783 }
784 .q-pr-sm-xs,
785 .q-px-sm-xs {
786 padding-right: 4px;
787 }
788 .q-pt-sm-xs,
789 .q-py-sm-xs {
790 padding-top: 4px;
791 }
792 .q-pb-sm-xs,
793 .q-py-sm-xs {
794 padding-bottom: 4px;
795 }
796 .q-ma-sm-xs {
797 margin: 4px 4px;
798 }
799 .q-ml-sm-xs,
800 .q-mx-sm-xs {
801 margin-left: 4px;
802 }
803 .q-mr-sm-xs,
804 .q-mx-sm-xs {
805 margin-right: 4px;
806 }
807 .q-mt-sm-xs,
808 .q-my-sm-xs {
809 margin-top: 4px;
810 }
811 .q-mb-sm-xs,
812 .q-my-sm-xs {
813 margin-bottom: 4px;
814 }
815 .q-pa-sm-sm {
816 padding: 8px 8px;
817 }
818 .q-pl-sm-sm,
819 .q-px-sm-sm {
820 padding-left: 8px;
821 }
822 .q-pr-sm-sm,
823 .q-px-sm-sm {
824 padding-right: 8px;
825 }
826 .q-pt-sm-sm,
827 .q-py-sm-sm {
828 padding-top: 8px;
829 }
830 .q-pb-sm-sm,
831 .q-py-sm-sm {
832 padding-bottom: 8px;
833 }
834 .q-ma-sm-sm {
835 margin: 8px 8px;
836 }
837 .q-ml-sm-sm,
838 .q-mx-sm-sm {
839 margin-left: 8px;
840 }
841 .q-mr-sm-sm,
842 .q-mx-sm-sm {
843 margin-right: 8px;
844 }
845 .q-mt-sm-sm,
846 .q-my-sm-sm {
847 margin-top: 8px;
848 }
849 .q-mb-sm-sm,
850 .q-my-sm-sm {
851 margin-bottom: 8px;
852 }
853 .q-pa-sm-md {
854 padding: 16px 16px;
855 }
856 .q-pl-sm-md,
857 .q-px-sm-md {
858 padding-left: 16px;
859 }
860 .q-pr-sm-md,
861 .q-px-sm-md {
862 padding-right: 16px;
863 }
864 .q-pt-sm-md,
865 .q-py-sm-md {
866 padding-top: 16px;
867 }
868 .q-pb-sm-md,
869 .q-py-sm-md {
870 padding-bottom: 16px;
871 }
872 .q-ma-sm-md {
873 margin: 16px 16px;
874 }
875 .q-ml-sm-md,
876 .q-mx-sm-md {
877 margin-left: 16px;
878 }
879 .q-mr-sm-md,
880 .q-mx-sm-md {
881 margin-right: 16px;
882 }
883 .q-mt-sm-md,
884 .q-my-sm-md {
885 margin-top: 16px;
886 }
887 .q-mb-sm-md,
888 .q-my-sm-md {
889 margin-bottom: 16px;
890 }
891 .q-pa-sm-lg {
892 padding: 24px 24px;
893 }
894 .q-pl-sm-lg,
895 .q-px-sm-lg {
896 padding-left: 24px;
897 }
898 .q-pr-sm-lg,
899 .q-px-sm-lg {
900 padding-right: 24px;
901 }
902 .q-pt-sm-lg,
903 .q-py-sm-lg {
904 padding-top: 24px;
905 }
906 .q-pb-sm-lg,
907 .q-py-sm-lg {
908 padding-bottom: 24px;
909 }
910 .q-ma-sm-lg {
911 margin: 24px 24px;
912 }
913 .q-ml-sm-lg,
914 .q-mx-sm-lg {
915 margin-left: 24px;
916 }
917 .q-mr-sm-lg,
918 .q-mx-sm-lg {
919 margin-right: 24px;
920 }
921 .q-mt-sm-lg,
922 .q-my-sm-lg {
923 margin-top: 24px;
924 }
925 .q-mb-sm-lg,
926 .q-my-sm-lg {
927 margin-bottom: 24px;
928 }
929 .q-pa-sm-xl {
930 padding: 48px 48px;
931 }
932 .q-pl-sm-xl,
933 .q-px-sm-xl {
934 padding-left: 48px;
935 }
936 .q-pr-sm-xl,
937 .q-px-sm-xl {
938 padding-right: 48px;
939 }
940 .q-pt-sm-xl,
941 .q-py-sm-xl {
942 padding-top: 48px;
943 }
944 .q-pb-sm-xl,
945 .q-py-sm-xl {
946 padding-bottom: 48px;
947 }
948 .q-ma-sm-xl {
949 margin: 48px 48px;
950 }
951 .q-ml-sm-xl,
952 .q-mx-sm-xl {
953 margin-left: 48px;
954 }
955 .q-mr-sm-xl,
956 .q-mx-sm-xl {
957 margin-right: 48px;
958 }
959 .q-mt-sm-xl,
960 .q-my-sm-xl {
961 margin-top: 48px;
962 }
963 .q-mb-sm-xl,
964 .q-my-sm-xl {
965 margin-bottom: 48px;
966 }
967 .q-ml-sm-auto,
968 .q-mx-sm-auto {
969 margin-left: auto;
970 }
971 .q-mr-sm-auto,
972 .q-mx-sm-auto {
973 margin-right: auto;
974 }
975 .row.inline-sm,
976 .column.inline-sm,
977 .flex.inline-sm {
978 display: inline-flex;
979 }
980 .row-sm,
981 .column-sm,
982 .flex-sm {
983 display: flex;
984 flex-wrap: wrap;
985 }
986 .row-sm.inline,
987 .column-sm.inline,
988 .flex-sm.inline,
989 .row-sm.inline-sm,
990 .column-sm.inline-sm,
991 .flex-sm.inline-sm {
992 display: inline-flex;
993 }
994 .row.reverse-sm {
995 flex-direction: row-reverse;
996 }
997 .row-sm {
998 flex-direction: row;
999 }
1000 .row-sm.reverse,
1001 .row-sm.reverse-sm {
1002 flex-direction: row-reverse;
1003 }
1004 .column.reverse-sm {
1005 flex-direction: column-reverse;
1006 }
1007 .column-sm {
1008 flex-direction: column;
1009 }
1010 .column-sm.reverse,
1011 .column-sm.reverse-sm {
1012 flex-direction: column-reverse;
1013 }
1014 .wrap-sm {
1015 flex-wrap: wrap;
1016 }
1017 .no-wrap-sm {
1018 flex-wrap: nowrap;
1019 }
1020 .reverse-wrap-sm {
1021 flex-wrap: wrap-reverse;
1022 }
1023 .order-sm-first {
1024 order: -10000;
1025 }
1026 .order-sm-last {
1027 order: 10000;
1028 }
1029 .order-sm-none {
1030 order: 0;
1031 }
1032 .justify-sm-start {
1033 justify-content: flex-start;
1034 }
1035 .justify-sm-end {
1036 justify-content: flex-end;
1037 }
1038 .justify-sm-center,
1039 .flex-sm-center {
1040 justify-content: center;
1041 }
1042 .justify-sm-between {
1043 justify-content: space-between;
1044 }
1045 .justify-sm-around {
1046 justify-content: space-around;
1047 }
1048 .justify-sm-evenly {
1049 justify-content: space-evenly;
1050 }
1051 .items-sm-start {
1052 align-items: flex-start;
1053 }
1054 .items-sm-end {
1055 align-items: flex-end;
1056 }
1057 .items-sm-center,
1058 .flex-sm-center {
1059 align-items: center;
1060 }
1061 .items-sm-baseline {
1062 align-items: baseline;
1063 }
1064 .items-sm-stretch {
1065 align-items: stretch;
1066 }
1067 .content-sm-start {
1068 align-content: flex-start;
1069 }
1070 .content-sm-end {
1071 align-content: flex-end;
1072 }
1073 .content-sm-center {
1074 align-content: center;
1075 }
1076 .content-sm-between {
1077 align-content: space-between;
1078 }
1079 .content-sm-around {
1080 align-content: space-around;
1081 }
1082 .self-sm-start {
1083 align-self: flex-start;
1084 }
1085 .self-sm-end {
1086 align-self: flex-end;
1087 }
1088 .self-sm-center {
1089 align-self: center;
1090 }
1091 .self-sm-baseline {
1092 align-self: baseline;
1093 }
1094 .self-sm-stretch {
1095 align-self: stretch;
1096 }
1097 .q-gutter-sm-x-none,
1098 .q-gutter-sm-none {
1099 margin-left: 0;
1100 }
1101 .q-gutter-sm-x-none > *,
1102 .q-gutter-sm-none > * {
1103 margin-left: 0;
1104 }
1105 .q-gutter-sm-y-none,
1106 .q-gutter-sm-none {
1107 margin-top: 0;
1108 }
1109 .q-gutter-sm-y-none > *,
1110 .q-gutter-sm-none > * {
1111 margin-top: 0;
1112 }
1113 .q-col-gutter-sm-x-none,
1114 .q-col-gutter-sm-none {
1115 margin-left: 0;
1116 }
1117 .q-col-gutter-sm-x-none > *,
1118 .q-col-gutter-sm-none > * {
1119 padding-left: 0;
1120 }
1121 .q-col-gutter-sm-y-none,
1122 .q-col-gutter-sm-none {
1123 margin-top: 0;
1124 }
1125 .q-col-gutter-sm-y-none > *,
1126 .q-col-gutter-sm-none > * {
1127 padding-top: 0;
1128 }
1129 .q-gutter-sm-x-xs,
1130 .q-gutter-sm-xs {
1131 margin-left: -4px;
1132 }
1133 .q-gutter-sm-x-xs > *,
1134 .q-gutter-sm-xs > * {
1135 margin-left: 4px;
1136 }
1137 .q-gutter-sm-y-xs,
1138 .q-gutter-sm-xs {
1139 margin-top: -4px;
1140 }
1141 .q-gutter-sm-y-xs > *,
1142 .q-gutter-sm-xs > * {
1143 margin-top: 4px;
1144 }
1145 .q-col-gutter-sm-x-xs,
1146 .q-col-gutter-sm-xs {
1147 margin-left: -4px;
1148 }
1149 .q-col-gutter-sm-x-xs > *,
1150 .q-col-gutter-sm-xs > * {
1151 padding-left: 4px;
1152 }
1153 .q-col-gutter-sm-y-xs,
1154 .q-col-gutter-sm-xs {
1155 margin-top: -4px;
1156 }
1157 .q-col-gutter-sm-y-xs > *,
1158 .q-col-gutter-sm-xs > * {
1159 padding-top: 4px;
1160 }
1161 .q-gutter-sm-x-sm,
1162 .q-gutter-sm-sm {
1163 margin-left: -8px;
1164 }
1165 .q-gutter-sm-x-sm > *,
1166 .q-gutter-sm-sm > * {
1167 margin-left: 8px;
1168 }
1169 .q-gutter-sm-y-sm,
1170 .q-gutter-sm-sm {
1171 margin-top: -8px;
1172 }
1173 .q-gutter-sm-y-sm > *,
1174 .q-gutter-sm-sm > * {
1175 margin-top: 8px;
1176 }
1177 .q-col-gutter-sm-x-sm,
1178 .q-col-gutter-sm-sm {
1179 margin-left: -8px;
1180 }
1181 .q-col-gutter-sm-x-sm > *,
1182 .q-col-gutter-sm-sm > * {
1183 padding-left: 8px;
1184 }
1185 .q-col-gutter-sm-y-sm,
1186 .q-col-gutter-sm-sm {
1187 margin-top: -8px;
1188 }
1189 .q-col-gutter-sm-y-sm > *,
1190 .q-col-gutter-sm-sm > * {
1191 padding-top: 8px;
1192 }
1193 .q-gutter-sm-x-md,
1194 .q-gutter-sm-md {
1195 margin-left: -16px;
1196 }
1197 .q-gutter-sm-x-md > *,
1198 .q-gutter-sm-md > * {
1199 margin-left: 16px;
1200 }
1201 .q-gutter-sm-y-md,
1202 .q-gutter-sm-md {
1203 margin-top: -16px;
1204 }
1205 .q-gutter-sm-y-md > *,
1206 .q-gutter-sm-md > * {
1207 margin-top: 16px;
1208 }
1209 .q-col-gutter-sm-x-md,
1210 .q-col-gutter-sm-md {
1211 margin-left: -16px;
1212 }
1213 .q-col-gutter-sm-x-md > *,
1214 .q-col-gutter-sm-md > * {
1215 padding-left: 16px;
1216 }
1217 .q-col-gutter-sm-y-md,
1218 .q-col-gutter-sm-md {
1219 margin-top: -16px;
1220 }
1221 .q-col-gutter-sm-y-md > *,
1222 .q-col-gutter-sm-md > * {
1223 padding-top: 16px;
1224 }
1225 .q-gutter-sm-x-lg,
1226 .q-gutter-sm-lg {
1227 margin-left: -24px;
1228 }
1229 .q-gutter-sm-x-lg > *,
1230 .q-gutter-sm-lg > * {
1231 margin-left: 24px;
1232 }
1233 .q-gutter-sm-y-lg,
1234 .q-gutter-sm-lg {
1235 margin-top: -24px;
1236 }
1237 .q-gutter-sm-y-lg > *,
1238 .q-gutter-sm-lg > * {
1239 margin-top: 24px;
1240 }
1241 .q-col-gutter-sm-x-lg,
1242 .q-col-gutter-sm-lg {
1243 margin-left: -24px;
1244 }
1245 .q-col-gutter-sm-x-lg > *,
1246 .q-col-gutter-sm-lg > * {
1247 padding-left: 24px;
1248 }
1249 .q-col-gutter-sm-y-lg,
1250 .q-col-gutter-sm-lg {
1251 margin-top: -24px;
1252 }
1253 .q-col-gutter-sm-y-lg > *,
1254 .q-col-gutter-sm-lg > * {
1255 padding-top: 24px;
1256 }
1257 .q-gutter-sm-x-xl,
1258 .q-gutter-sm-xl {
1259 margin-left: -48px;
1260 }
1261 .q-gutter-sm-x-xl > *,
1262 .q-gutter-sm-xl > * {
1263 margin-left: 48px;
1264 }
1265 .q-gutter-sm-y-xl,
1266 .q-gutter-sm-xl {
1267 margin-top: -48px;
1268 }
1269 .q-gutter-sm-y-xl > *,
1270 .q-gutter-sm-xl > * {
1271 margin-top: 48px;
1272 }
1273 .q-col-gutter-sm-x-xl,
1274 .q-col-gutter-sm-xl {
1275 margin-left: -48px;
1276 }
1277 .q-col-gutter-sm-x-xl > *,
1278 .q-col-gutter-sm-xl > * {
1279 padding-left: 48px;
1280 }
1281 .q-col-gutter-sm-y-xl,
1282 .q-col-gutter-sm-xl {
1283 margin-top: -48px;
1284 }
1285 .q-col-gutter-sm-y-xl > *,
1286 .q-col-gutter-sm-xl > * {
1287 padding-top: 48px;
1288 }
1289 .row-sm > .col-0,
1290 .row-sm > .col-xs-0 {
1291 height: auto;
1292 width: 0%;
1293 }
1294 .row-sm > .offset-0,
1295 .row-sm > .offset-xs-0 {
1296 margin-left: 0%;
1297 }
1298 .column-sm > .col-0,
1299 .column-sm > .col-xs-0 {
1300 height: 0%;
1301 width: auto;
1302 }
1303 .row-sm > .col-1,
1304 .row-sm > .col-xs-1 {
1305 height: auto;
1306 width: 8.3333%;
1307 }
1308 .row-sm > .offset-1,
1309 .row-sm > .offset-xs-1 {
1310 margin-left: 8.3333%;
1311 }
1312 .column-sm > .col-1,
1313 .column-sm > .col-xs-1 {
1314 height: 8.3333%;
1315 width: auto;
1316 }
1317 .row-sm > .col-2,
1318 .row-sm > .col-xs-2 {
1319 height: auto;
1320 width: 16.6667%;
1321 }
1322 .row-sm > .offset-2,
1323 .row-sm > .offset-xs-2 {
1324 margin-left: 16.6667%;
1325 }
1326 .column-sm > .col-2,
1327 .column-sm > .col-xs-2 {
1328 height: 16.6667%;
1329 width: auto;
1330 }
1331 .row-sm > .col-3,
1332 .row-sm > .col-xs-3 {
1333 height: auto;
1334 width: 25%;
1335 }
1336 .row-sm > .offset-3,
1337 .row-sm > .offset-xs-3 {
1338 margin-left: 25%;
1339 }
1340 .column-sm > .col-3,
1341 .column-sm > .col-xs-3 {
1342 height: 25%;
1343 width: auto;
1344 }
1345 .row-sm > .col-4,
1346 .row-sm > .col-xs-4 {
1347 height: auto;
1348 width: 33.3333%;
1349 }
1350 .row-sm > .offset-4,
1351 .row-sm > .offset-xs-4 {
1352 margin-left: 33.3333%;
1353 }
1354 .column-sm > .col-4,
1355 .column-sm > .col-xs-4 {
1356 height: 33.3333%;
1357 width: auto;
1358 }
1359 .row-sm > .col-5,
1360 .row-sm > .col-xs-5 {
1361 height: auto;
1362 width: 41.6667%;
1363 }
1364 .row-sm > .offset-5,
1365 .row-sm > .offset-xs-5 {
1366 margin-left: 41.6667%;
1367 }
1368 .column-sm > .col-5,
1369 .column-sm > .col-xs-5 {
1370 height: 41.6667%;
1371 width: auto;
1372 }
1373 .row-sm > .col-6,
1374 .row-sm > .col-xs-6 {
1375 height: auto;
1376 width: 50%;
1377 }
1378 .row-sm > .offset-6,
1379 .row-sm > .offset-xs-6 {
1380 margin-left: 50%;
1381 }
1382 .column-sm > .col-6,
1383 .column-sm > .col-xs-6 {
1384 height: 50%;
1385 width: auto;
1386 }
1387 .row-sm > .col-7,
1388 .row-sm > .col-xs-7 {
1389 height: auto;
1390 width: 58.3333%;
1391 }
1392 .row-sm > .offset-7,
1393 .row-sm > .offset-xs-7 {
1394 margin-left: 58.3333%;
1395 }
1396 .column-sm > .col-7,
1397 .column-sm > .col-xs-7 {
1398 height: 58.3333%;
1399 width: auto;
1400 }
1401 .row-sm > .col-8,
1402 .row-sm > .col-xs-8 {
1403 height: auto;
1404 width: 66.6667%;
1405 }
1406 .row-sm > .offset-8,
1407 .row-sm > .offset-xs-8 {
1408 margin-left: 66.6667%;
1409 }
1410 .column-sm > .col-8,
1411 .column-sm > .col-xs-8 {
1412 height: 66.6667%;
1413 width: auto;
1414 }
1415 .row-sm > .col-9,
1416 .row-sm > .col-xs-9 {
1417 height: auto;
1418 width: 75%;
1419 }
1420 .row-sm > .offset-9,
1421 .row-sm > .offset-xs-9 {
1422 margin-left: 75%;
1423 }
1424 .column-sm > .col-9,
1425 .column-sm > .col-xs-9 {
1426 height: 75%;
1427 width: auto;
1428 }
1429 .row-sm > .col-10,
1430 .row-sm > .col-xs-10 {
1431 height: auto;
1432 width: 83.3333%;
1433 }
1434 .row-sm > .offset-10,
1435 .row-sm > .offset-xs-10 {
1436 margin-left: 83.3333%;
1437 }
1438 .column-sm > .col-10,
1439 .column-sm > .col-xs-10 {
1440 height: 83.3333%;
1441 width: auto;
1442 }
1443 .row-sm > .col-11,
1444 .row-sm > .col-xs-11 {
1445 height: auto;
1446 width: 91.6667%;
1447 }
1448 .row-sm > .offset-11,
1449 .row-sm > .offset-xs-11 {
1450 margin-left: 91.6667%;
1451 }
1452 .column-sm > .col-11,
1453 .column-sm > .col-xs-11 {
1454 height: 91.6667%;
1455 width: auto;
1456 }
1457 .row-sm > .col-12,
1458 .row-sm > .col-xs-12 {
1459 height: auto;
1460 width: 100%;
1461 }
1462 .row-sm > .offset-12,
1463 .row-sm > .offset-xs-12 {
1464 margin-left: 100%;
1465 }
1466 .column-sm > .col-12,
1467 .column-sm > .col-xs-12 {
1468 height: 100%;
1469 width: auto;
1470 }
1471 .row-sm > .col-sm-0 {
1472 height: auto;
1473 width: 0%;
1474 }
1475 .row-sm > .offset-sm-0 {
1476 margin-left: 0%;
1477 }
1478 .column-sm > .col-sm-0 {
1479 height: 0%;
1480 width: auto;
1481 }
1482 .row-sm > .col-sm-1 {
1483 height: auto;
1484 width: 8.3333%;
1485 }
1486 .row-sm > .offset-sm-1 {
1487 margin-left: 8.3333%;
1488 }
1489 .column-sm > .col-sm-1 {
1490 height: 8.3333%;
1491 width: auto;
1492 }
1493 .row-sm > .col-sm-2 {
1494 height: auto;
1495 width: 16.6667%;
1496 }
1497 .row-sm > .offset-sm-2 {
1498 margin-left: 16.6667%;
1499 }
1500 .column-sm > .col-sm-2 {
1501 height: 16.6667%;
1502 width: auto;
1503 }
1504 .row-sm > .col-sm-3 {
1505 height: auto;
1506 width: 25%;
1507 }
1508 .row-sm > .offset-sm-3 {
1509 margin-left: 25%;
1510 }
1511 .column-sm > .col-sm-3 {
1512 height: 25%;
1513 width: auto;
1514 }
1515 .row-sm > .col-sm-4 {
1516 height: auto;
1517 width: 33.3333%;
1518 }
1519 .row-sm > .offset-sm-4 {
1520 margin-left: 33.3333%;
1521 }
1522 .column-sm > .col-sm-4 {
1523 height: 33.3333%;
1524 width: auto;
1525 }
1526 .row-sm > .col-sm-5 {
1527 height: auto;
1528 width: 41.6667%;
1529 }
1530 .row-sm > .offset-sm-5 {
1531 margin-left: 41.6667%;
1532 }
1533 .column-sm > .col-sm-5 {
1534 height: 41.6667%;
1535 width: auto;
1536 }
1537 .row-sm > .col-sm-6 {
1538 height: auto;
1539 width: 50%;
1540 }
1541 .row-sm > .offset-sm-6 {
1542 margin-left: 50%;
1543 }
1544 .column-sm > .col-sm-6 {
1545 height: 50%;
1546 width: auto;
1547 }
1548 .row-sm > .col-sm-7 {
1549 height: auto;
1550 width: 58.3333%;
1551 }
1552 .row-sm > .offset-sm-7 {
1553 margin-left: 58.3333%;
1554 }
1555 .column-sm > .col-sm-7 {
1556 height: 58.3333%;
1557 width: auto;
1558 }
1559 .row-sm > .col-sm-8 {
1560 height: auto;
1561 width: 66.6667%;
1562 }
1563 .row-sm > .offset-sm-8 {
1564 margin-left: 66.6667%;
1565 }
1566 .column-sm > .col-sm-8 {
1567 height: 66.6667%;
1568 width: auto;
1569 }
1570 .row-sm > .col-sm-9 {
1571 height: auto;
1572 width: 75%;
1573 }
1574 .row-sm > .offset-sm-9 {
1575 margin-left: 75%;
1576 }
1577 .column-sm > .col-sm-9 {
1578 height: 75%;
1579 width: auto;
1580 }
1581 .row-sm > .col-sm-10 {
1582 height: auto;
1583 width: 83.3333%;
1584 }
1585 .row-sm > .offset-sm-10 {
1586 margin-left: 83.3333%;
1587 }
1588 .column-sm > .col-sm-10 {
1589 height: 83.3333%;
1590 width: auto;
1591 }
1592 .row-sm > .col-sm-11 {
1593 height: auto;
1594 width: 91.6667%;
1595 }
1596 .row-sm > .offset-sm-11 {
1597 margin-left: 91.6667%;
1598 }
1599 .column-sm > .col-sm-11 {
1600 height: 91.6667%;
1601 width: auto;
1602 }
1603 .row-sm > .col-sm-12 {
1604 height: auto;
1605 width: 100%;
1606 }
1607 .row-sm > .offset-sm-12 {
1608 margin-left: 100%;
1609 }
1610 .column-sm > .col-sm-12 {
1611 height: 100%;
1612 width: auto;
1613 }
1614}
1615@media (min-width: 1024px) {
1616 .flex-md-block {
1617 display: block;
1618 }
1619 .flex-md-inline {
1620 display: inline-block;
1621 }
1622 .q-pa-md-none {
1623 padding: 0 0;
1624 }
1625 .q-pl-md-none,
1626 .q-px-md-none {
1627 padding-left: 0;
1628 }
1629 .q-pr-md-none,
1630 .q-px-md-none {
1631 padding-right: 0;
1632 }
1633 .q-pt-md-none,
1634 .q-py-md-none {
1635 padding-top: 0;
1636 }
1637 .q-pb-md-none,
1638 .q-py-md-none {
1639 padding-bottom: 0;
1640 }
1641 .q-ma-md-none {
1642 margin: 0 0;
1643 }
1644 .q-ml-md-none,
1645 .q-mx-md-none {
1646 margin-left: 0;
1647 }
1648 .q-mr-md-none,
1649 .q-mx-md-none {
1650 margin-right: 0;
1651 }
1652 .q-mt-md-none,
1653 .q-my-md-none {
1654 margin-top: 0;
1655 }
1656 .q-mb-md-none,
1657 .q-my-md-none {
1658 margin-bottom: 0;
1659 }
1660 .q-pa-md-xs {
1661 padding: 4px 4px;
1662 }
1663 .q-pl-md-xs,
1664 .q-px-md-xs {
1665 padding-left: 4px;
1666 }
1667 .q-pr-md-xs,
1668 .q-px-md-xs {
1669 padding-right: 4px;
1670 }
1671 .q-pt-md-xs,
1672 .q-py-md-xs {
1673 padding-top: 4px;
1674 }
1675 .q-pb-md-xs,
1676 .q-py-md-xs {
1677 padding-bottom: 4px;
1678 }
1679 .q-ma-md-xs {
1680 margin: 4px 4px;
1681 }
1682 .q-ml-md-xs,
1683 .q-mx-md-xs {
1684 margin-left: 4px;
1685 }
1686 .q-mr-md-xs,
1687 .q-mx-md-xs {
1688 margin-right: 4px;
1689 }
1690 .q-mt-md-xs,
1691 .q-my-md-xs {
1692 margin-top: 4px;
1693 }
1694 .q-mb-md-xs,
1695 .q-my-md-xs {
1696 margin-bottom: 4px;
1697 }
1698 .q-pa-md-sm {
1699 padding: 8px 8px;
1700 }
1701 .q-pl-md-sm,
1702 .q-px-md-sm {
1703 padding-left: 8px;
1704 }
1705 .q-pr-md-sm,
1706 .q-px-md-sm {
1707 padding-right: 8px;
1708 }
1709 .q-pt-md-sm,
1710 .q-py-md-sm {
1711 padding-top: 8px;
1712 }
1713 .q-pb-md-sm,
1714 .q-py-md-sm {
1715 padding-bottom: 8px;
1716 }
1717 .q-ma-md-sm {
1718 margin: 8px 8px;
1719 }
1720 .q-ml-md-sm,
1721 .q-mx-md-sm {
1722 margin-left: 8px;
1723 }
1724 .q-mr-md-sm,
1725 .q-mx-md-sm {
1726 margin-right: 8px;
1727 }
1728 .q-mt-md-sm,
1729 .q-my-md-sm {
1730 margin-top: 8px;
1731 }
1732 .q-mb-md-sm,
1733 .q-my-md-sm {
1734 margin-bottom: 8px;
1735 }
1736 .q-pa-md-md {
1737 padding: 16px 16px;
1738 }
1739 .q-pl-md-md,
1740 .q-px-md-md {
1741 padding-left: 16px;
1742 }
1743 .q-pr-md-md,
1744 .q-px-md-md {
1745 padding-right: 16px;
1746 }
1747 .q-pt-md-md,
1748 .q-py-md-md {
1749 padding-top: 16px;
1750 }
1751 .q-pb-md-md,
1752 .q-py-md-md {
1753 padding-bottom: 16px;
1754 }
1755 .q-ma-md-md {
1756 margin: 16px 16px;
1757 }
1758 .q-ml-md-md,
1759 .q-mx-md-md {
1760 margin-left: 16px;
1761 }
1762 .q-mr-md-md,
1763 .q-mx-md-md {
1764 margin-right: 16px;
1765 }
1766 .q-mt-md-md,
1767 .q-my-md-md {
1768 margin-top: 16px;
1769 }
1770 .q-mb-md-md,
1771 .q-my-md-md {
1772 margin-bottom: 16px;
1773 }
1774 .q-pa-md-lg {
1775 padding: 24px 24px;
1776 }
1777 .q-pl-md-lg,
1778 .q-px-md-lg {
1779 padding-left: 24px;
1780 }
1781 .q-pr-md-lg,
1782 .q-px-md-lg {
1783 padding-right: 24px;
1784 }
1785 .q-pt-md-lg,
1786 .q-py-md-lg {
1787 padding-top: 24px;
1788 }
1789 .q-pb-md-lg,
1790 .q-py-md-lg {
1791 padding-bottom: 24px;
1792 }
1793 .q-ma-md-lg {
1794 margin: 24px 24px;
1795 }
1796 .q-ml-md-lg,
1797 .q-mx-md-lg {
1798 margin-left: 24px;
1799 }
1800 .q-mr-md-lg,
1801 .q-mx-md-lg {
1802 margin-right: 24px;
1803 }
1804 .q-mt-md-lg,
1805 .q-my-md-lg {
1806 margin-top: 24px;
1807 }
1808 .q-mb-md-lg,
1809 .q-my-md-lg {
1810 margin-bottom: 24px;
1811 }
1812 .q-pa-md-xl {
1813 padding: 48px 48px;
1814 }
1815 .q-pl-md-xl,
1816 .q-px-md-xl {
1817 padding-left: 48px;
1818 }
1819 .q-pr-md-xl,
1820 .q-px-md-xl {
1821 padding-right: 48px;
1822 }
1823 .q-pt-md-xl,
1824 .q-py-md-xl {
1825 padding-top: 48px;
1826 }
1827 .q-pb-md-xl,
1828 .q-py-md-xl {
1829 padding-bottom: 48px;
1830 }
1831 .q-ma-md-xl {
1832 margin: 48px 48px;
1833 }
1834 .q-ml-md-xl,
1835 .q-mx-md-xl {
1836 margin-left: 48px;
1837 }
1838 .q-mr-md-xl,
1839 .q-mx-md-xl {
1840 margin-right: 48px;
1841 }
1842 .q-mt-md-xl,
1843 .q-my-md-xl {
1844 margin-top: 48px;
1845 }
1846 .q-mb-md-xl,
1847 .q-my-md-xl {
1848 margin-bottom: 48px;
1849 }
1850 .q-ml-md-auto,
1851 .q-mx-md-auto {
1852 margin-left: auto;
1853 }
1854 .q-mr-md-auto,
1855 .q-mx-md-auto {
1856 margin-right: auto;
1857 }
1858 .row.inline-md,
1859 .column.inline-md,
1860 .flex.inline-md {
1861 display: inline-flex;
1862 }
1863 .row-md,
1864 .column-md,
1865 .flex-md {
1866 display: flex;
1867 flex-wrap: wrap;
1868 }
1869 .row-md.inline,
1870 .column-md.inline,
1871 .flex-md.inline,
1872 .row-md.inline-md,
1873 .column-md.inline-md,
1874 .flex-md.inline-md {
1875 display: inline-flex;
1876 }
1877 .row.reverse-md {
1878 flex-direction: row-reverse;
1879 }
1880 .row-md {
1881 flex-direction: row;
1882 }
1883 .row-md.reverse,
1884 .row-md.reverse-md {
1885 flex-direction: row-reverse;
1886 }
1887 .column.reverse-md {
1888 flex-direction: column-reverse;
1889 }
1890 .column-md {
1891 flex-direction: column;
1892 }
1893 .column-md.reverse,
1894 .column-md.reverse-md {
1895 flex-direction: column-reverse;
1896 }
1897 .wrap-md {
1898 flex-wrap: wrap;
1899 }
1900 .no-wrap-md {
1901 flex-wrap: nowrap;
1902 }
1903 .reverse-wrap-md {
1904 flex-wrap: wrap-reverse;
1905 }
1906 .order-md-first {
1907 order: -10000;
1908 }
1909 .order-md-last {
1910 order: 10000;
1911 }
1912 .order-md-none {
1913 order: 0;
1914 }
1915 .justify-md-start {
1916 justify-content: flex-start;
1917 }
1918 .justify-md-end {
1919 justify-content: flex-end;
1920 }
1921 .justify-md-center,
1922 .flex-md-center {
1923 justify-content: center;
1924 }
1925 .justify-md-between {
1926 justify-content: space-between;
1927 }
1928 .justify-md-around {
1929 justify-content: space-around;
1930 }
1931 .justify-md-evenly {
1932 justify-content: space-evenly;
1933 }
1934 .items-md-start {
1935 align-items: flex-start;
1936 }
1937 .items-md-end {
1938 align-items: flex-end;
1939 }
1940 .items-md-center,
1941 .flex-md-center {
1942 align-items: center;
1943 }
1944 .items-md-baseline {
1945 align-items: baseline;
1946 }
1947 .items-md-stretch {
1948 align-items: stretch;
1949 }
1950 .content-md-start {
1951 align-content: flex-start;
1952 }
1953 .content-md-end {
1954 align-content: flex-end;
1955 }
1956 .content-md-center {
1957 align-content: center;
1958 }
1959 .content-md-between {
1960 align-content: space-between;
1961 }
1962 .content-md-around {
1963 align-content: space-around;
1964 }
1965 .self-md-start {
1966 align-self: flex-start;
1967 }
1968 .self-md-end {
1969 align-self: flex-end;
1970 }
1971 .self-md-center {
1972 align-self: center;
1973 }
1974 .self-md-baseline {
1975 align-self: baseline;
1976 }
1977 .self-md-stretch {
1978 align-self: stretch;
1979 }
1980 .q-gutter-md-x-none,
1981 .q-gutter-md-none {
1982 margin-left: 0;
1983 }
1984 .q-gutter-md-x-none > *,
1985 .q-gutter-md-none > * {
1986 margin-left: 0;
1987 }
1988 .q-gutter-md-y-none,
1989 .q-gutter-md-none {
1990 margin-top: 0;
1991 }
1992 .q-gutter-md-y-none > *,
1993 .q-gutter-md-none > * {
1994 margin-top: 0;
1995 }
1996 .q-col-gutter-md-x-none,
1997 .q-col-gutter-md-none {
1998 margin-left: 0;
1999 }
2000 .q-col-gutter-md-x-none > *,
2001 .q-col-gutter-md-none > * {
2002 padding-left: 0;
2003 }
2004 .q-col-gutter-md-y-none,
2005 .q-col-gutter-md-none {
2006 margin-top: 0;
2007 }
2008 .q-col-gutter-md-y-none > *,
2009 .q-col-gutter-md-none > * {
2010 padding-top: 0;
2011 }
2012 .q-gutter-md-x-xs,
2013 .q-gutter-md-xs {
2014 margin-left: -4px;
2015 }
2016 .q-gutter-md-x-xs > *,
2017 .q-gutter-md-xs > * {
2018 margin-left: 4px;
2019 }
2020 .q-gutter-md-y-xs,
2021 .q-gutter-md-xs {
2022 margin-top: -4px;
2023 }
2024 .q-gutter-md-y-xs > *,
2025 .q-gutter-md-xs > * {
2026 margin-top: 4px;
2027 }
2028 .q-col-gutter-md-x-xs,
2029 .q-col-gutter-md-xs {
2030 margin-left: -4px;
2031 }
2032 .q-col-gutter-md-x-xs > *,
2033 .q-col-gutter-md-xs > * {
2034 padding-left: 4px;
2035 }
2036 .q-col-gutter-md-y-xs,
2037 .q-col-gutter-md-xs {
2038 margin-top: -4px;
2039 }
2040 .q-col-gutter-md-y-xs > *,
2041 .q-col-gutter-md-xs > * {
2042 padding-top: 4px;
2043 }
2044 .q-gutter-md-x-sm,
2045 .q-gutter-md-sm {
2046 margin-left: -8px;
2047 }
2048 .q-gutter-md-x-sm > *,
2049 .q-gutter-md-sm > * {
2050 margin-left: 8px;
2051 }
2052 .q-gutter-md-y-sm,
2053 .q-gutter-md-sm {
2054 margin-top: -8px;
2055 }
2056 .q-gutter-md-y-sm > *,
2057 .q-gutter-md-sm > * {
2058 margin-top: 8px;
2059 }
2060 .q-col-gutter-md-x-sm,
2061 .q-col-gutter-md-sm {
2062 margin-left: -8px;
2063 }
2064 .q-col-gutter-md-x-sm > *,
2065 .q-col-gutter-md-sm > * {
2066 padding-left: 8px;
2067 }
2068 .q-col-gutter-md-y-sm,
2069 .q-col-gutter-md-sm {
2070 margin-top: -8px;
2071 }
2072 .q-col-gutter-md-y-sm > *,
2073 .q-col-gutter-md-sm > * {
2074 padding-top: 8px;
2075 }
2076 .q-gutter-md-x-md,
2077 .q-gutter-md-md {
2078 margin-left: -16px;
2079 }
2080 .q-gutter-md-x-md > *,
2081 .q-gutter-md-md > * {
2082 margin-left: 16px;
2083 }
2084 .q-gutter-md-y-md,
2085 .q-gutter-md-md {
2086 margin-top: -16px;
2087 }
2088 .q-gutter-md-y-md > *,
2089 .q-gutter-md-md > * {
2090 margin-top: 16px;
2091 }
2092 .q-col-gutter-md-x-md,
2093 .q-col-gutter-md-md {
2094 margin-left: -16px;
2095 }
2096 .q-col-gutter-md-x-md > *,
2097 .q-col-gutter-md-md > * {
2098 padding-left: 16px;
2099 }
2100 .q-col-gutter-md-y-md,
2101 .q-col-gutter-md-md {
2102 margin-top: -16px;
2103 }
2104 .q-col-gutter-md-y-md > *,
2105 .q-col-gutter-md-md > * {
2106 padding-top: 16px;
2107 }
2108 .q-gutter-md-x-lg,
2109 .q-gutter-md-lg {
2110 margin-left: -24px;
2111 }
2112 .q-gutter-md-x-lg > *,
2113 .q-gutter-md-lg > * {
2114 margin-left: 24px;
2115 }
2116 .q-gutter-md-y-lg,
2117 .q-gutter-md-lg {
2118 margin-top: -24px;
2119 }
2120 .q-gutter-md-y-lg > *,
2121 .q-gutter-md-lg > * {
2122 margin-top: 24px;
2123 }
2124 .q-col-gutter-md-x-lg,
2125 .q-col-gutter-md-lg {
2126 margin-left: -24px;
2127 }
2128 .q-col-gutter-md-x-lg > *,
2129 .q-col-gutter-md-lg > * {
2130 padding-left: 24px;
2131 }
2132 .q-col-gutter-md-y-lg,
2133 .q-col-gutter-md-lg {
2134 margin-top: -24px;
2135 }
2136 .q-col-gutter-md-y-lg > *,
2137 .q-col-gutter-md-lg > * {
2138 padding-top: 24px;
2139 }
2140 .q-gutter-md-x-xl,
2141 .q-gutter-md-xl {
2142 margin-left: -48px;
2143 }
2144 .q-gutter-md-x-xl > *,
2145 .q-gutter-md-xl > * {
2146 margin-left: 48px;
2147 }
2148 .q-gutter-md-y-xl,
2149 .q-gutter-md-xl {
2150 margin-top: -48px;
2151 }
2152 .q-gutter-md-y-xl > *,
2153 .q-gutter-md-xl > * {
2154 margin-top: 48px;
2155 }
2156 .q-col-gutter-md-x-xl,
2157 .q-col-gutter-md-xl {
2158 margin-left: -48px;
2159 }
2160 .q-col-gutter-md-x-xl > *,
2161 .q-col-gutter-md-xl > * {
2162 padding-left: 48px;
2163 }
2164 .q-col-gutter-md-y-xl,
2165 .q-col-gutter-md-xl {
2166 margin-top: -48px;
2167 }
2168 .q-col-gutter-md-y-xl > *,
2169 .q-col-gutter-md-xl > * {
2170 padding-top: 48px;
2171 }
2172 .row-md > .col-0,
2173 .row-md > .col-xs-0 {
2174 height: auto;
2175 width: 0%;
2176 }
2177 .row-md > .offset-0,
2178 .row-md > .offset-xs-0 {
2179 margin-left: 0%;
2180 }
2181 .column-md > .col-0,
2182 .column-md > .col-xs-0 {
2183 height: 0%;
2184 width: auto;
2185 }
2186 .row-md > .col-1,
2187 .row-md > .col-xs-1 {
2188 height: auto;
2189 width: 8.3333%;
2190 }
2191 .row-md > .offset-1,
2192 .row-md > .offset-xs-1 {
2193 margin-left: 8.3333%;
2194 }
2195 .column-md > .col-1,
2196 .column-md > .col-xs-1 {
2197 height: 8.3333%;
2198 width: auto;
2199 }
2200 .row-md > .col-2,
2201 .row-md > .col-xs-2 {
2202 height: auto;
2203 width: 16.6667%;
2204 }
2205 .row-md > .offset-2,
2206 .row-md > .offset-xs-2 {
2207 margin-left: 16.6667%;
2208 }
2209 .column-md > .col-2,
2210 .column-md > .col-xs-2 {
2211 height: 16.6667%;
2212 width: auto;
2213 }
2214 .row-md > .col-3,
2215 .row-md > .col-xs-3 {
2216 height: auto;
2217 width: 25%;
2218 }
2219 .row-md > .offset-3,
2220 .row-md > .offset-xs-3 {
2221 margin-left: 25%;
2222 }
2223 .column-md > .col-3,
2224 .column-md > .col-xs-3 {
2225 height: 25%;
2226 width: auto;
2227 }
2228 .row-md > .col-4,
2229 .row-md > .col-xs-4 {
2230 height: auto;
2231 width: 33.3333%;
2232 }
2233 .row-md > .offset-4,
2234 .row-md > .offset-xs-4 {
2235 margin-left: 33.3333%;
2236 }
2237 .column-md > .col-4,
2238 .column-md > .col-xs-4 {
2239 height: 33.3333%;
2240 width: auto;
2241 }
2242 .row-md > .col-5,
2243 .row-md > .col-xs-5 {
2244 height: auto;
2245 width: 41.6667%;
2246 }
2247 .row-md > .offset-5,
2248 .row-md > .offset-xs-5 {
2249 margin-left: 41.6667%;
2250 }
2251 .column-md > .col-5,
2252 .column-md > .col-xs-5 {
2253 height: 41.6667%;
2254 width: auto;
2255 }
2256 .row-md > .col-6,
2257 .row-md > .col-xs-6 {
2258 height: auto;
2259 width: 50%;
2260 }
2261 .row-md > .offset-6,
2262 .row-md > .offset-xs-6 {
2263 margin-left: 50%;
2264 }
2265 .column-md > .col-6,
2266 .column-md > .col-xs-6 {
2267 height: 50%;
2268 width: auto;
2269 }
2270 .row-md > .col-7,
2271 .row-md > .col-xs-7 {
2272 height: auto;
2273 width: 58.3333%;
2274 }
2275 .row-md > .offset-7,
2276 .row-md > .offset-xs-7 {
2277 margin-left: 58.3333%;
2278 }
2279 .column-md > .col-7,
2280 .column-md > .col-xs-7 {
2281 height: 58.3333%;
2282 width: auto;
2283 }
2284 .row-md > .col-8,
2285 .row-md > .col-xs-8 {
2286 height: auto;
2287 width: 66.6667%;
2288 }
2289 .row-md > .offset-8,
2290 .row-md > .offset-xs-8 {
2291 margin-left: 66.6667%;
2292 }
2293 .column-md > .col-8,
2294 .column-md > .col-xs-8 {
2295 height: 66.6667%;
2296 width: auto;
2297 }
2298 .row-md > .col-9,
2299 .row-md > .col-xs-9 {
2300 height: auto;
2301 width: 75%;
2302 }
2303 .row-md > .offset-9,
2304 .row-md > .offset-xs-9 {
2305 margin-left: 75%;
2306 }
2307 .column-md > .col-9,
2308 .column-md > .col-xs-9 {
2309 height: 75%;
2310 width: auto;
2311 }
2312 .row-md > .col-10,
2313 .row-md > .col-xs-10 {
2314 height: auto;
2315 width: 83.3333%;
2316 }
2317 .row-md > .offset-10,
2318 .row-md > .offset-xs-10 {
2319 margin-left: 83.3333%;
2320 }
2321 .column-md > .col-10,
2322 .column-md > .col-xs-10 {
2323 height: 83.3333%;
2324 width: auto;
2325 }
2326 .row-md > .col-11,
2327 .row-md > .col-xs-11 {
2328 height: auto;
2329 width: 91.6667%;
2330 }
2331 .row-md > .offset-11,
2332 .row-md > .offset-xs-11 {
2333 margin-left: 91.6667%;
2334 }
2335 .column-md > .col-11,
2336 .column-md > .col-xs-11 {
2337 height: 91.6667%;
2338 width: auto;
2339 }
2340 .row-md > .col-12,
2341 .row-md > .col-xs-12 {
2342 height: auto;
2343 width: 100%;
2344 }
2345 .row-md > .offset-12,
2346 .row-md > .offset-xs-12 {
2347 margin-left: 100%;
2348 }
2349 .column-md > .col-12,
2350 .column-md > .col-xs-12 {
2351 height: 100%;
2352 width: auto;
2353 }
2354 .row-md > .col-sm-0 {
2355 height: auto;
2356 width: 0%;
2357 }
2358 .row-md > .offset-sm-0 {
2359 margin-left: 0%;
2360 }
2361 .column-md > .col-sm-0 {
2362 height: 0%;
2363 width: auto;
2364 }
2365 .row-md > .col-sm-1 {
2366 height: auto;
2367 width: 8.3333%;
2368 }
2369 .row-md > .offset-sm-1 {
2370 margin-left: 8.3333%;
2371 }
2372 .column-md > .col-sm-1 {
2373 height: 8.3333%;
2374 width: auto;
2375 }
2376 .row-md > .col-sm-2 {
2377 height: auto;
2378 width: 16.6667%;
2379 }
2380 .row-md > .offset-sm-2 {
2381 margin-left: 16.6667%;
2382 }
2383 .column-md > .col-sm-2 {
2384 height: 16.6667%;
2385 width: auto;
2386 }
2387 .row-md > .col-sm-3 {
2388 height: auto;
2389 width: 25%;
2390 }
2391 .row-md > .offset-sm-3 {
2392 margin-left: 25%;
2393 }
2394 .column-md > .col-sm-3 {
2395 height: 25%;
2396 width: auto;
2397 }
2398 .row-md > .col-sm-4 {
2399 height: auto;
2400 width: 33.3333%;
2401 }
2402 .row-md > .offset-sm-4 {
2403 margin-left: 33.3333%;
2404 }
2405 .column-md > .col-sm-4 {
2406 height: 33.3333%;
2407 width: auto;
2408 }
2409 .row-md > .col-sm-5 {
2410 height: auto;
2411 width: 41.6667%;
2412 }
2413 .row-md > .offset-sm-5 {
2414 margin-left: 41.6667%;
2415 }
2416 .column-md > .col-sm-5 {
2417 height: 41.6667%;
2418 width: auto;
2419 }
2420 .row-md > .col-sm-6 {
2421 height: auto;
2422 width: 50%;
2423 }
2424 .row-md > .offset-sm-6 {
2425 margin-left: 50%;
2426 }
2427 .column-md > .col-sm-6 {
2428 height: 50%;
2429 width: auto;
2430 }
2431 .row-md > .col-sm-7 {
2432 height: auto;
2433 width: 58.3333%;
2434 }
2435 .row-md > .offset-sm-7 {
2436 margin-left: 58.3333%;
2437 }
2438 .column-md > .col-sm-7 {
2439 height: 58.3333%;
2440 width: auto;
2441 }
2442 .row-md > .col-sm-8 {
2443 height: auto;
2444 width: 66.6667%;
2445 }
2446 .row-md > .offset-sm-8 {
2447 margin-left: 66.6667%;
2448 }
2449 .column-md > .col-sm-8 {
2450 height: 66.6667%;
2451 width: auto;
2452 }
2453 .row-md > .col-sm-9 {
2454 height: auto;
2455 width: 75%;
2456 }
2457 .row-md > .offset-sm-9 {
2458 margin-left: 75%;
2459 }
2460 .column-md > .col-sm-9 {
2461 height: 75%;
2462 width: auto;
2463 }
2464 .row-md > .col-sm-10 {
2465 height: auto;
2466 width: 83.3333%;
2467 }
2468 .row-md > .offset-sm-10 {
2469 margin-left: 83.3333%;
2470 }
2471 .column-md > .col-sm-10 {
2472 height: 83.3333%;
2473 width: auto;
2474 }
2475 .row-md > .col-sm-11 {
2476 height: auto;
2477 width: 91.6667%;
2478 }
2479 .row-md > .offset-sm-11 {
2480 margin-left: 91.6667%;
2481 }
2482 .column-md > .col-sm-11 {
2483 height: 91.6667%;
2484 width: auto;
2485 }
2486 .row-md > .col-sm-12 {
2487 height: auto;
2488 width: 100%;
2489 }
2490 .row-md > .offset-sm-12 {
2491 margin-left: 100%;
2492 }
2493 .column-md > .col-sm-12 {
2494 height: 100%;
2495 width: auto;
2496 }
2497 .row-md > .col-md-0 {
2498 height: auto;
2499 width: 0%;
2500 }
2501 .row-md > .offset-md-0 {
2502 margin-left: 0%;
2503 }
2504 .column-md > .col-md-0 {
2505 height: 0%;
2506 width: auto;
2507 }
2508 .row-md > .col-md-1 {
2509 height: auto;
2510 width: 8.3333%;
2511 }
2512 .row-md > .offset-md-1 {
2513 margin-left: 8.3333%;
2514 }
2515 .column-md > .col-md-1 {
2516 height: 8.3333%;
2517 width: auto;
2518 }
2519 .row-md > .col-md-2 {
2520 height: auto;
2521 width: 16.6667%;
2522 }
2523 .row-md > .offset-md-2 {
2524 margin-left: 16.6667%;
2525 }
2526 .column-md > .col-md-2 {
2527 height: 16.6667%;
2528 width: auto;
2529 }
2530 .row-md > .col-md-3 {
2531 height: auto;
2532 width: 25%;
2533 }
2534 .row-md > .offset-md-3 {
2535 margin-left: 25%;
2536 }
2537 .column-md > .col-md-3 {
2538 height: 25%;
2539 width: auto;
2540 }
2541 .row-md > .col-md-4 {
2542 height: auto;
2543 width: 33.3333%;
2544 }
2545 .row-md > .offset-md-4 {
2546 margin-left: 33.3333%;
2547 }
2548 .column-md > .col-md-4 {
2549 height: 33.3333%;
2550 width: auto;
2551 }
2552 .row-md > .col-md-5 {
2553 height: auto;
2554 width: 41.6667%;
2555 }
2556 .row-md > .offset-md-5 {
2557 margin-left: 41.6667%;
2558 }
2559 .column-md > .col-md-5 {
2560 height: 41.6667%;
2561 width: auto;
2562 }
2563 .row-md > .col-md-6 {
2564 height: auto;
2565 width: 50%;
2566 }
2567 .row-md > .offset-md-6 {
2568 margin-left: 50%;
2569 }
2570 .column-md > .col-md-6 {
2571 height: 50%;
2572 width: auto;
2573 }
2574 .row-md > .col-md-7 {
2575 height: auto;
2576 width: 58.3333%;
2577 }
2578 .row-md > .offset-md-7 {
2579 margin-left: 58.3333%;
2580 }
2581 .column-md > .col-md-7 {
2582 height: 58.3333%;
2583 width: auto;
2584 }
2585 .row-md > .col-md-8 {
2586 height: auto;
2587 width: 66.6667%;
2588 }
2589 .row-md > .offset-md-8 {
2590 margin-left: 66.6667%;
2591 }
2592 .column-md > .col-md-8 {
2593 height: 66.6667%;
2594 width: auto;
2595 }
2596 .row-md > .col-md-9 {
2597 height: auto;
2598 width: 75%;
2599 }
2600 .row-md > .offset-md-9 {
2601 margin-left: 75%;
2602 }
2603 .column-md > .col-md-9 {
2604 height: 75%;
2605 width: auto;
2606 }
2607 .row-md > .col-md-10 {
2608 height: auto;
2609 width: 83.3333%;
2610 }
2611 .row-md > .offset-md-10 {
2612 margin-left: 83.3333%;
2613 }
2614 .column-md > .col-md-10 {
2615 height: 83.3333%;
2616 width: auto;
2617 }
2618 .row-md > .col-md-11 {
2619 height: auto;
2620 width: 91.6667%;
2621 }
2622 .row-md > .offset-md-11 {
2623 margin-left: 91.6667%;
2624 }
2625 .column-md > .col-md-11 {
2626 height: 91.6667%;
2627 width: auto;
2628 }
2629 .row-md > .col-md-12 {
2630 height: auto;
2631 width: 100%;
2632 }
2633 .row-md > .offset-md-12 {
2634 margin-left: 100%;
2635 }
2636 .column-md > .col-md-12 {
2637 height: 100%;
2638 width: auto;
2639 }
2640}
2641@media (min-width: 1440px) {
2642 .flex-lg-block {
2643 display: block;
2644 }
2645 .flex-lg-inline {
2646 display: inline-block;
2647 }
2648 .q-pa-lg-none {
2649 padding: 0 0;
2650 }
2651 .q-pl-lg-none,
2652 .q-px-lg-none {
2653 padding-left: 0;
2654 }
2655 .q-pr-lg-none,
2656 .q-px-lg-none {
2657 padding-right: 0;
2658 }
2659 .q-pt-lg-none,
2660 .q-py-lg-none {
2661 padding-top: 0;
2662 }
2663 .q-pb-lg-none,
2664 .q-py-lg-none {
2665 padding-bottom: 0;
2666 }
2667 .q-ma-lg-none {
2668 margin: 0 0;
2669 }
2670 .q-ml-lg-none,
2671 .q-mx-lg-none {
2672 margin-left: 0;
2673 }
2674 .q-mr-lg-none,
2675 .q-mx-lg-none {
2676 margin-right: 0;
2677 }
2678 .q-mt-lg-none,
2679 .q-my-lg-none {
2680 margin-top: 0;
2681 }
2682 .q-mb-lg-none,
2683 .q-my-lg-none {
2684 margin-bottom: 0;
2685 }
2686 .q-pa-lg-xs {
2687 padding: 4px 4px;
2688 }
2689 .q-pl-lg-xs,
2690 .q-px-lg-xs {
2691 padding-left: 4px;
2692 }
2693 .q-pr-lg-xs,
2694 .q-px-lg-xs {
2695 padding-right: 4px;
2696 }
2697 .q-pt-lg-xs,
2698 .q-py-lg-xs {
2699 padding-top: 4px;
2700 }
2701 .q-pb-lg-xs,
2702 .q-py-lg-xs {
2703 padding-bottom: 4px;
2704 }
2705 .q-ma-lg-xs {
2706 margin: 4px 4px;
2707 }
2708 .q-ml-lg-xs,
2709 .q-mx-lg-xs {
2710 margin-left: 4px;
2711 }
2712 .q-mr-lg-xs,
2713 .q-mx-lg-xs {
2714 margin-right: 4px;
2715 }
2716 .q-mt-lg-xs,
2717 .q-my-lg-xs {
2718 margin-top: 4px;
2719 }
2720 .q-mb-lg-xs,
2721 .q-my-lg-xs {
2722 margin-bottom: 4px;
2723 }
2724 .q-pa-lg-sm {
2725 padding: 8px 8px;
2726 }
2727 .q-pl-lg-sm,
2728 .q-px-lg-sm {
2729 padding-left: 8px;
2730 }
2731 .q-pr-lg-sm,
2732 .q-px-lg-sm {
2733 padding-right: 8px;
2734 }
2735 .q-pt-lg-sm,
2736 .q-py-lg-sm {
2737 padding-top: 8px;
2738 }
2739 .q-pb-lg-sm,
2740 .q-py-lg-sm {
2741 padding-bottom: 8px;
2742 }
2743 .q-ma-lg-sm {
2744 margin: 8px 8px;
2745 }
2746 .q-ml-lg-sm,
2747 .q-mx-lg-sm {
2748 margin-left: 8px;
2749 }
2750 .q-mr-lg-sm,
2751 .q-mx-lg-sm {
2752 margin-right: 8px;
2753 }
2754 .q-mt-lg-sm,
2755 .q-my-lg-sm {
2756 margin-top: 8px;
2757 }
2758 .q-mb-lg-sm,
2759 .q-my-lg-sm {
2760 margin-bottom: 8px;
2761 }
2762 .q-pa-lg-md {
2763 padding: 16px 16px;
2764 }
2765 .q-pl-lg-md,
2766 .q-px-lg-md {
2767 padding-left: 16px;
2768 }
2769 .q-pr-lg-md,
2770 .q-px-lg-md {
2771 padding-right: 16px;
2772 }
2773 .q-pt-lg-md,
2774 .q-py-lg-md {
2775 padding-top: 16px;
2776 }
2777 .q-pb-lg-md,
2778 .q-py-lg-md {
2779 padding-bottom: 16px;
2780 }
2781 .q-ma-lg-md {
2782 margin: 16px 16px;
2783 }
2784 .q-ml-lg-md,
2785 .q-mx-lg-md {
2786 margin-left: 16px;
2787 }
2788 .q-mr-lg-md,
2789 .q-mx-lg-md {
2790 margin-right: 16px;
2791 }
2792 .q-mt-lg-md,
2793 .q-my-lg-md {
2794 margin-top: 16px;
2795 }
2796 .q-mb-lg-md,
2797 .q-my-lg-md {
2798 margin-bottom: 16px;
2799 }
2800 .q-pa-lg-lg {
2801 padding: 24px 24px;
2802 }
2803 .q-pl-lg-lg,
2804 .q-px-lg-lg {
2805 padding-left: 24px;
2806 }
2807 .q-pr-lg-lg,
2808 .q-px-lg-lg {
2809 padding-right: 24px;
2810 }
2811 .q-pt-lg-lg,
2812 .q-py-lg-lg {
2813 padding-top: 24px;
2814 }
2815 .q-pb-lg-lg,
2816 .q-py-lg-lg {
2817 padding-bottom: 24px;
2818 }
2819 .q-ma-lg-lg {
2820 margin: 24px 24px;
2821 }
2822 .q-ml-lg-lg,
2823 .q-mx-lg-lg {
2824 margin-left: 24px;
2825 }
2826 .q-mr-lg-lg,
2827 .q-mx-lg-lg {
2828 margin-right: 24px;
2829 }
2830 .q-mt-lg-lg,
2831 .q-my-lg-lg {
2832 margin-top: 24px;
2833 }
2834 .q-mb-lg-lg,
2835 .q-my-lg-lg {
2836 margin-bottom: 24px;
2837 }
2838 .q-pa-lg-xl {
2839 padding: 48px 48px;
2840 }
2841 .q-pl-lg-xl,
2842 .q-px-lg-xl {
2843 padding-left: 48px;
2844 }
2845 .q-pr-lg-xl,
2846 .q-px-lg-xl {
2847 padding-right: 48px;
2848 }
2849 .q-pt-lg-xl,
2850 .q-py-lg-xl {
2851 padding-top: 48px;
2852 }
2853 .q-pb-lg-xl,
2854 .q-py-lg-xl {
2855 padding-bottom: 48px;
2856 }
2857 .q-ma-lg-xl {
2858 margin: 48px 48px;
2859 }
2860 .q-ml-lg-xl,
2861 .q-mx-lg-xl {
2862 margin-left: 48px;
2863 }
2864 .q-mr-lg-xl,
2865 .q-mx-lg-xl {
2866 margin-right: 48px;
2867 }
2868 .q-mt-lg-xl,
2869 .q-my-lg-xl {
2870 margin-top: 48px;
2871 }
2872 .q-mb-lg-xl,
2873 .q-my-lg-xl {
2874 margin-bottom: 48px;
2875 }
2876 .q-ml-lg-auto,
2877 .q-mx-lg-auto {
2878 margin-left: auto;
2879 }
2880 .q-mr-lg-auto,
2881 .q-mx-lg-auto {
2882 margin-right: auto;
2883 }
2884 .row.inline-lg,
2885 .column.inline-lg,
2886 .flex.inline-lg {
2887 display: inline-flex;
2888 }
2889 .row-lg,
2890 .column-lg,
2891 .flex-lg {
2892 display: flex;
2893 flex-wrap: wrap;
2894 }
2895 .row-lg.inline,
2896 .column-lg.inline,
2897 .flex-lg.inline,
2898 .row-lg.inline-lg,
2899 .column-lg.inline-lg,
2900 .flex-lg.inline-lg {
2901 display: inline-flex;
2902 }
2903 .row.reverse-lg {
2904 flex-direction: row-reverse;
2905 }
2906 .row-lg {
2907 flex-direction: row;
2908 }
2909 .row-lg.reverse,
2910 .row-lg.reverse-lg {
2911 flex-direction: row-reverse;
2912 }
2913 .column.reverse-lg {
2914 flex-direction: column-reverse;
2915 }
2916 .column-lg {
2917 flex-direction: column;
2918 }
2919 .column-lg.reverse,
2920 .column-lg.reverse-lg {
2921 flex-direction: column-reverse;
2922 }
2923 .wrap-lg {
2924 flex-wrap: wrap;
2925 }
2926 .no-wrap-lg {
2927 flex-wrap: nowrap;
2928 }
2929 .reverse-wrap-lg {
2930 flex-wrap: wrap-reverse;
2931 }
2932 .order-lg-first {
2933 order: -10000;
2934 }
2935 .order-lg-last {
2936 order: 10000;
2937 }
2938 .order-lg-none {
2939 order: 0;
2940 }
2941 .justify-lg-start {
2942 justify-content: flex-start;
2943 }
2944 .justify-lg-end {
2945 justify-content: flex-end;
2946 }
2947 .justify-lg-center,
2948 .flex-lg-center {
2949 justify-content: center;
2950 }
2951 .justify-lg-between {
2952 justify-content: space-between;
2953 }
2954 .justify-lg-around {
2955 justify-content: space-around;
2956 }
2957 .justify-lg-evenly {
2958 justify-content: space-evenly;
2959 }
2960 .items-lg-start {
2961 align-items: flex-start;
2962 }
2963 .items-lg-end {
2964 align-items: flex-end;
2965 }
2966 .items-lg-center,
2967 .flex-lg-center {
2968 align-items: center;
2969 }
2970 .items-lg-baseline {
2971 align-items: baseline;
2972 }
2973 .items-lg-stretch {
2974 align-items: stretch;
2975 }
2976 .content-lg-start {
2977 align-content: flex-start;
2978 }
2979 .content-lg-end {
2980 align-content: flex-end;
2981 }
2982 .content-lg-center {
2983 align-content: center;
2984 }
2985 .content-lg-between {
2986 align-content: space-between;
2987 }
2988 .content-lg-around {
2989 align-content: space-around;
2990 }
2991 .self-lg-start {
2992 align-self: flex-start;
2993 }
2994 .self-lg-end {
2995 align-self: flex-end;
2996 }
2997 .self-lg-center {
2998 align-self: center;
2999 }
3000 .self-lg-baseline {
3001 align-self: baseline;
3002 }
3003 .self-lg-stretch {
3004 align-self: stretch;
3005 }
3006 .q-gutter-lg-x-none,
3007 .q-gutter-lg-none {
3008 margin-left: 0;
3009 }
3010 .q-gutter-lg-x-none > *,
3011 .q-gutter-lg-none > * {
3012 margin-left: 0;
3013 }
3014 .q-gutter-lg-y-none,
3015 .q-gutter-lg-none {
3016 margin-top: 0;
3017 }
3018 .q-gutter-lg-y-none > *,
3019 .q-gutter-lg-none > * {
3020 margin-top: 0;
3021 }
3022 .q-col-gutter-lg-x-none,
3023 .q-col-gutter-lg-none {
3024 margin-left: 0;
3025 }
3026 .q-col-gutter-lg-x-none > *,
3027 .q-col-gutter-lg-none > * {
3028 padding-left: 0;
3029 }
3030 .q-col-gutter-lg-y-none,
3031 .q-col-gutter-lg-none {
3032 margin-top: 0;
3033 }
3034 .q-col-gutter-lg-y-none > *,
3035 .q-col-gutter-lg-none > * {
3036 padding-top: 0;
3037 }
3038 .q-gutter-lg-x-xs,
3039 .q-gutter-lg-xs {
3040 margin-left: -4px;
3041 }
3042 .q-gutter-lg-x-xs > *,
3043 .q-gutter-lg-xs > * {
3044 margin-left: 4px;
3045 }
3046 .q-gutter-lg-y-xs,
3047 .q-gutter-lg-xs {
3048 margin-top: -4px;
3049 }
3050 .q-gutter-lg-y-xs > *,
3051 .q-gutter-lg-xs > * {
3052 margin-top: 4px;
3053 }
3054 .q-col-gutter-lg-x-xs,
3055 .q-col-gutter-lg-xs {
3056 margin-left: -4px;
3057 }
3058 .q-col-gutter-lg-x-xs > *,
3059 .q-col-gutter-lg-xs > * {
3060 padding-left: 4px;
3061 }
3062 .q-col-gutter-lg-y-xs,
3063 .q-col-gutter-lg-xs {
3064 margin-top: -4px;
3065 }
3066 .q-col-gutter-lg-y-xs > *,
3067 .q-col-gutter-lg-xs > * {
3068 padding-top: 4px;
3069 }
3070 .q-gutter-lg-x-sm,
3071 .q-gutter-lg-sm {
3072 margin-left: -8px;
3073 }
3074 .q-gutter-lg-x-sm > *,
3075 .q-gutter-lg-sm > * {
3076 margin-left: 8px;
3077 }
3078 .q-gutter-lg-y-sm,
3079 .q-gutter-lg-sm {
3080 margin-top: -8px;
3081 }
3082 .q-gutter-lg-y-sm > *,
3083 .q-gutter-lg-sm > * {
3084 margin-top: 8px;
3085 }
3086 .q-col-gutter-lg-x-sm,
3087 .q-col-gutter-lg-sm {
3088 margin-left: -8px;
3089 }
3090 .q-col-gutter-lg-x-sm > *,
3091 .q-col-gutter-lg-sm > * {
3092 padding-left: 8px;
3093 }
3094 .q-col-gutter-lg-y-sm,
3095 .q-col-gutter-lg-sm {
3096 margin-top: -8px;
3097 }
3098 .q-col-gutter-lg-y-sm > *,
3099 .q-col-gutter-lg-sm > * {
3100 padding-top: 8px;
3101 }
3102 .q-gutter-lg-x-md,
3103 .q-gutter-lg-md {
3104 margin-left: -16px;
3105 }
3106 .q-gutter-lg-x-md > *,
3107 .q-gutter-lg-md > * {
3108 margin-left: 16px;
3109 }
3110 .q-gutter-lg-y-md,
3111 .q-gutter-lg-md {
3112 margin-top: -16px;
3113 }
3114 .q-gutter-lg-y-md > *,
3115 .q-gutter-lg-md > * {
3116 margin-top: 16px;
3117 }
3118 .q-col-gutter-lg-x-md,
3119 .q-col-gutter-lg-md {
3120 margin-left: -16px;
3121 }
3122 .q-col-gutter-lg-x-md > *,
3123 .q-col-gutter-lg-md > * {
3124 padding-left: 16px;
3125 }
3126 .q-col-gutter-lg-y-md,
3127 .q-col-gutter-lg-md {
3128 margin-top: -16px;
3129 }
3130 .q-col-gutter-lg-y-md > *,
3131 .q-col-gutter-lg-md > * {
3132 padding-top: 16px;
3133 }
3134 .q-gutter-lg-x-lg,
3135 .q-gutter-lg-lg {
3136 margin-left: -24px;
3137 }
3138 .q-gutter-lg-x-lg > *,
3139 .q-gutter-lg-lg > * {
3140 margin-left: 24px;
3141 }
3142 .q-gutter-lg-y-lg,
3143 .q-gutter-lg-lg {
3144 margin-top: -24px;
3145 }
3146 .q-gutter-lg-y-lg > *,
3147 .q-gutter-lg-lg > * {
3148 margin-top: 24px;
3149 }
3150 .q-col-gutter-lg-x-lg,
3151 .q-col-gutter-lg-lg {
3152 margin-left: -24px;
3153 }
3154 .q-col-gutter-lg-x-lg > *,
3155 .q-col-gutter-lg-lg > * {
3156 padding-left: 24px;
3157 }
3158 .q-col-gutter-lg-y-lg,
3159 .q-col-gutter-lg-lg {
3160 margin-top: -24px;
3161 }
3162 .q-col-gutter-lg-y-lg > *,
3163 .q-col-gutter-lg-lg > * {
3164 padding-top: 24px;
3165 }
3166 .q-gutter-lg-x-xl,
3167 .q-gutter-lg-xl {
3168 margin-left: -48px;
3169 }
3170 .q-gutter-lg-x-xl > *,
3171 .q-gutter-lg-xl > * {
3172 margin-left: 48px;
3173 }
3174 .q-gutter-lg-y-xl,
3175 .q-gutter-lg-xl {
3176 margin-top: -48px;
3177 }
3178 .q-gutter-lg-y-xl > *,
3179 .q-gutter-lg-xl > * {
3180 margin-top: 48px;
3181 }
3182 .q-col-gutter-lg-x-xl,
3183 .q-col-gutter-lg-xl {
3184 margin-left: -48px;
3185 }
3186 .q-col-gutter-lg-x-xl > *,
3187 .q-col-gutter-lg-xl > * {
3188 padding-left: 48px;
3189 }
3190 .q-col-gutter-lg-y-xl,
3191 .q-col-gutter-lg-xl {
3192 margin-top: -48px;
3193 }
3194 .q-col-gutter-lg-y-xl > *,
3195 .q-col-gutter-lg-xl > * {
3196 padding-top: 48px;
3197 }
3198 .row-lg > .col-0,
3199 .row-lg > .col-xs-0 {
3200 height: auto;
3201 width: 0%;
3202 }
3203 .row-lg > .offset-0,
3204 .row-lg > .offset-xs-0 {
3205 margin-left: 0%;
3206 }
3207 .column-lg > .col-0,
3208 .column-lg > .col-xs-0 {
3209 height: 0%;
3210 width: auto;
3211 }
3212 .row-lg > .col-1,
3213 .row-lg > .col-xs-1 {
3214 height: auto;
3215 width: 8.3333%;
3216 }
3217 .row-lg > .offset-1,
3218 .row-lg > .offset-xs-1 {
3219 margin-left: 8.3333%;
3220 }
3221 .column-lg > .col-1,
3222 .column-lg > .col-xs-1 {
3223 height: 8.3333%;
3224 width: auto;
3225 }
3226 .row-lg > .col-2,
3227 .row-lg > .col-xs-2 {
3228 height: auto;
3229 width: 16.6667%;
3230 }
3231 .row-lg > .offset-2,
3232 .row-lg > .offset-xs-2 {
3233 margin-left: 16.6667%;
3234 }
3235 .column-lg > .col-2,
3236 .column-lg > .col-xs-2 {
3237 height: 16.6667%;
3238 width: auto;
3239 }
3240 .row-lg > .col-3,
3241 .row-lg > .col-xs-3 {
3242 height: auto;
3243 width: 25%;
3244 }
3245 .row-lg > .offset-3,
3246 .row-lg > .offset-xs-3 {
3247 margin-left: 25%;
3248 }
3249 .column-lg > .col-3,
3250 .column-lg > .col-xs-3 {
3251 height: 25%;
3252 width: auto;
3253 }
3254 .row-lg > .col-4,
3255 .row-lg > .col-xs-4 {
3256 height: auto;
3257 width: 33.3333%;
3258 }
3259 .row-lg > .offset-4,
3260 .row-lg > .offset-xs-4 {
3261 margin-left: 33.3333%;
3262 }
3263 .column-lg > .col-4,
3264 .column-lg > .col-xs-4 {
3265 height: 33.3333%;
3266 width: auto;
3267 }
3268 .row-lg > .col-5,
3269 .row-lg > .col-xs-5 {
3270 height: auto;
3271 width: 41.6667%;
3272 }
3273 .row-lg > .offset-5,
3274 .row-lg > .offset-xs-5 {
3275 margin-left: 41.6667%;
3276 }
3277 .column-lg > .col-5,
3278 .column-lg > .col-xs-5 {
3279 height: 41.6667%;
3280 width: auto;
3281 }
3282 .row-lg > .col-6,
3283 .row-lg > .col-xs-6 {
3284 height: auto;
3285 width: 50%;
3286 }
3287 .row-lg > .offset-6,
3288 .row-lg > .offset-xs-6 {
3289 margin-left: 50%;
3290 }
3291 .column-lg > .col-6,
3292 .column-lg > .col-xs-6 {
3293 height: 50%;
3294 width: auto;
3295 }
3296 .row-lg > .col-7,
3297 .row-lg > .col-xs-7 {
3298 height: auto;
3299 width: 58.3333%;
3300 }
3301 .row-lg > .offset-7,
3302 .row-lg > .offset-xs-7 {
3303 margin-left: 58.3333%;
3304 }
3305 .column-lg > .col-7,
3306 .column-lg > .col-xs-7 {
3307 height: 58.3333%;
3308 width: auto;
3309 }
3310 .row-lg > .col-8,
3311 .row-lg > .col-xs-8 {
3312 height: auto;
3313 width: 66.6667%;
3314 }
3315 .row-lg > .offset-8,
3316 .row-lg > .offset-xs-8 {
3317 margin-left: 66.6667%;
3318 }
3319 .column-lg > .col-8,
3320 .column-lg > .col-xs-8 {
3321 height: 66.6667%;
3322 width: auto;
3323 }
3324 .row-lg > .col-9,
3325 .row-lg > .col-xs-9 {
3326 height: auto;
3327 width: 75%;
3328 }
3329 .row-lg > .offset-9,
3330 .row-lg > .offset-xs-9 {
3331 margin-left: 75%;
3332 }
3333 .column-lg > .col-9,
3334 .column-lg > .col-xs-9 {
3335 height: 75%;
3336 width: auto;
3337 }
3338 .row-lg > .col-10,
3339 .row-lg > .col-xs-10 {
3340 height: auto;
3341 width: 83.3333%;
3342 }
3343 .row-lg > .offset-10,
3344 .row-lg > .offset-xs-10 {
3345 margin-left: 83.3333%;
3346 }
3347 .column-lg > .col-10,
3348 .column-lg > .col-xs-10 {
3349 height: 83.3333%;
3350 width: auto;
3351 }
3352 .row-lg > .col-11,
3353 .row-lg > .col-xs-11 {
3354 height: auto;
3355 width: 91.6667%;
3356 }
3357 .row-lg > .offset-11,
3358 .row-lg > .offset-xs-11 {
3359 margin-left: 91.6667%;
3360 }
3361 .column-lg > .col-11,
3362 .column-lg > .col-xs-11 {
3363 height: 91.6667%;
3364 width: auto;
3365 }
3366 .row-lg > .col-12,
3367 .row-lg > .col-xs-12 {
3368 height: auto;
3369 width: 100%;
3370 }
3371 .row-lg > .offset-12,
3372 .row-lg > .offset-xs-12 {
3373 margin-left: 100%;
3374 }
3375 .column-lg > .col-12,
3376 .column-lg > .col-xs-12 {
3377 height: 100%;
3378 width: auto;
3379 }
3380 .row-lg > .col-sm-0 {
3381 height: auto;
3382 width: 0%;
3383 }
3384 .row-lg > .offset-sm-0 {
3385 margin-left: 0%;
3386 }
3387 .column-lg > .col-sm-0 {
3388 height: 0%;
3389 width: auto;
3390 }
3391 .row-lg > .col-sm-1 {
3392 height: auto;
3393 width: 8.3333%;
3394 }
3395 .row-lg > .offset-sm-1 {
3396 margin-left: 8.3333%;
3397 }
3398 .column-lg > .col-sm-1 {
3399 height: 8.3333%;
3400 width: auto;
3401 }
3402 .row-lg > .col-sm-2 {
3403 height: auto;
3404 width: 16.6667%;
3405 }
3406 .row-lg > .offset-sm-2 {
3407 margin-left: 16.6667%;
3408 }
3409 .column-lg > .col-sm-2 {
3410 height: 16.6667%;
3411 width: auto;
3412 }
3413 .row-lg > .col-sm-3 {
3414 height: auto;
3415 width: 25%;
3416 }
3417 .row-lg > .offset-sm-3 {
3418 margin-left: 25%;
3419 }
3420 .column-lg > .col-sm-3 {
3421 height: 25%;
3422 width: auto;
3423 }
3424 .row-lg > .col-sm-4 {
3425 height: auto;
3426 width: 33.3333%;
3427 }
3428 .row-lg > .offset-sm-4 {
3429 margin-left: 33.3333%;
3430 }
3431 .column-lg > .col-sm-4 {
3432 height: 33.3333%;
3433 width: auto;
3434 }
3435 .row-lg > .col-sm-5 {
3436 height: auto;
3437 width: 41.6667%;
3438 }
3439 .row-lg > .offset-sm-5 {
3440 margin-left: 41.6667%;
3441 }
3442 .column-lg > .col-sm-5 {
3443 height: 41.6667%;
3444 width: auto;
3445 }
3446 .row-lg > .col-sm-6 {
3447 height: auto;
3448 width: 50%;
3449 }
3450 .row-lg > .offset-sm-6 {
3451 margin-left: 50%;
3452 }
3453 .column-lg > .col-sm-6 {
3454 height: 50%;
3455 width: auto;
3456 }
3457 .row-lg > .col-sm-7 {
3458 height: auto;
3459 width: 58.3333%;
3460 }
3461 .row-lg > .offset-sm-7 {
3462 margin-left: 58.3333%;
3463 }
3464 .column-lg > .col-sm-7 {
3465 height: 58.3333%;
3466 width: auto;
3467 }
3468 .row-lg > .col-sm-8 {
3469 height: auto;
3470 width: 66.6667%;
3471 }
3472 .row-lg > .offset-sm-8 {
3473 margin-left: 66.6667%;
3474 }
3475 .column-lg > .col-sm-8 {
3476 height: 66.6667%;
3477 width: auto;
3478 }
3479 .row-lg > .col-sm-9 {
3480 height: auto;
3481 width: 75%;
3482 }
3483 .row-lg > .offset-sm-9 {
3484 margin-left: 75%;
3485 }
3486 .column-lg > .col-sm-9 {
3487 height: 75%;
3488 width: auto;
3489 }
3490 .row-lg > .col-sm-10 {
3491 height: auto;
3492 width: 83.3333%;
3493 }
3494 .row-lg > .offset-sm-10 {
3495 margin-left: 83.3333%;
3496 }
3497 .column-lg > .col-sm-10 {
3498 height: 83.3333%;
3499 width: auto;
3500 }
3501 .row-lg > .col-sm-11 {
3502 height: auto;
3503 width: 91.6667%;
3504 }
3505 .row-lg > .offset-sm-11 {
3506 margin-left: 91.6667%;
3507 }
3508 .column-lg > .col-sm-11 {
3509 height: 91.6667%;
3510 width: auto;
3511 }
3512 .row-lg > .col-sm-12 {
3513 height: auto;
3514 width: 100%;
3515 }
3516 .row-lg > .offset-sm-12 {
3517 margin-left: 100%;
3518 }
3519 .column-lg > .col-sm-12 {
3520 height: 100%;
3521 width: auto;
3522 }
3523 .row-lg > .col-md-0 {
3524 height: auto;
3525 width: 0%;
3526 }
3527 .row-lg > .offset-md-0 {
3528 margin-left: 0%;
3529 }
3530 .column-lg > .col-md-0 {
3531 height: 0%;
3532 width: auto;
3533 }
3534 .row-lg > .col-md-1 {
3535 height: auto;
3536 width: 8.3333%;
3537 }
3538 .row-lg > .offset-md-1 {
3539 margin-left: 8.3333%;
3540 }
3541 .column-lg > .col-md-1 {
3542 height: 8.3333%;
3543 width: auto;
3544 }
3545 .row-lg > .col-md-2 {
3546 height: auto;
3547 width: 16.6667%;
3548 }
3549 .row-lg > .offset-md-2 {
3550 margin-left: 16.6667%;
3551 }
3552 .column-lg > .col-md-2 {
3553 height: 16.6667%;
3554 width: auto;
3555 }
3556 .row-lg > .col-md-3 {
3557 height: auto;
3558 width: 25%;
3559 }
3560 .row-lg > .offset-md-3 {
3561 margin-left: 25%;
3562 }
3563 .column-lg > .col-md-3 {
3564 height: 25%;
3565 width: auto;
3566 }
3567 .row-lg > .col-md-4 {
3568 height: auto;
3569 width: 33.3333%;
3570 }
3571 .row-lg > .offset-md-4 {
3572 margin-left: 33.3333%;
3573 }
3574 .column-lg > .col-md-4 {
3575 height: 33.3333%;
3576 width: auto;
3577 }
3578 .row-lg > .col-md-5 {
3579 height: auto;
3580 width: 41.6667%;
3581 }
3582 .row-lg > .offset-md-5 {
3583 margin-left: 41.6667%;
3584 }
3585 .column-lg > .col-md-5 {
3586 height: 41.6667%;
3587 width: auto;
3588 }
3589 .row-lg > .col-md-6 {
3590 height: auto;
3591 width: 50%;
3592 }
3593 .row-lg > .offset-md-6 {
3594 margin-left: 50%;
3595 }
3596 .column-lg > .col-md-6 {
3597 height: 50%;
3598 width: auto;
3599 }
3600 .row-lg > .col-md-7 {
3601 height: auto;
3602 width: 58.3333%;
3603 }
3604 .row-lg > .offset-md-7 {
3605 margin-left: 58.3333%;
3606 }
3607 .column-lg > .col-md-7 {
3608 height: 58.3333%;
3609 width: auto;
3610 }
3611 .row-lg > .col-md-8 {
3612 height: auto;
3613 width: 66.6667%;
3614 }
3615 .row-lg > .offset-md-8 {
3616 margin-left: 66.6667%;
3617 }
3618 .column-lg > .col-md-8 {
3619 height: 66.6667%;
3620 width: auto;
3621 }
3622 .row-lg > .col-md-9 {
3623 height: auto;
3624 width: 75%;
3625 }
3626 .row-lg > .offset-md-9 {
3627 margin-left: 75%;
3628 }
3629 .column-lg > .col-md-9 {
3630 height: 75%;
3631 width: auto;
3632 }
3633 .row-lg > .col-md-10 {
3634 height: auto;
3635 width: 83.3333%;
3636 }
3637 .row-lg > .offset-md-10 {
3638 margin-left: 83.3333%;
3639 }
3640 .column-lg > .col-md-10 {
3641 height: 83.3333%;
3642 width: auto;
3643 }
3644 .row-lg > .col-md-11 {
3645 height: auto;
3646 width: 91.6667%;
3647 }
3648 .row-lg > .offset-md-11 {
3649 margin-left: 91.6667%;
3650 }
3651 .column-lg > .col-md-11 {
3652 height: 91.6667%;
3653 width: auto;
3654 }
3655 .row-lg > .col-md-12 {
3656 height: auto;
3657 width: 100%;
3658 }
3659 .row-lg > .offset-md-12 {
3660 margin-left: 100%;
3661 }
3662 .column-lg > .col-md-12 {
3663 height: 100%;
3664 width: auto;
3665 }
3666 .row-lg > .col-lg-0 {
3667 height: auto;
3668 width: 0%;
3669 }
3670 .row-lg > .offset-lg-0 {
3671 margin-left: 0%;
3672 }
3673 .column-lg > .col-lg-0 {
3674 height: 0%;
3675 width: auto;
3676 }
3677 .row-lg > .col-lg-1 {
3678 height: auto;
3679 width: 8.3333%;
3680 }
3681 .row-lg > .offset-lg-1 {
3682 margin-left: 8.3333%;
3683 }
3684 .column-lg > .col-lg-1 {
3685 height: 8.3333%;
3686 width: auto;
3687 }
3688 .row-lg > .col-lg-2 {
3689 height: auto;
3690 width: 16.6667%;
3691 }
3692 .row-lg > .offset-lg-2 {
3693 margin-left: 16.6667%;
3694 }
3695 .column-lg > .col-lg-2 {
3696 height: 16.6667%;
3697 width: auto;
3698 }
3699 .row-lg > .col-lg-3 {
3700 height: auto;
3701 width: 25%;
3702 }
3703 .row-lg > .offset-lg-3 {
3704 margin-left: 25%;
3705 }
3706 .column-lg > .col-lg-3 {
3707 height: 25%;
3708 width: auto;
3709 }
3710 .row-lg > .col-lg-4 {
3711 height: auto;
3712 width: 33.3333%;
3713 }
3714 .row-lg > .offset-lg-4 {
3715 margin-left: 33.3333%;
3716 }
3717 .column-lg > .col-lg-4 {
3718 height: 33.3333%;
3719 width: auto;
3720 }
3721 .row-lg > .col-lg-5 {
3722 height: auto;
3723 width: 41.6667%;
3724 }
3725 .row-lg > .offset-lg-5 {
3726 margin-left: 41.6667%;
3727 }
3728 .column-lg > .col-lg-5 {
3729 height: 41.6667%;
3730 width: auto;
3731 }
3732 .row-lg > .col-lg-6 {
3733 height: auto;
3734 width: 50%;
3735 }
3736 .row-lg > .offset-lg-6 {
3737 margin-left: 50%;
3738 }
3739 .column-lg > .col-lg-6 {
3740 height: 50%;
3741 width: auto;
3742 }
3743 .row-lg > .col-lg-7 {
3744 height: auto;
3745 width: 58.3333%;
3746 }
3747 .row-lg > .offset-lg-7 {
3748 margin-left: 58.3333%;
3749 }
3750 .column-lg > .col-lg-7 {
3751 height: 58.3333%;
3752 width: auto;
3753 }
3754 .row-lg > .col-lg-8 {
3755 height: auto;
3756 width: 66.6667%;
3757 }
3758 .row-lg > .offset-lg-8 {
3759 margin-left: 66.6667%;
3760 }
3761 .column-lg > .col-lg-8 {
3762 height: 66.6667%;
3763 width: auto;
3764 }
3765 .row-lg > .col-lg-9 {
3766 height: auto;
3767 width: 75%;
3768 }
3769 .row-lg > .offset-lg-9 {
3770 margin-left: 75%;
3771 }
3772 .column-lg > .col-lg-9 {
3773 height: 75%;
3774 width: auto;
3775 }
3776 .row-lg > .col-lg-10 {
3777 height: auto;
3778 width: 83.3333%;
3779 }
3780 .row-lg > .offset-lg-10 {
3781 margin-left: 83.3333%;
3782 }
3783 .column-lg > .col-lg-10 {
3784 height: 83.3333%;
3785 width: auto;
3786 }
3787 .row-lg > .col-lg-11 {
3788 height: auto;
3789 width: 91.6667%;
3790 }
3791 .row-lg > .offset-lg-11 {
3792 margin-left: 91.6667%;
3793 }
3794 .column-lg > .col-lg-11 {
3795 height: 91.6667%;
3796 width: auto;
3797 }
3798 .row-lg > .col-lg-12 {
3799 height: auto;
3800 width: 100%;
3801 }
3802 .row-lg > .offset-lg-12 {
3803 margin-left: 100%;
3804 }
3805 .column-lg > .col-lg-12 {
3806 height: 100%;
3807 width: auto;
3808 }
3809}
3810@media (min-width: 1920px) {
3811 .flex-xl-block {
3812 display: block;
3813 }
3814 .flex-xl-inline {
3815 display: inline-block;
3816 }
3817 .q-pa-xl-none {
3818 padding: 0 0;
3819 }
3820 .q-pl-xl-none,
3821 .q-px-xl-none {
3822 padding-left: 0;
3823 }
3824 .q-pr-xl-none,
3825 .q-px-xl-none {
3826 padding-right: 0;
3827 }
3828 .q-pt-xl-none,
3829 .q-py-xl-none {
3830 padding-top: 0;
3831 }
3832 .q-pb-xl-none,
3833 .q-py-xl-none {
3834 padding-bottom: 0;
3835 }
3836 .q-ma-xl-none {
3837 margin: 0 0;
3838 }
3839 .q-ml-xl-none,
3840 .q-mx-xl-none {
3841 margin-left: 0;
3842 }
3843 .q-mr-xl-none,
3844 .q-mx-xl-none {
3845 margin-right: 0;
3846 }
3847 .q-mt-xl-none,
3848 .q-my-xl-none {
3849 margin-top: 0;
3850 }
3851 .q-mb-xl-none,
3852 .q-my-xl-none {
3853 margin-bottom: 0;
3854 }
3855 .q-pa-xl-xs {
3856 padding: 4px 4px;
3857 }
3858 .q-pl-xl-xs,
3859 .q-px-xl-xs {
3860 padding-left: 4px;
3861 }
3862 .q-pr-xl-xs,
3863 .q-px-xl-xs {
3864 padding-right: 4px;
3865 }
3866 .q-pt-xl-xs,
3867 .q-py-xl-xs {
3868 padding-top: 4px;
3869 }
3870 .q-pb-xl-xs,
3871 .q-py-xl-xs {
3872 padding-bottom: 4px;
3873 }
3874 .q-ma-xl-xs {
3875 margin: 4px 4px;
3876 }
3877 .q-ml-xl-xs,
3878 .q-mx-xl-xs {
3879 margin-left: 4px;
3880 }
3881 .q-mr-xl-xs,
3882 .q-mx-xl-xs {
3883 margin-right: 4px;
3884 }
3885 .q-mt-xl-xs,
3886 .q-my-xl-xs {
3887 margin-top: 4px;
3888 }
3889 .q-mb-xl-xs,
3890 .q-my-xl-xs {
3891 margin-bottom: 4px;
3892 }
3893 .q-pa-xl-sm {
3894 padding: 8px 8px;
3895 }
3896 .q-pl-xl-sm,
3897 .q-px-xl-sm {
3898 padding-left: 8px;
3899 }
3900 .q-pr-xl-sm,
3901 .q-px-xl-sm {
3902 padding-right: 8px;
3903 }
3904 .q-pt-xl-sm,
3905 .q-py-xl-sm {
3906 padding-top: 8px;
3907 }
3908 .q-pb-xl-sm,
3909 .q-py-xl-sm {
3910 padding-bottom: 8px;
3911 }
3912 .q-ma-xl-sm {
3913 margin: 8px 8px;
3914 }
3915 .q-ml-xl-sm,
3916 .q-mx-xl-sm {
3917 margin-left: 8px;
3918 }
3919 .q-mr-xl-sm,
3920 .q-mx-xl-sm {
3921 margin-right: 8px;
3922 }
3923 .q-mt-xl-sm,
3924 .q-my-xl-sm {
3925 margin-top: 8px;
3926 }
3927 .q-mb-xl-sm,
3928 .q-my-xl-sm {
3929 margin-bottom: 8px;
3930 }
3931 .q-pa-xl-md {
3932 padding: 16px 16px;
3933 }
3934 .q-pl-xl-md,
3935 .q-px-xl-md {
3936 padding-left: 16px;
3937 }
3938 .q-pr-xl-md,
3939 .q-px-xl-md {
3940 padding-right: 16px;
3941 }
3942 .q-pt-xl-md,
3943 .q-py-xl-md {
3944 padding-top: 16px;
3945 }
3946 .q-pb-xl-md,
3947 .q-py-xl-md {
3948 padding-bottom: 16px;
3949 }
3950 .q-ma-xl-md {
3951 margin: 16px 16px;
3952 }
3953 .q-ml-xl-md,
3954 .q-mx-xl-md {
3955 margin-left: 16px;
3956 }
3957 .q-mr-xl-md,
3958 .q-mx-xl-md {
3959 margin-right: 16px;
3960 }
3961 .q-mt-xl-md,
3962 .q-my-xl-md {
3963 margin-top: 16px;
3964 }
3965 .q-mb-xl-md,
3966 .q-my-xl-md {
3967 margin-bottom: 16px;
3968 }
3969 .q-pa-xl-lg {
3970 padding: 24px 24px;
3971 }
3972 .q-pl-xl-lg,
3973 .q-px-xl-lg {
3974 padding-left: 24px;
3975 }
3976 .q-pr-xl-lg,
3977 .q-px-xl-lg {
3978 padding-right: 24px;
3979 }
3980 .q-pt-xl-lg,
3981 .q-py-xl-lg {
3982 padding-top: 24px;
3983 }
3984 .q-pb-xl-lg,
3985 .q-py-xl-lg {
3986 padding-bottom: 24px;
3987 }
3988 .q-ma-xl-lg {
3989 margin: 24px 24px;
3990 }
3991 .q-ml-xl-lg,
3992 .q-mx-xl-lg {
3993 margin-left: 24px;
3994 }
3995 .q-mr-xl-lg,
3996 .q-mx-xl-lg {
3997 margin-right: 24px;
3998 }
3999 .q-mt-xl-lg,
4000 .q-my-xl-lg {
4001 margin-top: 24px;
4002 }
4003 .q-mb-xl-lg,
4004 .q-my-xl-lg {
4005 margin-bottom: 24px;
4006 }
4007 .q-pa-xl-xl {
4008 padding: 48px 48px;
4009 }
4010 .q-pl-xl-xl,
4011 .q-px-xl-xl {
4012 padding-left: 48px;
4013 }
4014 .q-pr-xl-xl,
4015 .q-px-xl-xl {
4016 padding-right: 48px;
4017 }
4018 .q-pt-xl-xl,
4019 .q-py-xl-xl {
4020 padding-top: 48px;
4021 }
4022 .q-pb-xl-xl,
4023 .q-py-xl-xl {
4024 padding-bottom: 48px;
4025 }
4026 .q-ma-xl-xl {
4027 margin: 48px 48px;
4028 }
4029 .q-ml-xl-xl,
4030 .q-mx-xl-xl {
4031 margin-left: 48px;
4032 }
4033 .q-mr-xl-xl,
4034 .q-mx-xl-xl {
4035 margin-right: 48px;
4036 }
4037 .q-mt-xl-xl,
4038 .q-my-xl-xl {
4039 margin-top: 48px;
4040 }
4041 .q-mb-xl-xl,
4042 .q-my-xl-xl {
4043 margin-bottom: 48px;
4044 }
4045 .q-ml-xl-auto,
4046 .q-mx-xl-auto {
4047 margin-left: auto;
4048 }
4049 .q-mr-xl-auto,
4050 .q-mx-xl-auto {
4051 margin-right: auto;
4052 }
4053 .row.inline-xl,
4054 .column.inline-xl,
4055 .flex.inline-xl {
4056 display: inline-flex;
4057 }
4058 .row-xl,
4059 .column-xl,
4060 .flex-xl {
4061 display: flex;
4062 flex-wrap: wrap;
4063 }
4064 .row-xl.inline,
4065 .column-xl.inline,
4066 .flex-xl.inline,
4067 .row-xl.inline-xl,
4068 .column-xl.inline-xl,
4069 .flex-xl.inline-xl {
4070 display: inline-flex;
4071 }
4072 .row.reverse-xl {
4073 flex-direction: row-reverse;
4074 }
4075 .row-xl {
4076 flex-direction: row;
4077 }
4078 .row-xl.reverse,
4079 .row-xl.reverse-xl {
4080 flex-direction: row-reverse;
4081 }
4082 .column.reverse-xl {
4083 flex-direction: column-reverse;
4084 }
4085 .column-xl {
4086 flex-direction: column;
4087 }
4088 .column-xl.reverse,
4089 .column-xl.reverse-xl {
4090 flex-direction: column-reverse;
4091 }
4092 .wrap-xl {
4093 flex-wrap: wrap;
4094 }
4095 .no-wrap-xl {
4096 flex-wrap: nowrap;
4097 }
4098 .reverse-wrap-xl {
4099 flex-wrap: wrap-reverse;
4100 }
4101 .order-xl-first {
4102 order: -10000;
4103 }
4104 .order-xl-last {
4105 order: 10000;
4106 }
4107 .order-xl-none {
4108 order: 0;
4109 }
4110 .justify-xl-start {
4111 justify-content: flex-start;
4112 }
4113 .justify-xl-end {
4114 justify-content: flex-end;
4115 }
4116 .justify-xl-center,
4117 .flex-xl-center {
4118 justify-content: center;
4119 }
4120 .justify-xl-between {
4121 justify-content: space-between;
4122 }
4123 .justify-xl-around {
4124 justify-content: space-around;
4125 }
4126 .justify-xl-evenly {
4127 justify-content: space-evenly;
4128 }
4129 .items-xl-start {
4130 align-items: flex-start;
4131 }
4132 .items-xl-end {
4133 align-items: flex-end;
4134 }
4135 .items-xl-center,
4136 .flex-xl-center {
4137 align-items: center;
4138 }
4139 .items-xl-baseline {
4140 align-items: baseline;
4141 }
4142 .items-xl-stretch {
4143 align-items: stretch;
4144 }
4145 .content-xl-start {
4146 align-content: flex-start;
4147 }
4148 .content-xl-end {
4149 align-content: flex-end;
4150 }
4151 .content-xl-center {
4152 align-content: center;
4153 }
4154 .content-xl-between {
4155 align-content: space-between;
4156 }
4157 .content-xl-around {
4158 align-content: space-around;
4159 }
4160 .self-xl-start {
4161 align-self: flex-start;
4162 }
4163 .self-xl-end {
4164 align-self: flex-end;
4165 }
4166 .self-xl-center {
4167 align-self: center;
4168 }
4169 .self-xl-baseline {
4170 align-self: baseline;
4171 }
4172 .self-xl-stretch {
4173 align-self: stretch;
4174 }
4175 .q-gutter-xl-x-none,
4176 .q-gutter-xl-none {
4177 margin-left: 0;
4178 }
4179 .q-gutter-xl-x-none > *,
4180 .q-gutter-xl-none > * {
4181 margin-left: 0;
4182 }
4183 .q-gutter-xl-y-none,
4184 .q-gutter-xl-none {
4185 margin-top: 0;
4186 }
4187 .q-gutter-xl-y-none > *,
4188 .q-gutter-xl-none > * {
4189 margin-top: 0;
4190 }
4191 .q-col-gutter-xl-x-none,
4192 .q-col-gutter-xl-none {
4193 margin-left: 0;
4194 }
4195 .q-col-gutter-xl-x-none > *,
4196 .q-col-gutter-xl-none > * {
4197 padding-left: 0;
4198 }
4199 .q-col-gutter-xl-y-none,
4200 .q-col-gutter-xl-none {
4201 margin-top: 0;
4202 }
4203 .q-col-gutter-xl-y-none > *,
4204 .q-col-gutter-xl-none > * {
4205 padding-top: 0;
4206 }
4207 .q-gutter-xl-x-xs,
4208 .q-gutter-xl-xs {
4209 margin-left: -4px;
4210 }
4211 .q-gutter-xl-x-xs > *,
4212 .q-gutter-xl-xs > * {
4213 margin-left: 4px;
4214 }
4215 .q-gutter-xl-y-xs,
4216 .q-gutter-xl-xs {
4217 margin-top: -4px;
4218 }
4219 .q-gutter-xl-y-xs > *,
4220 .q-gutter-xl-xs > * {
4221 margin-top: 4px;
4222 }
4223 .q-col-gutter-xl-x-xs,
4224 .q-col-gutter-xl-xs {
4225 margin-left: -4px;
4226 }
4227 .q-col-gutter-xl-x-xs > *,
4228 .q-col-gutter-xl-xs > * {
4229 padding-left: 4px;
4230 }
4231 .q-col-gutter-xl-y-xs,
4232 .q-col-gutter-xl-xs {
4233 margin-top: -4px;
4234 }
4235 .q-col-gutter-xl-y-xs > *,
4236 .q-col-gutter-xl-xs > * {
4237 padding-top: 4px;
4238 }
4239 .q-gutter-xl-x-sm,
4240 .q-gutter-xl-sm {
4241 margin-left: -8px;
4242 }
4243 .q-gutter-xl-x-sm > *,
4244 .q-gutter-xl-sm > * {
4245 margin-left: 8px;
4246 }
4247 .q-gutter-xl-y-sm,
4248 .q-gutter-xl-sm {
4249 margin-top: -8px;
4250 }
4251 .q-gutter-xl-y-sm > *,
4252 .q-gutter-xl-sm > * {
4253 margin-top: 8px;
4254 }
4255 .q-col-gutter-xl-x-sm,
4256 .q-col-gutter-xl-sm {
4257 margin-left: -8px;
4258 }
4259 .q-col-gutter-xl-x-sm > *,
4260 .q-col-gutter-xl-sm > * {
4261 padding-left: 8px;
4262 }
4263 .q-col-gutter-xl-y-sm,
4264 .q-col-gutter-xl-sm {
4265 margin-top: -8px;
4266 }
4267 .q-col-gutter-xl-y-sm > *,
4268 .q-col-gutter-xl-sm > * {
4269 padding-top: 8px;
4270 }
4271 .q-gutter-xl-x-md,
4272 .q-gutter-xl-md {
4273 margin-left: -16px;
4274 }
4275 .q-gutter-xl-x-md > *,
4276 .q-gutter-xl-md > * {
4277 margin-left: 16px;
4278 }
4279 .q-gutter-xl-y-md,
4280 .q-gutter-xl-md {
4281 margin-top: -16px;
4282 }
4283 .q-gutter-xl-y-md > *,
4284 .q-gutter-xl-md > * {
4285 margin-top: 16px;
4286 }
4287 .q-col-gutter-xl-x-md,
4288 .q-col-gutter-xl-md {
4289 margin-left: -16px;
4290 }
4291 .q-col-gutter-xl-x-md > *,
4292 .q-col-gutter-xl-md > * {
4293 padding-left: 16px;
4294 }
4295 .q-col-gutter-xl-y-md,
4296 .q-col-gutter-xl-md {
4297 margin-top: -16px;
4298 }
4299 .q-col-gutter-xl-y-md > *,
4300 .q-col-gutter-xl-md > * {
4301 padding-top: 16px;
4302 }
4303 .q-gutter-xl-x-lg,
4304 .q-gutter-xl-lg {
4305 margin-left: -24px;
4306 }
4307 .q-gutter-xl-x-lg > *,
4308 .q-gutter-xl-lg > * {
4309 margin-left: 24px;
4310 }
4311 .q-gutter-xl-y-lg,
4312 .q-gutter-xl-lg {
4313 margin-top: -24px;
4314 }
4315 .q-gutter-xl-y-lg > *,
4316 .q-gutter-xl-lg > * {
4317 margin-top: 24px;
4318 }
4319 .q-col-gutter-xl-x-lg,
4320 .q-col-gutter-xl-lg {
4321 margin-left: -24px;
4322 }
4323 .q-col-gutter-xl-x-lg > *,
4324 .q-col-gutter-xl-lg > * {
4325 padding-left: 24px;
4326 }
4327 .q-col-gutter-xl-y-lg,
4328 .q-col-gutter-xl-lg {
4329 margin-top: -24px;
4330 }
4331 .q-col-gutter-xl-y-lg > *,
4332 .q-col-gutter-xl-lg > * {
4333 padding-top: 24px;
4334 }
4335 .q-gutter-xl-x-xl,
4336 .q-gutter-xl-xl {
4337 margin-left: -48px;
4338 }
4339 .q-gutter-xl-x-xl > *,
4340 .q-gutter-xl-xl > * {
4341 margin-left: 48px;
4342 }
4343 .q-gutter-xl-y-xl,
4344 .q-gutter-xl-xl {
4345 margin-top: -48px;
4346 }
4347 .q-gutter-xl-y-xl > *,
4348 .q-gutter-xl-xl > * {
4349 margin-top: 48px;
4350 }
4351 .q-col-gutter-xl-x-xl,
4352 .q-col-gutter-xl-xl {
4353 margin-left: -48px;
4354 }
4355 .q-col-gutter-xl-x-xl > *,
4356 .q-col-gutter-xl-xl > * {
4357 padding-left: 48px;
4358 }
4359 .q-col-gutter-xl-y-xl,
4360 .q-col-gutter-xl-xl {
4361 margin-top: -48px;
4362 }
4363 .q-col-gutter-xl-y-xl > *,
4364 .q-col-gutter-xl-xl > * {
4365 padding-top: 48px;
4366 }
4367 .row-xl > .col-0,
4368 .row-xl > .col-xs-0 {
4369 height: auto;
4370 width: 0%;
4371 }
4372 .row-xl > .offset-0,
4373 .row-xl > .offset-xs-0 {
4374 margin-left: 0%;
4375 }
4376 .column-xl > .col-0,
4377 .column-xl > .col-xs-0 {
4378 height: 0%;
4379 width: auto;
4380 }
4381 .row-xl > .col-1,
4382 .row-xl > .col-xs-1 {
4383 height: auto;
4384 width: 8.3333%;
4385 }
4386 .row-xl > .offset-1,
4387 .row-xl > .offset-xs-1 {
4388 margin-left: 8.3333%;
4389 }
4390 .column-xl > .col-1,
4391 .column-xl > .col-xs-1 {
4392 height: 8.3333%;
4393 width: auto;
4394 }
4395 .row-xl > .col-2,
4396 .row-xl > .col-xs-2 {
4397 height: auto;
4398 width: 16.6667%;
4399 }
4400 .row-xl > .offset-2,
4401 .row-xl > .offset-xs-2 {
4402 margin-left: 16.6667%;
4403 }
4404 .column-xl > .col-2,
4405 .column-xl > .col-xs-2 {
4406 height: 16.6667%;
4407 width: auto;
4408 }
4409 .row-xl > .col-3,
4410 .row-xl > .col-xs-3 {
4411 height: auto;
4412 width: 25%;
4413 }
4414 .row-xl > .offset-3,
4415 .row-xl > .offset-xs-3 {
4416 margin-left: 25%;
4417 }
4418 .column-xl > .col-3,
4419 .column-xl > .col-xs-3 {
4420 height: 25%;
4421 width: auto;
4422 }
4423 .row-xl > .col-4,
4424 .row-xl > .col-xs-4 {
4425 height: auto;
4426 width: 33.3333%;
4427 }
4428 .row-xl > .offset-4,
4429 .row-xl > .offset-xs-4 {
4430 margin-left: 33.3333%;
4431 }
4432 .column-xl > .col-4,
4433 .column-xl > .col-xs-4 {
4434 height: 33.3333%;
4435 width: auto;
4436 }
4437 .row-xl > .col-5,
4438 .row-xl > .col-xs-5 {
4439 height: auto;
4440 width: 41.6667%;
4441 }
4442 .row-xl > .offset-5,
4443 .row-xl > .offset-xs-5 {
4444 margin-left: 41.6667%;
4445 }
4446 .column-xl > .col-5,
4447 .column-xl > .col-xs-5 {
4448 height: 41.6667%;
4449 width: auto;
4450 }
4451 .row-xl > .col-6,
4452 .row-xl > .col-xs-6 {
4453 height: auto;
4454 width: 50%;
4455 }
4456 .row-xl > .offset-6,
4457 .row-xl > .offset-xs-6 {
4458 margin-left: 50%;
4459 }
4460 .column-xl > .col-6,
4461 .column-xl > .col-xs-6 {
4462 height: 50%;
4463 width: auto;
4464 }
4465 .row-xl > .col-7,
4466 .row-xl > .col-xs-7 {
4467 height: auto;
4468 width: 58.3333%;
4469 }
4470 .row-xl > .offset-7,
4471 .row-xl > .offset-xs-7 {
4472 margin-left: 58.3333%;
4473 }
4474 .column-xl > .col-7,
4475 .column-xl > .col-xs-7 {
4476 height: 58.3333%;
4477 width: auto;
4478 }
4479 .row-xl > .col-8,
4480 .row-xl > .col-xs-8 {
4481 height: auto;
4482 width: 66.6667%;
4483 }
4484 .row-xl > .offset-8,
4485 .row-xl > .offset-xs-8 {
4486 margin-left: 66.6667%;
4487 }
4488 .column-xl > .col-8,
4489 .column-xl > .col-xs-8 {
4490 height: 66.6667%;
4491 width: auto;
4492 }
4493 .row-xl > .col-9,
4494 .row-xl > .col-xs-9 {
4495 height: auto;
4496 width: 75%;
4497 }
4498 .row-xl > .offset-9,
4499 .row-xl > .offset-xs-9 {
4500 margin-left: 75%;
4501 }
4502 .column-xl > .col-9,
4503 .column-xl > .col-xs-9 {
4504 height: 75%;
4505 width: auto;
4506 }
4507 .row-xl > .col-10,
4508 .row-xl > .col-xs-10 {
4509 height: auto;
4510 width: 83.3333%;
4511 }
4512 .row-xl > .offset-10,
4513 .row-xl > .offset-xs-10 {
4514 margin-left: 83.3333%;
4515 }
4516 .column-xl > .col-10,
4517 .column-xl > .col-xs-10 {
4518 height: 83.3333%;
4519 width: auto;
4520 }
4521 .row-xl > .col-11,
4522 .row-xl > .col-xs-11 {
4523 height: auto;
4524 width: 91.6667%;
4525 }
4526 .row-xl > .offset-11,
4527 .row-xl > .offset-xs-11 {
4528 margin-left: 91.6667%;
4529 }
4530 .column-xl > .col-11,
4531 .column-xl > .col-xs-11 {
4532 height: 91.6667%;
4533 width: auto;
4534 }
4535 .row-xl > .col-12,
4536 .row-xl > .col-xs-12 {
4537 height: auto;
4538 width: 100%;
4539 }
4540 .row-xl > .offset-12,
4541 .row-xl > .offset-xs-12 {
4542 margin-left: 100%;
4543 }
4544 .column-xl > .col-12,
4545 .column-xl > .col-xs-12 {
4546 height: 100%;
4547 width: auto;
4548 }
4549 .row-xl > .col-sm-0 {
4550 height: auto;
4551 width: 0%;
4552 }
4553 .row-xl > .offset-sm-0 {
4554 margin-left: 0%;
4555 }
4556 .column-xl > .col-sm-0 {
4557 height: 0%;
4558 width: auto;
4559 }
4560 .row-xl > .col-sm-1 {
4561 height: auto;
4562 width: 8.3333%;
4563 }
4564 .row-xl > .offset-sm-1 {
4565 margin-left: 8.3333%;
4566 }
4567 .column-xl > .col-sm-1 {
4568 height: 8.3333%;
4569 width: auto;
4570 }
4571 .row-xl > .col-sm-2 {
4572 height: auto;
4573 width: 16.6667%;
4574 }
4575 .row-xl > .offset-sm-2 {
4576 margin-left: 16.6667%;
4577 }
4578 .column-xl > .col-sm-2 {
4579 height: 16.6667%;
4580 width: auto;
4581 }
4582 .row-xl > .col-sm-3 {
4583 height: auto;
4584 width: 25%;
4585 }
4586 .row-xl > .offset-sm-3 {
4587 margin-left: 25%;
4588 }
4589 .column-xl > .col-sm-3 {
4590 height: 25%;
4591 width: auto;
4592 }
4593 .row-xl > .col-sm-4 {
4594 height: auto;
4595 width: 33.3333%;
4596 }
4597 .row-xl > .offset-sm-4 {
4598 margin-left: 33.3333%;
4599 }
4600 .column-xl > .col-sm-4 {
4601 height: 33.3333%;
4602 width: auto;
4603 }
4604 .row-xl > .col-sm-5 {
4605 height: auto;
4606 width: 41.6667%;
4607 }
4608 .row-xl > .offset-sm-5 {
4609 margin-left: 41.6667%;
4610 }
4611 .column-xl > .col-sm-5 {
4612 height: 41.6667%;
4613 width: auto;
4614 }
4615 .row-xl > .col-sm-6 {
4616 height: auto;
4617 width: 50%;
4618 }
4619 .row-xl > .offset-sm-6 {
4620 margin-left: 50%;
4621 }
4622 .column-xl > .col-sm-6 {
4623 height: 50%;
4624 width: auto;
4625 }
4626 .row-xl > .col-sm-7 {
4627 height: auto;
4628 width: 58.3333%;
4629 }
4630 .row-xl > .offset-sm-7 {
4631 margin-left: 58.3333%;
4632 }
4633 .column-xl > .col-sm-7 {
4634 height: 58.3333%;
4635 width: auto;
4636 }
4637 .row-xl > .col-sm-8 {
4638 height: auto;
4639 width: 66.6667%;
4640 }
4641 .row-xl > .offset-sm-8 {
4642 margin-left: 66.6667%;
4643 }
4644 .column-xl > .col-sm-8 {
4645 height: 66.6667%;
4646 width: auto;
4647 }
4648 .row-xl > .col-sm-9 {
4649 height: auto;
4650 width: 75%;
4651 }
4652 .row-xl > .offset-sm-9 {
4653 margin-left: 75%;
4654 }
4655 .column-xl > .col-sm-9 {
4656 height: 75%;
4657 width: auto;
4658 }
4659 .row-xl > .col-sm-10 {
4660 height: auto;
4661 width: 83.3333%;
4662 }
4663 .row-xl > .offset-sm-10 {
4664 margin-left: 83.3333%;
4665 }
4666 .column-xl > .col-sm-10 {
4667 height: 83.3333%;
4668 width: auto;
4669 }
4670 .row-xl > .col-sm-11 {
4671 height: auto;
4672 width: 91.6667%;
4673 }
4674 .row-xl > .offset-sm-11 {
4675 margin-left: 91.6667%;
4676 }
4677 .column-xl > .col-sm-11 {
4678 height: 91.6667%;
4679 width: auto;
4680 }
4681 .row-xl > .col-sm-12 {
4682 height: auto;
4683 width: 100%;
4684 }
4685 .row-xl > .offset-sm-12 {
4686 margin-left: 100%;
4687 }
4688 .column-xl > .col-sm-12 {
4689 height: 100%;
4690 width: auto;
4691 }
4692 .row-xl > .col-md-0 {
4693 height: auto;
4694 width: 0%;
4695 }
4696 .row-xl > .offset-md-0 {
4697 margin-left: 0%;
4698 }
4699 .column-xl > .col-md-0 {
4700 height: 0%;
4701 width: auto;
4702 }
4703 .row-xl > .col-md-1 {
4704 height: auto;
4705 width: 8.3333%;
4706 }
4707 .row-xl > .offset-md-1 {
4708 margin-left: 8.3333%;
4709 }
4710 .column-xl > .col-md-1 {
4711 height: 8.3333%;
4712 width: auto;
4713 }
4714 .row-xl > .col-md-2 {
4715 height: auto;
4716 width: 16.6667%;
4717 }
4718 .row-xl > .offset-md-2 {
4719 margin-left: 16.6667%;
4720 }
4721 .column-xl > .col-md-2 {
4722 height: 16.6667%;
4723 width: auto;
4724 }
4725 .row-xl > .col-md-3 {
4726 height: auto;
4727 width: 25%;
4728 }
4729 .row-xl > .offset-md-3 {
4730 margin-left: 25%;
4731 }
4732 .column-xl > .col-md-3 {
4733 height: 25%;
4734 width: auto;
4735 }
4736 .row-xl > .col-md-4 {
4737 height: auto;
4738 width: 33.3333%;
4739 }
4740 .row-xl > .offset-md-4 {
4741 margin-left: 33.3333%;
4742 }
4743 .column-xl > .col-md-4 {
4744 height: 33.3333%;
4745 width: auto;
4746 }
4747 .row-xl > .col-md-5 {
4748 height: auto;
4749 width: 41.6667%;
4750 }
4751 .row-xl > .offset-md-5 {
4752 margin-left: 41.6667%;
4753 }
4754 .column-xl > .col-md-5 {
4755 height: 41.6667%;
4756 width: auto;
4757 }
4758 .row-xl > .col-md-6 {
4759 height: auto;
4760 width: 50%;
4761 }
4762 .row-xl > .offset-md-6 {
4763 margin-left: 50%;
4764 }
4765 .column-xl > .col-md-6 {
4766 height: 50%;
4767 width: auto;
4768 }
4769 .row-xl > .col-md-7 {
4770 height: auto;
4771 width: 58.3333%;
4772 }
4773 .row-xl > .offset-md-7 {
4774 margin-left: 58.3333%;
4775 }
4776 .column-xl > .col-md-7 {
4777 height: 58.3333%;
4778 width: auto;
4779 }
4780 .row-xl > .col-md-8 {
4781 height: auto;
4782 width: 66.6667%;
4783 }
4784 .row-xl > .offset-md-8 {
4785 margin-left: 66.6667%;
4786 }
4787 .column-xl > .col-md-8 {
4788 height: 66.6667%;
4789 width: auto;
4790 }
4791 .row-xl > .col-md-9 {
4792 height: auto;
4793 width: 75%;
4794 }
4795 .row-xl > .offset-md-9 {
4796 margin-left: 75%;
4797 }
4798 .column-xl > .col-md-9 {
4799 height: 75%;
4800 width: auto;
4801 }
4802 .row-xl > .col-md-10 {
4803 height: auto;
4804 width: 83.3333%;
4805 }
4806 .row-xl > .offset-md-10 {
4807 margin-left: 83.3333%;
4808 }
4809 .column-xl > .col-md-10 {
4810 height: 83.3333%;
4811 width: auto;
4812 }
4813 .row-xl > .col-md-11 {
4814 height: auto;
4815 width: 91.6667%;
4816 }
4817 .row-xl > .offset-md-11 {
4818 margin-left: 91.6667%;
4819 }
4820 .column-xl > .col-md-11 {
4821 height: 91.6667%;
4822 width: auto;
4823 }
4824 .row-xl > .col-md-12 {
4825 height: auto;
4826 width: 100%;
4827 }
4828 .row-xl > .offset-md-12 {
4829 margin-left: 100%;
4830 }
4831 .column-xl > .col-md-12 {
4832 height: 100%;
4833 width: auto;
4834 }
4835 .row-xl > .col-lg-0 {
4836 height: auto;
4837 width: 0%;
4838 }
4839 .row-xl > .offset-lg-0 {
4840 margin-left: 0%;
4841 }
4842 .column-xl > .col-lg-0 {
4843 height: 0%;
4844 width: auto;
4845 }
4846 .row-xl > .col-lg-1 {
4847 height: auto;
4848 width: 8.3333%;
4849 }
4850 .row-xl > .offset-lg-1 {
4851 margin-left: 8.3333%;
4852 }
4853 .column-xl > .col-lg-1 {
4854 height: 8.3333%;
4855 width: auto;
4856 }
4857 .row-xl > .col-lg-2 {
4858 height: auto;
4859 width: 16.6667%;
4860 }
4861 .row-xl > .offset-lg-2 {
4862 margin-left: 16.6667%;
4863 }
4864 .column-xl > .col-lg-2 {
4865 height: 16.6667%;
4866 width: auto;
4867 }
4868 .row-xl > .col-lg-3 {
4869 height: auto;
4870 width: 25%;
4871 }
4872 .row-xl > .offset-lg-3 {
4873 margin-left: 25%;
4874 }
4875 .column-xl > .col-lg-3 {
4876 height: 25%;
4877 width: auto;
4878 }
4879 .row-xl > .col-lg-4 {
4880 height: auto;
4881 width: 33.3333%;
4882 }
4883 .row-xl > .offset-lg-4 {
4884 margin-left: 33.3333%;
4885 }
4886 .column-xl > .col-lg-4 {
4887 height: 33.3333%;
4888 width: auto;
4889 }
4890 .row-xl > .col-lg-5 {
4891 height: auto;
4892 width: 41.6667%;
4893 }
4894 .row-xl > .offset-lg-5 {
4895 margin-left: 41.6667%;
4896 }
4897 .column-xl > .col-lg-5 {
4898 height: 41.6667%;
4899 width: auto;
4900 }
4901 .row-xl > .col-lg-6 {
4902 height: auto;
4903 width: 50%;
4904 }
4905 .row-xl > .offset-lg-6 {
4906 margin-left: 50%;
4907 }
4908 .column-xl > .col-lg-6 {
4909 height: 50%;
4910 width: auto;
4911 }
4912 .row-xl > .col-lg-7 {
4913 height: auto;
4914 width: 58.3333%;
4915 }
4916 .row-xl > .offset-lg-7 {
4917 margin-left: 58.3333%;
4918 }
4919 .column-xl > .col-lg-7 {
4920 height: 58.3333%;
4921 width: auto;
4922 }
4923 .row-xl > .col-lg-8 {
4924 height: auto;
4925 width: 66.6667%;
4926 }
4927 .row-xl > .offset-lg-8 {
4928 margin-left: 66.6667%;
4929 }
4930 .column-xl > .col-lg-8 {
4931 height: 66.6667%;
4932 width: auto;
4933 }
4934 .row-xl > .col-lg-9 {
4935 height: auto;
4936 width: 75%;
4937 }
4938 .row-xl > .offset-lg-9 {
4939 margin-left: 75%;
4940 }
4941 .column-xl > .col-lg-9 {
4942 height: 75%;
4943 width: auto;
4944 }
4945 .row-xl > .col-lg-10 {
4946 height: auto;
4947 width: 83.3333%;
4948 }
4949 .row-xl > .offset-lg-10 {
4950 margin-left: 83.3333%;
4951 }
4952 .column-xl > .col-lg-10 {
4953 height: 83.3333%;
4954 width: auto;
4955 }
4956 .row-xl > .col-lg-11 {
4957 height: auto;
4958 width: 91.6667%;
4959 }
4960 .row-xl > .offset-lg-11 {
4961 margin-left: 91.6667%;
4962 }
4963 .column-xl > .col-lg-11 {
4964 height: 91.6667%;
4965 width: auto;
4966 }
4967 .row-xl > .col-lg-12 {
4968 height: auto;
4969 width: 100%;
4970 }
4971 .row-xl > .offset-lg-12 {
4972 margin-left: 100%;
4973 }
4974 .column-xl > .col-lg-12 {
4975 height: 100%;
4976 width: auto;
4977 }
4978 .row-xl > .col-xl-0 {
4979 height: auto;
4980 width: 0%;
4981 }
4982 .row-xl > .offset-xl-0 {
4983 margin-left: 0%;
4984 }
4985 .column-xl > .col-xl-0 {
4986 height: 0%;
4987 width: auto;
4988 }
4989 .row-xl > .col-xl-1 {
4990 height: auto;
4991 width: 8.3333%;
4992 }
4993 .row-xl > .offset-xl-1 {
4994 margin-left: 8.3333%;
4995 }
4996 .column-xl > .col-xl-1 {
4997 height: 8.3333%;
4998 width: auto;
4999 }
5000 .row-xl > .col-xl-2 {
5001 height: auto;
5002 width: 16.6667%;
5003 }
5004 .row-xl > .offset-xl-2 {
5005 margin-left: 16.6667%;
5006 }
5007 .column-xl > .col-xl-2 {
5008 height: 16.6667%;
5009 width: auto;
5010 }
5011 .row-xl > .col-xl-3 {
5012 height: auto;
5013 width: 25%;
5014 }
5015 .row-xl > .offset-xl-3 {
5016 margin-left: 25%;
5017 }
5018 .column-xl > .col-xl-3 {
5019 height: 25%;
5020 width: auto;
5021 }
5022 .row-xl > .col-xl-4 {
5023 height: auto;
5024 width: 33.3333%;
5025 }
5026 .row-xl > .offset-xl-4 {
5027 margin-left: 33.3333%;
5028 }
5029 .column-xl > .col-xl-4 {
5030 height: 33.3333%;
5031 width: auto;
5032 }
5033 .row-xl > .col-xl-5 {
5034 height: auto;
5035 width: 41.6667%;
5036 }
5037 .row-xl > .offset-xl-5 {
5038 margin-left: 41.6667%;
5039 }
5040 .column-xl > .col-xl-5 {
5041 height: 41.6667%;
5042 width: auto;
5043 }
5044 .row-xl > .col-xl-6 {
5045 height: auto;
5046 width: 50%;
5047 }
5048 .row-xl > .offset-xl-6 {
5049 margin-left: 50%;
5050 }
5051 .column-xl > .col-xl-6 {
5052 height: 50%;
5053 width: auto;
5054 }
5055 .row-xl > .col-xl-7 {
5056 height: auto;
5057 width: 58.3333%;
5058 }
5059 .row-xl > .offset-xl-7 {
5060 margin-left: 58.3333%;
5061 }
5062 .column-xl > .col-xl-7 {
5063 height: 58.3333%;
5064 width: auto;
5065 }
5066 .row-xl > .col-xl-8 {
5067 height: auto;
5068 width: 66.6667%;
5069 }
5070 .row-xl > .offset-xl-8 {
5071 margin-left: 66.6667%;
5072 }
5073 .column-xl > .col-xl-8 {
5074 height: 66.6667%;
5075 width: auto;
5076 }
5077 .row-xl > .col-xl-9 {
5078 height: auto;
5079 width: 75%;
5080 }
5081 .row-xl > .offset-xl-9 {
5082 margin-left: 75%;
5083 }
5084 .column-xl > .col-xl-9 {
5085 height: 75%;
5086 width: auto;
5087 }
5088 .row-xl > .col-xl-10 {
5089 height: auto;
5090 width: 83.3333%;
5091 }
5092 .row-xl > .offset-xl-10 {
5093 margin-left: 83.3333%;
5094 }
5095 .column-xl > .col-xl-10 {
5096 height: 83.3333%;
5097 width: auto;
5098 }
5099 .row-xl > .col-xl-11 {
5100 height: auto;
5101 width: 91.6667%;
5102 }
5103 .row-xl > .offset-xl-11 {
5104 margin-left: 91.6667%;
5105 }
5106 .column-xl > .col-xl-11 {
5107 height: 91.6667%;
5108 width: auto;
5109 }
5110 .row-xl > .col-xl-12 {
5111 height: auto;
5112 width: 100%;
5113 }
5114 .row-xl > .offset-xl-12 {
5115 margin-left: 100%;
5116 }
5117 .column-xl > .col-xl-12 {
5118 height: 100%;
5119 width: auto;
5120 }
5121}