@coreui/coreui 4.1.5 → 4.1.6

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