@bagelink/vue 0.0.805 → 0.0.809
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.
- package/dist/components/BglVideo.vue.d.ts.map +1 -1
- package/dist/components/DataPreview.vue.d.ts +9 -3
- package/dist/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/MapEmbed.vue.d.ts.map +1 -1
- package/dist/components/ModalForm.vue.d.ts +9 -3
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/NavBar.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts +3 -1
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Zoomer.vue.d.ts.map +1 -1
- package/dist/components/form/BglField.vue.d.ts +3 -1
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglForm.vue.d.ts +9 -3
- package/dist/components/form/BglForm.vue.d.ts.map +1 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts +3 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ColorPicker.vue.d.ts +6 -2
- package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts +6 -2
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +3 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/formatting.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +6 -2
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TableField.vue.d.ts +6 -2
- package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts +6 -2
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/components/lightbox/index.d.ts.map +1 -1
- package/dist/composables/index.d.ts +3 -1
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/index.cjs +153 -144
- package/dist/index.mjs +153 -144
- package/dist/plugins/modal.d.ts +12 -4
- package/dist/plugins/modal.d.ts.map +1 -1
- package/dist/style.css +3077 -398
- package/dist/types/BagelForm.d.ts +27 -9
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +45 -15
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/dist/utils/allCountries.d.ts +1 -1
- package/dist/utils/allCountries.d.ts.map +1 -1
- package/dist/utils/index.d.ts +6 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/lang.d.ts +3 -1
- package/dist/utils/lang.d.ts.map +1 -1
- package/dist/utils/strings.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/components/Accordion.vue +1 -1
- package/src/components/AccordionItem.vue +4 -4
- package/src/components/AddressSearch.vue +1 -1
- package/src/components/BglVideo.vue +1 -2
- package/src/components/DataPreview.vue +1 -1
- package/src/components/MapEmbed.vue +4 -6
- package/src/components/ModalForm.vue +3 -3
- package/src/components/NavBar.vue +6 -3
- package/src/components/TableSchema.vue +6 -6
- package/src/components/Zoomer.vue +7 -8
- package/src/components/dashboard/Lineart.vue +3 -3
- package/src/components/form/BglField.vue +2 -2
- package/src/components/form/BglFieldSet.vue +1 -1
- package/src/components/form/BglForm.vue +2 -2
- package/src/components/form/inputs/CheckInput.vue +1 -1
- package/src/components/form/inputs/ColorPicker.vue +1 -1
- package/src/components/form/inputs/DatePicker.vue +1 -1
- package/src/components/form/inputs/FileUpload.vue +10 -10
- package/src/components/form/inputs/OTP.vue +6 -6
- package/src/components/form/inputs/PasswordInput.vue +1 -1
- package/src/components/form/inputs/RadioPillsInput.vue +1 -1
- package/src/components/form/inputs/RichText.vue +1 -1
- package/src/components/form/inputs/RichText2/Toolbar.vue +2 -2
- package/src/components/form/inputs/RichText2/formatting.ts +5 -3
- package/src/components/form/inputs/RichText2/index.vue +1 -1
- package/src/components/form/inputs/SelectInput.vue +50 -39
- package/src/components/form/inputs/SignaturePad.vue +2 -2
- package/src/components/form/inputs/TableField.vue +5 -5
- package/src/components/form/inputs/TelInput.vue +4 -4
- package/src/components/form/inputs/TextInput.vue +1 -1
- package/src/components/form/inputs/ToggleInput.vue +1 -1
- package/src/components/formkit/FileUploader.vue +1 -1
- package/src/components/formkit/MiscFields.vue +1 -1
- package/src/components/layout/BottomMenu.vue +2 -2
- package/src/components/layout/Layout.vue +2 -2
- package/src/components/layout/Tabs.vue +2 -2
- package/src/components/layout/TabsNav.vue +1 -1
- package/src/components/layout/tabsManager.ts +1 -1
- package/src/components/lightbox/Lightbox.vue +2 -2
- package/src/components/lightbox/index.ts +13 -7
- package/src/composables/index.ts +2 -2
- package/src/plugins/modal.ts +7 -7
- package/src/styles/appearance.css +36 -0
- package/src/styles/layout.css +1563 -60
- package/src/styles/mobilLayout.css +1519 -30
- package/src/styles/theme.css +1 -1
- package/src/styles/transitions.css +5 -2
- package/src/types/BagelForm.ts +9 -9
- package/src/types/index.ts +1 -1
- package/src/utils/BagelFormUtils.ts +1 -1
- package/src/utils/allCountries.ts +1 -1
- package/src/utils/index.ts +7 -7
- package/src/utils/lang.ts +1 -1
- package/src/utils/strings.ts +1 -2
- package/vite.config.ts +1 -1
package/src/styles/layout.css
CHANGED
|
@@ -226,6 +226,14 @@
|
|
|
226
226
|
inset-inline-start: 8rem;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
+
.start-9 {
|
|
230
|
+
inset-inline-start: 9rem;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.start-10 {
|
|
234
|
+
inset-inline-start: 10rem;
|
|
235
|
+
}
|
|
236
|
+
|
|
229
237
|
.-start-1 {
|
|
230
238
|
inset-inline-start: -1rem;
|
|
231
239
|
}
|
|
@@ -258,6 +266,14 @@
|
|
|
258
266
|
inset-inline-start: -8rem;
|
|
259
267
|
}
|
|
260
268
|
|
|
269
|
+
.-start-9 {
|
|
270
|
+
inset-inline-start: -9rem;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.-start-10 {
|
|
274
|
+
inset-inline-start: -10rem;
|
|
275
|
+
}
|
|
276
|
+
|
|
261
277
|
.inset-inline-end,
|
|
262
278
|
.end {
|
|
263
279
|
inset-inline-end: 0;
|
|
@@ -295,6 +311,14 @@
|
|
|
295
311
|
inset-inline-end: 8rem;
|
|
296
312
|
}
|
|
297
313
|
|
|
314
|
+
.end-9 {
|
|
315
|
+
inset-inline-end: 9rem;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.end-10 {
|
|
319
|
+
inset-inline-end: 10rem;
|
|
320
|
+
}
|
|
321
|
+
|
|
298
322
|
.-end-1 {
|
|
299
323
|
inset-inline-end: -1rem;
|
|
300
324
|
}
|
|
@@ -327,6 +351,14 @@
|
|
|
327
351
|
inset-inline-end: -8rem;
|
|
328
352
|
}
|
|
329
353
|
|
|
354
|
+
.-end-9 {
|
|
355
|
+
inset-inline-end: -9rem;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.-end-10 {
|
|
359
|
+
inset-inline-end: -10rem;
|
|
360
|
+
}
|
|
361
|
+
|
|
330
362
|
.top,
|
|
331
363
|
.top-0 {
|
|
332
364
|
top: 0;
|
|
@@ -364,6 +396,14 @@
|
|
|
364
396
|
top: 8rem;
|
|
365
397
|
}
|
|
366
398
|
|
|
399
|
+
.top-9 {
|
|
400
|
+
top: 9rem;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.top-10 {
|
|
404
|
+
top: 10rem;
|
|
405
|
+
}
|
|
406
|
+
|
|
367
407
|
.-top-1 {
|
|
368
408
|
top: -1rem;
|
|
369
409
|
}
|
|
@@ -396,6 +436,14 @@
|
|
|
396
436
|
top: -8rem;
|
|
397
437
|
}
|
|
398
438
|
|
|
439
|
+
.-top-9 {
|
|
440
|
+
top: -9rem;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.-top-10 {
|
|
444
|
+
top: -10rem;
|
|
445
|
+
}
|
|
446
|
+
|
|
399
447
|
.bottom,
|
|
400
448
|
.bottom-0 {
|
|
401
449
|
bottom: 0;
|
|
@@ -433,6 +481,14 @@
|
|
|
433
481
|
bottom: 8rem;
|
|
434
482
|
}
|
|
435
483
|
|
|
484
|
+
.bottom-9 {
|
|
485
|
+
bottom: 9rem;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.bottom-10 {
|
|
489
|
+
bottom: 10rem;
|
|
490
|
+
}
|
|
491
|
+
|
|
436
492
|
.-bottom-1 {
|
|
437
493
|
bottom: -1rem;
|
|
438
494
|
}
|
|
@@ -465,6 +521,14 @@
|
|
|
465
521
|
bottom: -8rem;
|
|
466
522
|
}
|
|
467
523
|
|
|
524
|
+
.-bottom-9 {
|
|
525
|
+
bottom: -9rem;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.-bottom-10 {
|
|
529
|
+
bottom: -10rem;
|
|
530
|
+
}
|
|
531
|
+
|
|
468
532
|
|
|
469
533
|
.auto-flow-rows {
|
|
470
534
|
grid-auto-flow: row;
|
|
@@ -525,183 +589,223 @@
|
|
|
525
589
|
width: 98%;
|
|
526
590
|
}
|
|
527
591
|
|
|
528
|
-
.w10
|
|
592
|
+
.w10,
|
|
593
|
+
.w10px {
|
|
529
594
|
max-width: 10px;
|
|
530
595
|
}
|
|
531
596
|
|
|
532
|
-
.w20
|
|
597
|
+
.w20,
|
|
598
|
+
.w20px {
|
|
533
599
|
max-width: 20px;
|
|
534
600
|
}
|
|
535
601
|
|
|
536
|
-
.
|
|
537
|
-
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.w30 {
|
|
602
|
+
.w30,
|
|
603
|
+
.w30px {
|
|
541
604
|
max-width: 30px;
|
|
542
605
|
}
|
|
543
606
|
|
|
544
|
-
.w40
|
|
607
|
+
.w40,
|
|
608
|
+
.w40px {
|
|
545
609
|
max-width: 40px;
|
|
546
610
|
}
|
|
547
611
|
|
|
548
|
-
.w50
|
|
612
|
+
.w50,
|
|
613
|
+
.w50px {
|
|
549
614
|
max-width: 50px;
|
|
550
615
|
}
|
|
551
616
|
|
|
552
|
-
.w60
|
|
617
|
+
.w60,
|
|
618
|
+
.w60px {
|
|
553
619
|
max-width: 60px;
|
|
554
620
|
}
|
|
555
621
|
|
|
556
|
-
.w70
|
|
622
|
+
.w70,
|
|
623
|
+
.w70px {
|
|
557
624
|
max-width: 70px;
|
|
558
625
|
}
|
|
559
626
|
|
|
560
|
-
.w80
|
|
627
|
+
.w80,
|
|
628
|
+
.w80px {
|
|
561
629
|
max-width: 80px;
|
|
562
630
|
}
|
|
563
631
|
|
|
564
|
-
.w90
|
|
632
|
+
.w90,
|
|
633
|
+
.w90px {
|
|
565
634
|
max-width: 90px;
|
|
566
635
|
}
|
|
567
636
|
|
|
568
|
-
.w100
|
|
637
|
+
.w100,
|
|
638
|
+
.w100px {
|
|
569
639
|
max-width: 100px;
|
|
570
640
|
}
|
|
571
641
|
|
|
572
|
-
.w150
|
|
642
|
+
.w150,
|
|
643
|
+
.w150px {
|
|
573
644
|
max-width: 150px;
|
|
574
645
|
}
|
|
575
646
|
|
|
576
|
-
.w200
|
|
647
|
+
.w200,
|
|
648
|
+
.w200px {
|
|
577
649
|
max-width: 200px;
|
|
578
650
|
}
|
|
579
651
|
|
|
580
|
-
.w250
|
|
652
|
+
.w250,
|
|
653
|
+
.w250px {
|
|
581
654
|
max-width: 250px;
|
|
582
655
|
}
|
|
583
656
|
|
|
584
|
-
.w300
|
|
657
|
+
.w300,
|
|
658
|
+
.w300px {
|
|
585
659
|
max-width: 300px;
|
|
586
660
|
}
|
|
587
661
|
|
|
588
|
-
.w350
|
|
662
|
+
.w350,
|
|
663
|
+
.w350px {
|
|
589
664
|
max-width: 350px;
|
|
590
665
|
}
|
|
591
666
|
|
|
592
|
-
.w400
|
|
667
|
+
.w400,
|
|
668
|
+
.w400px {
|
|
593
669
|
max-width: 400px;
|
|
594
670
|
}
|
|
595
671
|
|
|
596
|
-
.w450
|
|
672
|
+
.w450,
|
|
673
|
+
.w450px {
|
|
597
674
|
max-width: 450px;
|
|
598
675
|
}
|
|
599
676
|
|
|
600
|
-
.w500
|
|
677
|
+
.w500,
|
|
678
|
+
.w500px {
|
|
601
679
|
max-width: 500px;
|
|
602
680
|
}
|
|
603
681
|
|
|
604
|
-
.w550
|
|
682
|
+
.w550,
|
|
683
|
+
.w550px {
|
|
605
684
|
max-width: 550px;
|
|
606
685
|
}
|
|
607
686
|
|
|
608
|
-
.w600
|
|
687
|
+
.w600,
|
|
688
|
+
.w600px {
|
|
609
689
|
max-width: 600px;
|
|
610
690
|
}
|
|
611
691
|
|
|
612
|
-
.w650
|
|
692
|
+
.w650,
|
|
693
|
+
.w650px {
|
|
613
694
|
max-width: 650px;
|
|
614
695
|
}
|
|
615
696
|
|
|
616
|
-
.w700
|
|
697
|
+
.w700,
|
|
698
|
+
.w700px {
|
|
617
699
|
max-width: 700px;
|
|
618
700
|
}
|
|
619
701
|
|
|
620
|
-
.w750
|
|
702
|
+
.w750,
|
|
703
|
+
.w750px {
|
|
621
704
|
max-width: 750px;
|
|
622
705
|
}
|
|
623
706
|
|
|
624
|
-
.w770
|
|
707
|
+
.w770,
|
|
708
|
+
.w770px {
|
|
625
709
|
max-width: 770px;
|
|
626
710
|
}
|
|
627
711
|
|
|
628
|
-
.w800
|
|
712
|
+
.w800,
|
|
713
|
+
.w800px {
|
|
629
714
|
max-width: 800px;
|
|
630
715
|
}
|
|
631
716
|
|
|
632
|
-
.w850
|
|
717
|
+
.w850,
|
|
718
|
+
.w850px {
|
|
633
719
|
max-width: 850px;
|
|
634
720
|
}
|
|
635
721
|
|
|
636
|
-
.w900
|
|
722
|
+
.w900,
|
|
723
|
+
.w900px {
|
|
637
724
|
max-width: 900px;
|
|
638
725
|
}
|
|
639
726
|
|
|
640
|
-
.w950
|
|
727
|
+
.w950,
|
|
728
|
+
.w950px {
|
|
641
729
|
max-width: 950px;
|
|
642
730
|
}
|
|
643
731
|
|
|
644
|
-
.w970
|
|
732
|
+
.w970,
|
|
733
|
+
.w970px {
|
|
645
734
|
max-width: 970px;
|
|
646
735
|
}
|
|
647
736
|
|
|
648
|
-
.w1000
|
|
737
|
+
.w1000,
|
|
738
|
+
.w1000px {
|
|
649
739
|
max-width: 1000px;
|
|
650
740
|
}
|
|
651
741
|
|
|
652
|
-
.w1030
|
|
742
|
+
.w1030,
|
|
743
|
+
.w1030px {
|
|
653
744
|
max-width: 1030px;
|
|
654
745
|
}
|
|
655
746
|
|
|
656
|
-
.w1050
|
|
747
|
+
.w1050,
|
|
748
|
+
.w1050px {
|
|
657
749
|
max-width: 1050px;
|
|
658
750
|
}
|
|
659
751
|
|
|
660
|
-
.w1100
|
|
752
|
+
.w1100,
|
|
753
|
+
.w1100px {
|
|
661
754
|
max-width: 1100px;
|
|
662
755
|
}
|
|
663
756
|
|
|
664
|
-
.w1150
|
|
757
|
+
.w1150,
|
|
758
|
+
.w1150px {
|
|
665
759
|
max-width: 1150px;
|
|
666
760
|
}
|
|
667
761
|
|
|
668
|
-
.w1170
|
|
762
|
+
.w1170,
|
|
763
|
+
.w1170px {
|
|
669
764
|
max-width: 1170px;
|
|
670
765
|
}
|
|
671
766
|
|
|
672
|
-
.w1200
|
|
767
|
+
.w1200,
|
|
768
|
+
.w1200px {
|
|
673
769
|
max-width: 1200px;
|
|
674
770
|
}
|
|
675
771
|
|
|
676
|
-
.w1250
|
|
772
|
+
.w1250,
|
|
773
|
+
.w1250px {
|
|
677
774
|
max-width: 1250px;
|
|
678
775
|
}
|
|
679
776
|
|
|
680
|
-
.w1300
|
|
777
|
+
.w1300,
|
|
778
|
+
.w1300px {
|
|
681
779
|
max-width: 1300px;
|
|
682
780
|
}
|
|
683
781
|
|
|
684
|
-
.w1350
|
|
782
|
+
.w1350,
|
|
783
|
+
.w1350px {
|
|
685
784
|
max-width: 1350px;
|
|
686
785
|
}
|
|
687
786
|
|
|
688
|
-
.w1400
|
|
787
|
+
.w1400,
|
|
788
|
+
.w1400px {
|
|
689
789
|
max-width: 1400px;
|
|
690
790
|
}
|
|
691
791
|
|
|
692
|
-
.w1450
|
|
792
|
+
.w1450,
|
|
793
|
+
.w1450px {
|
|
693
794
|
max-width: 1450px;
|
|
694
795
|
}
|
|
695
796
|
|
|
696
|
-
.w1500
|
|
797
|
+
.w1500,
|
|
798
|
+
.w1500px {
|
|
697
799
|
max-width: 1500px;
|
|
698
800
|
}
|
|
699
801
|
|
|
700
|
-
.w1550
|
|
802
|
+
.w1550,
|
|
803
|
+
.w1550px {
|
|
701
804
|
max-width: 1550px;
|
|
702
805
|
}
|
|
703
806
|
|
|
704
|
-
.w1600
|
|
807
|
+
.w1600,
|
|
808
|
+
.w1600px {
|
|
705
809
|
max-width: 1600px;
|
|
706
810
|
}
|
|
707
811
|
|
|
@@ -802,6 +906,26 @@
|
|
|
802
906
|
gap: 5rem;
|
|
803
907
|
}
|
|
804
908
|
|
|
909
|
+
.gap-6 {
|
|
910
|
+
gap: 6rem;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.gap-7 {
|
|
914
|
+
gap: 7rem;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.gap-8 {
|
|
918
|
+
gap: 8rem;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.gap-9 {
|
|
922
|
+
gap: 9rem;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
.gap-10 {
|
|
926
|
+
gap: 10rem;
|
|
927
|
+
}
|
|
928
|
+
|
|
805
929
|
.gap-col-0,
|
|
806
930
|
.col-gap-0 {
|
|
807
931
|
column-gap: 0rem;
|
|
@@ -847,6 +971,31 @@
|
|
|
847
971
|
column-gap: 5rem;
|
|
848
972
|
}
|
|
849
973
|
|
|
974
|
+
.gap-col-6,
|
|
975
|
+
.col-gap-6 {
|
|
976
|
+
column-gap: 6rem;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.gap-col-7,
|
|
980
|
+
.col-gap-7 {
|
|
981
|
+
column-gap: 7rem;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.gap-col-8,
|
|
985
|
+
.col-gap-8 {
|
|
986
|
+
column-gap: 8rem;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.gap-col-9,
|
|
990
|
+
.col-gap-9 {
|
|
991
|
+
column-gap: 9rem;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.gap-col-10,
|
|
995
|
+
.col-gap-10 {
|
|
996
|
+
column-gap: 10rem;
|
|
997
|
+
}
|
|
998
|
+
|
|
850
999
|
.gap-row-0,
|
|
851
1000
|
.row-gap-0 {
|
|
852
1001
|
row-gap: 0rem;
|
|
@@ -892,6 +1041,31 @@
|
|
|
892
1041
|
row-gap: 5rem;
|
|
893
1042
|
}
|
|
894
1043
|
|
|
1044
|
+
.gap-row-6,
|
|
1045
|
+
.row-gap-6 {
|
|
1046
|
+
row-gap: 6rem;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.gap-row-7,
|
|
1050
|
+
.row-gap-7 {
|
|
1051
|
+
row-gap: 7rem;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.gap-row-8,
|
|
1055
|
+
.row-gap-8 {
|
|
1056
|
+
row-gap: 8rem;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.gap-row-9,
|
|
1060
|
+
.row-gap-9 {
|
|
1061
|
+
row-gap: 9rem;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.gap-row-10,
|
|
1065
|
+
.row-gap-10 {
|
|
1066
|
+
row-gap: 10rem;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
895
1069
|
.flex-wrap {
|
|
896
1070
|
flex-wrap: wrap;
|
|
897
1071
|
}
|
|
@@ -987,6 +1161,42 @@
|
|
|
987
1161
|
margin-bottom: 1.5rem !important;
|
|
988
1162
|
}
|
|
989
1163
|
|
|
1164
|
+
.mb-2-5 {
|
|
1165
|
+
margin-bottom: 2.5rem !important;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.mb-3-5 {
|
|
1169
|
+
margin-bottom: 3.5rem !important;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.mb-4-5 {
|
|
1173
|
+
margin-bottom: 4.5rem !important;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.mb-5-5 {
|
|
1177
|
+
margin-bottom: 5.5rem !important;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.mb-6-5 {
|
|
1181
|
+
margin-bottom: 6.5rem !important;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.mb-7-5 {
|
|
1185
|
+
margin-bottom: 7.5rem !important;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.mb-8-5 {
|
|
1189
|
+
margin-bottom: 8.5rem !important;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.mb-9-5 {
|
|
1193
|
+
margin-bottom: 9.5rem !important;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.mb-10-5 {
|
|
1197
|
+
margin-bottom: 10.5rem !important;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
990
1200
|
.mb-2 {
|
|
991
1201
|
margin-bottom: 2rem !important;
|
|
992
1202
|
}
|
|
@@ -999,6 +1209,30 @@
|
|
|
999
1209
|
margin-bottom: 4rem !important;
|
|
1000
1210
|
}
|
|
1001
1211
|
|
|
1212
|
+
.mb-5 {
|
|
1213
|
+
margin-bottom: 5rem !important;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.mb-6 {
|
|
1217
|
+
margin-bottom: 6rem !important;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.mb-7 {
|
|
1221
|
+
margin-bottom: 7rem !important;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.mb-8 {
|
|
1225
|
+
margin-bottom: 8rem !important;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.mb-9 {
|
|
1229
|
+
margin-bottom: 9rem !important;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.mb-10 {
|
|
1233
|
+
margin-bottom: 10rem !important;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1002
1236
|
.mt-auto {
|
|
1003
1237
|
margin-top: auto !important;
|
|
1004
1238
|
}
|
|
@@ -1027,6 +1261,42 @@
|
|
|
1027
1261
|
margin-top: 1.5rem !important;
|
|
1028
1262
|
}
|
|
1029
1263
|
|
|
1264
|
+
.mt-2-5 {
|
|
1265
|
+
margin-top: 2.5rem !important;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.mt-3-5 {
|
|
1269
|
+
margin-top: 3.5rem !important;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.mt-4-5 {
|
|
1273
|
+
margin-top: 4.5rem !important;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.mt-5-5 {
|
|
1277
|
+
margin-top: 5.5rem !important;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.mt-6-5 {
|
|
1281
|
+
margin-top: 6.5rem !important;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.mt-7-5 {
|
|
1285
|
+
margin-top: 7.5rem !important;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.mt-8-5 {
|
|
1289
|
+
margin-top: 8.5rem !important;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.mt-9-5 {
|
|
1293
|
+
margin-top: 9.5rem !important;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.mt-10-5 {
|
|
1297
|
+
margin-top: 10.5rem !important;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1030
1300
|
.mt-2 {
|
|
1031
1301
|
margin-top: 2rem !important;
|
|
1032
1302
|
}
|
|
@@ -1039,6 +1309,30 @@
|
|
|
1039
1309
|
margin-top: 4rem !important;
|
|
1040
1310
|
}
|
|
1041
1311
|
|
|
1312
|
+
.mt-5 {
|
|
1313
|
+
margin-top: 5rem !important;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.mt-6 {
|
|
1317
|
+
margin-top: 6rem !important;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.mt-7 {
|
|
1321
|
+
margin-top: 7rem !important;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.mt-8 {
|
|
1325
|
+
margin-top: 8rem !important;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.mt-9 {
|
|
1329
|
+
margin-top: 9rem !important;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.mt-10 {
|
|
1333
|
+
margin-top: 10rem !important;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1042
1336
|
.my-auto {
|
|
1043
1337
|
margin-top: auto !important;
|
|
1044
1338
|
margin-bottom: auto !important;
|
|
@@ -1074,6 +1368,51 @@
|
|
|
1074
1368
|
margin-bottom: 1.5rem !important;
|
|
1075
1369
|
}
|
|
1076
1370
|
|
|
1371
|
+
.my-2-5 {
|
|
1372
|
+
margin-top: 2.5rem !important;
|
|
1373
|
+
margin-bottom: 2.5rem !important;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.my-3-5 {
|
|
1377
|
+
margin-top: 3.5rem !important;
|
|
1378
|
+
margin-bottom: 3.5rem !important;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.my-4-5 {
|
|
1382
|
+
margin-top: 4.5rem !important;
|
|
1383
|
+
margin-bottom: 4.5rem !important;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
.my-5-5 {
|
|
1387
|
+
margin-top: 5.5rem !important;
|
|
1388
|
+
margin-bottom: 5.5rem !important;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.my-6-5 {
|
|
1392
|
+
margin-top: 6.5rem !important;
|
|
1393
|
+
margin-bottom: 6.5rem !important;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.my-7-5 {
|
|
1397
|
+
margin-top: 7.5rem !important;
|
|
1398
|
+
margin-bottom: 7.5rem !important;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.my-8-5 {
|
|
1402
|
+
margin-top: 8.5rem !important;
|
|
1403
|
+
margin-bottom: 8.5rem !important;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.my-9-5 {
|
|
1407
|
+
margin-top: 9.5rem !important;
|
|
1408
|
+
margin-bottom: 9.5rem !important;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.my-10-5 {
|
|
1412
|
+
margin-top: 10.5rem !important;
|
|
1413
|
+
margin-bottom: 10.5rem !important;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1077
1416
|
.my-2 {
|
|
1078
1417
|
margin-top: 2rem !important;
|
|
1079
1418
|
margin-bottom: 2rem !important;
|
|
@@ -1089,6 +1428,36 @@
|
|
|
1089
1428
|
margin-bottom: 4rem !important;
|
|
1090
1429
|
}
|
|
1091
1430
|
|
|
1431
|
+
.my-5 {
|
|
1432
|
+
margin-top: 5rem !important;
|
|
1433
|
+
margin-bottom: 5rem !important;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.my-6 {
|
|
1437
|
+
margin-top: 6rem !important;
|
|
1438
|
+
margin-bottom: 6rem !important;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
.my-7 {
|
|
1442
|
+
margin-top: 7rem !important;
|
|
1443
|
+
margin-bottom: 7rem !important;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.my-8 {
|
|
1447
|
+
margin-top: 8rem !important;
|
|
1448
|
+
margin-bottom: 8rem !important;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
.my-9 {
|
|
1452
|
+
margin-top: 9rem !important;
|
|
1453
|
+
margin-bottom: 9rem !important;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.my-10 {
|
|
1457
|
+
margin-top: 10rem !important;
|
|
1458
|
+
margin-bottom: 10rem !important;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1092
1461
|
.ms-auto {
|
|
1093
1462
|
margin-inline-start: auto !important;
|
|
1094
1463
|
}
|
|
@@ -1117,6 +1486,42 @@
|
|
|
1117
1486
|
margin-inline-start: 1.5rem !important;
|
|
1118
1487
|
}
|
|
1119
1488
|
|
|
1489
|
+
.ms-2-5 {
|
|
1490
|
+
margin-inline-start: 2.5rem !important;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
.ms-3-5 {
|
|
1494
|
+
margin-inline-start: 3.5rem !important;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
.ms-4-5 {
|
|
1498
|
+
margin-inline-start: 4.5rem !important;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
.ms-5-5 {
|
|
1502
|
+
margin-inline-start: 5.5rem !important;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
.ms-6-5 {
|
|
1506
|
+
margin-inline-start: 6.5rem !important;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.ms-7-5 {
|
|
1510
|
+
margin-inline-start: 7.5rem !important;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.ms-8-5 {
|
|
1514
|
+
margin-inline-start: 8.5rem !important;
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.ms-9-5 {
|
|
1518
|
+
margin-inline-start: 9.5rem !important;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.ms-10-5 {
|
|
1522
|
+
margin-inline-start: 10.5rem !important;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1120
1525
|
.ms-2 {
|
|
1121
1526
|
margin-inline-start: 2rem !important;
|
|
1122
1527
|
}
|
|
@@ -1129,6 +1534,30 @@
|
|
|
1129
1534
|
margin-inline-start: 4rem !important;
|
|
1130
1535
|
}
|
|
1131
1536
|
|
|
1537
|
+
.ms-5 {
|
|
1538
|
+
margin-inline-start: 5rem !important;
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
.ms-6 {
|
|
1542
|
+
margin-inline-start: 6rem !important;
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
.ms-7 {
|
|
1546
|
+
margin-inline-start: 7rem !important;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
.ms-8 {
|
|
1550
|
+
margin-inline-start: 8rem !important;
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
.ms-9 {
|
|
1554
|
+
margin-inline-start: 9rem !important;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
.ms-10 {
|
|
1558
|
+
margin-inline-start: 10rem !important;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1132
1561
|
.me-auto {
|
|
1133
1562
|
margin-inline-end: auto !important;
|
|
1134
1563
|
}
|
|
@@ -1157,6 +1586,42 @@
|
|
|
1157
1586
|
margin-inline-end: 1.5rem !important;
|
|
1158
1587
|
}
|
|
1159
1588
|
|
|
1589
|
+
.me-2-5 {
|
|
1590
|
+
margin-inline-end: 2.5rem !important;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
.me-3-5 {
|
|
1594
|
+
margin-inline-end: 3.5rem !important;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
.me-4-5 {
|
|
1598
|
+
margin-inline-end: 4.5rem !important;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.me-5-5 {
|
|
1602
|
+
margin-inline-end: 5.5rem !important;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
.me-6-5 {
|
|
1606
|
+
margin-inline-end: 6.5rem !important;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
.me-7-5 {
|
|
1610
|
+
margin-inline-end: 7.5rem !important;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
.me-8-5 {
|
|
1614
|
+
margin-inline-end: 8.5rem !important;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
.me-9-5 {
|
|
1618
|
+
margin-inline-end: 9.5rem !important;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.me-10-5 {
|
|
1622
|
+
margin-inline-end: 10.5rem !important;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1160
1625
|
.me-2 {
|
|
1161
1626
|
margin-inline-end: 2rem !important;
|
|
1162
1627
|
}
|
|
@@ -1169,6 +1634,31 @@
|
|
|
1169
1634
|
margin-inline-end: 4rem !important;
|
|
1170
1635
|
}
|
|
1171
1636
|
|
|
1637
|
+
.me-5 {
|
|
1638
|
+
margin-inline-end: 5rem !important;
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.me-6 {
|
|
1642
|
+
margin-inline-end: 6rem !important;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
.me-7 {
|
|
1646
|
+
margin-inline-end: 7rem !important;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
.me-8 {
|
|
1650
|
+
margin-inline-end: 8rem !important;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
.me-9 {
|
|
1654
|
+
margin-inline-end: 9rem !important;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
.me-10 {
|
|
1658
|
+
margin-inline-end: 10rem !important;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
|
|
1172
1662
|
.mx-auto,
|
|
1173
1663
|
.margin-auto {
|
|
1174
1664
|
margin-inline-start: auto !important;
|
|
@@ -1205,19 +1695,94 @@
|
|
|
1205
1695
|
margin-inline-end: 1.5rem !important;
|
|
1206
1696
|
}
|
|
1207
1697
|
|
|
1208
|
-
.mx-2 {
|
|
1209
|
-
margin-inline-start:
|
|
1210
|
-
margin-inline-end:
|
|
1698
|
+
.mx-2-5 {
|
|
1699
|
+
margin-inline-start: 2.5rem !important;
|
|
1700
|
+
margin-inline-end: 2.5rem !important;
|
|
1211
1701
|
}
|
|
1212
1702
|
|
|
1213
|
-
.mx-3 {
|
|
1214
|
-
margin-inline-start:
|
|
1215
|
-
margin-inline-end:
|
|
1703
|
+
.mx-3-5 {
|
|
1704
|
+
margin-inline-start: 3.5rem !important;
|
|
1705
|
+
margin-inline-end: 3.5rem !important;
|
|
1216
1706
|
}
|
|
1217
1707
|
|
|
1218
|
-
.mx-4 {
|
|
1219
|
-
margin-inline-start:
|
|
1220
|
-
margin-inline-end:
|
|
1708
|
+
.mx-4-5 {
|
|
1709
|
+
margin-inline-start: 4.5rem !important;
|
|
1710
|
+
margin-inline-end: 4.5rem !important;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
.mx-5-5 {
|
|
1714
|
+
margin-inline-start: 5.5rem !important;
|
|
1715
|
+
margin-inline-end: 5.5rem !important;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.mx-6-5 {
|
|
1719
|
+
margin-inline-start: 6.5rem !important;
|
|
1720
|
+
margin-inline-end: 6.5rem !important;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.mx-7-5 {
|
|
1724
|
+
margin-inline-start: 7.5rem !important;
|
|
1725
|
+
margin-inline-end: 7.5rem !important;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
.mx-8-5 {
|
|
1729
|
+
margin-inline-start: 8.5rem !important;
|
|
1730
|
+
margin-inline-end: 8.5rem !important;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
.mx-9-5 {
|
|
1734
|
+
margin-inline-start: 9.5rem !important;
|
|
1735
|
+
margin-inline-end: 9.5rem !important;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.mx-10-5 {
|
|
1739
|
+
margin-inline-start: 10.5rem !important;
|
|
1740
|
+
margin-inline-end: 10.5rem !important;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
.mx-2 {
|
|
1744
|
+
margin-inline-start: 2rem !important;
|
|
1745
|
+
margin-inline-end: 2rem !important;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.mx-3 {
|
|
1749
|
+
margin-inline-start: 3rem !important;
|
|
1750
|
+
margin-inline-end: 3rem !important;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.mx-4 {
|
|
1754
|
+
margin-inline-start: 4rem !important;
|
|
1755
|
+
margin-inline-end: 4rem !important;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.mx-5 {
|
|
1759
|
+
margin-inline-start: 5rem !important;
|
|
1760
|
+
margin-inline-end: 5rem !important;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
.mx-6 {
|
|
1764
|
+
margin-inline-start: 6rem !important;
|
|
1765
|
+
margin-inline-end: 6rem !important;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
.mx-7 {
|
|
1769
|
+
margin-inline-start: 7rem !important;
|
|
1770
|
+
margin-inline-end: 7rem !important;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.mx-8 {
|
|
1774
|
+
margin-inline-start: 8rem !important;
|
|
1775
|
+
margin-inline-end: 8rem !important;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
.mx-9 {
|
|
1779
|
+
margin-inline-start: 9rem !important;
|
|
1780
|
+
margin-inline-end: 9rem !important;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
.mx-10 {
|
|
1784
|
+
margin-inline-start: 10rem !important;
|
|
1785
|
+
margin-inline-end: 10rem !important;
|
|
1221
1786
|
}
|
|
1222
1787
|
|
|
1223
1788
|
.m-auto {
|
|
@@ -1248,6 +1813,42 @@
|
|
|
1248
1813
|
margin: 1.5rem !important;
|
|
1249
1814
|
}
|
|
1250
1815
|
|
|
1816
|
+
.m-2-5 {
|
|
1817
|
+
margin: 2.5rem !important;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.m-3-5 {
|
|
1821
|
+
margin: 3.5rem !important;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.m-4-5 {
|
|
1825
|
+
margin: 4.5rem !important;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.m-5-5 {
|
|
1829
|
+
margin: 5.5rem !important;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.m-6-5 {
|
|
1833
|
+
margin: 6.5rem !important;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.m-7-5 {
|
|
1837
|
+
margin: 7.5rem !important;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.m-8-5 {
|
|
1841
|
+
margin: 8.5rem !important;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.m-9-5 {
|
|
1845
|
+
margin: 9.5rem !important;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.m-10-5 {
|
|
1849
|
+
margin: 10.5rem !important;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1251
1852
|
.m-2 {
|
|
1252
1853
|
margin: 2rem !important;
|
|
1253
1854
|
}
|
|
@@ -1260,6 +1861,35 @@
|
|
|
1260
1861
|
margin: 4rem !important;
|
|
1261
1862
|
}
|
|
1262
1863
|
|
|
1864
|
+
.m-4 {
|
|
1865
|
+
margin: 4rem !important;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.m-5 {
|
|
1869
|
+
margin: 5rem !important;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.m-6 {
|
|
1873
|
+
margin: 6rem !important;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.m-7 {
|
|
1877
|
+
margin: 7rem !important;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.m-8 {
|
|
1881
|
+
margin: 8rem !important;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.m-9 {
|
|
1885
|
+
margin: 9rem !important;
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.m-10 {
|
|
1889
|
+
margin: 10rem !important;
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
|
|
1263
1893
|
.-mb-025 {
|
|
1264
1894
|
margin-bottom: -0.25rem !important;
|
|
1265
1895
|
}
|
|
@@ -1280,6 +1910,43 @@
|
|
|
1280
1910
|
margin-bottom: -1.5rem !important;
|
|
1281
1911
|
}
|
|
1282
1912
|
|
|
1913
|
+
.-mb-2-5 {
|
|
1914
|
+
margin-bottom: -2.5rem !important;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
.-mb-3-5 {
|
|
1918
|
+
margin-bottom: -3.5rem !important;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
.-mb-4-5 {
|
|
1922
|
+
margin-bottom: -4.5rem !important;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
.-mb-5-5 {
|
|
1926
|
+
margin-bottom: -5.5rem !important;
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
.-mb-6-5 {
|
|
1930
|
+
margin-bottom: -6.5rem !important;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
.-mb-7-5 {
|
|
1934
|
+
margin-bottom: -7.5rem !important;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
.-mb-8-5 {
|
|
1938
|
+
margin-bottom: -8.5rem !important;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
.-mb-9-5 {
|
|
1942
|
+
margin-bottom: -9.5rem !important;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
.-mb-10-5 {
|
|
1946
|
+
margin-bottom: -10.5rem !important;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
|
|
1283
1950
|
.-mb-2 {
|
|
1284
1951
|
margin-bottom: -2rem !important;
|
|
1285
1952
|
}
|
|
@@ -1292,6 +1959,30 @@
|
|
|
1292
1959
|
margin-bottom: -4rem !important;
|
|
1293
1960
|
}
|
|
1294
1961
|
|
|
1962
|
+
.-mb-5 {
|
|
1963
|
+
margin-bottom: -5rem !important;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
.-mb-6 {
|
|
1967
|
+
margin-bottom: -6rem !important;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.-mb-7 {
|
|
1971
|
+
margin-bottom: -7rem !important;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.-mb-8 {
|
|
1975
|
+
margin-bottom: -8rem !important;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.-mb-9 {
|
|
1979
|
+
margin-bottom: -9rem !important;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
.-mb-10 {
|
|
1983
|
+
margin-bottom: -10rem !important;
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1295
1986
|
.-mt-025 {
|
|
1296
1987
|
margin-top: -0.25rem !important;
|
|
1297
1988
|
}
|
|
@@ -1312,6 +2003,42 @@
|
|
|
1312
2003
|
margin-top: -1.5rem !important;
|
|
1313
2004
|
}
|
|
1314
2005
|
|
|
2006
|
+
.-mt-2-5 {
|
|
2007
|
+
margin-top: -2.5rem !important;
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
.-mt-3-5 {
|
|
2011
|
+
margin-top: -3.5rem !important;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.-mt-4-5 {
|
|
2015
|
+
margin-top: -4.5rem !important;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
.-mt-5-5 {
|
|
2019
|
+
margin-top: -5.5rem !important;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.-mt-6-5 {
|
|
2023
|
+
margin-top: -6.5rem !important;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
.-mt-7-5 {
|
|
2027
|
+
margin-top: -7.5rem !important;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
.-mt-8-5 {
|
|
2031
|
+
margin-top: -8.5rem !important;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
.-mt-9-5 {
|
|
2035
|
+
margin-top: -9.5rem !important;
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
.-mt-10-5 {
|
|
2039
|
+
margin-top: -10.5rem !important;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
1315
2042
|
.-mt-2 {
|
|
1316
2043
|
margin-top: -2rem !important;
|
|
1317
2044
|
}
|
|
@@ -1324,6 +2051,30 @@
|
|
|
1324
2051
|
margin-top: -4rem !important;
|
|
1325
2052
|
}
|
|
1326
2053
|
|
|
2054
|
+
.-mt-5 {
|
|
2055
|
+
margin-top: -5rem !important;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
.-mt-6 {
|
|
2059
|
+
margin-top: -6rem !important;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
.-mt-7 {
|
|
2063
|
+
margin-top: -7rem !important;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.-mt-8 {
|
|
2067
|
+
margin-top: -8rem !important;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
.-mt-9 {
|
|
2071
|
+
margin-top: -9rem !important;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.-mt-10 {
|
|
2075
|
+
margin-top: -10rem !important;
|
|
2076
|
+
}
|
|
2077
|
+
|
|
1327
2078
|
.-my-025 {
|
|
1328
2079
|
margin-top: -0.25rem !important;
|
|
1329
2080
|
margin-bottom: -0.25rem !important;
|
|
@@ -1349,6 +2100,51 @@
|
|
|
1349
2100
|
margin-bottom: -1.5rem !important;
|
|
1350
2101
|
}
|
|
1351
2102
|
|
|
2103
|
+
.-my-2-5 {
|
|
2104
|
+
margin-top: -2.5rem !important;
|
|
2105
|
+
margin-bottom: -2.5rem !important;
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.-my-3-5 {
|
|
2109
|
+
margin-top: -3.5rem !important;
|
|
2110
|
+
margin-bottom: -3.5rem !important;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
.-my-4-5 {
|
|
2114
|
+
margin-top: -4.5rem !important;
|
|
2115
|
+
margin-bottom: -4.5rem !important;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
.-my-5-5 {
|
|
2119
|
+
margin-top: -5.5rem !important;
|
|
2120
|
+
margin-bottom: -5.5rem !important;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.-my-6-5 {
|
|
2124
|
+
margin-top: -6.5rem !important;
|
|
2125
|
+
margin-bottom: -6.5rem !important;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
.-my-7-5 {
|
|
2129
|
+
margin-top: -7.5rem !important;
|
|
2130
|
+
margin-bottom: -7.5rem !important;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.-my-8-5 {
|
|
2134
|
+
margin-top: -8.5rem !important;
|
|
2135
|
+
margin-bottom: -8.5rem !important;
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
.-my-9-5 {
|
|
2139
|
+
margin-top: -9.5rem !important;
|
|
2140
|
+
margin-bottom: -9.5rem !important;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
.-my-10-5 {
|
|
2144
|
+
margin-top: -10.5rem !important;
|
|
2145
|
+
margin-bottom: -10.5rem !important;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
1352
2148
|
.-my-2 {
|
|
1353
2149
|
margin-top: -2rem !important;
|
|
1354
2150
|
margin-bottom: -2rem !important;
|
|
@@ -1364,6 +2160,37 @@
|
|
|
1364
2160
|
margin-bottom: -4rem !important;
|
|
1365
2161
|
}
|
|
1366
2162
|
|
|
2163
|
+
.-my-5 {
|
|
2164
|
+
margin-top: -5rem !important;
|
|
2165
|
+
margin-bottom: -5rem !important;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.-my-6 {
|
|
2169
|
+
margin-top: -6rem !important;
|
|
2170
|
+
margin-bottom: -6rem !important;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
.-my-7 {
|
|
2174
|
+
margin-top: -7rem !important;
|
|
2175
|
+
margin-bottom: -7rem !important;
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
.-my-8 {
|
|
2179
|
+
margin-top: -8rem !important;
|
|
2180
|
+
margin-bottom: -8rem !important;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
.-my-9 {
|
|
2184
|
+
margin-top: -9rem !important;
|
|
2185
|
+
margin-bottom: -9rem !important;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.-my-10 {
|
|
2189
|
+
margin-top: -10rem !important;
|
|
2190
|
+
margin-bottom: -10rem !important;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
|
|
1367
2194
|
.-ms-025 {
|
|
1368
2195
|
margin-inline-start: -0.25rem !important;
|
|
1369
2196
|
}
|
|
@@ -1384,6 +2211,42 @@
|
|
|
1384
2211
|
margin-inline-start: -1.5rem !important;
|
|
1385
2212
|
}
|
|
1386
2213
|
|
|
2214
|
+
.-ms-2-5 {
|
|
2215
|
+
margin-inline-start: -2.5rem !important;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
.-ms-3-5 {
|
|
2219
|
+
margin-inline-start: -3.5rem !important;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
.-ms-4-5 {
|
|
2223
|
+
margin-inline-start: -4.5rem !important;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
.-ms-5-5 {
|
|
2227
|
+
margin-inline-start: -5.5rem !important;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
.-ms-6-5 {
|
|
2231
|
+
margin-inline-start: -6.5rem !important;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
.-ms-7-5 {
|
|
2235
|
+
margin-inline-start: -7.5rem !important;
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
.-ms-8-5 {
|
|
2239
|
+
margin-inline-start: -8.5rem !important;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.-ms-9-5 {
|
|
2243
|
+
margin-inline-start: -9.5rem !important;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
.-ms-10-5 {
|
|
2247
|
+
margin-inline-start: -10.5rem !important;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
1387
2250
|
.-ms-2 {
|
|
1388
2251
|
margin-inline-start: -2rem !important;
|
|
1389
2252
|
}
|
|
@@ -1396,6 +2259,30 @@
|
|
|
1396
2259
|
margin-inline-start: -4rem !important;
|
|
1397
2260
|
}
|
|
1398
2261
|
|
|
2262
|
+
.-ms-5 {
|
|
2263
|
+
margin-inline-start: -5rem !important;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.-ms-6 {
|
|
2267
|
+
margin-inline-start: -6rem !important;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.-ms-7 {
|
|
2271
|
+
margin-inline-start: -7rem !important;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.-ms-8 {
|
|
2275
|
+
margin-inline-start: -8rem !important;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
.-ms-9 {
|
|
2279
|
+
margin-inline-start: -9rem !important;
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
.-ms-10 {
|
|
2283
|
+
margin-inline-start: -10rem !important;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
1399
2286
|
.-me-025 {
|
|
1400
2287
|
margin-inline-end: -0.25rem !important;
|
|
1401
2288
|
}
|
|
@@ -1416,6 +2303,42 @@
|
|
|
1416
2303
|
margin-inline-end: -1.5rem !important;
|
|
1417
2304
|
}
|
|
1418
2305
|
|
|
2306
|
+
.-me-2-5 {
|
|
2307
|
+
margin-inline-end: -2.5rem !important;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
.-me-3-5 {
|
|
2311
|
+
margin-inline-end: -3.5rem !important;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.-me-4-5 {
|
|
2315
|
+
margin-inline-end: -4.5rem !important;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.-me-5-5 {
|
|
2319
|
+
margin-inline-end: -5.5rem !important;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.-me-6-5 {
|
|
2323
|
+
margin-inline-end: -6.5rem !important;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
.-me-7-5 {
|
|
2327
|
+
margin-inline-end: -7.5rem !important;
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
.-me-8-5 {
|
|
2331
|
+
margin-inline-end: -8.5rem !important;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
.-me-9-5 {
|
|
2335
|
+
margin-inline-end: -9.5rem !important;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
.-me-10-5 {
|
|
2339
|
+
margin-inline-end: -10.5rem !important;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
1419
2342
|
.-me-2 {
|
|
1420
2343
|
margin-inline-end: -2rem !important;
|
|
1421
2344
|
}
|
|
@@ -1428,6 +2351,35 @@
|
|
|
1428
2351
|
margin-inline-end: -4rem !important;
|
|
1429
2352
|
}
|
|
1430
2353
|
|
|
2354
|
+
.-me-4 {
|
|
2355
|
+
margin-inline-end: -4rem !important;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
.-me-5 {
|
|
2359
|
+
margin-inline-end: -5rem !important;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.-me-6 {
|
|
2363
|
+
margin-inline-end: -6rem !important;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.-me-7 {
|
|
2367
|
+
margin-inline-end: -7rem !important;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
.-me-8 {
|
|
2371
|
+
margin-inline-end: -8rem !important;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
.-me-9 {
|
|
2375
|
+
margin-inline-end: -9rem !important;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
.-me-10 {
|
|
2379
|
+
margin-inline-end: -10rem !important;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
|
|
1431
2383
|
.pb-0 {
|
|
1432
2384
|
padding-bottom: 0rem !important;
|
|
1433
2385
|
}
|
|
@@ -1440,6 +2392,42 @@
|
|
|
1440
2392
|
padding-bottom: 1.5rem !important;
|
|
1441
2393
|
}
|
|
1442
2394
|
|
|
2395
|
+
.pb-2-5 {
|
|
2396
|
+
padding-bottom: 2.5rem !important;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
.pb-3-5 {
|
|
2400
|
+
padding-bottom: 3.5rem !important;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
.pb-4-5 {
|
|
2404
|
+
padding-bottom: 4.5rem !important;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
.pb-5-5 {
|
|
2408
|
+
padding-bottom: 5.5rem !important;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
.pb-6-5 {
|
|
2412
|
+
padding-bottom: 6.5rem !important;
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
.pb-7-5 {
|
|
2416
|
+
padding-bottom: 7.5rem !important;
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
.pb-8-5 {
|
|
2420
|
+
padding-bottom: 8.5rem !important;
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
.pb-9-5 {
|
|
2424
|
+
padding-bottom: 9.5rem !important;
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
.pb-10-5 {
|
|
2428
|
+
padding-bottom: 10.5rem !important;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
1443
2431
|
.pb-2 {
|
|
1444
2432
|
padding-bottom: 2rem !important;
|
|
1445
2433
|
}
|
|
@@ -1452,6 +2440,30 @@
|
|
|
1452
2440
|
padding-bottom: 4rem !important;
|
|
1453
2441
|
}
|
|
1454
2442
|
|
|
2443
|
+
.pb-5 {
|
|
2444
|
+
padding-bottom: 5rem !important;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
.pb-6 {
|
|
2448
|
+
padding-bottom: 6rem !important;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
.pb-7 {
|
|
2452
|
+
padding-bottom: 7rem !important;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
.pb-8 {
|
|
2456
|
+
padding-bottom: 8rem !important;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
.pb-9 {
|
|
2460
|
+
padding-bottom: 9rem !important;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
.pb-10 {
|
|
2464
|
+
padding-bottom: 10rem !important;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
1455
2467
|
.pb-075 {
|
|
1456
2468
|
padding-bottom: 0.75rem !important;
|
|
1457
2469
|
}
|
|
@@ -1476,6 +2488,42 @@
|
|
|
1476
2488
|
padding-top: 1.5rem !important;
|
|
1477
2489
|
}
|
|
1478
2490
|
|
|
2491
|
+
.pt-2-5 {
|
|
2492
|
+
padding-top: 2.5rem !important;
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
.pt-3-5 {
|
|
2496
|
+
padding-top: 3.5rem !important;
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
.pt-4-5 {
|
|
2500
|
+
padding-top: 4.5rem !important;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
.pt-5-5 {
|
|
2504
|
+
padding-top: 5.5rem !important;
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
.pt-6-5 {
|
|
2508
|
+
padding-top: 6.5rem !important;
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
.pt-7-5 {
|
|
2512
|
+
padding-top: 7.5rem !important;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
.pt-8-5 {
|
|
2516
|
+
padding-top: 8.5rem !important;
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
.pt-9-5 {
|
|
2520
|
+
padding-top: 9.5rem !important;
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
.pt-10-5 {
|
|
2524
|
+
padding-top: 10.5rem !important;
|
|
2525
|
+
}
|
|
2526
|
+
|
|
1479
2527
|
.pt-2 {
|
|
1480
2528
|
padding-top: 2rem !important;
|
|
1481
2529
|
}
|
|
@@ -1488,6 +2536,30 @@
|
|
|
1488
2536
|
padding-top: 4rem !important;
|
|
1489
2537
|
}
|
|
1490
2538
|
|
|
2539
|
+
.pt-5 {
|
|
2540
|
+
padding-top: 5rem !important;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.pt-6 {
|
|
2544
|
+
padding-top: 6rem !important;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
.pt-7 {
|
|
2548
|
+
padding-top: 7rem !important;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
.pt-8 {
|
|
2552
|
+
padding-top: 8rem !important;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
.pt-9 {
|
|
2556
|
+
padding-top: 9rem !important;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
.pt-10 {
|
|
2560
|
+
padding-top: 10rem !important;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
1491
2563
|
.pt-075 {
|
|
1492
2564
|
padding-top: 0.75rem !important;
|
|
1493
2565
|
}
|
|
@@ -1512,6 +2584,42 @@
|
|
|
1512
2584
|
padding-inline-start: 1.5rem !important;
|
|
1513
2585
|
}
|
|
1514
2586
|
|
|
2587
|
+
.ps-2-5 {
|
|
2588
|
+
padding-inline-start: 2.5rem !important;
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
.ps-3-5 {
|
|
2592
|
+
padding-inline-start: 3.5rem !important;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
.ps-4-5 {
|
|
2596
|
+
padding-inline-start: 4.5rem !important;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.ps-5-5 {
|
|
2600
|
+
padding-inline-start: 5.5rem !important;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
.ps-6-5 {
|
|
2604
|
+
padding-inline-start: 6.5rem !important;
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
.ps-7-5 {
|
|
2608
|
+
padding-inline-start: 7.5rem !important;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
.ps-8-5 {
|
|
2612
|
+
padding-inline-start: 8.5rem !important;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
.ps-9-5 {
|
|
2616
|
+
padding-inline-start: 9.5rem !important;
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
.ps-10-5 {
|
|
2620
|
+
padding-inline-start: 10.5rem !important;
|
|
2621
|
+
}
|
|
2622
|
+
|
|
1515
2623
|
.ps-2 {
|
|
1516
2624
|
padding-inline-start: 2rem !important;
|
|
1517
2625
|
}
|
|
@@ -1524,6 +2632,30 @@
|
|
|
1524
2632
|
padding-inline-start: 4rem !important;
|
|
1525
2633
|
}
|
|
1526
2634
|
|
|
2635
|
+
.ps-5 {
|
|
2636
|
+
padding-inline-start: 5rem !important;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
.ps-6 {
|
|
2640
|
+
padding-inline-start: 6rem !important;
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
.ps-7 {
|
|
2644
|
+
padding-inline-start: 7rem !important;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
.ps-8 {
|
|
2648
|
+
padding-inline-start: 8rem !important;
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
.ps-9 {
|
|
2652
|
+
padding-inline-start: 9rem !important;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.ps-10 {
|
|
2656
|
+
padding-inline-start: 10rem !important;
|
|
2657
|
+
}
|
|
2658
|
+
|
|
1527
2659
|
.ps-075 {
|
|
1528
2660
|
padding-inline-start: 0.75rem !important;
|
|
1529
2661
|
}
|
|
@@ -1548,6 +2680,43 @@
|
|
|
1548
2680
|
padding-inline-end: 1.5rem !important;
|
|
1549
2681
|
}
|
|
1550
2682
|
|
|
2683
|
+
.pe-2-5 {
|
|
2684
|
+
padding-inline-end: 2.5rem !important;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
.pe-3-5 {
|
|
2688
|
+
padding-inline-end: 3.5rem !important;
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
.pe-4-5 {
|
|
2692
|
+
padding-inline-end: 4.5rem !important;
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
.pe-5-5 {
|
|
2696
|
+
padding-inline-end: 5.5rem !important;
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
.pe-6-5 {
|
|
2700
|
+
padding-inline-end: 6.5rem !important;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
.pe-7-5 {
|
|
2704
|
+
padding-inline-end: 7.5rem !important;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
.pe-8-5 {
|
|
2708
|
+
padding-inline-end: 8.5rem !important;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
.pe-9-5 {
|
|
2712
|
+
padding-inline-end: 9.5rem !important;
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
.pe-10-5 {
|
|
2716
|
+
padding-inline-end: 10.5rem !important;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
|
|
1551
2720
|
.pe-2 {
|
|
1552
2721
|
padding-inline-end: 2rem !important;
|
|
1553
2722
|
}
|
|
@@ -1560,6 +2729,30 @@
|
|
|
1560
2729
|
padding-inline-end: 4rem !important;
|
|
1561
2730
|
}
|
|
1562
2731
|
|
|
2732
|
+
.pe-5 {
|
|
2733
|
+
padding-inline-end: 5rem !important;
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
.pe-6 {
|
|
2737
|
+
padding-inline-end: 6rem !important;
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
.pe-7 {
|
|
2741
|
+
padding-inline-end: 7rem !important;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.pe-8 {
|
|
2745
|
+
padding-inline-end: 8rem !important;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
.pe-9 {
|
|
2749
|
+
padding-inline-end: 9rem !important;
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
.pe-10 {
|
|
2753
|
+
padding-inline-end: 10rem !important;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
1563
2756
|
.pe-075 {
|
|
1564
2757
|
padding-inline-end: 0.75rem !important;
|
|
1565
2758
|
}
|
|
@@ -1583,8 +2776,53 @@
|
|
|
1583
2776
|
}
|
|
1584
2777
|
|
|
1585
2778
|
.px-1-5 {
|
|
1586
|
-
padding-inline-end: 1.5rem !important;
|
|
1587
2779
|
padding-inline-start: 1.5rem !important;
|
|
2780
|
+
padding-inline-end: 1.5rem !important;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
.px-2-5 {
|
|
2784
|
+
padding-inline-start: 2.5rem !important;
|
|
2785
|
+
padding-inline-end: 2.5rem !important;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
.px-3-5 {
|
|
2789
|
+
padding-inline-start: 3.5rem !important;
|
|
2790
|
+
padding-inline-end: 3.5rem !important;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
.px-4-5 {
|
|
2794
|
+
padding-inline-start: 4.5rem !important;
|
|
2795
|
+
padding-inline-end: 4.5rem !important;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
.px-5-5 {
|
|
2799
|
+
padding-inline-start: 5.5rem !important;
|
|
2800
|
+
padding-inline-end: 5.5rem !important;
|
|
2801
|
+
}
|
|
2802
|
+
|
|
2803
|
+
.px-6-5 {
|
|
2804
|
+
padding-inline-start: 6.5rem !important;
|
|
2805
|
+
padding-inline-end: 6.5rem !important;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
.px-7-5 {
|
|
2809
|
+
padding-inline-start: 7.5rem !important;
|
|
2810
|
+
padding-inline-end: 7.5rem !important;
|
|
2811
|
+
}
|
|
2812
|
+
|
|
2813
|
+
.px-8-5 {
|
|
2814
|
+
padding-inline-start: 8.5rem !important;
|
|
2815
|
+
padding-inline-end: 8.5rem !important;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
.px-9-5 {
|
|
2819
|
+
padding-inline-start: 9.5rem !important;
|
|
2820
|
+
padding-inline-end: 9.5rem !important;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
.px-10-5 {
|
|
2824
|
+
padding-inline-start: 10.5rem !important;
|
|
2825
|
+
padding-inline-end: 10.5rem !important;
|
|
1588
2826
|
}
|
|
1589
2827
|
|
|
1590
2828
|
.px-2 {
|
|
@@ -1602,6 +2840,36 @@
|
|
|
1602
2840
|
padding-inline-start: 4rem !important;
|
|
1603
2841
|
}
|
|
1604
2842
|
|
|
2843
|
+
.px-5 {
|
|
2844
|
+
padding-inline-end: 5rem !important;
|
|
2845
|
+
padding-inline-start: 5rem !important;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2848
|
+
.px-6 {
|
|
2849
|
+
padding-inline-end: 6rem !important;
|
|
2850
|
+
padding-inline-start: 6rem !important;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
.px-7 {
|
|
2854
|
+
padding-inline-end: 7rem !important;
|
|
2855
|
+
padding-inline-start: 7rem !important;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
.px-8 {
|
|
2859
|
+
padding-inline-end: 8rem !important;
|
|
2860
|
+
padding-inline-start: 8rem !important;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
.px-9 {
|
|
2864
|
+
padding-inline-end: 9rem !important;
|
|
2865
|
+
padding-inline-start: 9rem !important;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.px-10 {
|
|
2869
|
+
padding-inline-end: 10rem !important;
|
|
2870
|
+
padding-inline-start: 10rem !important;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
1605
2873
|
.px-075 {
|
|
1606
2874
|
padding-inline-end: 0.75rem !important;
|
|
1607
2875
|
padding-inline-start: 0.75rem !important;
|
|
@@ -1632,6 +2900,51 @@
|
|
|
1632
2900
|
padding-bottom: 1.5rem !important;
|
|
1633
2901
|
}
|
|
1634
2902
|
|
|
2903
|
+
.py-2-5 {
|
|
2904
|
+
padding-top: 2.5rem !important;
|
|
2905
|
+
padding-bottom: 2.5rem !important;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
.py-3-5 {
|
|
2909
|
+
padding-top: 3.5rem !important;
|
|
2910
|
+
padding-bottom: 3.5rem !important;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2913
|
+
.py-4-5 {
|
|
2914
|
+
padding-top: 4.5rem !important;
|
|
2915
|
+
padding-bottom: 4.5rem !important;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
.py-5-5 {
|
|
2919
|
+
padding-top: 5.5rem !important;
|
|
2920
|
+
padding-bottom: 5.5rem !important;
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
.py-6-5 {
|
|
2924
|
+
padding-top: 6.5rem !important;
|
|
2925
|
+
padding-bottom: 6.5rem !important;
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
.py-7-5 {
|
|
2929
|
+
padding-top: 7.5rem !important;
|
|
2930
|
+
padding-bottom: 7.5rem !important;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
.py-8-5 {
|
|
2934
|
+
padding-top: 8.5rem !important;
|
|
2935
|
+
padding-bottom: 8.5rem !important;
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
.py-9-5 {
|
|
2939
|
+
padding-top: 9.5rem !important;
|
|
2940
|
+
padding-bottom: 9.5rem !important;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
.py-10-5 {
|
|
2944
|
+
padding-top: 10.5rem !important;
|
|
2945
|
+
padding-bottom: 10.5rem !important;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
1635
2948
|
.py-2 {
|
|
1636
2949
|
padding-top: 2rem !important;
|
|
1637
2950
|
padding-bottom: 2rem !important;
|
|
@@ -1647,6 +2960,37 @@
|
|
|
1647
2960
|
padding-bottom: 4rem !important;
|
|
1648
2961
|
}
|
|
1649
2962
|
|
|
2963
|
+
.py-5 {
|
|
2964
|
+
padding-top: 5rem !important;
|
|
2965
|
+
padding-bottom: 5rem !important;
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
.py-6 {
|
|
2969
|
+
padding-top: 6rem !important;
|
|
2970
|
+
padding-bottom: 6rem !important;
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
.py-7 {
|
|
2974
|
+
padding-top: 7rem !important;
|
|
2975
|
+
padding-bottom: 7rem !important;
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
.py-8 {
|
|
2979
|
+
padding-top: 8rem !important;
|
|
2980
|
+
padding-bottom: 8rem !important;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
.py-9 {
|
|
2984
|
+
padding-top: 9rem !important;
|
|
2985
|
+
padding-bottom: 9rem !important;
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
.py-10 {
|
|
2989
|
+
padding-top: 10rem !important;
|
|
2990
|
+
padding-bottom: 10rem !important;
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
|
|
1650
2994
|
.py-075 {
|
|
1651
2995
|
padding-top: 0.75rem !important;
|
|
1652
2996
|
padding-bottom: 0.75rem !important;
|
|
@@ -1674,6 +3018,43 @@
|
|
|
1674
3018
|
padding: 1.5rem !important;
|
|
1675
3019
|
}
|
|
1676
3020
|
|
|
3021
|
+
.p-2-5 {
|
|
3022
|
+
padding: 2.5rem !important;
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3025
|
+
.p-3-5 {
|
|
3026
|
+
padding: 3.5rem !important;
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
.p-4-5 {
|
|
3030
|
+
padding: 4.5rem !important;
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
.p-5-5 {
|
|
3034
|
+
padding: 5.5rem !important;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
.p-6-5 {
|
|
3038
|
+
padding: 6.5rem !important;
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
.p-7-5 {
|
|
3042
|
+
padding: 7.5rem !important;
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
.p-8-5 {
|
|
3046
|
+
padding: 8.5rem !important;
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
.p-9-5 {
|
|
3050
|
+
padding: 9.5rem !important;
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
.p-10-5 {
|
|
3054
|
+
padding: 10.5rem !important;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3057
|
+
|
|
1677
3058
|
.p-2 {
|
|
1678
3059
|
padding: 2rem !important;
|
|
1679
3060
|
}
|
|
@@ -1686,6 +3067,30 @@
|
|
|
1686
3067
|
padding: 4rem !important;
|
|
1687
3068
|
}
|
|
1688
3069
|
|
|
3070
|
+
.p-5 {
|
|
3071
|
+
padding: 5rem !important;
|
|
3072
|
+
}
|
|
3073
|
+
|
|
3074
|
+
.p-6 {
|
|
3075
|
+
padding: 6rem !important;
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
.p-7 {
|
|
3079
|
+
padding: 7rem !important;
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.p-8 {
|
|
3083
|
+
padding: 8rem !important;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.p-9 {
|
|
3087
|
+
padding: 9rem !important;
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3090
|
+
.p-10 {
|
|
3091
|
+
padding: 10rem !important;
|
|
3092
|
+
}
|
|
3093
|
+
|
|
1689
3094
|
.p-075 {
|
|
1690
3095
|
padding: 0.75rem !important;
|
|
1691
3096
|
}
|
|
@@ -1783,6 +3188,21 @@
|
|
|
1783
3188
|
align-self: start;
|
|
1784
3189
|
}
|
|
1785
3190
|
|
|
3191
|
+
.sticky-9,
|
|
3192
|
+
.position-sticky-9 {
|
|
3193
|
+
position: sticky !important;
|
|
3194
|
+
top: 9rem;
|
|
3195
|
+
align-self: start;
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
.sticky-10,
|
|
3199
|
+
.position-sticky-10 {
|
|
3200
|
+
position: sticky !important;
|
|
3201
|
+
top: 10rem;
|
|
3202
|
+
align-self: start;
|
|
3203
|
+
}
|
|
3204
|
+
|
|
3205
|
+
|
|
1786
3206
|
.flex {
|
|
1787
3207
|
display: flex;
|
|
1788
3208
|
align-items: center;
|
|
@@ -1981,7 +3401,6 @@
|
|
|
1981
3401
|
max-height: 90px;
|
|
1982
3402
|
}
|
|
1983
3403
|
|
|
1984
|
-
|
|
1985
3404
|
.h-100 {
|
|
1986
3405
|
height: 100%;
|
|
1987
3406
|
}
|
|
@@ -2094,7 +3513,6 @@
|
|
|
2094
3513
|
max-height: 600px;
|
|
2095
3514
|
}
|
|
2096
3515
|
|
|
2097
|
-
|
|
2098
3516
|
.layout-h-100 {
|
|
2099
3517
|
height: 100vh;
|
|
2100
3518
|
overflow-y: hidden;
|
|
@@ -2176,6 +3594,26 @@
|
|
|
2176
3594
|
height: max-content;
|
|
2177
3595
|
}
|
|
2178
3596
|
|
|
3597
|
+
.grid-wrap-9 {
|
|
3598
|
+
grid-template-columns: repeat(9, 1fr);
|
|
3599
|
+
height: max-content;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
.grid-wrap-10 {
|
|
3603
|
+
grid-template-columns: repeat(10, 1fr);
|
|
3604
|
+
height: max-content;
|
|
3605
|
+
}
|
|
3606
|
+
|
|
3607
|
+
.grid-wrap-11 {
|
|
3608
|
+
grid-template-columns: repeat(11, 1fr);
|
|
3609
|
+
height: max-content;
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
.grid-wrap-12 {
|
|
3613
|
+
grid-template-columns: repeat(12, 1fr);
|
|
3614
|
+
height: max-content;
|
|
3615
|
+
}
|
|
3616
|
+
|
|
2179
3617
|
.grid-span-1 {
|
|
2180
3618
|
grid-column: span 1;
|
|
2181
3619
|
}
|
|
@@ -2200,6 +3638,30 @@
|
|
|
2200
3638
|
grid-column: span 6;
|
|
2201
3639
|
}
|
|
2202
3640
|
|
|
3641
|
+
.grid-span-7 {
|
|
3642
|
+
grid-column: span 7;
|
|
3643
|
+
}
|
|
3644
|
+
|
|
3645
|
+
.grid-span-8 {
|
|
3646
|
+
grid-column: span 8;
|
|
3647
|
+
}
|
|
3648
|
+
|
|
3649
|
+
.grid-span-9 {
|
|
3650
|
+
grid-column: span 9;
|
|
3651
|
+
}
|
|
3652
|
+
|
|
3653
|
+
.grid-span-10 {
|
|
3654
|
+
grid-column: span 10;
|
|
3655
|
+
}
|
|
3656
|
+
|
|
3657
|
+
.grid-span-11 {
|
|
3658
|
+
grid-column: span 11;
|
|
3659
|
+
}
|
|
3660
|
+
|
|
3661
|
+
.grid-span-12 {
|
|
3662
|
+
grid-column: span 12;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
2203
3665
|
.grid-span-row-1 {
|
|
2204
3666
|
grid-row: span 1;
|
|
2205
3667
|
}
|
|
@@ -2224,6 +3686,31 @@
|
|
|
2224
3686
|
grid-row: span 6;
|
|
2225
3687
|
}
|
|
2226
3688
|
|
|
3689
|
+
|
|
3690
|
+
.grid-span-row-7 {
|
|
3691
|
+
grid-row: span 7;
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
.grid-span-row-8 {
|
|
3695
|
+
grid-row: span 8;
|
|
3696
|
+
}
|
|
3697
|
+
|
|
3698
|
+
.grid-span-row-9 {
|
|
3699
|
+
grid-row: span 9;
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
.grid-span-row-10 {
|
|
3703
|
+
grid-row: span 10;
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3706
|
+
.grid-span-row-11 {
|
|
3707
|
+
grid-row: span 11;
|
|
3708
|
+
}
|
|
3709
|
+
|
|
3710
|
+
.grid-span-row-12 {
|
|
3711
|
+
grid-row: span 12;
|
|
3712
|
+
}
|
|
3713
|
+
|
|
2227
3714
|
.overflow-hidden {
|
|
2228
3715
|
overflow: hidden;
|
|
2229
3716
|
}
|
|
@@ -2315,6 +3802,22 @@
|
|
|
2315
3802
|
inset: 6rem;
|
|
2316
3803
|
}
|
|
2317
3804
|
|
|
3805
|
+
.inset-7 {
|
|
3806
|
+
inset: 7rem;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
.inset-8 {
|
|
3810
|
+
inset: 8rem;
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
.inset-9 {
|
|
3814
|
+
inset: 9rem;
|
|
3815
|
+
}
|
|
3816
|
+
|
|
3817
|
+
.inset-10 {
|
|
3818
|
+
inset: 10rem;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
2318
3821
|
|
|
2319
3822
|
@media screen and (max-width: 910px) {
|
|
2320
3823
|
.grid-wrap-2 {
|